.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1366px) {
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(4) .li-list {
    width: 2.8rem;
    margin-left: -1.4rem;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item span {
    width: 1.1rem;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item p {
    width: calc(100% - 1.1rem);
  }
  header .head-strip .strip-box .box-left .left-item {
    padding: 0 0.15rem;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 3.4rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo a {
    position: relative;
    width: 100%;
  }
  nav .nav-main .main-cont .main-logo a img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(24, 68, 168, 0.8), rgba(4, 141, 204, 0.8));
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #1d309e, #048dcc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #004ea2 !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.45rem;
    height: 100%;
    padding-bottom: 0;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.35rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 0.4rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    background: url(../images/icon/icon-nav-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-weight: bold;
    font-size: var(--fs28);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 14px;
    height: 9px;
    background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
    background-size: 14px 9px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    background: #fff;
    color: #004ea2;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:last-of-type {
    border-bottom: 1px solid transparent;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1.2rem;
    height: 100%;
    margin-left: 0.2rem;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.45rem;
    height: 0.06rem;
    margin-top: -0.02rem;
    margin-left: -0.225rem;
    background: #004ea2;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.16rem;
    left: 0;
    width: 100%;
    height: 0.06rem;
    background: #004ea2;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.16rem;
    left: 0;
    width: 100%;
    height: 0.06rem;
    background: #004ea2;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main .main-cont .main-web-right {
    display: none;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 0.92rem;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 0.4rem;
    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: 960px;
    height: auto;
    margin: 0 auto;
    border-bottom: solid 1px #f7f8f9;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 18px;
    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: 21px;
    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 .nav-main:hover {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #004ea2;
    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: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #004ea2;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #004ea2;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #004ea2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #004ea2;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #004ea2;
    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: #004ea2;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #004ea2;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title1 {
    padding-left: 45%;
    font-size: 0.4rem;
    line-height: 0.52rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.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-title1 span {
    display: block;
    font-weight: bold;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English1 {
    margin-top: 0.25rem;
    padding-left: 45%;
    font-size: var(--fs24);
    color: #ddd;
    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-English1 span {
    display: inline;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    font-size: 0.52rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English2 {
    margin-top: 0.25rem;
    padding-bottom: 2.5rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs24);
    text-transform: uppercase;
    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-English3 {
    margin-top: 0.15rem;
    padding-bottom: 1.5rem;
    font-size: var(--fs24);
    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-title3 {
    font-size: 0.52rem;
    font-weight: bold;
    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-pagination {
    display: block;
    bottom: 0.3rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.05rem;
    margin: 0 0.1rem;
    background: #fff;
    opacity: 0.5;
    border-radius: 0.45rem;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs28);
    color: #dddddd;
  }
  header .head-banner .banner-box {
    position: relative;
    top: 0;
    left: 0;
    width: 92%;
    height: auto;
    margin: -0.6rem auto 0.2rem;
    padding: 0.35rem 0.2rem;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15);
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  header .head-banner .banner-box .box-English {
    font-size: var(--fs40);
    font-weight: bold;
    color: #10384f;
  }
  header .head-banner .banner-box .box-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #10384f;
  }
  header .head-banner .banner-box .box-subtitle {
    margin-top: 0.3rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #10384f;
  }
  header .head-banner .banner-box .box-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  header .head-banner .banner-video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .swiper-bottom {
    display: none;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #004ea2;
    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,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.8rem !important;
    background: url(../images/foot-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ea840f;
  }
  footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #004ea2;
    animation: history 5s ease-in-out infinite;
    z-index: 1;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-main .main-cont {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  footer .foot-main .main-cont .cont-item .item-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #444;
  }
  footer .foot-main .main-cont .cont-item .item-tel {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.52rem;
    background: linear-gradient(90deg, #fdd000, #e77612);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  footer .foot-main .main-cont .cont-ewm {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-item {
    width: 2.1rem;
    height: auto;
    margin-right: 0.18rem;
    text-align: center;
    border-radius: 0.05rem;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-item img {
    width: 100%;
    box-shadow: 0 0 0.3rem 0 rgba(0, 24, 48, 0.1);
  }
  footer .foot-main .main-cont .cont-ewm .ewm-item p {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    color: #666;
  }
  footer .foot-main .main-cont .cont-ewm .ewm-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-cont .cont-link {
    width: 220px;
    margin-top: 0.8rem;
  }
  footer .foot-main .main-cont .cont-link .link-box {
    position: relative;
    width: 100%;
    text-align: left;
  }
  footer .foot-main .main-cont .cont-link .link-box .box-name {
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #999;
    height: 42px;
    font-size: var(--fs28);
    line-height: 40px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    padding: 0 30px 0 15px;
    background-image: url(../images/icon/icon-arrow4.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
  }
  footer .foot-main .main-cont .cont-link .link-box .box-list {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: 6;
    max-height: 264px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    border-bottom: none;
    padding-bottom: 34px;
  }
  footer .foot-main .main-cont .cont-link .link-box .box-list a {
    display: block;
    color: #999;
    font-size: var(--fs28);
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 15px;
  }
  footer .foot-main .main-cont .cont-link .link-box .box-list a:hover {
    color: #004ea2;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: space-between;
    width: 9.75rem;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: auto;
    height: auto;
    padding-right: 0.1rem;
  }
  footer .foot-main .main-nav .nav-item:last-of-type {
    padding-right: 0;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    font-size: var(--fs24);
    font-weight: bold;
    color: #444;
  }
  footer .foot-main .main-nav .nav-item .item-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs14);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
  }
  footer .foot-main .main-nav .nav-item .item-heng {
    width: 22px;
    height: 2px;
    margin-top: 0.15rem;
    background: linear-gradient(90deg, #fdd000, #e77612);
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs18);
    font-weight: 100;
    line-height: 0.22rem;
    color: #555555;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #004ea2;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover {
    color: #004ea2;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.45rem;
  }
  footer .foot-bottom .bottom-list {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    font-size: var(--fs26);
    color: #9a9a9a;
  }
  footer .foot-bottom .bottom-list a {
    font-size: var(--fs26);
    color: #989898;
  }
  footer .foot-bottom .bottom-list a:hover {
    color: #004ea2;
  }
  footer .foot-bottom .bottom-list span {
    margin: 0 0.25rem;
  }
  footer .foot-bottom .bottom-zizhi {
    width: 100%;
    margin-top: 0.3rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #666;
  }
  footer .foot-bottom .bottom-zizhi a {
    color: #666;
  }
  footer .foot-bottom .bottom-zizhi a:hover {
    color: #004ea2;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 0;
  }
  .container .cont-plate1 .page-title,
  .container .cont-plate1 .page-English {
    text-align: center;
  }
  .container .cont-plate1 .page-heng {
    margin: 0.2rem auto 0;
  }
  .container .cont-plate1 .plate1-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide {
    width: 50%;
    height: 5.5rem;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-top .top-num {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.72rem;
    text-align: center;
    background: linear-gradient(180deg, #fff 35%, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-top .top-title {
    font-size: var(--fs40);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-top .top-heng {
    width: 30px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: #fff;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.6rem 0.45rem;
    background: linear-gradient(0deg, #004ea2, #0061ca);
    opacity: 0;
    transform: translatey(100%);
    -o-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -webkit-transform: translatey(100%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-num {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 1rem;
    text-align: center;
    background: linear-gradient(180deg, #fff 35%, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-heng {
    width: 3px;
    height: 30px;
    margin: 0 auto 0;
    background: #fff;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs14);
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
    opacity: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-arrow {
    width: 0.18rem;
    height: 0.14rem;
    margin: 0.35rem auto 0;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-top {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-cent {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev,
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-next {
    position: absolute;
    bottom: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev img,
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    margin: -7px 0 0 -9px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev .img2,
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev:hover,
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-next:hover {
    background: #004ea2;
  }
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img1,
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img2,
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-prev {
    left: 0.3rem;
  }
  .container .cont-plate1 .plate1-swiper .plate1-swiper-button-next {
    right: 0.3rem;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 0;
  }
  .container .cont-plate2 .page-title,
  .container .cont-plate2 .page-English {
    text-align: center;
  }
  .container .cont-plate2 .page-heng {
    margin: 0.2rem auto 0;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate2 .plate2-main .main-pic {
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-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;
  }
  .container .cont-plate2 .plate2-main .main-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-title {
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: bold;
    line-height: 1rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-text {
    font-size: var(--fs30);
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-cent .cent-text2 {
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-main:hover .main-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-plate2 .plate2-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide {
    width: calc(100% / 2 - 0.05rem);
    height: auto;
    margin-right: 0.1rem;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs40);
    font-weight: bold;
    line-height: 0.56rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-text {
    font-size: var(--fs30);
    line-height: 0.56rem;
    text-align: center;
    color: #fff;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    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;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 0.97rem;
    background: url(../images/plate3-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .container .cont-plate3 .plate3-main .page-title,
  .container .cont-plate3 .plate3-main .page-English {
    text-align: center;
  }
  .container .cont-plate3 .plate3-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .container .cont-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: 5.4rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    padding: 0.25rem 0.4rem 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs32);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs28);
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination {
    bottom: 0.3rem;
    padding-right: 0.4rem;
    text-align: right;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 0.075rem;
    border: solid 1px #fff;
    background: transparent;
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .container .cont-plate3 .plate3-main .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 1.8rem;
    margin-bottom: 0.15rem;
    background: #fff;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item .item-pic {
    width: 2.4rem;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item .item-cent {
    position: relative;
    width: calc(100% - 2.4rem);
    height: auto;
    padding: 0.25rem 0.75rem 0 0.2rem;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item .item-cent .cent-title {
    height: 0.88rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item .item-cent .cent-time {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs28);
    color: #c9c9c9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item .item-cent::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0.4rem;
    width: 9px;
    height: 100%;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item:hover {
    background: linear-gradient(90deg, #0061ca, #004ea2);
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item:hover .item-cent .cent-title,
  .container .cont-plate3 .plate3-main .cont-box .box-item:hover .item-cent .cent-time {
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item:hover .item-cent::after {
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate3 .plate3-main .cont-box .box-item:last-of-type {
    margin-bottom: 0;
  }
  .container .cont-plate4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 1.5rem 0.3rem 1.2rem;
  }
  .container .cont-plate4 .plate4-box {
    position: relative;
    width: 100%;
    height: 4.6rem;
    margin-bottom: 0.2rem;
  }
  .container .cont-plate4 .plate4-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 1rem 0;
  }
  .container .cont-plate4 .plate4-box .box-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #666;
  }
  .container .cont-plate4 .plate4-box .box-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #b8cfe9;
  }
  .container .cont-plate4 .plate4-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    color: #676767;
  }
  .container .cont-plate4 .plate4-box .box-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 50%;
    border: solid 2px #fff;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 0.3rem;
  }
  .container .cont-plate4 .plate4-box:first-of-type .box-cent .cent-English {
    color: #ffe5d7;
  }
  .container .cont-plate4 .plate4-box:first-of-type .box-cent .cent-text {
    color: #fff;
  }
  .container .cont-plate4 .plate4-box:last-of-type .box-cent .cent-English {
    color: #98b4cc;
  }
  .container .cont-plate4 .plate4-box:last-of-type .box-cent .cent-text {
    color: #fff;
  }
  .container .cont-plate4 .plate4-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-palte1 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0 0;
  }
  .about .about-palte1 .palte1-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about .about-palte1 .palte1-top .top-cent {
    width: 100%;
    height: auto;
  }
  .about .about-palte1 .palte1-top .top-cent .cent-title {
    font-size: var(--fs52);
    line-height: 0.64rem;
    color: #1b1b1b;
  }
  .about .about-palte1 .palte1-top .top-cent .cent-suntitle {
    margin-top: 0.4rem;
    font-size: var(--fs32);
    font-weight: 100;
    color: #004ea2;
  }
  .about .about-palte1 .palte1-top .top-cent .cent-English {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs24);
    color: rgba(0, 0, 0, 0.3);
  }
  .about .about-palte1 .palte1-top .top-text {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.48rem;
    color: #666;
  }
  .about .about-palte1 .palte1-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    margin-top: 0.35rem;
    background: none;
    background-size: 100%;
  }
  .about .about-palte1 .palte1-data .data-item {
    position: static;
    width: 48%;
    height: auto;
    margin-top: 0.35rem;
    background: none;
    animation: none !important;
  }
  .about .about-palte1 .palte1-data .data-item .item-top {
    position: static;
    top: -1rem;
    left: 50%;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .about .about-palte1 .palte1-data .data-item .item-top .top-title {
    font-size: var(--fs26);
    font-weight: 100;
    color: #004ea2;
    white-space: nowrap;
  }
  .about .about-palte1 .palte1-data .data-item .item-top .top-title span {
    font-size: 0.6rem;
    font-weight: bold;
    background: linear-gradient(90deg, #0061ca, #004ea2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-palte1 .palte1-data .data-item .item-top .top-text {
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
    white-space: nowrap;
  }
  .about .about-palte1 .palte1-data .data-item:first-of-type {
    top: 0;
    left: 10%;
    width: auto;
    height: auto;
    background: transparent;
  }
  .about .about-palte1 .palte1-data .data-item:first-of-type .item-top {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .about .about-palte1 .palte1-data .data-item:first-of-type .item-top .top-title {
    font-size: var(--fs26);
  }
  .about .about-palte1 .palte1-data .data-item:first-of-type .item-top .top-title span {
    font-size: 0.6rem;
  }
  .about .about-palte1 .palte1-data .data-item:first-of-type .item-top .top-text {
    font-size: var(--fs28);
  }
  .about .about-palte1 .palte1-data .data-item:nth-child(2) {
    bottom: 0;
    left: 49.5%;
    animation: remove 3s linear infinite;
  }
  .about .about-palte1 .palte1-data .data-item:nth-child(3) {
    bottom: 0.65rem;
    left: 58.7%;
    animation: remove2 3s linear infinite;
  }
  .about .about-palte1 .palte1-data .data-item:nth-child(4) {
    bottom: 0;
    left: 68%;
    animation: remove 3s linear infinite;
  }
  .about .about-palte1 .palte1-data .data-item:nth-child(5) {
    bottom: 0.65rem;
    left: 77.2%;
    animation: remove2 3s linear infinite;
  }
  .about .about-palte1 .palte1-data .data-item:nth-child(6) {
    bottom: 0;
    left: 86.45%;
    animation: remove 3s linear infinite;
  }
  .about .about-palte2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0;
    background: url(../images/about-bg2.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .about .about-palte2 .page-title,
  .about .about-palte2 .page-English {
    text-align: center;
  }
  .about .about-palte2 .page-heng {
    margin: 0.2rem auto 0;
  }
  .about .about-palte2 .palte2-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.6rem 0 1rem;
    overflow: hidden;
  }
  .about .about-palte2 .palte2-swiper .swiper-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.74rem;
    height: auto;
    margin: -2.37rem 0 0 -2.37rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-pic img {
    width: 100%;
  }
  .about .about-palte2 .palte2-swiper .swiper-circle {
    position: relative;
    top: 0;
    left: 0;
    width: 6.72rem;
    height: 6.72rem;
    margin: 0 auto;
  }
  .about .about-palte2 .palte2-swiper .swiper-circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about-pic2.png) no-repeat center center;
    background-size: 100%;
    animation: load 10s linear infinite;
  }
  .about .about-palte2 .palte2-swiper .swiper-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.74rem;
    height: auto;
    margin: -2.37rem 0 0 -2.37rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 2;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item {
    position: static;
    width: 100% !important;
    height: auto;
    margin-top: 0.35rem;
    text-align: left !important;
    opacity: 0;
    transform: translatey(0.2rem);
    -o-transform: translatey(0.2rem);
    -moz-transform: translatey(0.2rem);
    -webkit-transform: translatey(0.2rem);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item::after {
    content: '';
    display: none;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/icon/icon-about-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item .item-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #004ea2;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(1) {
    top: -0.8rem;
    left: 4.45rem;
    width: 4.6rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(1)::after {
    bottom: 0;
    left: -0.3rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(2) {
    top: 0.85rem;
    left: 6.2rem;
    width: 4.6rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(2)::after {
    top: 0.25rem;
    left: -0.6rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(3) {
    top: 2.4rem;
    left: 6.8rem;
    width: 4.6rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(3)::after {
    top: 0.1rem;
    left: -0.43rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(4) {
    top: 4.1rem;
    left: 6.74rem;
    width: 4.6rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(4)::after {
    top: 0.05rem;
    left: -0.4rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(5) {
    top: 5.65rem;
    left: 5.87rem;
    width: 4.6rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(5)::after {
    top: -0.1rem;
    left: -0.32rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(6) {
    top: 6.8rem;
    left: 4.12rem;
    width: 4.6rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(6)::after {
    top: -0.43rem;
    left: 0;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(7) {
    top: 6.8rem;
    right: 4.12rem;
    width: 4.6rem;
    text-align: right;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(7)::after {
    top: -0.43rem;
    right: 0;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(8) {
    top: 5.65rem;
    right: 5.87rem;
    width: 4.6rem;
    text-align: right;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(8)::after {
    top: -0.1rem;
    right: -0.32rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(9) {
    top: 4.1rem;
    right: 6.74rem;
    width: 4.6rem;
    text-align: right;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(9)::after {
    top: 0.05rem;
    right: -0.38rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(10) {
    top: 2.35rem;
    right: 6.8rem;
    width: 4.6rem;
    text-align: right;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(10)::after {
    top: 0.15rem;
    right: -0.43rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(11) {
    top: 0.85rem;
    right: 6.2rem;
    width: 4.6rem;
    text-align: right;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide .slide-box .box-item:nth-child(11)::after {
    top: 0.25rem;
    right: -0.6rem;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active {
    opacity: 1;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(1) {
    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;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(2) {
    transition: all 0.5s 0.7s;
    -o-transition: all 0.5s 0.7s;
    -moz-transition: all 0.5s 0.7s;
    -webkit-transition: all 0.5s 0.7s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(3) {
    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;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(4) {
    transition: all 0.5s 0.9s;
    -o-transition: all 0.5s 0.9s;
    -moz-transition: all 0.5s 0.9s;
    -webkit-transition: all 0.5s 0.9s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(5) {
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(6) {
    transition: all 0.5s 1.1s;
    -o-transition: all 0.5s 1.1s;
    -moz-transition: all 0.5s 1.1s;
    -webkit-transition: all 0.5s 1.1s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(7) {
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(8) {
    transition: all 0.5s 1.3s;
    -o-transition: all 0.5s 1.3s;
    -moz-transition: all 0.5s 1.3s;
    -webkit-transition: all 0.5s 1.3s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(9) {
    transition: all 0.5s 1.4s;
    -o-transition: all 0.5s 1.4s;
    -moz-transition: all 0.5s 1.4s;
    -webkit-transition: all 0.5s 1.4s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(10) {
    transition: all 0.5s 1.5s;
    -o-transition: all 0.5s 1.5s;
    -moz-transition: all 0.5s 1.5s;
    -webkit-transition: all 0.5s 1.5s;
  }
  .about .about-palte2 .palte2-swiper .swiper-slide-active .slide-box .box-item:nth-child(11) {
    transition: all 0.5s 1.6s;
    -o-transition: all 0.5s 1.6s;
    -moz-transition: all 0.5s 1.6s;
    -webkit-transition: all 0.5s 1.6s;
  }
  .about .about-palte2 .palte2-swiper .palte2-swiper-button-next {
    position: absolute;
    top: 1.2rem;
    left: 8.5rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #004ea2 url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 7px;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .about .about-palte2 .palte2-swiper .palte2-button-disabled {
    opacity: 0.5;
  }
  .about .about-palte3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 2.3rem;
    background: url(../images/about-bg3.jpg) no-repeat left bottom;
    background-size: 100%;
  }
  .about .about-palte3 .page-title,
  .about .about-palte3 .page-English {
    text-align: center;
  }
  .about .about-palte3 .page-heng {
    margin: 0.2rem auto 0;
  }
  .about .about-palte3 .palte3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    padding-left: 0.3rem;
  }
  .about .about-palte3 .palte3-main::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #d9d9d9;
  }
  .about .about-palte3 .palte3-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide {
    width: 50%;
    height: 6rem;
    padding-left: 0.4rem;
    opacity: 0;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 2.8rem;
    height: 3rem;
    padding-left: 0.25rem;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.33rem;
    width: 0.35rem;
    height: 3rem;
    background: url(../images/icon/icon-about-shu.png) no-repeat left top;
    background-size: 100%;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-round {
    position: absolute;
    bottom: -0.1rem;
    left: -0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-round::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.15rem;
    height: 0.15rem;
    margin: -0.075rem 0 0 -0.075rem;
    border-radius: 50%;
    background: #004ea2;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-icon {
    width: 0.28rem;
    height: auto;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
    width: 100%;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    max-height: 2.4rem;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    overflow: auto;
    word-wrap: break-word;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) {
    padding-top: 3rem;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) .slide-box::after {
    background: url(../images/icon/icon-about-shu2.png) no-repeat left bottom;
    background-size: 100%;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round {
    top: -0.1rem;
    bottom: auto;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-round::after {
    background: #004ea2;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide:nth-child(even) .slide-box .box-cent {
    position: absolute;
    bottom: 0;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide:last-of-type {
    width: 50%;
  }
  .about .about-palte3 .palte3-main .main-swiper .swiper-slide:last-of-type .slide-box {
    width: 100%;
  }
  .about .about-palte3 .palte3-main .palte3-swiper-button-prev,
  .about .about-palte3 .palte3-main .palte3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-palte3 .palte3-main .palte3-swiper-button-prev img,
  .about .about-palte3 .palte3-main .palte3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    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-palte3 .palte3-main .palte3-swiper-button-prev .img2,
  .about .about-palte3 .palte3-main .palte3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about .about-palte3 .palte3-main .palte3-swiper-button-prev:hover,
  .about .about-palte3 .palte3-main .palte3-swiper-button-next:hover {
    background: #004ea2;
  }
  .about .about-palte3 .palte3-main .palte3-swiper-button-prev:hover .img1,
  .about .about-palte3 .palte3-main .palte3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about .about-palte3 .palte3-main .palte3-swiper-button-prev:hover .img2,
  .about .about-palte3 .palte3-main .palte3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about .about-palte3 .palte3-main .palte3-swiper-button-prev {
    left: 0.1rem;
  }
  .about .about-palte3 .palte3-main .palte3-swiper-button-next {
    right: 0.1rem;
  }
  .about .about-palte3 .palte3-main .palte3-button-disabled {
    opacity: 0.5;
  }
  .philosophy {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.3rem;
    background: url(../images/philosophy-bg.jpg) no-repeat bottom left;
  }
  .philosophy .page-title,
  .philosophy .page-English {
    text-align: center;
  }
  .philosophy .page-heng {
    margin: 0.2rem auto 0;
  }
  .philosophy .philosophy-main {
    margin: 0.6rem auto 0;
  }
  .philosophy .philosophy-main .main-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1.9rem;
  }
  .philosophy .philosophy-main .main-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 9;
  }
  .philosophy .philosophy-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .philosophy .philosophy-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));
  }
  .philosophy .philosophy-main .main-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding-left: 0;
  }
  .philosophy .philosophy-main .main-item .item-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .philosophy .philosophy-main .main-item .item-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.6);
  }
  .philosophy .philosophy-main .main-item .item-cent .cent-heng {
    width: 43px;
    height: 3px;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    background: #d9d9d9;
  }
  .philosophy .philosophy-main .main-item .item-cent .cent-subtitle {
    font-size: var(--fs42);
    font-weight: 100;
    color: #004ea2;
  }
  .philosophy .philosophy-main .main-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .philosophy .philosophy-main .main-item:first-of-type::after {
    content: '';
    display: none;
  }
  .philosophy .philosophy-main .main-item:nth-child(2)::before {
    content: 'MISSION';
    position: absolute;
    top: -1rem;
    left: 50%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 1.8rem;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #004ea2;
    opacity: 0.1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .philosophy .philosophy-main .main-item:nth-child(2)::after {
    content: '';
    display: none;
  }
  .philosophy .philosophy-main .main-item:nth-child(3)::after {
    content: '';
    display: none;
  }
  .philosophy .philosophy-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .philosophy .philosophy-main .main-item:nth-child(even) .item-cent {
    padding-left: 0;
    padding-right: 0;
  }
  .philosophy .philosophy-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .layout {
    width: 100%;
    height: auto;
  }
  .layout .layout-plate1 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0 0;
  }
  .layout .layout-plate1 .page-title,
  .layout .layout-plate1 .page-English {
    text-align: center;
  }
  .layout .layout-plate1 .page-heng {
    margin: 0.2rem auto 0;
  }
  .layout .layout-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .layout .layout-plate1 .plate1-main .main-pic {
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .layout .layout-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;
  }
  .layout .layout-plate1 .plate1-main .main-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .layout .layout-plate1 .plate1-main .main-cent .cent-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
  }
  .layout .layout-plate1 .plate1-main .main-cent .cent-icon img {
    width: 100%;
  }
  .layout .layout-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.3rem;
    font-size: 0.72rem;
    font-weight: bold;
    line-height: 1rem;
    text-align: center;
    color: #fff;
  }
  .layout .layout-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
  }
  .layout .layout-plate1 .plate1-main:hover .main-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));
  }
  .layout .layout-plate1 .plate1-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    overflow: hidden;
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide {
    width: calc(100% / 2 - 0.05rem);
    height: auto;
    margin-right: 0.1rem;
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.15rem;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
  }
  .layout .layout-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .layout .layout-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 2.15rem;
    background: url(../images/layout-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .layout .layout-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .layout .layout-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-title {
    font-size: var(--fs48);
    color: #333;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-title span {
    color: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-title em {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    background: linear-gradient(45deg, #fdd000, #e77612);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-data .data-item {
    width: 50%;
    height: auto;
    color: #666;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-data .data-item .item-title {
    font-size: var(--fs28);
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-data .data-item .item-title span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.86rem;
    color: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-data .data-item .item-text {
    font-size: var(--fs30);
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    border-radius: 0.1rem;
    background: #fff;
    box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-cent {
    width: 100%;
    height: auto;
    border-right: none;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-cent .cent-title {
    font-size: var(--fs42);
    text-align: center;
    color: #222;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-cent .cent-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-cent .page-heng {
    margin: 0.25rem auto 0;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-lump {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.3rem;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-lump .lump-title {
    font-size: var(--fs34);
    text-align: center;
    color: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item .item-lump .lump-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .layout .layout-plate2 .plate2-main .main-cont .cont-box .box-item-on {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .layout .layout-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-pic {
    display: none;
    width: 100%;
    height: auto;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-pic img {
    width: 100%;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20% !important;
    height: auto !important;
    margin: 0.1rem 0;
    font-size: var(--fs30);
    text-align: center;
    color: #444344 !important;
    background: none !important;
    border-radius: 50%;
    cursor: pointer;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:hover {
    box-shadow: none;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) {
    bottom: 0;
    right: 2.4rem;
    background: transparent;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) em {
    display: none;
    position: relative;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) em img {
    position: absolute;
    top: -0.36rem;
    left: 50%;
    width: 0.38rem;
    margin-left: -0.19rem;
    z-index: 9;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) em::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: #004ea2;
    animation: mapAddress infinite linear 3s;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) em::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: #004ea2;
    animation: mapAddress infinite linear 3s 1.5s;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(1) span {
    position: static;
    top: 0;
    left: 0.45rem;
    font-size: var(--fs30);
    white-space: nowrap;
    color: #444344;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(2) {
    bottom: -0.24rem;
    right: 3.45rem;
    width: 0.64rem;
    height: 0.64rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(3) {
    bottom: 0.52rem;
    right: 0.5rem;
    width: 0.74rem;
    height: 0.74rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(4) {
    bottom: 1.35rem;
    right: -0.15rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(5) {
    bottom: 1.8rem;
    right: 0.63rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(6) {
    bottom: 1.23rem;
    right: 1.47rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(7) {
    bottom: 0.96rem;
    right: 2.4rem;
    width: 0.74rem;
    height: 0.74rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(8) {
    bottom: 0.82rem;
    right: 3.65rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(9) {
    bottom: 0.24rem;
    left: 2.24rem;
    width: 0.64rem;
    height: 0.64rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(10) {
    bottom: 0.4rem;
    left: 0.9rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(11) {
    bottom: 1.66rem;
    left: 1.17rem;
    width: 0.54rem;
    height: 0.54rem;
    color: #fff;
    background: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(12) {
    top: 2.4rem;
    left: 1.8rem;
    width: 0.9rem;
    height: 0.9rem;
    color: #fff;
    background: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(13) {
    bottom: 1.87rem;
    left: 3.18rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(14) {
    bottom: 1.94rem;
    right: 2.45rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(15) {
    bottom: 2.34rem;
    right: 1.51rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(16) {
    bottom: 2.77rem;
    right: 0.59rem;
    width: 0.74rem;
    height: 0.74rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(17) {
    bottom: 2.35rem;
    right: -0.29rem;
    width: 0.54rem;
    height: 0.54rem;
    color: #fff;
    background: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(18) {
    top: 1.7rem;
    right: -0.43rem;
    width: 0.74rem;
    height: 0.74rem;
    color: #fff;
    background: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(19) {
    top: 1.08rem;
    right: 0.42rem;
    width: 0.54rem;
    height: 0.54rem;
    color: #fff;
    background: #004ea2;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(20) {
    top: 0rem;
    right: -0.14rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(21) {
    top: -0.28rem;
    right: 0.72rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(22) {
    top: 0.34rem;
    right: 1.36rem;
    width: 0.74rem;
    height: 0.74rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(23) {
    top: 1.55rem;
    right: 1.5rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(24) {
    top: 2.14rem;
    right: 2.2rem;
    width: 0.74rem;
    height: 0.74rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(25) {
    top: 2.32rem;
    left: 3.4rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(26) {
    top: 1.4rem;
    left: 3.87rem;
    width: 0.54rem;
    height: 0.54rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(27) {
    top: 0.15rem;
    left: 3.2rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .layout .layout-plate2 .plate2-main .main-box .box-item:nth-child(28) {
    top: 0.33rem;
    left: -0.43rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .partner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.8rem 0 2rem;
    background: url(../images/partner-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .partner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5.94rem;
    height: 7.25rem;
    background: url(../images/partner-bg2.png) no-repeat bottom left;
    background-size: 100%;
  }
  .partner .partner-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    z-index: 9;
  }
  .partner .partner-main .main-left {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0;
  }
  .partner .partner-main .main-left .left-title {
    margin-top: 0.55rem;
    font-size: var(--fs52);
    font-weight: 100;
    color: #004ea2;
  }
  .partner .partner-main .main-left .left-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .partner .partner-main .main-left .left-bottom {
    display: flex;
    justify-content: space-between;
    width: 2rem;
    margin-top: 0.72rem;
  }
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-prev,
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-next {
    position: relative;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    border: solid 2px #c6c5c5;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-prev img,
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    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;
  }
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-prev .img2,
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-next .img2 {
    opacity: 0;
  }
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-prev:hover,
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-next:hover {
    border: solid 2px #004ea2;
    background: #004ea2;
  }
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-prev:hover .img1,
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-prev:hover .img2,
  .partner .partner-main .main-left .left-bottom .partner-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .partner .partner-main .main-right {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.75rem;
    padding-top: 0.35rem;
    overflow: hidden;
  }
  .partner .partner-main .main-right .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .partner .partner-main .main-right .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .partner .partner-main .main-right .swiper-slide .slide-box .box-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3 - 0.1rem);
    height: 1.3rem;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
    overflow: hidden;
  }
  .partner .partner-main .main-right .swiper-slide .slide-box .box-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-right .swiper-slide .slide-box .box-item:nth-child(5n) {
    margin-right: 0.15rem;
  }
  .partner .partner-main .main-right .swiper-slide .slide-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .partner .partner-main .main-right .swiper-slide .slide-box .box-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));
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.3rem;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.62rem;
    color: #004ea2;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.3rem 0 0.5rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    color: #aaaaaa;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
    width: auto;
    margin: -0.04rem 0.08rem 0 0;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box img {
    max-width: 100%;
    width: auto;
  }
  .newsDetail .newsDetail-main .main-list {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.25);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.2rem 0 0.2rem;
    border-bottom: solid 1px #f5f5f5;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:last-of-type {
    margin-bottom: 0.5rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:first-of-type {
    padding: 0.35rem 0 0.4rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
    font-size: var(--fs30);
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title2 {
    font-size: var(--fs32);
    line-height: 0.5rem;
    color: #004ea2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #666;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title {
    color: #004ea2;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    font-weight: 100;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link a {
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
    color: #004ea2;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    border: solid 1px #ededed;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
    border: solid 1px #fff;
    background: linear-gradient(90deg, #fdd000, #e77612);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #0061ca, #004ea2);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton img {
    width: 14px;
    margin: -0.04rem 0 0 0.1rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
    background: linear-gradient(-90deg, #0061ca, #004ea2);
  }
  .newsDetail .newsDetail-main .main-list .list-box-active {
    position: fixed;
    top: 1.2rem;
  }
  .news {
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .news .news-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news .news-top .top-cent {
    width: 100%;
  }
  .news .news-top .top-cont {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.35rem;
  }
  .news .news-top .top-cont input {
    width: 3rem;
    height: 0.7rem;
    margin-right: 0.15rem;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    color: #333;
    border: solid 1px #e5e5e5;
  }
  .news .news-top .top-cont input::placeholder {
    color: #666666;
  }
  .news .news-top .top-cont .cont-butotn {
    width: 1rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    background: linear-gradient(90deg, #0061ca, #004ea2);
  }
  .news .news-top .top-cont .cont-butotn img {
    width: 0.3rem;
  }
  .news .news-top .top-cont .cont-butotn:hover {
    background: linear-gradient(-90deg, #0061ca, #004ea2);
  }
  .news .news-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-bottom: 0;
    overflow: hidden;
  }
  .news .news-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .news .news-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news .news-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.5rem;
    background: url(../images/news-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .news .news-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs42);
  }
  .news .news-swiper .swiper-slide .slide-box .box-cent .cent-time span {
    background: linear-gradient(90deg, #fdd000, #e77612);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .news .news-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs40);
    font-weight: bold;
    line-height: 0.6rem;
    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-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 50%;
    background: #004ea2 url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 18px;
  }
  .news .news-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #004ea2;
  }
  .news .news-swiper .swiper-pagination {
    bottom: 0.3rem;
  }
  .news .news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 0.075rem;
    border: solid 1px #004ea2;
    background: transparent;
    opacity: 1;
  }
  .news .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #004ea2;
  }
  .news .news-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
  }
  .news .news-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.8rem;
    background: #fff;
    box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.09);
  }
  .news .news-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-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;
  }
  .news .news-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
  }
  .news .news-main .main-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
  }
  .news .news-main .main-item .item-cent .cent-time span {
    background: linear-gradient(90deg, #fdd000, #e77612);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-cent .cent-title {
    height: 1rem;
    margin-top: 0.2rem;
    font-size: var(--fs32);
    line-height: 0.5rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-cent .cent-button em {
    width: 14px;
    height: 11px;
    margin-left: 0.1rem;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-item:hover {
    background: linear-gradient(90deg, #0061ca, #004ea2);
  }
  .news .news-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-item:hover .item-cent .cent-time span {
    color: #fff;
    background: transparent;
  }
  .news .news-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .news .news-main .main-item:hover .item-cent .cent-button {
    color: #fff;
  }
  .news .news-main .main-item:hover .item-cent .cent-button em {
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
  }
  .services {
    padding: 1.2rem 0.3rem !important;
  }
  .services .services-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .services .services-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .services .services-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .services .services-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .services .services-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
  }
  .services .services-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .services .services-main .main-swiper .swiper-slide .slide-box .box-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.87rem;
    height: 0.87rem;
    margin: -0.435rem 0 0 -0.435rem;
    cursor: pointer;
  }
  .services .services-main .main-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .services .services-main .main-swiper .swiper-slide .slide-box .box-icon: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));
  }
  .services .services-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .services .services-main .main-swiper .swiper-pagination {
    width: 100%;
    z-index: 9;
  }
  .services .services-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0.1rem;
    background: #fff;
    opacity: 1;
  }
  .services .services-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #004ea2;
  }
  .services .services-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .services .services-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .services .services-main .main-cent .cent-text em {
    margin-right: 0.06rem;
    color: #004ea2;
  }
  .work {
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .work .work-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .work .work-top .top-cent {
    width: 100%;
  }
  .work .work-top .top-cont {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.35rem;
  }
  .work .work-top .top-cont input {
    width: 3rem;
    height: 0.7rem;
    margin-right: 0.15rem;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    color: #333;
    border: solid 1px #e5e5e5;
  }
  .work .work-top .top-cont input::placeholder {
    color: #666666;
  }
  .work .work-top .top-cont .cont-butotn {
    width: 1rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    background: linear-gradient(90deg, #e54a51, #c50815);
  }
  .work .work-top .top-cont .cont-butotn img {
    width: 0.3rem;
  }
  .work .work-top .top-cont .cont-butotn:hover {
    background: linear-gradient(-90deg, #e54a51, #c50815);
  }
  .work .work-cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: solid 1px #f1f1f1;
  }
  .work .work-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .work .work-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .work .work-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding-left: 0;
  }
  .work .work-cont .cont-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: rgba(0, 0, 0, 0.35);
  }
  .work .work-cont .cont-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.56rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .work .work-cont .cont-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .work .work-cont .cont-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.85rem;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #e54a51, #c50815);
  }
  .work .work-cont .cont-cent .cent-button em {
    width: 18px;
    height: 14px;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 18px;
  }
  .work .work-cont .cont-cent .cent-button:hover {
    background: linear-gradient(-90deg, #e54a51, #c50815);
  }
  .work .work-cont:hover .cont-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));
  }
  .work .work-cont:hover .cont-cent .cent-title {
    color: #c50815;
  }
  .work .work-main {
    width: 100%;
    height: auto;
  }
  .work .work-main .main-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
    border-bottom: solid 1px #f1f1f1;
  }
  .work .work-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .work .work-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;
  }
  .work .work-main .main-item .item-cont {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.35rem;
  }
  .work .work-main .main-item .item-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .work .work-main .main-item .item-cont .cont-cent .cent-title {
    font-size: var(--fs34);
    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;
  }
  .work .work-main .main-item .item-cont .cont-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .work .work-main .main-item .item-cont .cont-cent .cent-time {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs28);
    color: rgba(0, 0, 0, 0.35);
  }
  .work .work-main .main-item .item-cont .cont-button {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    text-align: center;
    line-height: 0.75rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #e54a51, #c50815);
  }
  .work .work-main .main-item .item-cont .cont-button img {
    width: 18px;
  }
  .work .work-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .work .work-main .main-item:hover .item-cont .cont-cent .cent-title {
    color: #c50815;
  }
  .work .work-main .main-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .work .work-load {
    display: block;
    width: 100%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.56rem;
    background: #f6f6f6 url(../images/icon/icon-load.png) no-repeat center center;
    background-size: 0.46rem;
  }
  .work .work-load:hover {
    background: #c50815 url(../images/icon/icon-load2.png) no-repeat center center;
    background-size: 0.46rem;
  }
  .work .Wpage-number {
    background: #c50815;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: url(../images/recruit-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .recruit .recruit-main .page-title,
  .recruit .recruit-main .page-English {
    text-align: center;
  }
  .recruit .recruit-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .recruit .recruit-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .recruit .recruit-main .main-box .box-lump {
    width: 100%;
    height: auto;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    background: #004ea2;
    cursor: pointer;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-top .top-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #fff;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-top::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0.35rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-top: -0.225rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 50%;
    border: solid 1px #fff;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-top-on::after {
    content: '-';
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.35rem 0.48rem;
    background: #fff;
    box-shadow: 0 0 0.25rem 0 rgba(2, 23, 48, 0.1);
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item span {
    width: 1.5rem;
    padding-left: 0.18rem;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
    background: url(../images/icon/icon-shu.jpg) no-repeat left center;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item p {
    width: calc(100% - 1.5rem);
    padding-left: 0.2rem;
    line-height: 0.46rem;
    color: #333;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item .item-title {
    font-size: var(--fs30);
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-item .item-text {
    height: 1.38rem;
    font-size: var(--fs30);
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.36rem;
    padding: 0.15rem 0.2rem 0.05rem;
    background: #eeeeee;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-bottom p {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent .cent-bottom p span {
    padding-left: 0.1rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.3rem;
    color: #333;
    background: url(../images/icon/icon-shu.jpg) no-repeat left center;
  }
  .recruit .recruit-main .main-box .box-lump .lump-item .item-cent-on .cent-item .item-text {
    height: auto;
    overflow: visible;
    text-overflow: none;
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: vertical;
  }
  .subsidiary {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1rem;
    background: url(../images/recruit-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .subsidiary .subsidiary-main .page-title,
  .subsidiary .subsidiary-main .page-English {
    text-align: center;
  }
  .subsidiary .subsidiary-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .subsidiary .subsidiary-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .subsidiary .subsidiary-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.7rem 0.2rem 0.5rem;
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 0.4rem 0 rgba(0, 78, 162, 0.05);
  }
  .subsidiary .subsidiary-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-cent {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-icon {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1rem;
    background: #004ea2;
    border: solid 1px #004ea2;
    border-radius: 50%;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-icon img {
    width: 0.68rem;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.6rem;
    font-size: var(--fs42);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.2rem;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-link span {
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary .subsidiary-main .main-box .box-item .item-cent .cent-link em {
    width: 14px;
    height: 11px;
    margin-left: 0.1rem;
    background: url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary .subsidiary-main .main-box .box-item:hover .item-pic {
    opacity: 1;
  }
  .subsidiary .subsidiary-main .main-box .box-item:hover .item-cent .cent-icon {
    background: transparent;
    border: solid 1px #fff;
  }
  .subsidiary .subsidiary-main .main-box .box-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .subsidiary .subsidiary-main .main-box .box-item:hover .item-cent .cent-link span {
    color: #fff;
  }
  .subsidiary .subsidiary-main .main-box .box-item:hover .item-cent .cent-link em {
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1rem;
    background: url(../images/contact-bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .contact .contact-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.54rem;
    padding: 0.4rem 0.2rem;
    background: #fff;
    border-radius: 0.05rem;
    border-top: solid 4px #004ea2;
    box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .contact .contact-main .main-top .top-cent {
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-top .top-cent .cent-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-top .top-cent .cent-top p {
    width: 100%;
    margin-right: 0.6rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-main .main-top .top-cent .cent-top div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    color: #004ea2;
  }
  .contact .contact-main .main-top .top-cent .cent-top div img {
    width: 0.25rem;
    margin-right: 0.1rem;
  }
  .contact .contact-main .main-top .top-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .contact .contact-main .main-top .top-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.48rem;
    color: #666;
  }
  .contact .contact-main .main-top .top-ewm {
    position: relative;
    width: 3.5rem;
    height: auto;
    padding: 0.1rem;
    margin-top: 0.35rem;
    border: solid 1px #dddddd;
  }
  .contact .contact-main .main-top .top-ewm img {
    width: 2.6rem;
  }
  .contact .contact-main .main-top .top-ewm p {
    display: flex;
    align-items: center;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0.56rem;
    padding: 0 0.15rem;
    height: calc(100% + 2px);
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 0.32rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #fdd000, #e77612);
  }
  .contact .contact-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-item {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.2rem;
    margin-top: 0.6rem;
    background: #fff;
    border-radius: 0.05rem;
    border-top: solid 4px #004ea2;
    box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .contact .contact-main .main-box .box-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-item .item-top p {
    width: 100%;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .contact .contact-main .main-box .box-item .item-top div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.25rem;
    font-size: var(--fs26);
    color: #004ea2;
  }
  .contact .contact-main .main-box .box-item .item-top div img {
    width: 0.25rem;
    margin-right: 0.1rem;
  }
  .contact .contact-main .main-box .box-item .item-text {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.48rem;
    color: #666;
  }
  .contact .contact-main .main-box .box-item .item-cent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-box .box-item .item-cent .cent-text {
    width: 100%;
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .contact .contact-main .main-box .box-item .item-cent .cent-ewm {
    position: relative;
    width: 3.5rem;
    height: auto;
    padding: 0.1rem;
    margin-top: 0.35rem;
    border: solid 1px #dddddd;
  }
  .contact .contact-main .main-box .box-item .item-cent .cent-ewm img {
    width: 2.6rem;
  }
  .contact .contact-main .main-box .box-item .item-cent .cent-ewm p {
    display: flex;
    align-items: center;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0.56rem;
    padding: 0 0.15rem;
    height: calc(100% + 2px);
    font-size: var(--fs26);
    font-weight: bold;
    line-height: 0.32rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #fdd000, #e77612);
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .flex {
    display: block;
    justify-content: space-between;
  }
  .page-heng {
    width: 33px;
    height: 4px;
    margin-top: 0.2rem;
    background: linear-gradient(90deg, #fdd000, #e77612);
    border-radius: 0.45rem;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #ccc;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    background: #004ea2;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    width: 16px;
    height: 12px;
    margin-left: 0.18rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    box-shadow: 8px 8px rgba(11, 117, 190, 0.1);
    transform: translate(-4px, -4px);
    -o-transform: translate(-4px, -4px);
    -moz-transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  .page-button:hover span {
    color: #fff;
  }
  .page-button:hover em {
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .page-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    border: solid 2px #004ea2;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button2 span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #004ea2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2 em {
    width: 16px;
    height: 12px;
    margin-left: 0.18rem;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2:hover {
    background: #004ea2;
    box-shadow: 8px 8px rgba(11, 117, 190, 0.1);
    transform: translate(-4px, -4px);
    -o-transform: translate(-4px, -4px);
    -moz-transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  .page-button2:hover span {
    color: #fff;
  }
  .page-button2:hover em {
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
}
