.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(24, 68, 168, 0.8), rgba(4, 141, 204, 0.8));
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #fff, #000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #d7000f !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 100%;
    margin-left: 0.6rem;
    background: linear-gradient(320deg, #2f54eb, #1896f2);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main .main-cont .main-right .right-serach:hover {
    background: linear-gradient(135deg, #2f54eb, #1896f2);
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.4rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #222;
  }
  nav .nav-main .main-cont .main-right .right-lang a {
    color: #222;
  }
  nav .nav-main .main-cont .main-right .right-lang a:hover {
    color: #d7000f;
  }
  nav .nav-main .main-cont .main-right .right-lang span {
    margin: 0 0.05rem;
  }
  nav .nav-main .main-cont .main-right .right-tel {
    display: none;
  }
  nav .nav-main .main-cont .main-right .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.6rem;
    margin-left: 0.15rem;
    margin-right: 0.3rem;
    font-size: var(--fs28);
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .page-button em {
    position: relative;
    width: 0.32rem;
    height: 0.34rem;
    margin-right: 0.1rem;
    background: url(../images/icon/icon-nav-user.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .page-button span {
    display: none;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1.2rem;
    height: 100%;
    background: #004098;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main:hover {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #d7000f;
    border: none;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #d7000f;
  }
  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: #d7000f;
  }
  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: #d7000f;
    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: #d7000f;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #d7000f;
    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: #d7000f;
  }
  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 #d7000f;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-pic {
    width: 1.66rem;
    height: auto;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.8rem;
    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-subtitle {
    font-size: var(--fs48);
    line-height: 0.8rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    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;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item {
    width: 0.77rem;
    height: auto;
    margin-right: 0.4rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item .item-pic {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item .item-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-box .box-item p {
    margin-top: 0.15rem;
    font-size: var(--fs18);
    line-height: 0.24rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.7rem;
    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-title2 em {
    font-family: 'YANSHIYOURANXIAOKAI';
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.18rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
    padding-left: 0.9rem;
    font-size: 0.48rem;
    font-weight: 100;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.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 em {
    font-family: 'YANSHIYOURANXIAOKAI';
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.2rem;
    color: #d70010;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-pic2 {
    margin-left: 0.9rem;
    margin-top: 1rem;
    width: 6rem;
    height: auto;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-pic2 img {
    width: 100%;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.56rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs32);
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -2rem;
    padding: 0 ;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  header .head-banner .banner-cent2 .cent-box {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.9rem;
    background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
    border-radius: 0;
  }
  header .head-banner .banner-cent2 .cent-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d7000f;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 0.5rem !important;
    background: #0c1623 url(../images/foot-bg.png) no-repeat bottom left;
    background-size: 100%;
    overflow: hidden;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  footer .foot-main .main-cont .cont-ewm {
    width: 2rem;
    height: auto;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  footer .foot-main .main-cont .cont-ewm img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent {
    width: auto;
    height: auto;
    padding-left: 0.3rem;
  }
  footer .foot-main .main-cont .cont-cent .cent-tel {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs42);
    color: #fff;
  }
  footer .foot-main .main-cont .cont-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.16rem;
    border-radius: 50%;
    background: #004098;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover {
    background: #fff;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: space-between;
    width: 10.6rem;
  }
  footer .foot-main .main-nav .nav-item {
    width: auto;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    font-weight: 100;
    line-height: 0.2rem;
    color: #777e86;
  }
  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: #fff;
    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: #fff;
  }
  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: 0.9rem auto 0;
    padding-top: 0.25rem;
    border-top: solid 1px rgba(119, 126, 134, 0.1);
  }
  footer .foot-bottom .bottom-link {
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
  }
  footer .foot-bottom .bottom-link a {
    font-size: var(--fs26);
    color: #777e86;
  }
  footer .foot-bottom .bottom-link a:hover {
    color: #fff;
  }
  footer .foot-bottom .bottom-link span {
    margin: 0 0.1rem;
  }
  footer .foot-bottom .bottom-zhizi {
    width: 100%;
    font-size: var(--fs26);
    text-align: center;
    color: #777e86;
  }
  footer .foot-bottom .bottom-zhizi a {
    color: #777e86;
  }
  footer .foot-bottom .bottom-zhizi a:hover {
    color: #fff;
  }
  .cont-plate1 {
    padding: 1.1rem 0;
    overflow: hidden;
  }
  .cont-plate1 .plate1-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .cont-plate1 .plate1-top {
    position: relative;
    width: 100%;
    height: auto;
  }
  .cont-plate1 .plate1-top .top-swiper {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0.7rem 0.3rem;
    overflow: hidden;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide {
    width: 65%;
    height: auto;
    margin-right: 0.32rem;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.28rem;
    padding: 0.2rem 0.12rem;
    border: solid 1px transparent;
    background: #fff;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-pic {
    width: 1.52rem;
    height: 0.8rem;
    background: #f5f5f5;
    overflow: hidden;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-cent {
    width: calc(100% - 1.52rem);
    height: auto;
    padding-left: 0.24rem;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs28);
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs24);
    line-height: 0.34rem;
    color: #bbbbbb;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide .slide-box:hover {
    border: solid 1px #d7000f;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0);
  }
  .cont-plate1 .plate1-top .top-swiper .swiper-slide-on .slide-box {
    border: solid 1px #d7000f;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0);
  }
  .cont-plate1 .plate1-top .plate1-swiper-button-prev,
  .cont-plate1 .plate1-top .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    border-radius: 50%;
    background: #f4f5f5;
    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;
  }
  .cont-plate1 .plate1-top .plate1-swiper-button-prev img,
  .cont-plate1 .plate1-top .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    margin: -6px 0 0 -3.5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate1 .plate1-top .plate1-swiper-button-prev .img2,
  .cont-plate1 .plate1-top .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .cont-plate1 .plate1-top .plate1-swiper-button-prev:hover,
  .cont-plate1 .plate1-top .plate1-swiper-button-next:hover {
    background: #004098;
  }
  .cont-plate1 .plate1-top .plate1-swiper-button-prev:hover .img1,
  .cont-plate1 .plate1-top .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .cont-plate1 .plate1-top .plate1-swiper-button-prev:hover .img2,
  .cont-plate1 .plate1-top .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .cont-plate1 .plate1-top .plate1-swiper-button-prev {
    left: -0.96rem;
  }
  .cont-plate1 .plate1-top .plate1-swiper-button-next {
    right: -0.96rem;
  }
  .cont-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .cont-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .cont-plate1 .plate1-main .main-box .box-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    border-left: none;
    border-bottom: solid 1px #e5e5e5;
  }
  .cont-plate1 .plate1-main .main-box .box-list .list-item {
    position: relative;
    width: 20%;
    padding-left: 0;
    margin: 0;
    padding-bottom: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    text-align: center;
    color: #666;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate1 .plate1-main .main-box .box-list .list-item:last-of-type {
    margin-bottom: 0;
  }
  .cont-plate1 .plate1-main .main-box .box-list .list-item::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #004098;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate1 .plate1-main .main-box .box-list .list-item:hover {
    color: #004098;
  }
  .cont-plate1 .plate1-main .main-box .box-list .list-item-on {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #004098;
  }
  .cont-plate1 .plate1-main .main-box .box-list .list-item-on::after {
    opacity: 1;
  }
  .cont-plate1 .plate1-main .main-box .box-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .cont-plate1 .plate1-main .main-box .box-cont .cont-lump {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-cent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-cent .cent-title {
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #222;
  }
  .cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.5rem;
    text-align: center;
    color: #333;
  }
  .cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-pic {
    position: relative;
    left: auto;
    width: 80%;
    margin: 0.7rem auto 0;
    z-index: 9;
  }
  .cont-plate1 .plate1-main .main-box .box-cont .cont-lump .lump-English {
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    width: 100%;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    text-align: center;
    color: #000;
    opacity: 0.16;
    white-space: nowrap;
  }
  .cont-plate1 .plate1-main .main-box .box-cont .cont-lump-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .cont-plate1 .plate1-main .main-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #f4f5f5;
  }
  .cont-plate2 .plate2-main .main-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .cont-plate2 .plate2-main .main-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
  }
  .cont-plate2 .plate2-main .main-lump .lump-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0.24rem 0.24rem 0;
    background: #f4f5f5;
  }
  .cont-plate2 .plate2-main .main-lump .lump-top .top-item {
    position: relative;
    width: calc(100% / 4 - 0.068rem);
    height: 0.8rem;
    margin-right: 0.09rem;
    margin-bottom: 0.09rem;
    background: #000;
    cursor: pointer;
    overflow: hidden;
  }
  .cont-plate2 .plate2-main .main-lump .lump-top .top-item:last-of-type {
    margin-right: 0;
  }
  .cont-plate2 .plate2-main .main-lump .lump-top .top-item:nth-child(4n) {
    margin-right: 0;
  }
  .cont-plate2 .plate2-main .main-lump .lump-top .top-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate2 .plate2-main .main-lump .lump-top .top-item p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: var(--fs26);
    font-weight: bold;
    text-align: center;
    color: #fff;
    transform: translatey(-49%);
    -o-transform: translatey(-49%);
    -moz-transform: translatey(-49%);
    -webkit-transform: translatey(-49%);
  }
  .cont-plate2 .plate2-main .main-lump .lump-top .top-item:hover img {
    opacity: 0.8;
  }
  .cont-plate2 .plate2-main .main-lump .lump-top .top-item-on img {
    opacity: 0.8;
  }
  .cont-plate2 .plate2-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .cont-plate2 .plate2-main .main-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-cent {
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-icon {
    width: 1rem;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-icon img {
    width: 100%;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-title {
    margin-top: 0.35rem;
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-cent .cent-bottom .page-button {
    margin-right: 0.2rem;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate2 .plate2-main .main-box .box-cont .cont-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));
  }
  .cont-plate2 .plate2-main .main-box .box-cont-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .cont-plate3 {
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .cont-plate3 .plate3-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .cont-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .cont-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: 4.72rem;
    background: #fff;
    border-bottom: solid 1px #eeeef1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate3 .plate3-main .main-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem 0.3rem 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate3 .plate3-main .main-item .item-cent .cent-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #004098;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate3 .plate3-main .main-item .item-cent .cent-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.6rem;
    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;
  }
  .cont-plate3 .plate3-main .main-item .item-cent .cent-icon .img2 {
    opacity: 0;
  }
  .cont-plate3 .plate3-main .main-item .item-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate3 .plate3-main .main-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate3 .plate3-main .main-item:hover {
    background: #000;
  }
  .cont-plate3 .plate3-main .main-item:hover .item-pic {
    opacity: 0.3;
  }
  .cont-plate3 .plate3-main .main-item:hover .item-cent {
    padding: 0.4rem 0.3rem 0;
  }
  .cont-plate3 .plate3-main .main-item:hover .item-cent .cent-icon {
    background: #fff;
  }
  .cont-plate3 .plate3-main .main-item:hover .item-cent .cent-icon .img1 {
    opacity: 0;
  }
  .cont-plate3 .plate3-main .main-item:hover .item-cent .cent-icon .img2 {
    opacity: 1;
  }
  .cont-plate3 .plate3-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .cont-plate3 .plate3-main .main-item:hover .item-cent .cent-text {
    opacity: 1;
  }
  .cont-plate4 {
    width: 100%;
    height: auto;
  }
  .cont-plate4 .plate4-top {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem;
    background: #f4f4f6;
  }
  .cont-plate4 .plate4-top .top-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cont-plate4 .plate4-top .top-main .main-title {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1rem;
    text-align: center;
    color: #222;
  }
  .cont-plate4 .plate4-top .top-main .main-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  .cont-plate4 .plate4-top .top-main .main-box .box-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .cont-plate4 .plate4-top .top-main .main-box .box-data .data-item {
    width: auto;
    height: auto;
  }
  .cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-num {
    font-size: var(--fs30);
    color: #333;
  }
  .cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-num span {
    margin-left: 0.15rem;
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: 0.72rem;
    color: #d7000f;
  }
  .cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-num em {
    position: relative;
    font-weight: 100;
  }
  .cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: var(--fs42);
    color: #d7000f;
  }
  .cont-plate4 .plate4-top .top-main .main-box .box-data .data-item .item-text {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #333;
  }
  .cont-plate4 .plate4-top .top-main .main-box .page-button {
    margin: 0.55rem auto 0;
  }
  .cont-plate4 .plate4-main {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .cont-plate4 .plate4-main .main-cont .page-title {
    color: #fff;
  }
  .cont-plate4 .plate4-main .main-cont .page-title span {
    position: relative;
  }
  .cont-plate4 .plate4-main .main-cont .page-title span::before {
    background: url(../images/icon/icon-page-title-left2.png) no-repeat left center;
    background-size: 100%;
  }
  .cont-plate4 .plate4-main .main-cont .page-title span::after {
    background: url(../images/icon/icon-page-title-right2.png) no-repeat left center;
    background-size: 100%;
  }
  .cont-plate4 .plate4-main .main-cont .cont-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world {
    display: none;
    position: relative;
    width: 13.55rem;
    height: auto;
    margin: 0.85rem auto 0;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-pic {
    width: 100%;
    height: auto;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-pic img {
    width: 100%;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item {
    position: absolute;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item .item-address {
    position: relative;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #fff;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item .item-address::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    border-radius: 50%;
    animation: mapAddress 3s linear infinite;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item .item-address::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: solid 1px #fff;
    border-radius: 50%;
    animation: mapAddress 3s 1.5s linear infinite;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item .item-address span {
    position: absolute;
    top: 45%;
    left: 200%;
    font-size: var(--fs16);
    color: #fff;
    white-space: nowrap;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) {
    top: 1.3rem;
    right: 5rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address {
    height: 0.06rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address::before {
    animation: mapAddress2 3s linear infinite;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address::after {
    animation: mapAddress2 3s 1.5s linear infinite;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address img {
    position: absolute;
    bottom: 0.05rem;
    left: 50%;
    width: 0.2rem;
    margin-left: -0.1rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(2) .item-address span {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 200%;
    font-size: var(--fs18);
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(3) {
    bottom: 1.5rem;
    right: 1.25rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(4) {
    bottom: 1.05rem;
    right: 1.87rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(5) {
    bottom: 1.92rem;
    right: 2.85rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(6) {
    top: 1.92rem;
    right: 2.72rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(7) {
    top: 1.27rem;
    right: 3.4rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(8) {
    top: 0.12rem;
    right: 5.83rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(9) {
    top: 0.61rem;
    right: 5.25rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(10) {
    top: 0.84rem;
    right: 5.02rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(11) {
    top: 1.8rem;
    right: 5.2rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(12) {
    top: 2.37rem;
    right: 4.92rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(13) {
    top: 1.72rem;
    right: 6.18rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(14) {
    bottom: 0.84rem;
    right: 6.46rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(15) {
    top: 1.44rem;
    left: 4.87rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(16) {
    top: 0.89rem;
    left: 4.33rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(17) {
    top: 1.24rem;
    left: 4.47rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(18) {
    top: 1.24rem;
    left: 4.15rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(18) span {
    left: auto;
    right: 200%;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(19) {
    top: 1.45rem;
    left: 4.4rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(19) span {
    left: auto;
    right: 200%;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(20) {
    top: 1.72rem;
    left: 3.68rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(21) {
    top: 1.65rem;
    left: 2.97rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(22) {
    top: 1.94rem;
    left: 4rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(23) {
    top: 2.26rem;
    left: 3.7rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(24) {
    top: 2.34rem;
    left: 2.97rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(25) {
    bottom: 1.8rem;
    left: 3.57rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(26) {
    bottom: 1.8rem;
    left: 2.74rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-world .world-item:nth-child(27) {
    bottom: 0.62rem;
    left: 3.34rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-web-world {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .cont-plate4 .plate4-main .main-cont .cont-web-world img {
    width: 100%;
  }
  .cont-plate5 {
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .cont-plate5 .plate5-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .cont-plate5 .plate5-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .cont-plate5 .plate5-swiper .swiper-slide {
    width: calc(100% / 2 - 0.175rem);
    height: auto;
    margin-right: 0.35rem;
  }
  .cont-plate5 .plate5-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 2.24rem;
    overflow: hidden;
  }
  .cont-plate5 .plate5-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;
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.15rem 0;
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-title {
    height: 0.96rem;
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.48rem;
    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;
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-text {
    height: 0.84rem;
    margin-top: 0.15rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #0b1d34;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.68rem;
    margin-top: 0.25rem;
    border-top: solid 1px #f0f0f0;
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-time img {
    width: 0.17rem;
    margin-right: 0.1rem;
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-time span {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs28);
    color: #0b1d34;
    opacity: 0.35;
  }
  .cont-plate5 .plate5-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));
  }
  .cont-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #d7000f;
  }
  .cont-plate6 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .cont-plate6 .plate6-cent {
    position: absolute;
    top: 0.45rem;
    left: 0.3rem;
    width: 3.25rem;
    height: auto;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate6 .plate6-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.48rem;
    line-height: 0.4rem;
    text-transform: uppercase;
    color: #fff;
  }
  .cont-plate6 .plate6-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    color: #fff;
  }
  .cont-plate6 .beer-slider .beer-handle {
    width: 0.64rem;
    height: 0.64rem;
    background: #fff url(../images/icon/icon-plate6-pic1.png) no-repeat center center !important;
    background-size: 100%;
  }
  .cont-plate6 .beer-slider .beer-handle::before {
    color: #d7000f !important;
  }
  .cont-plate6 .beer-slider .beer-handle::after {
    color: #fff !important;
  }
  .cont-plate6 .swiper-slide {
    width: 62.5%;
    height: auto;
    margin-right: 2px;
  }
  .cont-plate6 .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .cont-plate6 .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 5.5rem;
  }
  .cont-plate6 .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .cont-plate6 .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;
  }
  .cont-plate6 .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.3rem 0;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate6 .swiper-slide .slide-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.5rem;
    line-height: 0.46rem;
    text-transform: uppercase;
    color: #fff;
  }
  .cont-plate6 .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    color: #fff;
  }
  .cont-plate6 .swiper-slide .slide-box:hover .box-cent {
    top: 0;
    opacity: 1;
  }
  .cont-plate6 .plate6-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 63%;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
  }
  .cont-plate6 .plate6-button .plate6-swiper-button-prev,
  .cont-plate6 .plate6-button .plate6-swiper-button-next {
    position: relative;
    width: 0.5rem;
    height: 1rem;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .cont-plate6 .plate6-button .plate6-swiper-button-prev img,
  .cont-plate6 .plate6-button .plate6-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    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;
  }
  .cont-plate6 .plate6-button .plate6-swiper-button-prev .img2,
  .cont-plate6 .plate6-button .plate6-swiper-button-next .img2 {
    opacity: 0;
  }
  .cont-plate6 .plate6-button .plate6-swiper-button-prev:hover,
  .cont-plate6 .plate6-button .plate6-swiper-button-next:hover {
    background: #d7000f;
  }
  .cont-plate6 .plate6-button .plate6-swiper-button-prev:hover .img1,
  .cont-plate6 .plate6-button .plate6-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .cont-plate6 .plate6-button .plate6-swiper-button-prev:hover .img2,
  .cont-plate6 .plate6-button .plate6-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .cont-plate6 .plate6-button .plate6-swiper-button-prev {
    border-radius: 0.6rem 0 0 0.6rem;
  }
  .cont-plate6 .plate6-button .plate6-swiper-button-next {
    border-radius: 0 0.6rem 0.6rem 0;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.2rem;
    background: #f4f5f5;
    overflow: visible;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
  }
  .product .product-main .main-list {
    display: none;
    position: sticky;
    top: 1.5rem;
    width: 1.5rem;
    height: 100%;
    margin-top: 2.3rem;
    background: #fff;
  }
  .product .product-main .main-list .list-item {
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.12rem;
    cursor: pointer;
  }
  .product .product-main .main-list .list-item .item-icon {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.75rem;
    border-bottom: solid 1px #eeeeee;
  }
  .product .product-main .main-list .list-item .item-icon img {
    width: 0.5rem;
  }
  .product .product-main .main-list .list-item .item-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.08rem;
    font-size: var(--fs26);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #004098;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-item:hover .item-title {
    opacity: 0;
  }
  .product .product-main .main-list .list-item-on .item-title {
    opacity: 1 !important;
  }
  .product .product-main .main-list .list-up {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 0.48rem;
    background: #d7000f;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-list .list-up .up-icon {
    width: 0.19rem;
    margin: 0 auto;
  }
  .product .product-main .main-list .list-up .up-icon img {
    width: 100%;
  }
  .product .product-main .main-list .list-up .up-title {
    width: 100%;
    font-size: var(--fs14);
    text-align: center;
    color: #fff;
  }
  .product .product-main .main-list .list-up:hover {
    background: #004098;
  }
  .product .product-main .main-cont {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    padding-top: 1.3rem;
  }
  .product .product-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    background: #fff;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item .item-pic {
    width: 100%;
    height: 3.4rem;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.5rem;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #777c85;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-link {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    color: #777c85;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    margin-right: 0;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-pic {
    width: 50%;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-pic img {
    position: relative;
    left: 0;
    width: auto;
    height: 3.84rem;
    opacity: 0.1;
    object-fit: contain;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-link {
    width: 40%;
    padding: 0;
    text-align: left;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-link img {
    width: 0.28rem;
    margin-bottom: 0.15rem;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:last-of-type .item-link span {
    display: block;
    width: 100%;
    font-size: var(--fs30);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:hover {
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:hover .item-cent .cent-title {
    color: #d7000f;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:hover .item-cent .cent-link {
    color: #004098;
  }
  .product .product-main .main-cont .cont-box .box-lump .lump-item:hover .item-link span {
    color: #004098;
  }
  .productList-top {
    width: 100%;
    height: auto;
    padding: 2rem 0.3rem 0;
    background: #f4f5f5;
  }
  .productList-top .top-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productList-top .top-main .main-item {
    display: block;
    position: relative;
    width: auto;
    height: 0.8rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #222;
  }
  .productList-top .top-main .main-item:last-of-type {
    margin-right: 0;
  }
  .productList-top .top-main .main-item span {
    position: relative;
    z-index: 1;
  }
  .productList-top .top-main .main-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
    transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList-top .top-main .main-item:hover {
    color: #fff;
  }
  .productList-top .top-main .main-item:hover::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .productList-top .top-main .main-item-on {
    color: #fff;
  }
  .productList-top .top-main .main-item-on::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .productList {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.8rem;
    background: #f4f5f5;
  }
  .productList .productList-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productList .productList-main .main-top .top-item {
    display: block;
    position: relative;
    width: auto;
    height: 0.8rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #222;
  }
  .productList .productList-main .main-top .top-item:last-of-type {
    margin-right: 0;
  }
  .productList .productList-main .main-top .top-item span {
    position: relative;
    z-index: 1;
  }
  .productList .productList-main .main-top .top-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
    transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-top .top-item:hover {
    color: #fff;
  }
  .productList .productList-main .main-top .top-item:hover::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .productList .productList-main .main-top .top-item-on {
    color: #fff;
  }
  .productList .productList-main .main-top .top-item-on::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .productList .productList-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productList .productList-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    background: #fff;
  }
  .productList .productList-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productList .productList-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
  }
  .productList .productList-main .main-cont .cont-item .item-cent .cent-title {
    position: relative;
    padding-bottom: 0.2rem;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.54rem;
    color: #222;
    border-bottom: solid 1px #eeeeee;
  }
  .productList .productList-main .main-cont .cont-item .item-cent .cent-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0.48rem;
    height: 1px;
    background: #d7000f;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #0b1d34;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .productList .productList-main .main-cont .cont-item .item-cent .cent-link {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    color: #777c85;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productList .productList-main .main-cont .cont-item:hover {
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  }
  .productList .productList-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productList .productList-main .main-cont .cont-item:hover .item-cent .cent-title::after {
    width: 100%;
  }
  .productList .productList-main .main-cont .cont-item:hover .item-cent .cent-link {
    color: #004098;
  }
  .productDetail-bread {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.3rem;
    margin-top: 1.2rem;
    background: #fff;
    border-top: solid 1px #eeeeee;
    box-shadow: 0px 2px 20px 0px rgba(3, 14, 33, 0.08);
  }
  .productDetail-bread .bread-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .productDetail-bread .bread-main .main-link {
    width: 100%;
    font-size: var(--fs26);
    font-weight: 100;
  }
  .productDetail-bread .bread-main .main-link a {
    color: #666;
  }
  .productDetail-bread .bread-main .main-link a:hover {
    color: #004098;
  }
  .productDetail-bread .bread-main .main-link em {
    margin: 0 0.14rem;
  }
  .productDetail-bread .bread-main .main-link span {
    color: #000;
  }
  .productDetail-bread .bread-main .main-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.6rem;
    height: 100%;
    margin-top: 0.35rem;
  }
  .productDetail-bread .bread-main .main-button img {
    width: 0.28rem;
  }
  .productDetail-bread .bread-main .main-button span {
    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;
  }
  .productDetail-bread .bread-main .main-button:hover span {
    color: #004098;
  }
  .productDetail-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.8rem 0.3rem;
  }
  .productDetail-top .top-main {
    display: block;
    justify-content: space-between;
    width: 100%;
  }
  .productDetail-top .top-main .main-lump {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .productDetail-top .top-main .main-lump .lump-item {
    width: calc(100% / 4 - 0.075rem);
    height: 1.6rem;
    margin-bottom: 0.22rem;
    margin-right: 0.1rem;
    margin-top: 0.35rem;
    border: solid 1px #eeeeee;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail-top .top-main .main-lump .lump-item:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .productDetail-top .top-main .main-lump .lump-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;
  }
  .productDetail-top .top-main .main-lump .lump-item:hover {
    border: solid 1px #d7000f;
  }
  .productDetail-top .top-main .main-lump .lump-item-on {
    border: solid 1px #d7000f;
  }
  .productDetail-top .top-main .main-pic {
    width: 100%;
    height: 7rem;
    border: solid 1px #eeeeee;
    overflow: hidden;
  }
  .productDetail-top .top-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail-top .top-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail-top .top-cent {
    width: 100%;
    height: auto;
    padding-top: 0.35rem;
  }
  .productDetail-top .top-cent .cent-title {
    position: relative;
    padding-bottom: 0.35rem;
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.48rem;
    color: #333;
    border-bottom: solid 2px #eeeeee;
  }
  .productDetail-top .top-cent .cent-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0.8rem;
    height: 2px;
    background: #d7000f;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail-top .top-cent .cent-text {
    margin-top: 0.45rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #333;
  }
  .productDetail-top .top-cent .page-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.4rem;
    line-height: 0.8rem;
  }
  .productDetail-top .top-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .productDetail-top .top-cent .cent-share span {
    margin-right: 0.26rem;
    font-size: var(--fs26);
    font-weight: 100%;
    color: #333;
  }
  .productDetail-top .top-cent .cent-share .share-item {
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.16rem;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 50%;
    background: #004098;
  }
  .productDetail-top .top-cent .cent-share .share-item img {
    width: 0.26rem;
  }
  .productDetail-top .top-cent .cent-share .share-item:hover {
    background: #d7000f;
  }
  .productDetail-strip {
    position: sticky;
    top: 1.2rem;
    width: 100%;
    height: 1rem;
    background: #f5f5f5;
    z-index: 29;
  }
  .productDetail-strip .strip-box {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .productDetail-strip .strip-box .box-item {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    margin-right: 0.35rem;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .productDetail-strip .strip-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #004098;
    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;
  }
  .productDetail-strip .strip-box .box-item:hover::after {
    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));
  }
  .productDetail-strip .strip-box .box-item:last-of-type {
    margin-right: 0;
  }
  .productDetail-strip .strip-box .box-item-on {
    color: #004098;
  }
  .productDetail-strip .strip-box .box-item-on::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .productDetail-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.9rem 0.3rem 0;
  }
  .productDetail-plate1 .plate1-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetail-plate1 .plate1-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail-plate1 .plate1-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .productDetail-plate1 .plate1-video .video-pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail-plate1 .plate1-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.88rem;
    height: 0.88rem;
    margin: -0.44rem 0 0 -0.44rem;
    border-radius: 50%;
    cursor: pointer;
  }
  .productDetail-plate1 .plate1-video .video-play img {
    position: relative;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail-plate1 .plate1-video .video-play::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    background: #fff;
    animation: mapAddress3 linear infinite 3s;
  }
  .productDetail-plate1 .plate1-video .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .productDetail-plate1 .plate1-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.9rem 0.3rem 0;
  }
  .productDetail-plate2 .plate2-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetail-plate2 .plate2-pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .productDetail-plate3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.9rem 0.3rem 0;
  }
  .productDetail-plate3 .plate3-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: auto;
  }
  .productDetail-plate3 .plate3-pic img {
    display: block;
    width: 1024px;
    height: auto;
  }
  .productDetail-plate4 {
    width: 100%;
    height: auto;
    margin-top: 1.35rem;
    padding: 1.05rem 0.3rem 1.12rem;
    background: #f4f5f5;
  }
  .productDetail-plate4 .plate4-main .main-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
    background: #fff;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item .item-pic {
    width: 100%;
    height: 3.3rem;
    overflow: hidden;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.4rem 0.5rem;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item .item-cent .cent-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #222;
    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;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.44rem;
    color: #777c85;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item .item-cent .cent-link {
    margin-top: 0.5rem;
    font-size: var(--fs26);
    color: #777c85;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item:last-of-type {
    margin-right: 0;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item:hover {
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item:hover .item-cent .cent-title {
    color: #d7000f;
  }
  .productDetail-plate4 .plate4-main .main-lump .lump-item:hover .item-cent .cent-link {
    color: #004098;
  }
  .industry {
    width: 100%;
    height: auto;
    padding: 1.12rem 0.3rem 0.8rem;
    background: #f4f5f5;
    overflow: visible;
  }
  .industry .industry-main {
    display: flex;
    justify-content: space-between;
  }
  .industry .industry-main .main-list {
    display: none;
    position: sticky;
    top: 1.2rem;
    width: 0.8rem;
    height: 100%;
    background: #fff;
  }
  .industry .industry-main .main-list .list-item {
    position: relative;
    width: 100%;
    height: 0.48rem;
    padding: 0 0.12rem;
    cursor: pointer;
  }
  .industry .industry-main .main-list .list-item .item-icon {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.44rem;
    border-bottom: solid 1px #eeeeee;
  }
  .industry .industry-main .main-list .list-item .item-icon img {
    width: 0.31rem;
  }
  .industry .industry-main .main-list .list-item .item-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.08rem;
    font-size: var(--fs14);
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    background: #004098;
    opacity: 0;
    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;
  }
  .industry .industry-main .main-list .list-item:hover .item-title {
    opacity: 1;
  }
  .industry .industry-main .main-list .list-item-on .item-title {
    opacity: 1;
  }
  .industry .industry-main .main-list .list-up {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 0.48rem;
    background: #d7000f;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industry .industry-main .main-list .list-up .up-icon {
    width: 0.19rem;
    margin: 0 auto;
  }
  .industry .industry-main .main-list .list-up .up-icon img {
    width: 100%;
  }
  .industry .industry-main .main-list .list-up .up-title {
    width: 100%;
    font-size: var(--fs14);
    text-align: center;
    color: #fff;
  }
  .industry .industry-main .main-list .list-up:hover {
    background: #004098;
  }
  .industry .industry-main .main-cont {
    width: 100%;
    height: auto;
  }
  .industry .industry-main .main-cont .cont-box {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    padding: 0.4rem 0.3rem 0.5rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industry .industry-main .main-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .industry .industry-main .main-cont .cont-box .box-cent .cent-title {
    font-size: var(--fs40);
    font-weight: bold;
    color: #000;
  }
  .industry .industry-main .main-cont .cont-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: justify;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .industry .industry-main .main-cont .cont-box .box-cent .cent-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .industry .industry-main .main-cont .cont-box .box-cent .cent-bottom .page-button {
    margin-right: 0.2rem;
  }
  .industry .industry-main .main-cont .cont-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .industry .industry-main .main-cont .cont-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;
  }
  .industry .industry-main .main-cont .cont-box:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .industry .industry-main .main-cont .cont-box:hover {
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  }
  .industry .industry-main .main-cont .cont-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));
  }
  .industryList {
    width: 100%;
    height: auto;
    background: #f4f5f5;
    overflow: hidden;
  }
  .industryList .industryList-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .industryList .industryList-main .main-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: static;
    top: 1.2rem;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .industryList .industryList-main .main-list .list-item {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
    font-size: var(--fs32);
    color: #333;
  }
  .industryList .industryList-main .main-list .list-item span {
    position: relative;
  }
  .industryList .industryList-main .main-list .list-item span::after {
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 3px;
    background: #004098;
    opacity: 0;
  }
  .industryList .industryList-main .main-list .list-item:hover {
    color: #004098;
  }
  .industryList .industryList-main .main-list .list-item-on {
    font-size: var(--fs30);
    color: #004098;
  }
  .industryList .industryList-main .main-list .list-item-on span::after {
    opacity: 1;
  }
  .industryList .industryList-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0.64rem 0.3rem 0.64rem;
    background: #fff;
  }
  .industryList .industryList-main .main-cont .cont-top {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .industryList .industryList-main .main-cont .cont-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .industryList .industryList-main .main-cont .cont-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industryList .industryList-main .main-cont .cont-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .industryList .industryList-main .main-cont .cont-top .top-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .industryList .industryList-main .main-cont .cont-top .top-cent .cent-title {
    font-size: var(--fs40);
    font-weight: bold;
    color: #000;
  }
  .industryList .industryList-main .main-cont .cont-top .top-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: justify;
    color: #333;
  }
  .industryList .industryList-main .main-cont .cont-top .top-cent .page-button {
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.45rem;
    font-size: var(--fs30);
    line-height: 0.8rem;
  }
  .industryList .industryList-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    padding-left: 0;
  }
  .industryList .industryList-main .main-cont .cont-box .box-title {
    position: relative;
    padding-bottom: 0.2rem;
    margin-bottom: 0.65rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #eeeeee;
  }
  .industryList .industryList-main .main-cont .cont-box .box-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0.8rem;
    height: 3px;
    background: #004098;
  }
  .industryList .industryList-main .main-cont .cont-box .box-subtitle {
    margin-top: 0.35rem;
    padding-left: 0.32rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
    background: url(../images/icon/icon-item.png) no-repeat left center;
    background-size: 0.14rem;
  }
  .industryList .industryList-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .industryList .industryList-main .main-cont .cont-box .box-lump .lump-item {
    position: relative;
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.32rem;
    padding: 0.4rem 0.2rem 0.55rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #222;
    background: #fff;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industryList .industryList-main .main-cont .cont-box .box-lump .lump-item:nth-child(3n) {
    margin-right: 0;
  }
  .industryList .industryList-main .main-cont .cont-box .box-lump .lump-item span {
    position: absolute;
    bottom: -0.08rem;
    right: 0.4rem;
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: var(--fs42);
    color: rgba(11, 29, 52, 0.11);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industryList .industryList-main .main-cont .cont-box .box-lump .lump-item:hover {
    color: #fff;
    background: #004098;
    box-shadow: none;
  }
  .industryList .industryList-main .main-cont .cont-box .box-lump .lump-item:hover span {
    color: #fff;
  }
  .industryList .industryList-main .main-cont .cont-box .box-main {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .industryList .industryList-main .main-cont .cont-box .box-main .main-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.56rem;
  }
  .industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .industryList .industryList-main .main-cont .cont-box .box-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;
  }
  .industryList .industryList-main .main-cont .cont-box .box-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));
  }
  .industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-cent .cent-num {
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: var(--fs48);
    color: #004098;
  }
  .industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-cent .cent-heng {
    width: 0.46rem;
    height: 2px;
    margin-top: 0.2rem;
    background: #dddddd;
  }
  .industryList .industryList-main .main-cont .cont-box .box-main .main-item .item-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs32);
    line-height: 0.5rem;
    color: #333;
  }
  .industryList .industryList-main .main-cont .cont-box .box-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .industryList-bread {
    position: relative;
    width: 100%;
    height: 0.8rem;
    margin-top: 1.2rem;
    background: #fff;
    border-top: solid 1px #eeeeee;
    box-shadow: 0px 2px 20px 0px rgba(3, 14, 33, 0.08);
  }
  .industryList-bread .bread-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 0.3rem;
  }
  .industryList-bread .bread-main .main-link {
    width: auto;
    font-size: var(--fs26);
    font-weight: 100;
  }
  .industryList-bread .bread-main .main-link a {
    color: #666;
  }
  .industryList-bread .bread-main .main-link a:hover {
    color: #004098;
  }
  .industryList-bread .bread-main .main-link em {
    margin: 0 0.14rem;
  }
  .industryList-bread .bread-main .main-link span {
    color: #000;
  }
  .industryList-bread .bread-main .main-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 0.96rem;
    height: 100%;
  }
  .industryList-bread .bread-main .main-button img {
    width: 0.16rem;
  }
  .industryList-bread .bread-main .main-button span {
    font-size: var(--fs16);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industryList-bread .bread-main .main-button:hover span {
    color: #004098;
  }
  .service-plate1 {
    width: 100%;
    padding: 1.12rem 0.3rem 1.2rem;
  }
  .service-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .service-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .service-plate1 .plate1-main .main-cent .page-title {
    text-align: center;
    padding-left: 0;
  }
  .service-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    line-height: 0.5rem;
    text-align: center;
    color: #0b1d34;
    opacity: 0.7;
  }
  .service-plate1 .plate1-main .main-cent .page-button {
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.6rem auto 0;
    font-size: var(--fs30);
    line-height: 0.8rem;
  }
  .service-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .service-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;
  }
  .service-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .service-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #f6f6f6;
  }
  .service-plate2 .plate2-main .main-text {
    width: 100%;
    margin: 0.25rem auto 0;
    font-size: var(--fs30);
    line-height: 0.5rem;
    text-align: center;
    color: #0b1d34;
    opacity: 0.7;
  }
  .service-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .service-plate2 .plate2-main .main-box .box-item {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 0.4rem;
    margin-right: 0;
    margin-bottom: 0.25rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate2 .plate2-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .service-plate2 .plate2-main .main-box .box-item .item-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 50%;
    background: #004098;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate2 .plate2-main .main-box .box-item .item-icon img {
    width: 0.68rem;
  }
  .service-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #222;
  }
  .service-plate2 .plate2-main .main-box .box-item .item-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: #0b1d34;
    opacity: 0.7;
  }
  .service-plate2 .plate2-main .main-box .box-item:hover {
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  }
  .service-plate2 .plate2-main .main-box .box-item:hover .item-icon {
    background: #d7000f;
  }
  .service-plate3 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .service-plate3 .plate3-main .main-pic {
    width: 100%;
    margin-top: 0.45rem;
    overflow: auto;
  }
  .service-plate3 .plate3-main .main-pic img {
    width: 15.36rem;
  }
  .service-plate4 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #fafafa url(../images/service-bg.png) no-repeat bottom left;
    background-size: cover;
  }
  .service-plate4 .plate4-main .main-text {
    width: 100%;
    margin: 0.25rem auto 0;
    font-size: var(--fs30);
    line-height: 0.5rem;
    text-align: center;
    color: #0b1d34;
    opacity: 0.7;
  }
  .service-plate4 .plate4-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .service-plate4 .plate4-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate4 .plate4-main .main-pic:hover img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .service-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .service-plate4 .plate4-main .main-box .box-item {
    width: 100%;
    height: auto;
    padding: 0.64rem 0.3rem 0.5rem;
    border-right: none;
    border-bottom: solid 1px #eeeef1;
  }
  .service-plate4 .plate4-main .main-box .box-item:last-of-type {
    border-right: none;
    border-bottom: none;
  }
  .service-plate4 .plate4-main .main-box .box-item .item-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2rem;
    border-radius: 50%;
    background: #004098;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service-plate4 .plate4-main .main-box .box-item .item-icon img {
    width: 0.7rem;
  }
  .service-plate4 .plate4-main .main-box .box-item .item-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #222;
  }
  .service-plate4 .plate4-main .main-box .box-item .item-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: rgba(11, 29, 52, 0.8);
  }
  .service-plate4 .plate4-main .main-box .box-item .item-text span {
    text-decoration: underline;
    color: #d7000f;
  }
  .service-plate4 .plate4-main .main-box .box-item:hover .item-icon {
    background: #d7000f;
  }
  .support-plate1 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .support-plate1 .plate1-main .main-text {
    margin: 0.25rem auto 0;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: rgba(11, 29, 52, 0.7);
  }
  .support-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .support-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .support-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .support-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #f4f5f5;
  }
  .support-plate2 .plate2-main .main-text {
    margin: 0.25rem auto 0;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: rgba(11, 29, 52, 0.7);
  }
  .support-plate2 .plate2-main .main-heng {
    width: 1px;
    height: 0.64rem;
    margin: 0.35rem auto 0.3rem;
    background: #004098;
  }
  .support-plate2 .plate2-main .main-title {
    font-size: var(--fs38);
    font-weight: bold;
    text-align: center;
    color: #004098;
  }
  .support-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .support-plate2 .plate2-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.25rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .support-plate2 .plate2-main .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .support-plate2 .plate2-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .support-plate2 .plate2-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .support-plate2 .plate2-main .main-box .box-item .item-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 1.2rem;
  }
  .support-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #222;
  }
  .support-plate2 .plate2-main .main-box .box-item .item-cent .cent-num {
    position: absolute;
    bottom: 0.35rem;
    left: 0;
    width: 100%;
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: var(--fs48);
    text-align: center;
    color: rgba(11, 29, 52, 0.11);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .support-plate2 .plate2-main .main-box .box-item:hover {
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .support-plate2 .plate2-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .support-plate2 .plate2-main .main-box .box-item:hover .item-cent .cent-num {
    color: #d7000f;
  }
  .download-top {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0;
    background: #f4f5f5;
  }
  .download-top .top-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .download-top .top-main .main-item {
    display: block;
    position: relative;
    width: auto;
    height: 0.8rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #222;
  }
  .download-top .top-main .main-item:last-of-type {
    margin-right: 0;
  }
  .download-top .top-main .main-item span {
    position: relative;
    z-index: 1;
  }
  .download-top .top-main .main-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
    transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download-top .top-main .main-item:hover {
    color: #fff;
  }
  .download-top .top-main .main-item:hover::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .download-top .top-main .main-item-on {
    color: #fff;
  }
  .download-top .top-main .main-item-on::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .download {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #f4f5f5;
  }
  .download .download-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .download .download-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
    background: #fff;
  }
  .download .download-main .main-cont .cont-item p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 1.6rem);
    height: auto;
    font-size: var(--fs30);
    font-weight: bold;
    color: #000;
  }
  .download .download-main .main-cont .cont-item p em {
    width: 0.4rem;
    height: 0.43rem;
    margin-right: 0.25rem;
    background: url(../images/icon/icon-download-pic1.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;
  }
  .download .download-main .main-cont .cont-item div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1.5rem;
    font-size: var(--fs26);
    font-weight: 100%;
    color: rgba(11, 29, 52, 0.7);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item div span {
    width: 0.31rem;
    height: 0.27rem;
    margin-right: 0.1rem;
    background: url(../images/icon/icon-download-pic3.png) no-repeat left center;
    background-size: 100%;
  }
  .download .download-main .main-cont .cont-item:hover {
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .download .download-main .main-cont .cont-item:hover p em {
    background: url(../images/icon/icon-download-pic2.png) no-repeat center center;
    background-size: 100%;
  }
  .download-pupop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 5.4rem;
    height: auto;
    padding: 0.5rem 0 0;
    margin: 0 0 0 -2.7rem;
    background: #fff;
    z-index: 199;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .download-pupop .pupop-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .download-pupop .pupop-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .download-pupop .pupop-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.45rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #004098;
  }
  .download-pupop .pupop-button:hover {
    background: #d7000f;
  }
  .problem {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: #f4f5f5;
  }
  .problem .problem-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    margin-bottom: 0.25rem;
  }
  .problem .problem-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.25rem 0.52rem;
    margin-bottom: 0.4rem;
    background: #fff;
  }
  .problem .problem-main .main-cont .cont-item .item-title {
    font-size: var(--fs34);
    font-weight: bold;
    color: #000;
  }
  .problem .problem-main .main-cont .cont-item .item-heng {
    width: 0.4rem;
    height: 4px;
    margin: 0.2rem 0 0.35rem;
    background: url(../images/icon/icon-problem-heng.jpg) no-repeat top left;
    background-size: 100%;
  }
  .problem .problem-main .main-cont .cont-item .item-text {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: rgba(11, 29, 52, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .problem .problem-main .main-cont .cont-item .page-button2 {
    margin-top: 0.35rem;
  }
  .problem .problem-main .main-cont .cont-item .page-button2:hover {
    color: #fff;
  }
  .problem .problem-main .main-cont .cont-item .page-button2:hover::after {
    border: solid 1px #004098;
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .problem .problem-main .main-cont .cont-item:hover {
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.05);
  }
  .news-plate1 {
    width: 100%;
    height: auto;
    padding: 2.12rem 0.3rem 1.12rem;
    background: #f4f5f5;
  }
  .news-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  .news-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news-plate1 .plate1-main .main-cent {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .news-plate1 .plate1-main .main-cent .cent-item {
    display: block;
    width: 100%;
    height: 1.52rem;
    padding: 0.25rem 0.3rem 0;
    margin-bottom: 0.16rem;
    background: #fff;
  }
  .news-plate1 .plate1-main .main-cent .cent-item:nth-child(1) {
    animation-delay: 0.2s;
  }
  .news-plate1 .plate1-main .main-cent .cent-item:nth-child(2) {
    animation-delay: 0.4s;
  }
  .news-plate1 .plate1-main .main-cent .cent-item:last-of-type {
    margin-bottom: 0;
    animation-delay: 0.6s;
  }
  .news-plate1 .plate1-main .main-cent .cent-item .itme-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs30);
    color: #2e2624;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate1 .plate1-main .main-cent .cent-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate1 .plate1-main .main-cent .cent-item:hover {
    background: #004098;
  }
  .news-plate1 .plate1-main .main-cent .cent-item:hover .itme-time {
    color: rgba(255, 255, 255, 0.4);
  }
  .news-plate1 .plate1-main .main-cent .cent-item:hover .item-title {
    color: #fff;
  }
  .news-plate2 {
    padding: 0.3rem 0.3rem 1.2rem;
  }
  .news-plate2 .plate2-cont {
    width: 100%;
    height: auto;
    margin-bottom: 0.64rem;
  }
  .news-plate2 .plate2-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    border-bottom: solid 1px #eeeeee;
  }
  .news-plate2 .plate2-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    margin-right: 0;
    overflow: hidden;
  }
  .news-plate2 .plate2-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    margin-right: 0;
  }
  .news-plate2 .plate2-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-cont .cont-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: rgba(11, 29, 52, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-plate2 .plate2-cont .cont-item .item-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    color: rgba(11, 29, 52, 0.7);
  }
  .news-plate2 .plate2-cont .cont-item .item-cent .cent-time em {
    width: 0.27rem;
    height: 0.27rem;
    margin-right: 0.1rem;
    background: url(../images/icon/icon-news-time.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-plate2 .plate2-cont .cont-item .item-link {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    border-radius: 50%;
    background: #f4f5f5 url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 7px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-cont .cont-item .item-link:hover {
    color: #004098;
  }
  .news-plate2 .plate2-cont .cont-item:hover .item-pic {
    margin-right: 0;
  }
  .news-plate2 .plate2-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news-plate2 .plate2-cont .cont-item:hover .item-cent {
    margin-right: 0;
  }
  .news-plate2 .plate2-cont .cont-item:hover .item-cent .cent-title {
    color: #d7000f;
  }
  .news-plate2 .plate2-cont .cont-item:hover .item-cent .cent-time em {
    background: url(../images/icon/icon-news-time2.png) no-repeat center center;
    background-size: 100%;
  }
  .news-plate2 .plate2-cont .cont-item:hover .item-link {
    background: #004098 url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 7px;
  }
  .newsDetail-plate1 {
    width: 100%;
    height: auto;
    padding: 2.4rem 0.3rem 1.9rem;
    background: url(../images/newsDetail-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .newsDetail-plate1 .plate1-main .main-title {
    font-size: var(--fs40);
    font-weight: bold;
    color: #fff;
  }
  .newsDetail-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .newsDetail-plate1 .plate1-main .main-box p {
    font-size: var(--fs28);
    font-weight: 100;
    color: #fff;
  }
  .newsDetail-plate1 .plate1-main .main-box .box-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail-plate1 .plate1-main .main-box .box-share span {
    margin-right: 0.26rem;
    font-size: var(--fs28);
    font-weight: 100%;
    color: #fff;
  }
  .newsDetail-plate1 .plate1-main .main-box .box-share .share-item {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.16rem;
    border-radius: 50%;
    background: #fff;
  }
  .newsDetail-plate1 .plate1-main .main-box .box-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    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;
  }
  .newsDetail-plate1 .plate1-main .main-box .box-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail-plate1 .plate1-main .main-box .box-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail-plate1 .plate1-main .main-box .box-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail-plate2 {
    width: 100%;
    height: auto;
    background: #f4f5f5;
  }
  .newsDetail-plate2 .plate2-main {
    position: relative;
    padding: 1.05rem 0.3rem 1.1rem;
    background: #fff;
    z-index: 9;
    transform: translatey(-1.28rem);
    -o-transform: translatey(-1.28rem);
    -moz-transform: translatey(-1.28rem);
    -webkit-transform: translatey(-1.28rem);
  }
  .newsDetail-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .newsDetail-plate2 .plate2-main .main-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail-plate2 .plate2-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    padding-top: 0.5rem;
    border-top: solid 1px #eeeef1;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .bottom-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title {
    font-size: var(--fs28);
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:first-of-type {
    margin-bottom: 0.1rem;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title span {
    font-weight: bold;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title a {
    font-weight: 100;
    color: #333333;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:hover {
    color: #d7000f;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .bottom-cent .cent-title:hover a {
    color: #d7000f;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.35rem auto 0;
    font-size: var(--fs30);
    line-height: 0.8rem;
  }
  .newsDetail-plate2 .plate2-main .main-bottom .page-button em {
    width: 0.26rem;
    height: 0.24rem;
    background: url(../images/icon/icon-return2.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail-plate3 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.2rem;
    background: #f4f5f5;
  }
  .newsDetail-plate3 .plate3-main .main-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .newsDetail-plate3 .plate3-main .main-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item p {
    font-size: var(--fs30);
    color: #222;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item p em {
    margin-right: 0.08rem;
    color: #d7000f;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.24rem;
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    background: #fff;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item input::placeholder {
    color: #999;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item input:focus {
    border: solid 1px #004098;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item textarea {
    width: 100%;
    height: 2.4rem;
    padding: 0.24rem;
    margin-top: 0.15rem;
    font-family: '微软雅黑';
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    background: #fff;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item textarea::placeholder {
    color: #999;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item textarea:focus {
    border: solid 1px #004098;
  }
  .newsDetail-plate3 .plate3-main .main-form .form-item:nth-child(4),
  .newsDetail-plate3 .plate3-main .main-form .form-item:nth-child(5) {
    width: 100%;
  }
  .newsDetail-plate3 .plate3-main .page-button {
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.15rem auto 0;
    font-size: var(--fs30);
    line-height: 0.8rem;
  }
  .honor-top {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0;
    background: #f4f5f5;
  }
  .honor-top .top-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .honor-top .top-main .main-item {
    display: block;
    position: relative;
    width: auto;
    height: 0.8rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #222;
  }
  .honor-top .top-main .main-item:last-of-type {
    margin-right: 0;
  }
  .honor-top .top-main .main-item span {
    position: relative;
    z-index: 1;
  }
  .honor-top .top-main .main-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
    transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor-top .top-main .main-item:hover {
    color: #fff;
  }
  .honor-top .top-main .main-item:hover::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .honor-top .top-main .main-item-on {
    color: #fff;
  }
  .honor-top .top-main .main-item-on::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem 1.2rem;
    background: #f4f5f5;
  }
  .honor .honor-main .main-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-top .top-item {
    display: block;
    position: relative;
    width: auto;
    height: 0.8rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #222;
  }
  .honor .honor-main .main-top .top-item:last-of-type {
    margin-right: 0;
  }
  .honor .honor-main .main-top .top-item span {
    position: relative;
    z-index: 1;
  }
  .honor .honor-main .main-top .top-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
    transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-top .top-item:hover {
    color: #fff;
  }
  .honor .honor-main .main-top .top-item:hover::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .honor .honor-main .main-top .top-item-on {
    color: #fff;
  }
  .honor .honor-main .main-top .top-item-on::after {
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
  }
  .honor .honor-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.16rem;
  }
  .honor .honor-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
    padding: 0.4rem 0.2rem 0.35rem;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .honor .honor-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 3.26rem;
    overflow: hidden;
  }
  .honor .honor-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-item .item-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.72rem;
    height: 0.72rem;
    margin: -0.36rem 0 0 -0.36rem;
    background: rgba(210, 40, 45, 0.9) url(../images/icon/icon-search3.png) no-repeat center center;
    background-size: 0.25rem;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-item .item-title {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: #222;
    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;
  }
  .honor .honor-main .main-cont .cont-item:hover {
    background: #004098;
  }
  .honor .honor-main .main-cont .cont-item:hover .item-pic::after {
    opacity: 1;
  }
  .honor .honor-main .main-cont .cont-item:hover .item-title {
    color: #fff;
  }
  .about-plate1 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0 1rem;
  }
  .about-plate1 .plate1-main {
    padding: 0 0.3rem;
  }
  .about-plate1 .plate1-main .main-subtitle {
    margin-top: 0.45rem;
    font-size: 0.6rem;
    text-align: center;
    color: #222;
  }
  .about-plate1 .plate1-main .main-text {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: rgba(11, 29, 52, 0.7);
  }
  .about-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .about-plate1 .plate1-main .main-data .data-item {
    width: auto;
    height: auto;
    margin: 0 ;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num {
    font-size: var(--fs28);
    color: #333;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num span {
    margin-left: 0.15rem;
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: 0.72rem;
    color: #d7000f;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num em {
    position: relative;
    font-weight: 100;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: var(--fs32);
    color: #d7000f;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-text {
    margin-top: 0.05rem;
    font-size: var(--fs26);
    color: #333;
  }
  .about-plate1 .plate1-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .about-plate1 .plate1-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about-plate1 .plate1-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .about-plate1 .plate1-video .video-pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate1 .plate1-video .video-play {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .about-plate1 .plate1-video .video-play .play-icon {
    position: relative;
    width: 0.88rem;
    height: 0.88rem;
    margin: 0 auto;
    border-radius: 50%;
  }
  .about-plate1 .plate1-video .video-play .play-icon img {
    position: relative;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate1 .plate1-video .video-play .play-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    background: #fff;
    animation: mapAddress3 linear infinite 3s;
  }
  .about-plate1 .plate1-video .video-play p {
    margin-top: 0.4rem;
    font-size: var(--fs48);
    text-align: center;
    color: #fff;
  }
  .about-plate1 .plate1-video .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .about-plate1 .plate1-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about-plate2 {
    padding: 1.1rem 0.3rem 0.8rem;
  }
  .about-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about-plate2 .plate2-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    overflow: hidden;
  }
  .about-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: 100%;
  }
  .about-plate2 .plate2-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;
  }
  .about-plate2 .plate2-main .main-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.7rem 0.4rem 0;
  }
  .about-plate2 .plate2-main .main-item .item-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .about-plate2 .plate2-main .main-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs32);
    color: #fff;
  }
  .about-plate2 .plate2-main .main-item:first-of-type {
    width: 100%;
    height: 5.5rem;
  }
  .about-plate2 .plate2-main .main-item:first-of-type .item-cent .cent-title {
    text-align: center;
  }
  .about-plate2 .plate2-main .main-item:first-of-type .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    text-align: center;
  }
  .about-plate3 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    background: url(../images/about-bg.jpg) no-repeat bottom left;
    background-size: cover;
    overflow: hidden;
  }
  .about-plate3 .plate3-swiper {
    margin-top: 0.5rem;
  }
  .about-plate3 .plate3-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.6rem;
  }
  .about-plate3 .plate3-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .about-plate3 .plate3-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding-top: 0.2rem;
    padding-right: 0;
    border-right: none;
  }
  .about-plate3 .plate3-swiper .swiper-slide .slide-box .box-year {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs48);
    color: #000;
  }
  .about-plate3 .plate3-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.05rem;
    font-size: var(--fs34);
    font-weight: bold;
    color: #222;
  }
  .about-plate3 .plate3-swiper .swiper-slide .slide-box .box-text {
    height: 2.1rem;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: rgba(11, 29, 52, 0.7);
    overflow: auto;
  }
  .about-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.2rem;
    margin-top: 0.4rem;
    overflow: hidden;
  }
  .about-plate3 .plate3-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about-plate3 .plate3-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0.64rem;
  }
  .about-plate3 .plate3-bottom .swiper-pagination {
    position: relative;
    width: calc(100% - 2rem);
    height: 2px;
    background: #dcdcdc;
  }
  .about-plate3 .plate3-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #004098;
  }
  .about-plate3 .plate3-bottom .bottom-button {
    display: flex;
    justify-content: space-between;
    width: 1.9rem;
    height: auto;
  }
  .about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-prev,
  .about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-next {
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 50%;
    background: #004098;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-prev img,
  .about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-next img {
    width: 7px;
  }
  .about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-prev:hover,
  .about-plate3 .plate3-bottom .bottom-button .plate3-swiper-button-next:hover {
    background: #d7000f;
  }
  .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.7rem;
    background: #f4f5f5;
  }
  .about-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    margin-bottom: 0.16rem;
  }
  .about-plate4 .plate4-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
    padding: 0.4rem 0.2rem 0.35rem;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-cont .cont-item:nth-child(4n) {
    margin-right: 0;
  }
  .about-plate4 .plate4-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 3.26rem;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-cont .cont-item .item-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.72rem;
    height: 0.72rem;
    margin: -0.36rem 0 0 -0.36rem;
    background: rgba(210, 40, 45, 0.9) url(../images/icon/icon-search3.png) no-repeat center center;
    background-size: 0.25rem;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-cont .cont-item .item-title {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: #222;
    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;
  }
  .about-plate4 .plate4-main .main-cont .cont-item:hover {
    background: #004098;
  }
  .about-plate4 .plate4-main .main-cont .cont-item:hover .item-pic::after {
    opacity: 1;
  }
  .about-plate4 .plate4-main .main-cont .cont-item:hover .item-title {
    color: #fff;
  }
  .about-plate4 .plate4-main .page-button {
    width: 2.6rem;
    height: 0.8rem;
    margin: 0 auto;
    font-size: var(--fs30);
    line-height: 0.8rem;
  }
  .about-plate5 {
    padding: 1.1rem 0.3rem 0.95rem;
  }
  .about-plate5 .main-text {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .about-plate5 .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about-plate5 .main-box .box-item {
    width: 48%;
    height: 2rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(3, 14, 33, 0.08);
    border: solid 2px transparent;
    overflow: hidden;
  }
  .about-plate5 .main-box .box-item:nth-child(7n) {
    margin-right: 0;
  }
  .about-plate5 .main-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;
  }
  .about-plate5 .main-box .box-item:hover {
    border: solid 2px #004098;
  }
  .about-plate5 .main-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));
  }
  .contact-plate1 {
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .contact-plate1 .main-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .contact-plate1 .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact-plate1 .main-box .box-item {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.5rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
    background: #fff;
    box-shadow: 0px 2px 30px 0px rgba(3, 14, 33, 0.08);
  }
  .contact-plate1 .main-box .box-item:last-of-type {
    margin-right: 0;
  }
  .contact-plate1 .main-box .box-item .item-icon {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.1rem;
    border-radius: 50%;
    background: #004098;
  }
  .contact-plate1 .main-box .box-item .item-icon img {
    width: 0.58rem;
  }
  .contact-plate1 .main-box .box-item .item-ewn {
    width: 2.8rem;
    height: auto;
    margin: 0 auto;
  }
  .contact-plate1 .main-box .box-item .item-ewn img {
    width: 100%;
  }
  .contact-plate1 .main-box .box-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs34);
    font-weight: bold;
    text-align: center;
    color: #222;
  }
  .contact-plate1 .main-box .box-item .item-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    line-height: 0.46rem;
    color: rgba(11, 29, 52, 0.7);
  }
  .contact-plate1 .main-map {
    width: 100%;
    height: 6rem;
    margin-top: 0.8rem;
    background: #ccc;
  }
  .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.45rem;
    background: url(../images/contact-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .contact-plate2 .plate2-main .main-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .contact-plate2 .plate2-main .main-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact-plate2 .plate2-main .main-form .form-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .contact-plate2 .plate2-main .main-form .form-item p {
    font-size: var(--fs30);
    color: #222;
  }
  .contact-plate2 .plate2-main .main-form .form-item p em {
    margin-right: 0.08rem;
    color: #d7000f;
  }
  .contact-plate2 .plate2-main .main-form .form-item input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.24rem;
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    background: #fff;
  }
  .contact-plate2 .plate2-main .main-form .form-item input::placeholder {
    color: #999;
  }
  .contact-plate2 .plate2-main .main-form .form-item input:focus {
    border: solid 1px #004098;
  }
  .contact-plate2 .plate2-main .main-form .form-item textarea {
    width: 100%;
    height: 2.4rem;
    padding: 0.24rem;
    margin-top: 0.15rem;
    font-family: '微软雅黑';
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    background: #fff;
  }
  .contact-plate2 .plate2-main .main-form .form-item textarea::placeholder {
    color: #999;
  }
  .contact-plate2 .plate2-main .main-form .form-item textarea:focus {
    border: solid 1px #004098;
  }
  .contact-plate2 .plate2-main .main-form .form-item:nth-child(4),
  .contact-plate2 .plate2-main .main-form .form-item:nth-child(5) {
    width: 100%;
  }
  .contact-plate2 .plate2-main .page-button {
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.15rem auto 0;
    font-size: var(--fs30);
    line-height: 0.8rem;
  }
  .prompt {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .search {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .search .search-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .search .search-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .search .search-main .main-top a {
    width: auto;
    height: 0.75rem;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #d7000f;
    border: solid 2px #d7000f;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #d7000f;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(21, 69, 119, 0.18), transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .page-detail {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .page-detail .detail-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .page-detail .detail-hide {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.55rem;
    cursor: pointer;
  }
  .page-detail .detail-hide img {
    width: 0.3rem !important;
    height: 0.3rem !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-detail .detail-hide:hover img {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  .page-detail .detail-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .page-detail .detail-main img {
    width: 100%;
    height: auto;
  }
  .page-detail .detail-main a {
    display: block;
    width: 100%;
  }
  .page-button {
    display: block;
    position: relative;
    width: 2.4rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
  }
  .page-button span {
    position: relative;
    z-index: 1;
  }
  .page-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004098 url(../images/icon/icon-button-bg.png) no-repeat -0.08rem top;
    background-size: 110%;
    transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2 {
    display: block;
    position: relative;
    width: 2.4rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #777c85;
  }
  .page-button2 span {
    position: relative;
    z-index: 1;
  }
  .page-button2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #777c85;
    transform: skew(-12deg, 0deg);
    -o-transform: skew(-12deg, 0deg);
    -moz-transform: skew(-12deg, 0deg);
    -webkit-transform: skew(-12deg, 0deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-strip {
    display: none;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d7000f;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .page-hide {
    position: absolute;
    top: 0.32rem;
    right: 0.32rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/icon/icon-close.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-hide:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .page-logon {
    display: none;
    position: fixed;
    top: 50%;
    left: 1%;
    width: 98%;
    height: auto;
    padding: 0.5rem 0.3rem 0.4rem;
    margin: 0;
    background: #fff;
    z-index: 199;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-logon .logon-title {
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-logon .logon-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .page-logon .logon-form {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .page-logon .logon-form input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.24rem;
    margin-bottom: 0.24rem;
    font-size: var(--fs28);
    font-weight: 100%;
    color: #333;
    background: #f4f5f5;
  }
  .page-logon .logon-form input::placeholder {
    color: #999;
  }
  .page-logon .logon-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #004098;
  }
  .page-logon .logon-button:hover {
    background: #d7000f;
  }
  .page-logon .logon-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .page-logon .logon-bottom .bottom-item {
    font-size: var(--fs30);
    color: #222;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-logon .logon-bottom .bottom-item:hover {
    color: #d7000f;
  }
  .page-password {
    display: none;
    position: fixed;
    top: 50%;
    left: 1%;
    width: 98%;
    height: auto;
    padding: 0.5rem 0.3rem 0.4rem;
    margin: 0;
    background: #fff;
    z-index: 199;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-password .password-title {
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-password .password-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .page-password .password-form {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .page-password .password-form .form-item {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.24rem;
    background: #f4f5f5;
  }
  .page-password .password-form .form-item input {
    width: 100%;
    height: 100%;
    padding: 0 0.24rem;
    font-size: var(--fs28);
    font-weight: 100%;
    color: #333;
    background: transparent;
  }
  .page-password .password-form .form-item input::placeholder {
    color: #999;
  }
  .page-password .password-form .form-item .item-butotn {
    width: 1.8rem;
    height: 100%;
    font-size: var(--fs26);
    font-weight: 100%;
    text-align: center;
    line-height: 0.8rem;
    color: #333;
    border-left: solid 1px #e5e5e5;
    cursor: pointer;
  }
  .page-password .password-form .form-item .item-butotn:hover {
    color: #004098;
  }
  .page-password .password-form .form-item:nth-child(2) {
    display: flex;
    justify-content: space-between;
  }
  .page-password .password-form .form-item:nth-child(2) input {
    width: calc(100% - 1.8rem);
  }
  .page-password .password-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #004098;
  }
  .page-password .password-button:hover {
    background: #d7000f;
  }
  .page-register {
    display: none;
    position: fixed;
    top: 50%;
    left: 1%;
    width: 98%;
    height: auto;
    padding: 0.5rem 0.3rem 0.4rem;
    margin: 0;
    background: #fff;
    z-index: 199;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-register .register-title {
    font-size: var(--fs40);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .page-register .register-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .page-register .register-text span {
    color: #004098;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-register .register-text span:hover {
    color: #d7000f;
  }
  .page-register .register-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .page-register .register-form .form-item {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.24rem;
    background: #f4f5f5;
  }
  .page-register .register-form .form-item input {
    width: 100%;
    height: 100%;
    padding: 0 0.24rem;
    font-size: var(--fs28);
    font-weight: 100%;
    color: #333;
    background: transparent;
  }
  .page-register .register-form .form-item input::placeholder {
    color: #999;
  }
  .page-register .register-form .form-item .item-butotn {
    width: 1.8rem;
    height: 100%;
    font-size: var(--fs26);
    font-weight: 100%;
    text-align: center;
    line-height: 0.8rem;
    color: #333;
    border-left: solid 1px #e5e5e5;
    cursor: pointer;
  }
  .page-register .register-form .form-item .item-butotn:hover {
    color: #004098;
  }
  .page-register .register-form .form-item .item-tel {
    width: 1rem;
    height: 100%;
    font-size: var(--fs26);
    font-weight: 100%;
    text-align: center;
    line-height: 0.8rem;
    color: #333;
    border-right: solid 1px #e5e5e5;
  }
  .page-register .register-form .form-item:nth-child(2) {
    display: flex;
    justify-content: space-between;
  }
  .page-register .register-form .form-item:nth-child(2) input {
    width: calc(100% - 1rem);
  }
  .page-register .register-form .form-item:nth-child(4) {
    display: flex;
    justify-content: space-between;
  }
  .page-register .register-form .form-item:nth-child(4) input {
    width: calc(100% - 1.8rem);
  }
  .page-register .register-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #004098;
  }
  .page-register .register-button:hover {
    background: #d7000f;
  }
  .gt_float_switcher {
    font-size: var(--fs26) !important;
  }
  .gt_float_switcher img {
    display: none !important;
  }
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 5px;
  }
  .gtranslate_wrapper {
    top: 12% !important;
  }
}
