.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: 1460px) {
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    background: #fff;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: 4rem;
    height: auto;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  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, #f99f18, #d50d00);
    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, #f99f18, #d50d00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #ca3526 !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1) translateZ(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.32rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 0.32rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.32rem;
    height: 0.8rem;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.16rem;
    font-size: var(--fs26);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #ca3526;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.2rem;
    background: transparent;
    border-radius: 50%;
  }
  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: #ca3526;
    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: 0.3rem;
    height: 0.03rem;
    background: #ca3526;
    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: 0.2rem;
    height: 0.03rem;
    background: #ca3526;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    width: 0.4rem;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    width: 0.4rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #ca3526;
    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 #ca3526;
  }
  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: #ca3526;
  }
  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: #ca3526;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.32rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #ca3526;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #ca3526;
    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: #ca3526;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #ca3526;
  }
  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 !important;
    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: 6rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.36rem;
    font-weight: 100;
    line-height: 0.62rem;
    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 {
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    background: linear-gradient(180deg, #fff 55%, transparent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.62rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    width: 100%;
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs24);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 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-English2 {
    width: 100%;
    margin-top: 0.1rem;
    font-size: var(--fs24);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.05rem;
    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-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    background: url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .swiper-slide-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-pic video {
    display: none;
    width: 100%;
  }
  header .head-banner .banner-video {
    display: none;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
  }
  header .head-banner .banner-gif {
    display: block;
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-gif img {
    width: 100%;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.72rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-heng {
    width: 0.33rem;
    height: 2px;
    margin-top: 0.45rem;
    background: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .head-banner .banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  header .head-banner .banner-mask .mask-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: solid 0.05rem rgba(255, 255, 255, 0.8);
    border-radius: 0.45rem;
  }
  header .head-banner .banner-mask .mask-item em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0;
    background: url(../images/icon/icon-banner-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .banner-mask .mask-item span {
    display: none;
    padding-right: 0.15rem;
    font-size: var(--fs16);
    color: #2c2c2c;
  }
  header .head-banner .banner-mask .mask-item:nth-child(1) {
    top: 23.6%;
    left: 8.4%;
  }
  header .head-banner .banner-mask .mask-item:nth-child(2) {
    top: 51.9%;
    left: 60.7%;
  }
  header .head-banner .banner-mask .mask-item:nth-child(3) {
    top: 28.8%;
    left: 87.3%;
  }
  header .head-banner .banner-mask .mask-item:nth-child(4) {
    bottom: 30.8%;
    left: 88.8%;
  }
  header .head-banner .banner-mask2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  header .head-banner .banner-mask2 .mask-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: solid 0.05rem rgba(255, 255, 255, 0.8);
    border-radius: 0.45rem;
  }
  header .head-banner .banner-mask2 .mask-item em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0;
    background: url(../images/icon/icon-banner-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .banner-mask2 .mask-item span {
    display: none;
    padding-right: 0.15rem;
    font-size: var(--fs16);
    color: #2c2c2c;
  }
  header .head-banner .banner-mask2 .mask-item:nth-child(1) {
    top: 18%;
    left: 20%;
  }
  header .head-banner .banner-mask2 .mask-item:nth-child(2) {
    top: 25%;
    left: 38%;
  }
  header .head-banner .banner-mask2 .mask-item:nth-child(3) {
    top: 40%;
    left: 20%;
  }
  header .head-banner .banner-mask2 .mask-item:nth-child(4) {
    bottom: 18%;
    left: 30%;
  }
  header .head-banner .banner-mask2 .mask-item:nth-child(5) {
    top: 55%;
    left: 63%;
  }
  header .head-banner .banner-mask2 .mask-item:nth-child(6) {
    top: 30%;
    left: 83%;
  }
  header .head-banner .banner-mask2 .mask-item:nth-child(7) {
    top: 58%;
    left: 90%;
  }
  header .head-banner .banner-mask2 .mask-item:nth-child(8) {
    bottom: 10%;
    left: 80%;
  }
  header .head-banner .banner-mask3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  header .head-banner .banner-mask3 .mask-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: solid 0.05rem rgba(255, 255, 255, 0.8);
    border-radius: 0.45rem;
  }
  header .head-banner .banner-mask3 .mask-item em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0;
    background: url(../images/icon/icon-banner-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .banner-mask3 .mask-item span {
    display: none;
    padding-right: 0.15rem;
    font-size: var(--fs16);
    color: #2c2c2c;
  }
  header .head-banner .banner-mask3 .mask-item:nth-child(1) {
    top: 30%;
    left: 49%;
  }
  header .head-banner .banner-mask3 .mask-item:nth-child(2) {
    bottom: 24%;
    left: 34.4%;
  }
  header .head-banner .banner-mask3 .mask-item:nth-child(3) {
    bottom: 29%;
    left: 50.6%;
  }
  header .head-banner .banner-mask3 .mask-item:nth-child(4) {
    bottom: 20.3%;
    left: 81.6%;
  }
  header .head-banner .banner-mask3 .mask-item:nth-child(5) {
    top: 44%;
    left: 87.8%;
  }
  header .head-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: static;
    bottom: 0.3rem;
    left: 50%;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0 0.3rem;
  }
  header .head-cont .cont-item {
    width: 48.5%;
    height: auto;
    padding: 0.45rem 0.15rem 0.4rem;
    margin-right: 0;
    margin-top: 0.8rem;
    border-radius: 0.15rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  header .head-cont .cont-item .item-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025rem;
    color: #111111;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-cont .cont-item .item-subTitle {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    text-align: center;
    letter-spacing: 0.025rem;
    color: rgba(0, 0, 0, 0.75);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-cont .cont-item .item-icon {
    position: relative;
    width: 0.8rem;
    height: 0.65rem;
    margin: 0.45rem auto 0;
  }
  header .head-cont .cont-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-cont .cont-item .item-icon .img2 {
    opacity: 0;
  }
  header .head-cont .cont-item .item-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.025rem;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-cont .cont-item:hover {
    background: rgba(255, 255, 255, 0.75);
  }
  header .head-cont .cont-item:hover .item-title {
    color: #111111;
  }
  header .head-cont .cont-item:hover .item-subTitle {
    color: rgba(0, 0, 0, 0.75);
  }
  header .head-cont .cont-item:hover .item-text {
    color: rgba(0, 0, 0, 0.6);
  }
  header .head-cont .cont-item:hover .item-icon .img1 {
    opacity: 1;
  }
  header .head-cont .cont-item:hover .item-icon .img2 {
    opacity: 0;
  }
  header .head-lump {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.65rem !important;
    background: url(../images/foot-bg2.jpg) no-repeat top left;
    background-size: cover;
  }
  footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    margin-top: -0.1rem;
    background: url(../images/foot-bg.png) no-repeat top left;
    background-size: 200%;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-nav {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: auto;
  }
  footer .foot-main .main-cont .cont-nav .nav-item {
    width: 2rem;
    height: auto;
    padding-right: 0.2rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item:last-of-type {
    width: auto;
    padding-right: 0;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    font-weight: bold;
    color: #fff;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
    color: #ca3526;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.15rem;
    font-size: var(--fs16);
    line-height: 0.22rem;
    color: rgba(255, 255, 255, 0.6);
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-cont .cont-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-cont .cont-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    width: 100%;
  }
  footer .foot-main .main-cont .cont-cent {
    width: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-top {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-cent .cent-top .top-title {
    font-size: var(--fs30);
    color: #fff;
  }
  footer .foot-main .main-cont .cont-cent .cent-top .top-tel {
    margin-top: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    color: #fff;
  }
  footer .foot-main .main-cont .cont-cent .cent-ewm {
    width: 2.4rem;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-cont .cont-cent .cent-ewm img {
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  footer .foot-main .main-cont .cont-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.3rem;
    border-radius: 50%;
    background: #fff;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item:first-of-type {
    margin-left: 0;
  }
  footer .foot-main .main-cont .cont-cent .cent-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.35rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    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: linear-gradient(90deg, #ca3526, #f03625);
  }
  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-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  footer .foot-main .main-bottom .bottom-link {
    font-size: var(--fs28);
    color: #989898;
  }
  footer .foot-main .main-bottom .bottom-link a {
    color: #989898;
  }
  footer .foot-main .main-bottom .bottom-link a:hover {
    color: #fff;
  }
  footer .foot-main .main-bottom .bottom-link span {
    margin: 0 0.15rem;
  }
  footer .foot-main .main-bottom .bottom-zhizi {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    color: #989898;
  }
  footer .foot-main .main-bottom .bottom-zhizi a {
    color: #989898;
  }
  footer .foot-main .main-bottom .bottom-zhizi a:hover {
    color: #fff;
  }
  .index-mask,
  .index-box {
    display: none;
  }
  .index-plate1 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .index-plate1 .plate1-pic {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    opacity: 0.8;
  }
  .index-plate1 .plate1-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-plate1 .plate1-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .index-plate1 .plate1-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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);
  }
  .index-plate1 .plate1-mask .mask-cent {
    position: absolute;
    bottom: 0.55rem;
    left: 0;
    width: 100%;
    opacity: 1;
  }
  .index-plate1 .plate1-mask .mask-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .index-plate1 .plate1-mask .mask-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    text-align: center;
    color: #666;
  }
  .index-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.6rem;
    background: url(../images/plate2-bg.jpg) no-repeat bottom left;
    background-size: 200%;
  }
  .index-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index-plate2 .plate2-main .main-cent {
    position: relative;
    width: 100%;
    height: auto;
  }
  .index-plate2 .plate2-main .main-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #000;
  }
  .index-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .index-plate2 .plate2-main .main-cent .page-button {
    margin-top: 0.5rem;
  }
  .index-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    border-top-left-radius: 1.5rem;
    overflow: hidden;
  }
  .index-plate2 .plate2-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate2 .plate2-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);
  }
  .index-plate2 .plate2-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.05rem;
  }
  .index-plate2 .plate2-data .data-item {
    width: 48%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .index-plate2 .plate2-data .data-item:last-of-type {
    width: auto;
  }
  .index-plate2 .plate2-data .data-item .item-title {
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
  }
  .index-plate2 .plate2-data .data-item .item-title span {
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: 0.72rem;
    background: linear-gradient(90deg, #ca3526, #f03625);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .index-plate2 .plate2-data .data-item .item-title em {
    display: inline-block;
    margin-left: 0.1rem;
  }
  .index-plate2 .plate2-data .data-item .item-title .jia {
    position: relative;
  }
  .index-plate2 .plate2-data .data-item .item-title .jia::after {
    content: '+';
    position: absolute;
    top: -0.35rem;
    left: 0;
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: var(--fs36);
    color: #ca3526;
  }
  .index-plate2 .plate2-data .data-item .item-text {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
  }
  .index-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .index-plate3 .plate3-video {
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
  }
  .index-plate3 .plate3-video video {
    width: 100%;
    background: #fff;
  }
  .index-plate3 .plate3-video img {
    display: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 0.9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .video-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.8);
    opacity: 0;
    animation: mapAddress3 5s linear infinite;
  }
  .index-plate3 .video-play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.8);
    opacity: 0;
    animation: mapAddress3 5s 2.5s linear infinite;
  }
  .index-plate3 .video-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate3 .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .index-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0;
  }
  .index-plate4 .plate4-top {
    padding: 0 0.3rem;
  }
  .index-plate4 .plate4-top .page-title {
    text-align: center;
  }
  .index-plate4 .plate4-top .page-heng {
    margin: 0.2rem auto 0;
  }
  .index-plate4 .plate4-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-left: 0;
  }
  .index-plate4 .plate4-swiper .swiper-slide {
    flex: none;
    position: relative;
    width: 100%;
    height: 7.05rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: skew(0, 0);
    -o-transform: skew(0, 0);
    -moz-transform: skew(0, 0);
    -webkit-transform: skew(0, 0);
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont {
    position: relative;
    width: 100%;
    height: 100%;
    transform: skew(0, 0);
    -o-transform: skew(0, 0);
    -moz-transform: skew(0, 0);
    -webkit-transform: skew(0, 0);
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-pic {
    position: static;
    top: 0;
    left: 50%;
    width: 100%;
    height: 7.05rem;
    margin-left: 0;
    background: #000;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-lump {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 11rem;
    height: 100%;
    padding: 0.85rem 0 0 2rem;
    background: linear-gradient(180deg, #f4f4f4, transparent 65%);
    z-index: 2;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-lump .lump-icon {
    display: none;
    position: relative;
    width: 0.53rem;
    height: auto;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-lump .lump-icon img {
    width: 100%;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-lump .lump-title {
    margin-top: 0.3rem;
    font-size: var(--fs36);
    color: #333;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-lump .lump-button {
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0.3rem;
    border-radius: 50%;
    border: solid 2px #000;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 8px;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.25rem 0.3rem 0;
    opacity: 1;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-icon {
    display: none;
    position: relative;
    width: 0.8rem;
    height: auto;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-icon img {
    width: 100%;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-title {
    margin-top: 0.25rem;
    font-size: var(--fs42);
    color: #fff;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-text {
    width: 100%;
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    border-top-left-radius: 0.16rem;
    border-bottom-right-radius: 0.15rem;
    background: #fff url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate4 .plate4-swiper .swiper-slide .slide-box .box-cont .cont-cent .cent-button:hover {
    width: 0.8rem;
  }
  .index-plate4 .plate4-swiper .swiper-slide:hover {
    flex: none;
  }
  .index-plate4 .plate4-swiper .swiper-slide:hover .slide-box .box-cont .cont-lump {
    opacity: 0;
  }
  .index-plate4 .plate4-swiper .swiper-slide:hover .slide-box .box-cont .cont-cent {
    opacity: 1;
  }
  .index-plate4 .plate4-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
  }
  .index-plate4 .plate4-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ca3526;
  }
  .index-plate5 {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.3rem;
    background: url(../images/plate5-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .index-plate5 .plate5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index-plate5 .plate5-top .top-cent {
    width: auto;
    height: auto;
  }
  .index-plate5 .plate5-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .index-plate5 .plate5-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .index-plate5 .plate5-main .main-box .box-item {
    width: calc(100% / 2 - 0.07rem);
    height: auto;
    background: #fff;
  }
  .index-plate5 .plate5-main .main-box .box-item .item-pic {
    width: 100%;
    height: 3rem;
    overflow: hidden;
  }
  .index-plate5 .plate5-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;
  }
  .index-plate5 .plate5-main .main-box .box-item .item-cent {
    position: relative;
    width: 100%;
    height: 3rem;
    padding: 0.45rem 0.2rem 0;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-main .main-box .box-item .item-cent::after {
    content: '';
    position: absolute;
    bottom: 0.05rem;
    right: 0.05rem;
    width: 2.7rem;
    height: 1.04rem;
    background: url(../images/plate5-bg2.png) no-repeat top left;
    background-size: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-main .main-box .box-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: rgba(51, 51, 51, 0.3);
  }
  .index-plate5 .plate5-main .main-box .box-item .item-cent .cent-title {
    height: 1.04rem;
    margin-top: 0.1rem;
    font-size: var(--fs36);
    line-height: 0.52rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-main .main-box .box-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.15rem;
    border-radius: 0.45rem;
    border: solid 2px #ed6d1e;
    background: #fff url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-main .main-box .box-item .item-cent .cent-button:hover {
    width: 0.8rem;
  }
  .index-plate5 .plate5-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .index-plate5 .plate5-main .main-box .box-item:hover .item-cent {
    background: linear-gradient(90deg, #ca3526, #f03625);
  }
  .index-plate5 .plate5-main .main-box .box-item:hover .item-cent::after {
    opacity: 1;
  }
  .index-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.3);
  }
  .index-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .index-plate5 .plate5-main .main-box .box-item:hover .item-cent .cent-button {
    border: solid 2px #fff;
  }
  .index-plate5 .plate5-main .main-lump {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    padding: 0.6rem 0.55rem;
    background: #fff;
  }
  .index-plate5 .plate5-main .main-lump .lump-top {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .index-plate5 .plate5-main .main-lump .lump-top .top-time {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs28);
    color: rgba(51, 51, 51, 0.3);
  }
  .index-plate5 .plate5-main .main-lump .lump-top .top-title {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .index-plate5 .plate5-main .main-lump .lump-top .top-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .index-plate5 .plate5-main .main-lump .lump-top:hover .top-title {
    color: #ed6d1e;
  }
  .index-plate5 .plate5-main .main-lump .lump-cent {
    width: 100%;
    height: auto;
  }
  .index-plate5 .plate5-main .main-lump .lump-cent .cent-item {
    display: block;
    width: 100%;
    font-size: var(--fs28);
    line-height: 0.54rem;
    color: #555;
    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;
  }
  .index-plate5 .plate5-main .main-lump .lump-cent .cent-item:hover {
    color: #ca3526;
  }
  .about-plate1 {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 2.05rem;
    background: url(../images/about-bg.jpg) no-repeat bottom center;
    background-size: 200%;
  }
  .about-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .about-plate1 .plate1-main .main-subTitle {
    margin-top: 0.05rem;
    font-size: var(--fs36);
    text-align: center;
    color: #666;
  }
  .about-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate1 .plate1-main .main-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .about-plate1 .plate1-main .main-data .data-item {
    width: 48.5%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .about-plate1 .plate1-main .main-data .data-item:last-of-type {
    width: auto;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-title {
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-title span {
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: 0.6rem;
    background: linear-gradient(90deg, #ca3526, #f03625);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-title em {
    display: inline-block;
    margin-left: 0.1rem;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-title .jia {
    position: relative;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-title .jia::after {
    content: '+';
    position: absolute;
    top: -0.35rem;
    left: 0;
    font-family: 'MONTSERRAT-SEMI-BOLD';
    font-size: var(--fs36);
    color: #ca3526;
  }
  .about-plate1 .plate1-main .main-data .data-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
  }
  .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: url(../images/about-plate2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about-plate2 .plate2-main .page-title {
    text-align: center;
  }
  .about-plate2 .plate2-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate2 .plate2-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: auto;
  }
  .about-plate2 .plate2-main .main-box img {
    width: 15.36rem;
  }
  .about-plate3 {
    width: 100%;
    height: auto;
    padding-top: 1.15rem;
  }
  .about-plate3 .plate3-head .page-title {
    text-align: center;
  }
  .about-plate3 .plate3-head .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate3 .plate3-top {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    border-bottom: solid 3px #ededed;
  }
  .about-plate3 .plate3-top .top-swiper {
    overflow: hidden;
  }
  .about-plate3 .plate3-top .top-swiper .swiper-slide {
    width: 50%;
    height: auto;
  }
  .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    padding-bottom: 0.15rem;
    cursor: pointer;
  }
  .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ca3526;
    z-index: 9;
    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;
  }
  .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-title {
    font-size: var(--fs34);
    text-align: center;
    color: #545454;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-top .top-swiper .swiper-slide .slide-box .box-time {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #545454;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-top .top-swiper .swiper-slide-on .slide-box::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);
  }
  .about-plate3 .plate3-top .top-swiper .swiper-slide-on .slide-box .box-title {
    font-weight: bold;
    color: #ca3526;
  }
  .about-plate3 .plate3-top .top-swiper .swiper-slide-on .slide-box .box-time {
    color: #ca3526;
  }
  .about-plate3 .plate3-main {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 1.2rem;
    background: url(../images/about-plate3-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about-plate3 .plate3-main .main-wrap {
    position: relative;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont {
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.28rem;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .cont-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.28rem 1.15rem;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: solid 2px #ca3526;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box .box-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box .box-title span {
    background: linear-gradient(90deg, #ca3526, #f03625);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .cont-swiper .swiper-slide .slide-box .box-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-prev,
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    cursor: pointer;
    outline: none;
    z-index: 9;
    opacity: 0;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-prev img,
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-prev .img2,
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-prev:hover .img1,
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-prev:hover .img2,
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-prev {
    left: -0.2rem;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont .plate3-swiper-button-next {
    right: -0.2rem;
  }
  .about-plate3 .plate3-main .main-wrap .wrap-cont-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .about-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 0;
  }
  .about-plate4 .plate4-top .page-title {
    text-align: center;
  }
  .about-plate4 .plate4-top .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate4 .plate4-main {
    width: 100%;
    height: 6.7rem;
    margin-top: 0.6rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  .about-plate4 .plate4-main .main-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 50%;
    height: 100%;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type .slide-box {
    border-right: none;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 0.3rem 0.55rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-text {
    display: block;
    margin-top: 0.2rem;
    font-size: var(--fs32);
    line-height: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover {
    background: rgba(0, 0, 0, 0);
    border-right: solid 1px rgba(255, 255, 255, 0);
    backdrop-filter: blur(0);
  }
  .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-text {
    display: block;
  }
  .about-plate5 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 1.2rem;
  }
  .about-plate5 .plate5-top {
    padding: 0 0.3rem;
  }
  .about-plate5 .plate5-top .page-title {
    text-align: center;
  }
  .about-plate5 .plate5-top .page-heng {
    margin: 0.25rem auto 0;
  }
  .about-plate5 .plate5-main {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .about-plate5 .plate5-main::after {
    content: '';
    position: absolute;
    top: 5.08rem;
    left: 0;
    width: 17.45rem;
    height: 0.91rem;
    background: url(../images/about-plate5-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .about-plate5 .plate5-main .main-left {
    width: 0;
  }
  .about-plate5 .plate5-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    overflow: hidden;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.56rem;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: -0.2rem;
    width: 2.57rem;
    height: 5.08rem;
    background: url(../images/about-plate5-bg2.png) no-repeat bottom right;
    background-size: 100%;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-pic {
    position: relative;
    width: 100%;
    height: 5.08rem;
    overflow: hidden;
    z-index: 9;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    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);
  }
  .about-plate5 .plate5-main .main-swiper .swiper-slide .slide-box:hover .box-title {
    color: #ca3526;
  }
  .about-plate5 .plate5-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.85rem;
    padding: 0 0.3rem;
  }
  .about-plate5 .plate5-cont .cont-button {
    display: flex;
    justify-content: space-between;
    width: 2rem;
    height: auto;
  }
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-prev,
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-prev img,
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-prev .img2,
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-prev:hover .img1,
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-prev:hover .img2,
  .about-plate5 .plate5-cont .cont-button .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .about-plate5 .plate5-cont .swiper-pagination {
    position: relative;
    width: calc(100% - 2.2rem);
    height: 2px;
    background: #cdd1d4;
  }
  .about-plate5 .plate5-cont .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #ca3526;
  }
  .news-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.1rem;
  }
  .news-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .news-plate1 .plate1-main .main-pic {
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
  }
  .news-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;
  }
  .news-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    background: url(../images/news-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .news-plate1 .plate1-main .main-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs42);
    color: rgba(0, 0, 0, 0.25);
  }
  .news-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news-plate1 .plate1-main .main-cent .cent-button {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #ca3526, #f03625);
    opacity: 1;
    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-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 0.25rem;
  }
  .news-plate1 .plate1-main .main-cent .cent-button:hover {
    width: 0.8rem;
    border-radius: 0.45rem;
    opacity: 1;
  }
  .news-plate1 .plate1-main:hover .main-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .news-plate1 .plate1-main:hover .main-cent .cent-title {
    color: #ca3526;
  }
  .news-plate2 {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.2rem;
    background: #f8f8f8;
  }
  .news-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.1rem;
  }
  .news-plate2 .plate2-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.7rem;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .news-plate2 .plate2-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .news-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
  }
  .news-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;
  }
  .news-plate2 .plate2-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.25rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-main .main-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
    color: rgba(153, 153, 153, 0.6);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-main .main-item .item-cent .cent-title {
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs34);
    line-height: 0.56rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news-plate2 .plate2-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .news-plate2 .plate2-main .main-item:hover .item-cent {
    background: linear-gradient(90deg, #ca3526, #f03625);
  }
  .news-plate2 .plate2-main .main-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.6);
  }
  .news-plate2 .plate2-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding-top: 0.75rem;
    background: #f8f8f8;
  }
  .newsDetail .newsDetail-top {
    padding: 0 0.3rem;
    background: url(../images/news-d-logo.png) no-repeat 90% center;
    background-size: 2.81rem;
  }
  .newsDetail .newsDetail-top .top-title {
    font-size: var(--fs42);
    color: #2f2d53;
  }
  .newsDetail .newsDetail-top .top-cont {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-top: 0.3rem;
  }
  .newsDetail .newsDetail-top .top-cont .cont-time {
    margin-right: 0.75rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs42);
    color: #ca3526;
  }
  .newsDetail .newsDetail-top .top-cont .cont-data {
    margin-right: 0.2rem;
    font-size: var(--fs26);
    color: rgba(76, 76, 76, 0.5);
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .newsDetail .newsDetail-main .main-cont {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 1.2rem;
    background: #fff;
  }
  .newsDetail .newsDetail-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-cont .cont-cent img {
    max-width: 100%;
    width: auto;
    height: auto !important;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-share span {
    margin-right: 0.15rem;
    font-size: var(--fs28);
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-share .share-box {
    display: flex;
    justify-content: flex-start;
    width: auto;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-share .share-box .share-irem {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.13rem;
    border: solid 2px #efeff3;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-share .share-box .share-irem img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.36rem;
    height: auto;
    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 .newsDetail-main .main-cont .cont-bottom .bottom-share .share-box .share-irem .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-share .share-box .share-irem:hover {
    border: solid 2px #ca3526;
    background: #ca3526;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-share .share-box .share-irem:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-share .share-box .share-irem:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1rem;
    margin: 0.5rem auto 0;
    background: #f8f8f8;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button span {
    margin-right: 0.25rem;
    font-size: var(--fs26);
    font-weight: bold;
    color: #c3c3c3;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button em {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    border: solid 3px #ca3526;
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 9px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:hover {
    background: #ca3526;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:hover span {
    color: #fff;
  }
  .newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:hover em {
    border: solid 3px #fff;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 9px;
  }
  .newsDetail .newsDetail-main .main-list {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem;
    background: #f4f4f4;
  }
  .newsDetail .newsDetail-main .main-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: solid 3px #e8e8e8;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .newsDetail .newsDetail-main .main-list .list-item .item-time {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    color: #cccccc;
  }
  .newsDetail .newsDetail-main .main-list .list-box {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-list .list-box a {
    display: block;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-list .list-box a:hover {
    color: #ca3526;
  }
  .newsDetail .newsDetail-main .main-list .list-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.4rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
    background: #ca3526;
  }
  .newsDetail .newsDetail-main .main-list .list-button:hover {
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  .activity-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.1rem;
  }
  .activity-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .activity-plate1 .plate1-main .main-pic {
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
  }
  .activity-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;
  }
  .activity-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    background: url(../images/news-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .activity-plate1 .plate1-main .main-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs42);
    color: rgba(0, 0, 0, 0.25);
  }
  .activity-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs40);
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .activity-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .activity-plate1 .plate1-main .main-cent .cent-button {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #ca3526, #f03625);
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .activity-plate1 .plate1-main .main-cent .cent-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 0.25rem;
  }
  .activity-plate1 .plate1-main .main-cent .cent-button:hover {
    width: 0.8rem;
    border-radius: 0.45rem;
    opacity: 1;
  }
  .activity-plate1 .plate1-main:hover .main-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .activity-plate1 .plate1-main:hover .main-cent .cent-title {
    color: #ca3526;
  }
  .activity-plate2 {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.2rem;
    background: #f8f8f8;
  }
  .activity-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.1rem;
  }
  .activity-plate2 .plate2-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.7rem;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .activity-plate2 .plate2-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .activity-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
  }
  .activity-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;
  }
  .activity-plate2 .plate2-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.25rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .activity-plate2 .plate2-main .main-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
    color: rgba(153, 153, 153, 0.6);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .activity-plate2 .plate2-main .main-item .item-cent .cent-title {
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs34);
    line-height: 0.56rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .activity-plate2 .plate2-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .activity-plate2 .plate2-main .main-item:hover .item-cent {
    background: linear-gradient(90deg, #ca3526, #f03625);
  }
  .activity-plate2 .plate2-main .main-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.6);
  }
  .activity-plate2 .plate2-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .mineral-plate1 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1rem;
    background: url(../images/mineral-pic1.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .mineral-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .mineral-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .mineral-plate1 .plate1-main .main-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .mineral-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .mineral-plate1 .plate1-main .main-box .box-item {
    position: relative;
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .mineral-plate1 .plate1-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .mineral-plate1 .plate1-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
  }
  .mineral-plate1 .plate1-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;
  }
  .mineral-plate1 .plate1-main .main-box .box-item .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    font-size: var(--fs32);
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  }
  .mineral-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.35rem;
  }
  .mineral-plate2 .plate2-main .page-title {
    text-align: center;
  }
  .mineral-plate2 .plate2-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .mineral-plate2 .plate2-main .main-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    text-align: center;
    color: #666;
  }
  .mineral-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .mineral-plate2 .plate2-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    margin-bottom: 0.65rem;
    cursor: pointer;
  }
  .mineral-plate2 .plate2-main .main-box .box-item .item-icon {
    width: 1.04rem;
    height: 0.85rem;
    margin: 0 auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mineral-plate2 .plate2-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .mineral-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .mineral-plate2 .plate2-main .main-box .box-item:hover .item-icon {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .mineral-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.5rem;
    background: url(../images/mineral-plate3-bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .mineral-plate3 .page-title {
    text-align: center;
  }
  .mineral-plate3 .page-heng {
    margin: 0.25rem auto 0;
  }
  .mineral-plate3 .plate3-main {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    margin-top: 0.65rem;
  }
  .mineral-plate3 .plate3-main .main-item {
    position: static;
    width: 45%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .mineral-plate3 .plate3-main .main-item .item-icon {
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .mineral-plate3 .plate3-main .main-item .item-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mineral-plate3 .plate3-main .main-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #666;
  }
  .mineral-plate3 .plate3-main .main-item:hover .item-icon {
    animation: mainBlock 1s ease infinite;
  }
  .mineral-plate3 .plate3-main .main-item:nth-child(1) {
    top: 1.95rem;
    left: 1rem;
  }
  .mineral-plate3 .plate3-main .main-item:nth-child(3) {
    top: 1.12rem;
    left: 2.8rem;
  }
  .mineral-plate3 .plate3-main .main-item:nth-child(5) {
    top: 0.4rem;
    left: 4.35rem;
  }
  .mineral-plate3 .plate3-main .main-item:nth-child(7) {
    top: 0;
    left: 5.94rem;
  }
  .mineral-plate3 .plate3-main .main-item:nth-child(9) {
    top: 0;
    right: 6.45rem;
  }
  .mineral-plate3 .plate3-main .main-item:nth-child(11) {
    top: 0.25rem;
    right: 4.45rem;
  }
  .mineral-plate3 .plate3-main .main-item:nth-child(13) {
    top: 0.88rem;
    right: 2.58rem;
  }
  .mineral-plate3 .plate3-main .main-item:nth-child(15) {
    top: 1.85rem;
    right: 1.06rem;
  }
  .mineral-plate3 .plate3-main .main-arrow {
    position: absolute;
    width: 0.38rem;
    height: 0.29rem;
    background: url(../images/icon/icon-mineral-plate3-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .mineral-plate3 .plate3-main .main-arrow:nth-child(2) {
    top: 1.75rem;
    left: 2.15rem;
  }
  .mineral-plate3 .plate3-main .main-arrow:nth-child(4) {
    top: 0.94rem;
    left: 3.9rem;
    transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  .mineral-plate3 .plate3-main .main-arrow:nth-child(6) {
    top: 0.4rem;
    left: 5.6rem;
    transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
  }
  .mineral-plate3 .plate3-main .main-arrow:nth-child(8) {
    top: 0.25rem;
    left: 7.45rem;
    transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
  }
  .mineral-plate3 .plate3-main .main-arrow:nth-child(10) {
    top: 0.4rem;
    right: 5.8rem;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .mineral-plate3 .plate3-main .main-arrow:nth-child(12) {
    top: 0.86rem;
    right: 3.94rem;
    transform: rotate(55deg);
    -o-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
  }
  .mineral-plate3 .plate3-main .main-arrow:nth-child(14) {
    top: 1.68rem;
    right: 2.18rem;
    transform: rotate(65deg);
    -o-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
  }
  .mineral-plate3 .plate3-main .main-up {
    position: absolute;
    top: 0.2rem;
    right: 3.2rem;
    font-size: var(--fs16);
    color: #333;
    transform: rotate(19deg);
    -o-transform: rotate(19deg);
    -moz-transform: rotate(19deg);
    -webkit-transform: rotate(19deg);
  }
  .mineral-plate3 .plate3-main .main-up::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    width: 2.16rem;
    height: 0.53rem;
    background: url(../images/mineral-plate3-prev.png) no-repeat top right;
    background-size: 100%;
    opacity: 0.35;
    transform: scaleX(-1) rotate(-24deg);
  }
  .mineral-plate3 .plate3-main .main-up::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 110%;
    width: 2.16rem;
    height: 0.53rem;
    background: url(../images/mineral-plate3-prev.png) no-repeat top right;
    background-size: 100%;
    opacity: 0.35;
    transform: rotate(-24deg);
  }
  .mineral-plate3 .plate3-main .main-down {
    position: absolute;
    top: 1.8rem;
    right: 5.08rem;
    font-size: var(--fs16);
    color: #333;
    transform: rotate(19deg);
    -o-transform: rotate(19deg);
    -moz-transform: rotate(19deg);
    -webkit-transform: rotate(19deg);
  }
  .mineral-plate3 .plate3-main .main-down::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    width: 1.4rem;
    height: 0.53rem;
    background: url(../images/mineral-plate3-next.png) no-repeat top right;
    background-size: 100%;
    opacity: 0.35;
    transform: scaleX(-1) rotate(-24deg);
  }
  .mineral-plate3 .plate3-main .main-down::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 110%;
    width: 1.4rem;
    height: 0.53rem;
    background: url(../images/mineral-plate3-next.png) no-repeat top right;
    background-size: 100%;
    opacity: 0.35;
    transform: rotate(-24deg);
  }
  .mineral-plate3 .plate3-cont {
    display: none;
  }
  .mineral-plate3 .plate3-cont .cont-pic {
    position: relative;
    width: 5.24rem;
    height: 2.9rem;
    margin: 0.85rem auto 0;
  }
  .mineral-plate3 .plate3-cont .cont-pic img {
    width: 100%;
  }
  .mineral-plate3 .plate3-cont .cont-pic .cont-title {
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 100%;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #3e3a39;
  }
  .mineral-plate3 .plate3-web-main {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: auto;
  }
  .mineral-plate3 .plate3-web-main img {
    width: 15.36rem;
  }
  .mineral-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: url(../images/mineral-plate4-bg.png) no-repeat center center;
    background-size: 17.13rem;
  }
  .mineral-plate4 .page-title {
    text-align: center;
  }
  .mineral-plate4 .page-heng {
    margin: 0.25rem auto 0;
  }
  .mineral-plate4 .plate4-main {
    margin-top: 0.6rem;
  }
  .mineral-plate4 .plate4-main::before,
  .mineral-plate4 .plate4-main::after {
    display: none;
  }
  .mineral-plate4 .plate4-main .main-lump1,
  .mineral-plate4 .plate4-main .main-lump2 {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .mineral-plate4 .plate4-main .main-lump1 a,
  .mineral-plate4 .plate4-main .main-lump2 a {
    display: inline-block;
    width: 2.88rem;
    height: 1.5rem;
    margin-right: 0.24rem;
    background: #fff;
    border: solid 2px #f5f5f5;
    overflow: hidden;
  }
  .mineral-plate4 .plate4-main .main-lump1 a img,
  .mineral-plate4 .plate4-main .main-lump2 a 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;
  }
  .mineral-plate4 .plate4-main .main-lump1 a:hover,
  .mineral-plate4 .plate4-main .main-lump2 a:hover {
    border: solid 2px #ca3526;
  }
  .mineral-plate4 .plate4-main .main-lump1 a:hover img,
  .mineral-plate4 .plate4-main .main-lump2 a: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);
  }
  .mineral-plate4 .plate4-main .str_wrap {
    background: none;
    overflow: visible;
  }
  .fruit-plate1 {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 1rem;
    background: url(../images/fruit-plate1-bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .fruit-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .fruit-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .fruit-plate1 .plate1-main .main-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .fruit-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .fruit-plate1 .plate1-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .fruit-plate1 .plate1-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .fruit-plate1 .plate1-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
  }
  .fruit-plate1 .plate1-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;
  }
  .fruit-plate1 .plate1-main .main-box .box-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  }
  .fruit-plate1 .plate1-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs34);
    font-weight: bold;
    color: #fff;
  }
  .fruit-plate1 .plate1-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #fff;
  }
  .fruit-plate1 .plate1-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);
  }
  .fruit-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .fruit-plate2 .plate2-main .page-title {
    text-align: center;
  }
  .fruit-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .fruit-plate2 .plate2-main .main-box .box-item {
    width: 48.5%;
    height: auto;
    padding: 0 0.1rem;
    margin-bottom: 0.35rem;
  }
  .fruit-plate2 .plate2-main .main-box .box-item .item-icon {
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .fruit-plate2 .plate2-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .fruit-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .fruit-plate2 .plate2-main .main-box .box-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .fruit-plate3 {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 0.9rem;
    background: #f6f6f6;
  }
  .fruit-plate3 .plate3-main .page-title {
    text-align: center;
  }
  .fruit-plate3 .plate3-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .fruit-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .fruit-plate3 .plate3-main .main-box .main-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    background: #b69583;
    overflow: hidden;
  }
  .fruit-plate3 .plate3-main .main-box .main-item:nth-child(6n) {
    margin-right: 0;
  }
  .fruit-plate3 .plate3-main .main-box .main-item .item-pic {
    width: 100%;
    height: 1.6rem;
    background: #fff;
    overflow: hidden;
  }
  .fruit-plate3 .plate3-main .main-box .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;
  }
  .fruit-plate3 .plate3-main .main-box .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.15rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .fruit-plate3 .plate3-main .main-box .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .fruit-plate4 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .fruit-plate4 .page-title {
    text-align: center;
  }
  .fruit-plate4 .plate4-top {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border-bottom: solid 1px #e1e1e1;
  }
  .fruit-plate4 .plate4-top .top-main {
    display: flex;
    justify-content: space-evenly;
  }
  .fruit-plate4 .plate4-top .top-main .main-item {
    position: relative;
    width: auto;
    padding-bottom: 0.2rem;
    cursor: pointer;
  }
  .fruit-plate4 .plate4-top .top-main .main-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ca3526;
    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;
  }
  .fruit-plate4 .plate4-top .top-main .main-item .item-icon {
    position: relative;
    width: 0.55rem;
    height: 0.54rem;
    margin: 0 auto;
  }
  .fruit-plate4 .plate4-top .top-main .main-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .fruit-plate4 .plate4-top .top-main .main-item .item-icon .img2 {
    opacity: 0;
  }
  .fruit-plate4 .plate4-top .top-main .main-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .fruit-plate4 .plate4-top .top-main .main-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);
  }
  .fruit-plate4 .plate4-top .top-main .main-item-on .item-icon .img1 {
    opacity: 0;
  }
  .fruit-plate4 .plate4-top .top-main .main-item-on .item-icon .img2 {
    opacity: 1;
  }
  .fruit-plate4 .plate4-top .top-main .main-item-on .item-title {
    color: #ca3526;
  }
  .fruit-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.72rem;
  }
  .fruit-plate4 .plate4-main .main-swiper {
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .fruit-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: 4.5rem;
    margin: 0 0.2rem;
  }
  .fruit-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .fruit-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .fruit-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .fruit-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .fruit-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .fruit-plate4 .plate4-main .main-swiper-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .energy-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/energy-plate1-bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .energy-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .energy-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .energy-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .energy-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .energy-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .energy-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);
  }
  .energy-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0;
  }
  .energy-plate2 .plate2-main .page-title {
    text-align: center;
  }
  .energy-plate2 .plate2-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .energy-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .energy-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: 4.5rem;
    margin-right: 0.48rem;
  }
  .energy-plate2 .plate2-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .energy-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .energy-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .energy-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .energy-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.3rem;
    font-size: var(--fs38);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
  }
  .energy-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .energy-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.7rem;
  }
  .energy-plate2 .plate2-main .main-cont .cont-button {
    display: flex;
    justify-content: space-between;
    width: 1.8rem;
    height: auto;
  }
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-prev,
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border: solid 1px #cdcdcd;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-prev img,
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-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;
  }
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-prev .img2,
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-prev:hover,
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-next:hover {
    border: solid 1px #ca3526;
    background: #ca3526;
  }
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-prev:hover .img1,
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-prev:hover .img2,
  .energy-plate2 .plate2-main .main-cont .cont-button .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .energy-plate2 .plate2-main .main-cont .swiper-pagination {
    position: relative;
    width: calc(100% - 2rem);
    height: 2px;
    background: #cdd1d4;
  }
  .energy-plate2 .plate2-main .main-cont .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #ca3526;
  }
  .energy-plate2 .plate2-box {
    position: relative;
    width: 100%;
    margin-top: 0.9rem;
  }
  .energy-plate2 .plate2-box::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 45%, transparent);
    z-index: 9;
  }
  .energy-plate2 .plate2-box::after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 45%, transparent);
    z-index: 9;
  }
  .energy-plate2 .plate2-box .box-lump1,
  .energy-plate2 .plate2-box .box-lump2,
  .energy-plate2 .plate2-box .box-lump3 {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .energy-plate2 .plate2-box .box-lump1 a,
  .energy-plate2 .plate2-box .box-lump2 a,
  .energy-plate2 .plate2-box .box-lump3 a {
    display: inline-block;
    width: 2.42rem;
    height: 1.25rem;
    margin-right: 0.18rem;
    background: #fff;
    border-radius: 0.05rem;
    border: solid 2px #fff;
    box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
    overflow: hidden;
  }
  .energy-plate2 .plate2-box .box-lump1 a img,
  .energy-plate2 .plate2-box .box-lump2 a img,
  .energy-plate2 .plate2-box .box-lump3 a 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;
  }
  .energy-plate2 .plate2-box .box-lump1 a:hover,
  .energy-plate2 .plate2-box .box-lump2 a:hover,
  .energy-plate2 .plate2-box .box-lump3 a:hover {
    border: solid 2px #ca3526;
  }
  .energy-plate2 .plate2-box .box-lump1 a:hover img,
  .energy-plate2 .plate2-box .box-lump2 a:hover img,
  .energy-plate2 .plate2-box .box-lump3 a: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);
  }
  .energy-plate2 .plate2-box .str_wrap {
    background: none;
    overflow: visible;
  }
  .energy-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1rem;
    background: #f9f9f9;
  }
  .energy-plate3 .page-title {
    text-align: center;
  }
  .energy-plate3 .page-heng {
    margin: 0.25rem auto 0;
  }
  .energy-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .energy-plate3 .plate3-main .main-item {
    width: 48%;
    height: 1.8rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    background: #fff;
    border-radius: 0.05rem;
    border: solid 2px #fff;
    box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
    overflow: hidden;
  }
  .energy-plate3 .plate3-main .main-item:nth-child(6n) {
    margin-right: 0;
  }
  .energy-plate3 .plate3-main .main-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;
  }
  .energy-plate3 .plate3-main .main-item:hover {
    border: solid 2px #ca3526;
  }
  .energy-plate3 .plate3-main .main-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);
  }
  .energy-plate4 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem;
  }
  .energy-plate4 .plate4-box {
    position: relative;
    width: 100%;
    margin-top: 0.6rem;
  }
  .energy-plate4 .plate4-box::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 45%, transparent);
    z-index: 9;
  }
  .energy-plate4 .plate4-box::after {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 45%, transparent);
    z-index: 9;
  }
  .energy-plate4 .plate4-box .box-lump1,
  .energy-plate4 .plate4-box .box-lump2,
  .energy-plate4 .plate4-box .box-lump3 {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .energy-plate4 .plate4-box .box-lump1 a,
  .energy-plate4 .plate4-box .box-lump2 a,
  .energy-plate4 .plate4-box .box-lump3 a {
    display: inline-block;
    width: 2.42rem;
    height: 1.25rem;
    margin-right: 0.18rem;
    background: #fff;
    border-radius: 0.05rem;
    border: solid 2px #fff;
    box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
    overflow: hidden;
  }
  .energy-plate4 .plate4-box .box-lump1 a img,
  .energy-plate4 .plate4-box .box-lump2 a img,
  .energy-plate4 .plate4-box .box-lump3 a 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;
  }
  .energy-plate4 .plate4-box .box-lump1 a:hover,
  .energy-plate4 .plate4-box .box-lump2 a:hover,
  .energy-plate4 .plate4-box .box-lump3 a:hover {
    border: solid 2px #ca3526;
  }
  .energy-plate4 .plate4-box .box-lump1 a:hover img,
  .energy-plate4 .plate4-box .box-lump2 a:hover img,
  .energy-plate4 .plate4-box .box-lump3 a: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);
  }
  .energy-plate4 .plate4-box .str_wrap {
    background: none;
    overflow: visible;
  }
  .consumer-plate1 {
    width: 100%;
    height: auto;
    padding: 0.95rem 0.3rem 1.2rem;
    background: url(../images/consumer-bg.jpg) no-repeat bottom left;
    background-size: 100%;
  }
  .consumer-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .consumer-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .consumer-plate1 .plate1-main .main-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .consumer-plate1 .plate1-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .consumer-plate1 .plate1-main .main-swiper .swiper-slide {
    width: 100%;
    height: 5rem;
    margin: 0 0.3rem;
  }
  .consumer-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .consumer-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
  }
  .consumer-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .consumer-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.2rem;
    font-size: var(--fs38);
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .consumer-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .consumer-plate1 .plate1-main .main-swiper .swiper-slide-active .slide-box .box-pic img {
    opacity: 1;
  }
  .consumer-plate1 .plate1-main .main-swiper .swiper-slide-active .slide-box .box-title {
    opacity: 1;
  }
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-prev,
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    cursor: pointer;
    outline: none;
    z-index: 9;
  }
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-prev img,
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-prev .img2,
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-prev:hover .img1,
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-prev:hover .img2,
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-prev {
    left: -0.2rem;
  }
  .consumer-plate1 .plate1-main .main-swiper .plate1-swiper-button-next {
    right: -0.2rem;
  }
  .brand-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .brand-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .brand-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
  }
  .brand-plate1 .plate1-main .main-pic img {
    width: 100%;
    height: auto;
  }
  .brand-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .brand-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.55rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .brand-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 1.75rem;
    background: url(../images/brand-plate2-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .brand-plate2 .page-title {
    text-align: center;
  }
  .brand-plate2 .page-heng {
    margin: 0.25rem auto 0;
  }
  .brand-plate2 .plate2-main {
    position: relative;
    margin-top: 1rem;
  }
  .brand-plate2 .plate2-main .main-swiper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }
  .brand-plate2 .plate2-main .main-swiper::after {
    content: '';
    position: absolute;
    bottom: 0.12rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ca3526;
    background-size: 100%;
  }
  .brand-plate2 .plate2-main .main-swiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    height: auto;
    padding-left: 0;
    cursor: pointer;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .brand-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    display: block;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.9rem;
  }
  .brand-plate2 .plate2-main .main-swiper .swiper-slide .slide-box em {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0.25rem;
    height: 0.26rem;
    margin: 0 auto;
    background: url(../images/icon/icon-brand-plate2-round1.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;
  }
  .brand-plate2 .plate2-main .main-swiper .swiper-slide .slide-box p {
    padding-left: 0;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .brand-plate2 .plate2-main .main-swiper .swiper-slide-active .slide-box em {
    background: url(../images/icon/icon-brand-plate2-round2.png) no-repeat center center;
    background-size: 100%;
  }
  .brand-plate2 .plate2-main .main-swiper .swiper-slide-active .slide-box p {
    font-size: var(--fs42);
    font-weight: bold;
    color: #ca3526;
  }
  .brand-plate2 .plate2-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-lump {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5.22rem;
    height: 5.22rem;
    padding: 0.09rem;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(202, 53, 38, 0.2), rgba(240, 54, 37, 0.2));
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-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;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0;
    transform: translateX(-0.5rem);
    -o-transform: translateX(-0.5rem);
    -moz-transform: translateX(-0.5rem);
    -webkit-transform: translateX(-0.5rem);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-lump .lump-item span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs52);
    line-height: 0.4rem;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-lump .lump-item .item-GJH {
    color: #2b7ac1;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-lump .lump-item .item-QC {
    color: #ca3526;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box .box-cent .cent-lump .lump-item p {
    flex: 1;
    padding-left: 0.3rem;
    font-size: var(--fs28);
    color: #333;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .brand-plate2 .plate2-main .main-cont .cont-box-on .box-cent {
    transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .brand-plate2 .plate2-main .main-button {
    display: none;
  }
  .brand-plate2 .plate2-main .main-lump {
    position: absolute;
    bottom: -1rem;
    right: 0.3rem;
    width: auto;
  }
  .brand-plate2 .plate2-main .main-lump .lump-title {
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 1.6;
  }
  .brand-plate2 .plate2-main .main-lump .lump-title:first-of-type {
    color: #2b7ac1;
  }
  .brand-plate2 .plate2-main .main-lump .lump-title:last-of-type {
    color: #ca3526;
  }
  .brand-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.9rem;
  }
  .brand-plate3 .plate3-main .page-title {
    text-align: center;
  }
  .brand-plate3 .plate3-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .brand-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .brand-plate3 .plate3-main .main-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.1rem 0.3rem 0.3rem;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 30px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .brand-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .brand-plate3 .plate3-main .main-box .box-item .item-pic {
    width: 100%;
    height: 1.3rem;
  }
  .brand-plate3 .plate3-main .main-box .box-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;
  }
  .brand-plate3 .plate3-main .main-box .box-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #1c1d25;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .brand-plate3 .plate3-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    line-height: 0.38rem;
    color: #595757;
  }
  .brand-plate3 .plate3-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);
  }
  .brand-plate3 .plate3-main .main-box .box-item:hover .item-title {
    color: #ca3526;
  }
  .political-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .political-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .political-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.4rem;
    box-shadow: 0px 0px 30px 0px rgba(97, 97, 97, 0.15);
  }
  .political-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .political-plate1 .plate1-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .political-plate1 .plate1-main .main-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
    z-index: 9;
  }
  .political-plate1 .plate1-main .main-video .video-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .political-plate1 .plate1-main .main-video .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .political-plate1 .plate1-main .main-video .video-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .political-plate1 .plate1-main .main-video .video-pic img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .political-plate1 .plate1-main .main-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);
  }
  .political-plate2 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
    background: url(../images/political-palte2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .political-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .political-plate2 .plate2-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .political-plate2 .plate2-main .main-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .political-plate2 .plate2-main .main-video .video-play {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
    z-index: 9;
  }
  .political-plate2 .plate2-main .main-video .video-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .political-plate2 .plate2-main .main-video .video-play:hover img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .political-plate2 .plate2-main .main-video .video-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .political-plate2 .plate2-main .main-video .video-pic img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .political-plate2 .plate2-main .main-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);
  }
  .political-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.72rem;
    background: #f6f6f6;
  }
  .political-plate2 .plate2-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    background: linear-gradient(90deg, #ca3526, #f03625);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .political-plate2 .plate2-main .main-cent .cent-subTitle {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    color: #333;
  }
  .political-plate2 .plate2-main .main-cent .cent-heng {
    width: 0.45rem;
    height: 3px;
    margin-top: 0.3rem;
    background: #ca3526;
  }
  .political-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .political-plate2 .plate2-main .main-cent .cent-button {
    position: relative;
    width: 0.8rem;
    height: 0.5rem;
    margin-top: 0.45rem;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #ca3526, #f03625);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .political-plate2 .plate2-main .main-cent .cent-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
  }
  .political-plate2 .plate2-main .main-cent .cent-button:hover {
    width: 0.65rem;
  }
  .political-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .political-plate3 .plate3-main .page-title {
    text-align: center;
  }
  .political-plate3 .plate3-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .political-plate3 .plate3-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .political-plate3 .plate3-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 0.5rem;
    border-bottom: solid 1px #eeeeee;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-lump {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    position: relative;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-lump::after {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 1.8rem;
    margin-top: -0.9rem;
    background: #eeeeee;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-lump .lump-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-lump .lump-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;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-lump .lump-cent {
    flex: 1;
    width: 100%;
    padding: 0.45rem 0.3rem;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-lump .lump-cent .cent-title {
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.54rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-lump .lump-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-date {
    display: none;
    width: 1.92rem;
    height: auto;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-date .date-year {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs40);
    text-align: center;
    color: #333;
  }
  .political-plate3 .plate3-main .main-box .box-item .item-date .date-time {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs14);
    text-align: center;
    color: #888;
  }
  .political-plate3 .plate3-main .main-box .box-item:hover .item-lump .lump-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);
  }
  .political-plate3 .plate3-main .main-box .box-item:hover .item-lump .lump-cent .cent-title {
    background: linear-gradient(90deg, #ca3526, #f03625);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .political-plate3 .plate3-main .page-button {
    margin: 0.8rem auto 0;
  }
  .party-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .party-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .party-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .party-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666666;
  }
  .party-plate1 .plate1-main .main-cent .cent-text span {
    font-weight: bold;
    color: #ca3526;
  }
  .party-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .party-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;
  }
  .party-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);
  }
  .party-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: #f9f9f9;
  }
  .party-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .party-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .party-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666666;
  }
  .party-plate2 .plate2-main .main-pic {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .party-plate2 .plate2-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;
  }
  .party-plate2 .plate2-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);
  }
  .party-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0;
  }
  .party-plate3 .plate3-top {
    padding: 0 0.3rem;
  }
  .party-plate3 .plate3-top .page-title {
    text-align: center;
  }
  .party-plate3 .plate3-top .page-heng {
    margin: 0.25rem auto 0;
  }
  .party-plate3 .plate3-top .top-text {
    margin-top: 0.5rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .party-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .party-plate3 .plate3-main .main-item {
    position: relative;
    flex: none;
    width: 48.5%;
    height: auto;
    margin-top: 0.2rem;
    overflow: hidden;
  }
  .party-plate3 .plate3-main .main-item .item-pic {
    position: static;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .party-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .party-plate3 .plate3-main .main-item .item-lump {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.7rem 0.3rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .party-plate3 .plate3-main .main-item .item-lump .lump-icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
  }
  .party-plate3 .plate3-main .main-item .item-lump .lump-icon img {
    width: 100%;
  }
  .party-plate3 .plate3-main .main-item .item-lump .lump-heng {
    width: 0.3rem;
    height: 2px;
    margin: 0.3rem auto 0;
    background: #fff;
  }
  .party-plate3 .plate3-main .main-item .item-lump .lump-title {
    margin-top: 0.2rem;
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .party-plate3 .plate3-main .main-item .item-cent {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0.5rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .party-plate3 .plate3-main .main-item .item-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .party-plate3 .plate3-main .main-item .item-cent .cent-heng {
    width: 0.3rem;
    height: 2px;
    margin: 0.3rem auto 0;
    background: #fff;
  }
  .party-plate3 .plate3-main .main-item .item-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: #fff;
  }
  .party-plate3 .plate3-main .main-item .item-bottom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
    z-index: 9;
  }
  .party-plate3 .plate3-main .main-item .item-bottom .bottom-num {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    color: #fff;
  }
  .party-plate3 .plate3-main .main-item .item-bottom .bottom-arrow {
    width: 0.3rem;
    height: 0.18rem;
    background: url(../images/icon/icon-arrow8.png) no-repeat center center;
    background-size: 100%;
  }
  .party-plate3 .plate3-main .main-item:hover {
    flex: none;
  }
  .party-plate3 .plate3-main .main-item:hover .item-pic {
    background: #ca3526;
  }
  .party-plate3 .plate3-main .main-item:hover .item-pic img {
    opacity: 0.15;
  }
  .party-plate3 .plate3-main .main-item:hover .item-lump {
    opacity: 0;
  }
  .party-plate3 .plate3-main .main-item:hover .item-cent {
    opacity: 1;
  }
  .partyNews-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.65rem;
  }
  .partyNews-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .partyNews-plate1 .plate1-main .main-lump {
    position: relative;
    width: 100%;
    height: 4.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .partyNews-plate1 .plate1-main .main-lump .lump-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .partyNews-plate1 .plate1-main .main-lump .lump-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;
  }
  .partyNews-plate1 .plate1-main .main-lump .lump-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.4rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), transparent);
  }
  .partyNews-plate1 .plate1-main .main-lump .lump-cent .cent-title {
    font-size: var(--fs38);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .partyNews-plate1 .plate1-main .main-lump .lump-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.2rem;
  }
  .partyNews-plate1 .plate1-main .main-lump .lump-cent .cent-button span {
    margin-right: 0.1rem;
    font-size: var(--fs28);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partyNews-plate1 .plate1-main .main-lump .lump-cent .cent-button em {
    width: 0.24rem;
    height: 0.22rem;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 100%;
  }
  .partyNews-plate1 .plate1-main .main-lump .lump-cent .cent-button:hover span {
    margin-right: 0.2rem;
  }
  .partyNews-plate1 .plate1-main .main-lump:hover .lump-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);
  }
  .partyNews-plate1 .plate1-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .partyNews-plate1 .plate1-main .main-box .box-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.15rem 0 0.3rem;
    margin-bottom: 0.4rem;
    border-bottom: solid 1px #e9e9e9;
  }
  .partyNews-plate1 .plate1-main .main-box .box-item:last-of-type {
    margin-bottom: 0;
  }
  .partyNews-plate1 .plate1-main .main-box .box-item .item-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs28);
    color: #ca3526;
  }
  .partyNews-plate1 .plate1-main .main-box .box-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs34);
    line-height: 0.56rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partyNews-plate1 .plate1-main .main-box .box-item:hover .item-title {
    color: #ca3526;
  }
  .partyNews-plate2 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .partyNews-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .partyNews-plate2 .plate2-main select {
    width: 35%;
    height: 0.8rem;
    padding: 0 0.3rem 0 0.2rem;
    font-size: var(--fs26);
    color: #999;
    border: solid 1px #dfdfdf;
    border-radius: 0.1rem;
    background: url(../images/icon/icon-arrow10.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .partyNews-plate2 .plate2-main .main-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 62%;
    height: 0.8rem;
    padding-right: 0.2rem;
    border: solid 1px #dfdfdf;
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
  }
  .partyNews-plate2 .plate2-main .main-search input {
    flex: 1;
    height: 100%;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    color: #333;
    background: transparent;
    border: none;
  }
  .partyNews-plate2 .plate2-main .main-search input::placeholder {
    color: #999;
  }
  .partyNews-plate2 .plate2-main .main-search .main-icon {
    width: 0.32rem;
    height: 0.41rem;
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 100%;
  }
  .partyNews-plate3 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .partyNews-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
  .partyNews-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.6rem;
    padding: 0.4rem 0.3rem 0.35rem;
    border-right: none;
    overflow: hidden;
  }
  .partyNews-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: 3.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .partyNews-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;
  }
  .partyNews-plate3 .plate3-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0 0;
  }
  .partyNews-plate3 .plate3-main .main-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs30);
    color: #ca3526;
  }
  .partyNews-plate3 .plate3-main .main-item .item-cent .cent-title {
    margin-top: 0.25rem;
    font-size: var(--fs34);
    line-height: 0.52rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partyNews-plate3 .plate3-main .main-item .item-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .partyNews-plate3 .plate3-main .main-item .item-cent .cent-button span {
    margin-right: 0.1rem;
    font-size: var(--fs28);
    color: #ca3526;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partyNews-plate3 .plate3-main .main-item .item-cent .cent-button em {
    width: 0.24rem;
    height: 0.22rem;
    background: url(../images/icon/icon-arrow11.png) no-repeat center center;
    background-size: 100%;
  }
  .partyNews-plate3 .plate3-main .main-item .item-cent .cent-button:hover span {
    margin-right: 0.2rem;
  }
  .partyNews-plate3 .plate3-main .main-item .item-lump {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 0.95rem 0.6rem 0;
    border-radius: 0.2rem;
    overflow: hidden;
    background: url(../images/party-plate3-bg.jpg) no-repeat top left;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partyNews-plate3 .plate3-main .main-item .item-lump .lump-time {
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs20);
    color: #ca3526;
  }
  .partyNews-plate3 .plate3-main .main-item .item-lump .lump-title {
    margin-top: 0.25rem;
    font-size: var(--fs24);
    line-height: 0.36rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .partyNews-plate3 .plate3-main .main-item .item-lump .lump-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
  }
  .partyNews-plate3 .plate3-main .main-item .item-lump .lump-button span {
    margin-right: 0.1rem;
    font-size: var(--fs18);
    color: #ca3526;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partyNews-plate3 .plate3-main .main-item .item-lump .lump-button em {
    width: 0.14rem;
    height: 0.12rem;
    background: url(../images/icon/icon-arrow11.png) no-repeat center center;
    background-size: 100%;
  }
  .partyNews-plate3 .plate3-main .main-item .item-lump .lump-button:hover span {
    margin-right: 0.2rem;
  }
  .partyNews-plate3 .plate3-main .main-item:hover {
    border-right: solid 1px transparent;
  }
  .partyNews-plate3 .plate3-main .main-item:hover .item-lump {
    left: 0;
    opacity: 1;
  }
  .recruit-plate1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .recruit-plate1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.4rem;
    width: 1.85rem;
    height: 3.13rem;
    background: url(../images/recruit-bg2.png) no-repeat top left;
    background-size: 100%;
  }
  .recruit-plate1::after {
    content: '';
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    width: 1.85rem;
    height: 3.13rem;
    background: url(../images/recruit-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .recruit-plate1 .plate1-main {
    position: relative;
    z-index: 9;
  }
  .recruit-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .recruit-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .recruit-plate1 .plate1-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .recruit-plate1 .plate1-main .main-top select {
    width: 48.5%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0 0.3rem 0 0.18rem;
    font-size: var(--fs28);
    color: #666;
    border: solid 1px #dcdcdc;
    border-radius: 0.05rem;
    background: url(../images/icon/icon-arrow12.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .recruit-plate1 .plate1-main .main-top select option:first-of-type {
    display: none;
  }
  .recruit-plate1 .plate1-main .main-top .top-search {
    width: 48.5%;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.05rem;
    background: linear-gradient(90deg, #ca3526, #f03625);
  }
  .recruit-plate1 .plate1-main .main-top .top-search:hover {
    background: linear-gradient(-90deg, #ca3526, #f03625);
  }
  .recruit-plate1 .plate1-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ca3526;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 1.93rem;
    padding: 0.3rem 0.3rem 0.35rem;
    background: #f5f5f5;
    border-top: #e7e7e7 solid 2px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-left {
    width: calc(100% - 1rem);
    height: auto;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-left .top-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-left .top-title .title {
    margin-right: 1.5rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #17171d;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-left .top-title .text {
    display: none;
    font-size: 0.14rem;
    color: #878787;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-left .top-heng {
    width: 20px;
    height: 3px;
    margin-top: 0.2rem;
    background: #e4e4e4;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-left .top-text {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #878787;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s 0.3s;
    -o-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
    -webkit-transition: all 0.3s 0.3s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-right {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/icon/icon-recruit-jia.png) no-repeat center center;
    background-size: 100%;
    z-index: 19;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-right img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-right .img2 {
    opacity: 0;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-top .top-right::after {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #ca3526;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .top-active {
    background: #fff;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .top-active .top-left .top-title .title {
    color: #ca3526;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .top-active .top-left .top-text {
    display: none;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .top-active .top-right {
    background: url(../images/icon/icon-recruit-jian.png) no-repeat center center;
    background-size: 100%;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .top-active .top-right::after {
    content: '-';
    line-height: 55px;
    color: #fff;
    background: #ca3526;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    margin-top: -0.8rem;
    padding: 0.2rem 0.3rem 0.6rem;
    background: #fff;
    z-index: 9;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    font-weight: bold;
    color: #333;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text,
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text2 {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.46rem;
    color: #999;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text2 {
    padding-bottom: 0;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
    width: 150px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    background: #ca3526;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
    width: 150px;
    height: 50px;
    margin-left: 0.2rem;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 45px;
    background: #dedede;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
    transform: translatey(-10px);
    -o-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd .dd-cent .cent-duty .duty-Emali {
    margin-top: 0.4rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #010101;
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd-active {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  }
  .recruit-plate1 .plate1-main .main-cont .cont-dd-active::after {
    width: 100%;
  }
  .contact-plate1 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 2.5rem;
  }
  .contact-plate1 .plate1-main .page-title {
    text-align: center;
  }
  .contact-plate1 .plate1-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .contact-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact-plate1 .plate1-main .main-box .box-item {
    width: 50%;
    height: auto;
    margin-bottom: 0.35rem;
    padding: 0 0.1rem;
    cursor: pointer;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-icon {
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs32);
    font-weight: bold;
    text-align: center;
    color: #262323;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-text {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    color: #808080;
  }
  .contact-plate1 .plate1-main .main-box .box-item .item-text2 {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #808080;
  }
  .contact-plate1 .plate1-main .main-box .box-item:hover .item-icon img {
    transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
  }
  .contact-plate1 .wave {
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 200%;
    height: auto;
    margin-left: -40%;
    z-index: 0;
    opacity: 0.1;
  }
  .subsidiary-plate1 {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1rem;
    background: #f8f8f8;
  }
  .subsidiary-plate1 .plate1-main {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .subsidiary-plate1 .plate1-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.7rem;
    overflow: hidden;
  }
  .subsidiary-plate1 .plate1-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .subsidiary-plate1 .plate1-main .main-item .item-pic {
    width: 100%;
    height: 4.3rem;
    overflow: hidden;
  }
  .subsidiary-plate1 .plate1-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;
  }
  .subsidiary-plate1 .plate1-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.35rem 0.4rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary-plate1 .plate1-main .main-item .item-cent .cent-title {
    height: auto;
    font-size: var(--fs30);
    line-height: 0.54rem;
    text-align: center;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary-plate1 .plate1-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
  }
  .subsidiary-plate1 .plate1-main .main-item:hover .item-cent {
    background: linear-gradient(90deg, #ca3526, #f03625);
  }
  .subsidiary-plate1 .plate1-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .subsidiary-plate1 .plate1-cont {
    width: 100%;
    height: auto;
  }
  .subsidiary-plate1 .plate1-cont .page-title {
    text-align: center;
  }
  .subsidiary-plate1 .plate1-cont .page-heng {
    margin: 0.25rem auto 0;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    overflow: hidden;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: 4.3rem;
    margin: 0 0.175rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    border-radius: 0.15rem;
    background: #000;
    overflow: hidden;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: var(--fs24);
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
    opacity: 0.5;
    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);
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent {
    opacity: 1;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide-active .slide-box {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1) translateZ(0);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide-active .swiper-slide-shadow-left,
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-slide-active .swiper-slide-shadow-right {
    background: none;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button {
    display: flex;
    justify-content: space-between;
    width: 2rem;
    height: auto;
    margin: 0.32rem auto 0;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-prev,
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.81rem;
    cursor: pointer;
    outline: none;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-prev img,
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-prev .img2,
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-prev:hover .img1,
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-prev:hover .img2,
  .subsidiary-plate1 .plate1-cont .cont-swiper .swiper-button .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .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: #ca3526;
    border: solid 2px #ca3526;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #ca3526;
    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;
  }
  .page-pic-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .page-pic-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 1.2rem 0;
    z-index: 299;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .page-pic-main .main-hide {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0.34rem;
    height: 0.34rem;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-pic-main .main-hide img {
    width: 100%;
  }
  .page-pic-main .main-hide:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .page-pic-main .main-title {
    margin-top: 0.5rem;
    padding: 0 0.3rem;
    font-size: var(--fs32);
    color: #fff;
  }
  .page-pic-main .main-swiper1 {
    width: 100%;
    height: auto;
    margin-top: 1.6rem;
  }
  .page-pic-main .main-swiper1 .swiper-slide {
    width: 100%;
    height: 5rem;
  }
  .page-pic-main .main-swiper1 .swiper-slide .slide-pic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .page-pic-main .main-swiper1 .swiper-slide .slide-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-pic-main .main-swiper2 {
    width: 96%;
    height: auto;
    margin: 0.5rem auto 0;
    overflow: hidden;
  }
  .page-pic-main .main-swiper2 .swiper-slide {
    width: calc(100% / 5 - 0.12rem);
    height: auto;
    margin-right: 0.15rem;
    border: solid 2px #fff;
    opacity: 0.8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-pic-main .main-swiper2 .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .page-pic-main .main-swiper2 .swiper-slide .slide-pic {
    width: 100%;
    height: 0.9rem;
    overflow: hidden;
    cursor: pointer;
  }
  .page-pic-main .main-swiper2 .swiper-slide .slide-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-pic-main .main-swiper2 .swiper-slide-on {
    border: solid 2px #ca3526;
    opacity: 1;
  }
  .page-pic-main .pic-swiper-button-prev,
  .page-pic-main .pic-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    outline: none;
    cursor: pointer;
    z-index: 9;
  }
  .page-pic-main .pic-swiper-button-prev img,
  .page-pic-main .pic-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-pic-main .pic-swiper-button-prev .img1,
  .page-pic-main .pic-swiper-button-next .img1 {
    opacity: 0;
  }
  .page-pic-main .pic-swiper-button-prev .img2,
  .page-pic-main .pic-swiper-button-next .img2 {
    opacity: 1;
  }
  .page-pic-main .pic-swiper-button-prev:hover .img1,
  .page-pic-main .pic-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .page-pic-main .pic-swiper-button-prev:hover .img2,
  .page-pic-main .pic-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .page-pic-main .pic-swiper-button-prev {
    left: 0.2rem;
  }
  .page-pic-main .pic-swiper-button-next {
    right: 0.2rem;
  }
  .page-pic-show {
    opacity: 1;
    visibility: visible;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 0.5rem;
    height: 3px;
    margin-top: 0.2rem;
    background: #ca3526;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #2e2624;
  }
  .page-English {
    margin-top: -0.6rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs46);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2rem;
    color: #fff;
    white-space: nowrap;
    -webkit-text-stroke: 1px #003894;
    opacity: 0.11;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    font-size: var(--fs26);
  }
  .page-crumb .crumb-box .box-icon {
    width: 10px;
    margin-right: 0.15rem;
  }
  .page-crumb .crumb-box .box-icon img {
    display: block;
    width: 100%;
  }
  .page-crumb .crumb-box .box-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: var(--fs28);
    font-weight: 100;
    color: #ca3526;
  }
  .page-crumb .crumb-box .box-text a:hover {
    color: #ca3526;
    text-decoration: underline;
  }
  .page-crumb .crumb-box .box-text em {
    display: inline-block;
    width: 4px;
    height: 7px;
    margin: 0 0.15rem;
    background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .page-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-icon {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.15rem;
    background: url(../images/icon/icon-load.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    font-size: var(--fs30);
    text-align: center;
    color: #ca3526;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load:hover .load-icon {
    background: url(../images/icon/icon-load2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-load:hover .load-title {
    color: #ca3526;
  }
  .page-float {
    display: none;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    border-top-left-radius: 0.27rem;
    border-bottom-right-radius: 0.27rem;
    background: linear-gradient(90deg, #ca3526, #f03625);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button span {
    position: relative;
    font-size: var(--fs28);
    color: #fff;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    position: relative;
    width: 0.28rem;
    height: 0.24rem;
    margin-left: 0.16rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.27rem;
    border-top-right-radius: 0.27rem;
  }
  .page-button:hover em {
    margin-left: 0.1rem;
  }
  .page-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    border-top-left-radius: 0.27rem;
    border-bottom-right-radius: 0.27rem;
    border: solid 2px #cdcdcd;
  }
  .page-button2 span {
    position: relative;
    font-size: var(--fs28);
    color: #333;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2 em {
    position: relative;
    width: 0.28rem;
    height: 0.25rem;
    margin-left: 0.16rem;
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.27rem;
    border-top-right-radius: 0.27rem;
    border: solid 2px #ca3526;
  }
  .page-button2:hover span {
    color: #ca3526;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ca3526;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-strip,
  .page-second {
    display: none;
  }
}
