.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  nav .nav-main .main-cont .cont-item {
    display: none;
    position: relative;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .cont-item .item-title {
    display: inline-block;
    width: auto;
    height: 100%;
    font-size: 18px;
    line-height: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  nav .nav-main .main-cont .cont-item .item-subnav {
    position: absolute;
    top: 1.15rem;
    left: 50%;
    width: 2.16rem;
    height: auto;
    border-radius: 0.05rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 59;
    transform: translate(-50%, 0.3rem);
    -o-transform: translate(-50%, 0.3rem);
    -moz-transform: translate(-50%, 0.3rem);
    -webkit-transform: translate(-50%, 0.3rem);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .cont-item .item-subnav::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    width: auto;
    height: auto;
    margin-left: -12px;
    border: solid 12px transparent;
    border-bottom: solid 12px #fff;
  }
  nav .nav-main .main-cont .cont-item .item-subnav .subnav-link {
    display: block;
    width: 100%;
    height: 0.62rem;
    font-size: 14px;
    text-align: center;
    line-height: 0.62rem;
    color: #333;
    border-bottom: solid 1px #f2f2f2;
  }
  nav .nav-main .main-cont .cont-item .item-subnav .subnav-link:last-of-type {
    border-bottom: none;
  }
  nav .nav-main .main-cont .cont-item .item-subnav .subnav-link:hover {
    color: #e1690e;
  }
  nav .nav-main .main-cont .cont-item:hover .item-subnav {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  nav .nav-main .main-cont .cont-lang {
    position: absolute;
    top: 0;
    left: auto;
    right: 2.2rem;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .cont-lang .lang-title {
    display: inline-block;
    width: auto;
    height: 100%;
    font-size: 0.3rem;
    line-height: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
  nav .nav-main .main-cont .cont-lang .lang-subnav {
    position: absolute;
    top: 1.15rem;
    left: 50%;
    width: 2rem;
    height: auto;
    border-radius: 0.05rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 59;
    transform: translate(-50%, 0.3rem);
    -o-transform: translate(-50%, 0.3rem);
    -moz-transform: translate(-50%, 0.3rem);
    -webkit-transform: translate(-50%, 0.3rem);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .cont-lang .lang-subnav::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 50%;
    width: auto;
    height: auto;
    margin-left: -12px;
    border: solid 12px transparent;
    border-bottom: solid 12px #fff;
  }
  nav .nav-main .main-cont .cont-lang .lang-subnav .subnav-link {
    display: block;
    width: 100%;
    height: 0.62rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.62rem;
    color: #333;
    border-bottom: solid 1px #f2f2f2;
  }
  nav .nav-main .main-cont .cont-lang .lang-subnav .subnav-link:last-of-type {
    border-bottom: none;
  }
  nav .nav-main .main-cont .cont-lang .lang-subnav .subnav-link:hover {
    color: #e1690e;
  }
  nav .nav-main .main-cont .cont-lang:hover .lang-subnav {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  nav .nav-main .main-cont .cont-logo {
    position: relative;
    width: 1.8rem;
    height: auto;
  }
  nav .nav-main .main-cont .cont-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-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: static;
    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.38rem;
    height: 100%;
    margin-left: 0.4rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(/uploads/image/eiicon/icon-search.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 {
    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: 100%;
    height: 100%;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background:  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 0 0.1rem;
    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:  no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #e1690e;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navinup50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 0.8rem;
    height: 0.85rem;
    margin-left: 0.5rem;
    background: #e1690e;
    border-radius: 0.05rem;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    right: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    right: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    width: 0.4rem;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #e1690e;
    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(/uploads/image/eiicon/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(/uploads/image/eiicon/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 #e1690e;
  }
  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:  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: #e1690e;
  }
  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: #e1690e;
    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: #e1690e;
  }
  nav .whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #e1690e;
    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: #e1690e;
  }
  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 #e1690e;
  }
  nav .whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 6.4rem;
    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: 6.4rem;
    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: 6.4rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
    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.48rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    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-heng {
    width: 0.3rem;
    height: 3px;
    margin-top: 0.45rem;
    background: #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-english {
    width: 100%;
    margin-top: 0.45rem;
    font-family: 'montserrat-light';
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1.2s;
    -o-transition: all 0.5s 1.2s;
    -moz-transition: all 0.5s 1.2s;
    -webkit-transition: all 0.5s 1.2s;
  }
  header .head-banner .swiper-slide .slide-box .box-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: url(/uploads/image/eiicon/icon-video-play.png) no-repeat center center;
    background-size: 100%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide-active .box-cent .cent-title,
  header .head-banner .swiper-slide-active .box-cent2 .cent-title,
  header .head-banner .swiper-slide-active .box-cent3 .cent-title,
  header .head-banner .swiper-slide-active .box-cent .cent-text,
  header .head-banner .swiper-slide-active .box-cent2 .cent-text,
  header .head-banner .swiper-slide-active .box-cent3 .cent-text,
  header .head-banner .swiper-slide-active .box-cent .cent-button,
  header .head-banner .swiper-slide-active .box-cent2 .cent-button,
  header .head-banner .swiper-slide-active .box-cent3 .cent-button {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-pic .img1 {
    display: none;
  }
  header .head-banner .banner-pic .img2 {
    display: block;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.6rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-english {
    margin-top: 0.3rem;
    font-family: 'montserrat-light';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-heng {
    width: 20px;
    height: 3px;
    margin-top: 0.25rem;
    background: #fff;
  }
  header .head-banner .banner-cent2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #e1690e;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  header .head-banner .banner-cent2 .cent-title {
    font-size: 0.72rem;
    color: #333;
  }
  header .head-banner .banner-cent2 .cent-text2 {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-box {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  header .head-banner .banner-cent2 .cent-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.14rem;
  }
  header .head-banner .banner-cent2 .cent-box .box-item em {
    width: 0.35rem;
    height: 0.35rem;
    background:  no-repeat center center;
    background-size: 100%;
  }
  header .head-banner .banner-cent2 .cent-box .box-item span {
    width: calc(100% - 0.35rem);
    padding-left: 0.18rem;
    font-size: var(--fs30);
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: solid 2px #fff;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .banner-swiper-button-prev img,
  header .head-banner .banner-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 12px;
    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;
  }
  header .head-banner .banner-swiper-button-prev .img2,
  header .head-banner .banner-swiper-button-next .img2 {
    opacity: 0;
  }
  header .head-banner .banner-swiper-button-prev:hover,
  header .head-banner .banner-swiper-button-next:hover {
    background: #fff;
  }
  header .head-banner .banner-swiper-button-prev:hover .img1,
  header .head-banner .banner-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  header .head-banner .banner-swiper-button-prev:hover .img2,
  header .head-banner .banner-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  header .head-banner .banner-swiper-button-prev {
    left: 0.2rem;
  }
  header .head-banner .banner-swiper-button-next {
    right: 0.2rem;
  }
  header .head-banner .banner-mouse {
    display: none;
  }
  header .head-form {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    border-top: solid 1px #e1690e;
    overflow: hidden;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    padding: 0.95rem 0.3rem 0.75rem;
    border-bottom: solid 1px #e8e8e8;
  }
  footer .foot-main .main-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cent .cent-logo {
    display: block;
    width: 2.6rem;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main .main-cent .cent-logo img {
    width: 100%;
  }
  footer .foot-main .main-cent .cent-ewm {
    width: 3rem;
    margin: 0.35rem auto 0;
    border-radius: 0.08rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  footer .foot-main .main-cent .cent-ewm img {
    width: 100%;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: flex-end;
    width: 100%;
  }
  footer .foot-main .main-nav .nav-item {
    width: auto;
    height: auto;
    margin-right: 1.4rem;
  }
  footer .foot-main .main-nav .nav-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    font-weight: bold;
    color: #212121;
  }
  footer .foot-main .main-nav .nav-item .item-title:hover {
    color: #e1690e;
  }
  footer .foot-main .main-nav .nav-item .item-heng {
    width: 12px;
    height: 2px;
    margin-top: 0.08rem;
    background: #e1690e;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs16);
    line-height: 0.22rem;
    color: #666;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span {
    position: relative;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #e1690e;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover {
    color: #e1690e;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .main-nav .nav-item .item-cent .cent-text {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item .item-cent .cent-text span {
    width: 0.21rem;
    height: auto;
  }
  footer .foot-main .main-nav .nav-item .item-cent .cent-text span img {
    width: 100%;
  }
  footer .foot-main .main-nav .nav-item .item-cent .cent-text p {
    width: calc(100% - 0.21rem);
    padding-left: 0.12rem;
    padding-top: 0.02rem;
    margin-bottom: 0.16rem;
    font-family: 'montserrat-light';
    font-size: var(--fs16);
    line-height: 0.18rem;
    color: #bbb;
  }
  footer .foot-bottom {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0.45rem 0.3rem 0.7rem;
    text-align: center;
  }
  footer .foot-bottom .bottom-share {
    display: flex;
    justify-content: center;
    width: auto;
    margin-bottom: 0.35rem;
  }
  footer .foot-bottom .bottom-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem;
    border-radius: 50%;
    background: #f0f0f0;
  }
  footer .foot-bottom .bottom-share .share-item:last-of-type {
    margin-right: 0;
  }
  footer .foot-bottom .bottom-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-bottom .bottom-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-bottom .bottom-share .share-item .item-ewm {
    position: absolute;
    bottom: 0.55rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    padding: 0.05rem;
    background: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-bottom .bottom-share .share-item .item-ewm img {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  footer .foot-bottom .bottom-share .share-item:hover {
    background: #e1690e;
  }
  footer .foot-bottom .bottom-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-bottom .bottom-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-bottom .bottom-share .share-item:hover .item-ewm {
    bottom: 0.9rem;
    opacity: 1;
    visibility: visible;
  }
  footer .foot-bottom .bottom-cent {
    width: 100%;
  }
  footer .foot-bottom .bottom-cent .cent-link {
    width: 100%;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-bottom .bottom-cent .cent-link a {
    font-weight: 100;
  }
  footer .foot-bottom .bottom-cent .cent-link a:hover {
    color: #e1690e;
  }
  footer .foot-bottom .bottom-cent .cent-link em {
    margin: 0 0.12rem;
  }
  footer .foot-bottom .bottom-cent .cent-zhizi {
    margin-top: 0.25rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #666;
  }
  footer .foot-bottom .bottom-cent .cent-zhizi a:hover {
    color: #e1690e;
  }
  .container {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 1.3rem;
    background: url(/uploads/image/eimages/plate1-bg.jpg) top left;
    background-size: cover;
  }
  .container .cont-plate1 .plate1-top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    border-bottom: solid 1px #ececec;
  }
  .container .cont-plate1 .plate1-top .top-item {
    width: auto;
    margin: 0 0.3rem;
    cursor: pointer;
  }
  .container .cont-plate1 .plate1-top .top-item .item-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-top .top-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;
  }
  .container .cont-plate1 .plate1-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-top .top-item .item-title {
    position: relative;
    margin-top: 0.1rem;
    font-size: var(--fs24);
    text-align: center;
    color: #1c1d25;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-item .item-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.22rem;
  }
  .container .cont-plate1 .plate1-top .top-item .item-title span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e1690e;
    transform: scale(0, 0) translatez(0);
    -o-transform: scale(0, 0) translatez(0);
    -moz-transform: scale(0, 0) translatez(0);
    -webkit-transform: scale(0, 0 translatez(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-item-on .item-icon {
    background: #e1690e;
  }
  .container .cont-plate1 .plate1-top .top-item-on .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-top .top-item-on .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-top .top-item-on .item-title {
    color: #e1690e;
  }
  .container .cont-plate1 .plate1-top .top-item-on .item-title span::after {
    transform: scale(1, 1) translatez(0);
    -o-transform: scale(1, 1) translatez(0);
    -moz-transform: scale(1, 1) translatez(0);
    -webkit-transform: scale(1, 1 translatez(0));
  }
  .container .cont-plate1 .plate1-main {
    position: relative;
    margin-top: 0.6rem;
  }
  .container .cont-plate1 .plate1-main .main-cont {
    display: block;
    justify-content: space-between;
    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;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
    width: 100%;
    margin-top: 0.2rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text p {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.1rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text p em {
    width: 0.1rem;
    height: 0.1rem;
    margin-top: 0.12rem;
    border-radius: 50%;
    background: #e1690e;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text p span {
    width: calc(100% - 0.1rem);
    padding-left: 0.1rem;
    font-size: var(--fs28);
    color: #333;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.35rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-cent,
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-pic {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right {
    position: absolute;
    top: auto;
    bottom: -0.5rem;
    right: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
    z-index: 9;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .swiper-pagination-bullet-active {
    width: 0.16rem;
    height: 0.16rem;
    background: #e1690e;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .swiper-pagination {
    position: static;
    bottom: 0;
    font-family: 'montserrat-light';
    font-size: var(--fs18);
    text-align: center;
    color: #c3c3c3;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .swiper-pagination .swiper-pagination-current {
    font-size: var(--fs36);
    color: #e1690e;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box {
    display: none;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    padding-top: 0.6rem;
    border-top: solid 1px #e2e2e2;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-prev,
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-next {
    position: relative;
    width: 0.58rem;
    height: 0.58rem;
    margin-left: 0.2rem;
    text-align: center;
    line-height: 0.54rem;
    border-radius: 50%;
    background: #dddddd;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-prev img,
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-next img {
    width: 7px;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-prev:hover,
  .container .cont-plate1 .plate1-main .main-cont .cont-swiper .swiper-right .right-box .plate1-swiper-button-next:hover {
    background: #e1690e;
  }
  .container .cont-plate1 .plate1-main .main-cont-on {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
    background: url(/uploads/image/eimages/plate2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate2 .plate2-main .page-english,
  .container .cont-plate2 .plate2-main .page-title {
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.3rem;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
  }
  .container .cont-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;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 0.25rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent::after {
    content: '';
    position: absolute;
    bottom: -0.98rem;
    left: -0.95rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #e1690e;
    opacity: 0.9;
  }
  .container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent p {
    position: relative;
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
    z-index: 9;
  }
  .container .cont-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));
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
    background: url(/uploads/image/eimages/plate3-bg.jpg) no-repeat top right;
    background-size: 3.83rem;
  }
  .container .cont-plate3 .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate3 .main-box .box-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 9;
  }
  .container .cont-plate3 .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .container .cont-plate3 .main-box .box-cent {
    position: static;
    top: 1.6rem;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 1.2rem;
    background: url(/uploads/image/eimages/plate3-bg2.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate3 .main-box .box-cent .cent-num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .container .cont-plate3 .main-box .box-cent .cent-num em {
    width: 34px;
    height: 1px;
    margin-right: 0.2rem;
    background: #717171;
  }
  .container .cont-plate3 .main-box .box-cent .cent-num span {
    font-family: 'montserrat-light';
    font-size: var(--fs30);
    color: #383838;
  }
  .container .cont-plate3 .main-box .box-cent .cent-title {
    margin-top: 0.45rem;
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.58rem;
    color: #000;
  }
  .container .cont-plate3 .main-box .box-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .main-box .page-button {
    margin: 0.45rem auto 0;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(/uploads/image/eimages/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate4::before,
  .container .cont-plate4::after {
    display: none;
  }
  .container .cont-plate4 .plate4-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .container .cont-plate4 .plate4-main .main-box {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-box .box-num {
    font-size: 2rem;
    font-family: 'montserrat-semi-bold';
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-box .box-text {
    margin-top: 0.05rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.56rem;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-lump {
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-lump .lump-item {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: 1.2rem;
  }
  .container .cont-plate4 .plate4-main .main-lump .lump-item:last-of-type {
    margin-top: 0.45rem;
  }
  .container .cont-plate4 .plate4-main .main-lump .lump-item .item-num {
    font-size: 1rem;
    font-family: 'montserrat-semi-bold';
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-lump .lump-item .item-num em {
    position: relative;
  }
  .container .cont-plate4 .plate4-main .main-lump .lump-item .item-num em::after {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 0.16rem;
    height: 0.16rem;
    background: url(/uploads/image/eiicon/icon-jia.png) no-repeat top left;
    background-size: 100%;
  }
  .container .cont-plate4 .plate4-main .main-lump .lump-item .item-text {
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #fff;
  }
  .container .cont-plate5 {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.4rem;
    background: url(/uploads/image/eimages/plate5-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate5 .plate5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container .cont-plate5 .plate5-top .top-cent {
    width: auto;
    height: auto;
  }
  .container .cont-plate5 .plate5-top .top-cent .page-english,
  .container .cont-plate5 .plate5-top .top-cent .page-title {
    text-align: left;
  }
  .container .cont-plate5 .plate5-top .top-cent .page-heng {
    margin: 0.25rem 0 0;
  }
  .container .cont-plate5 .plate5-swiper {
    margin-top: 1.16rem;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.32rem;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont {
    display: none;
    width: 3.6rem;
    height: 3.62rem;
    padding: 0.27rem;
    border-radius: 0.05rem;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(5, 3, 22, 0.08);
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont .cont-time {
    font-family: 'montserrat-regular';
    font-size: var(--fs16);
    color: rgba(0, 0, 0, 0.4);
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont .cont-title {
    height: 0.6rem;
    margin-top: 0.15rem;
    font-size: var(--fs20);
    line-height: 0.3rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont .cont-pic {
    width: 100%;
    height: 1.82rem;
    margin-top: 0.3rem;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    border-radius: 0.05rem;
    z-index: 9;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-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;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.1rem;
    height: 100%;
    padding: 0.35rem 0.2rem;
    backdrop-filter: blur(20px);
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-time em {
    font-family: 'montserrat-regular';
    font-size: var(--fs52);
    line-height: 0.52rem;
    color: #fff;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-time span {
    font-family: 'montserrat-regular';
    font-size: var(--fs28);
    color: rgba(255, 255, 255, 0.7);
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-lump .lump-cent .cent-title {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    padding: 0 0.2rem;
    font-size: var(--fs32);
    line-height: 0.48rem;
    color: #fff;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide-active {
    height: auto;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide-active .slide-box .box-lump {
    width: 100%;
    height: 4rem;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.18rem 0.3rem 1.2rem;
  }
  .product .product-main {
    margin-top: 1rem;
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .product .product-main .main-cont .cont-list {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-list .list-top {
    width: 100%;
    height: 0.8rem;
    padding: 0.12rem 0.3rem;
    background: #e1690e;
  }
  .product .product-main .main-cont .cont-list .list-top img {
    width: 0.89rem;
  }
  .product .product-main .main-cont .cont-list .list-cont {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-list .list-cont .cont-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    border: solid 1px #eeeeee;
    border-top: none;
  }
  .product .product-main .main-cont .cont-list .list-cont .cont-item span {
    width: calc(100% - 10px);
    font-size: var(--fs28);
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-list .list-cont .cont-item em {
    width: 7px;
    height: 11px;
    background: url(/uploads/image/eiicon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont .cont-list .list-cont .cont-item:hover span {
    color: #e1690e;
  }
  .product .product-main .main-cont .cont-list .list-cont .cont-item:hover em {
    background: url(/uploads/image/eiicon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont .cont-list .list-cont .cont-item-active span {
    font-weight: bold;
    color: #e1690e;
  }
  .product .product-main .main-cont .cont-list .list-cont .cont-item-active em {
    background: url(/uploads/image/eiicon/icon-arrow4.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product .product-main .main-cont .cont-box .box-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.2rem 0.18rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    background: linear-gradient(0deg, #eceef0, #f8f9fa);
    border: solid 1px #fff;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e1690e;
    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;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-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;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item .item-cent .cent-title {
    width: 100%;
    height: auto;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item .item-cent .cent-num {
    width: 2.2rem;
    height: 0.65rem;
    margin: 0.2rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.62rem;
    color: #e1690e;
    border-radius: 0.45rem;
    border: solid 1px #e1690e;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item:hover {
    box-shadow: 11px 13px 30px 0px rgba(0, 0, 0, 0.12);
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item:hover::after {
    transform: scale(1, 1) translatez(0);
    -o-transform: scale(1, 1) translatez(0);
    -moz-transform: scale(1, 1) translatez(0);
    -webkit-transform: scale(1, 1 translatez(0));
  }
  .product .product-main .main-cont .cont-box .box-cont .cont-item:hover .item-cent .cent-num {
    color: #fff;
    background: #e1690e;
  }
  .video {
    width: 100%;
    height: auto;
    padding: 1.18rem 0.3rem 1.2rem;
  }
  .video .video-main {
    margin-top: 1rem;
  }
  .video .video-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .video .video-main .main-top .top-cont {
    position: relative;
    width: 100%;
    height: auto;
  }
  .video .video-main .main-top .top-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .video .video-main .main-top .top-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-top .top-cont .cont-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 -0.8rem;
    text-align: center;
    line-height: 1.6rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
  }
  .video .video-main .main-top .top-cont .cont-play::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: mapaddress 3s infinite linear;
  }
  .video .video-main .main-top .top-cont .cont-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: mapaddress 3s 1.5s infinite linear;
  }
  .video .video-main .main-top .top-cont .cont-play img {
    width: 1.05rem;
  }
  .video .video-main .main-top .top-cont:hover .cont-pic img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .video .video-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: url(/uploads/image/eimages/video-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .video .video-main .main-top .top-cent .cent-english {
    font-family: 'montserrat-bold';
    font-size: var(--fs48);
    line-height: 0.48rem;
    color: #fff;
  }
  .video .video-main .main-top .top-cent .cent-heng {
    width: 0.4rem;
    height: 6px;
    margin-top: 0.2rem;
    background: #fff;
  }
  .video .video-main .main-top .top-cent .cent-title {
    margin-top: 0.2rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .video .video-main .main-top .top-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    line-height: 0.42rem;
    color: rgba(255, 255, 255, 0.3);
  }
  .video .video-main .main-top .top-cent .cent-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 0.45rem;
    z-index: 9;
  }
  .video .video-main .main-top .top-cent .cent-share span {
    margin-right: 0.18rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .video .video-main .main-top .top-cent .cent-share a {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-top .top-cent .cent-share a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    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;
  }
  .video .video-main .main-top .top-cent .cent-share a .img2 {
    opacity: 0;
  }
  .video .video-main .main-top .top-cent .cent-share a:hover .img1 {
    opacity: 0;
  }
  .video .video-main .main-top .top-cent .cent-share a:hover .img2 {
    opacity: 1;
  }
  .video .video-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    margin-bottom: 0.32rem;
  }
  .video .video-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .video .video-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .video .video-main .main-cont .cont-item .item-play {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
    z-index: 9;
  }
  .video .video-main .main-cont .cont-item .item-play img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-play:hover img {
    transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
  }
  .video .video-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
  }
  .video .video-main .main-cont .cont-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;
  }
  .video .video-main .main-cont .cont-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    color: #666;
  }
  .video .video-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .medium {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.18rem 0.3rem 2rem;
  }
  .medium .medium-main {
    margin-top: 1rem;
  }
  .medium .medium-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .medium .medium-main .main-cont .cont-item {
    position: relative;
    width: 33.33%;
    height: auto;
    margin-bottom: 0.3rem;
    z-index: 1;
  }
  .medium .medium-main .main-cont .cont-item .item-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
  }
  .medium .medium-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .medium .medium-main .main-cont .cont-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs32);
    text-align: center;
    color: #262323;
  }
  .medium .medium-main .main-cont .cont-item .item-ewm {
    position: static;
    top: 1.4rem;
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin: 0.1rem auto 0;
    opacity: 1;
    visibility: visible;
    z-index: 29;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .medium .medium-main .main-cont .cont-item .item-ewm::after {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: 50%;
    width: auto;
    height: auto;
    margin-left: -0.15rem;
    border: solid 0.15rem transparent;
    border-bottom: solid 0.15rem #fff;
  }
  .medium .medium-main .main-cont .cont-item .item-ewm img {
    width: 100%;
    border-radius: 0.05rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .medium .medium-main .main-cont .cont-item:hover .item-ewm {
    top: 1.2rem;
    opacity: 1;
    visibility: visible;
  }
  .medium .medium-3d {
    position: absolute;
    bottom: -55%;
    left: 0;
    opacity: 1;
  }
  .security {
    width: 100%;
    height: auto;
  }
  .security .security-top {
    padding: 1.1rem 0.3rem 0.8rem;
  }
  .security .security-main {
    width: 100%;
    height: auto;
    padding: 2.1rem 0.3rem 2.15rem;
    background: url(/uploads/image/eimages/security-pic1.jpg) no-repeat top left;
    background-size: cover;
  }
  .security .security-main .main-title {
    font-size: var(--fs48);
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  .security .security-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0.5rem auto 0;
  }
  .security .security-main .main-box .layui-form {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .security .security-main .main-box .layui-form .layui-form-select .layui-select-title {
    height: 0.8rem;
    border-radius: 0.06rem;
    background: #fff;
    overflow: hidden;
  }
  .security .security-main .main-box .layui-form .layui-form-select .layui-select-title .layui-input {
    height: 100%;
    padding: 0 30px 0 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
  }
  .security .security-main .main-box .layui-form .layui-form-select .layui-select-title .layui-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 14px;
    height: 8px;
    margin-top: -4px;
    background: url(/uploads/image/eiicon/icon-arrow5.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    border: none;
  }
  .security .security-main .main-box .layui-form .layui-form-select .layui-anim-upbit {
    top: 0.8rem;
  }
  .security .security-main .main-box .layui-form .layui-form-select .layui-anim-upbit .layui-select-tips {
    display: none;
  }
  .security .security-main .main-box .box-input {
    width: 100%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    background: #fff;
    border-radius: 0.06rem;
    overflow: hidden;
  }
  .security .security-main .main-box .box-input input {
    width: 100%;
    height: 100%;
    font-size: var(--fs28);
    color: #333;
  }
  .security .security-main .main-box .box-input input::placeholder {
    color: #999;
  }
  .security .security-main .main-box .box-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.4rem;
    height: 0.8rem;
    margin: 0 auto;
    background: #e1690e;
    border-radius: 0.06rem;
  }
  .security .security-main .main-box .box-search em {
    width: 15px;
    height: 15px;
    margin-right: 0.12rem;
    background: url(/uploads/image/eiicon/icon-search2.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;
  }
  .security .security-main .main-box .box-search span {
    font-size: var(--fs30);
    font-weight: 100;
    color: #fff;
  }
  .download {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .download .download-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 0.7rem;
  }
  .download .download-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.15rem;
    padding: 0 0.2rem 0 0.3rem;
    border-bottom-left-radius: 0.05rem;
    border-top-left-radius: 0.05rem;
    border-left: solid 0.06rem #e1690e;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  }
  .download .download-main .main-cont .cont-item p {
    width: calc(100% - 0.5rem);
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item p span {
    margin-right: 0.4rem;
    font-family: 'montserrat-light';
    font-size: var(--fs34);
    color: #e1690e;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item .item-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 0.4rem;
  }
  .download .download-main .main-cont .cont-item .item-button em {
    width: 0.36rem;
    height: 0.32rem;
    background: url(/uploads/image/eiicon/icon-download.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item .item-button span {
    display: none;
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item:hover {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: solid 0 #e1690e;
    background: url(/uploads/image/eimages/download-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .download .download-main .main-cont .cont-item:hover p {
    color: #fff;
  }
  .download .download-main .main-cont .cont-item:hover p span {
    color: #fff;
  }
  .download .download-main .main-cont .cont-item:hover .item-button em {
    background: url(/uploads/image/eiicon/icon-download2.png) no-repeat center center;
    background-size: 100%;
  }
  .download .download-main .main-cont .cont-item:hover .item-button span {
    color: #fff;
  }
  .distribute {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .distribute .distribute-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .distribute .distribute-main .main-list {
    width: 100%;
    height: auto;
  }
  .distribute .distribute-main .main-list .list-cont {
    width: 100%;
    height: auto;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    border: solid 1px #eeeeee;
    border-bottom: none;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item:last-of-type {
    border-bottom: solid 1px #eeeeee;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item span {
    width: calc(100% - 10px);
    font-size: var(--fs30);
    color: #222;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item em {
    width: 7px;
    height: 11px;
    background: url(/uploads/image/eiicon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item:hover {
    background: #e1690e;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item:hover span {
    color: #fff;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item:hover em {
    background: url(/uploads/image/eiicon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item-active {
    background: #e1690e;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item-active span {
    color: #fff;
  }
  .distribute .distribute-main .main-list .list-cont .cont-item-active em {
    background: url(/uploads/image/eiicon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .distribute .distribute-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .distribute .distribute-main .main-cont .cont-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .distribute .distribute-main .main-cont .cont-top select {
    width: 100%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    padding: 0 0.3rem 0 0.2rem;
    font-size: var(--fs28);
    color: #838383;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
    background: url(/uploads/image/eiicon/icon-select-arrow.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .distribute .distribute-main .main-cont .cont-top input {
    width: calc(100% - 1.65rem);
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
  }
  .distribute .distribute-main .main-cont .cont-top input::placeholder {
    color: #838383;
  }
  .distribute .distribute-main .main-cont .cont-top .cont-button {
    width: 1.5rem;
    height: 0.8rem;
    border-radius: 0.05rem;
    background: #e1690e url(/uploads/image/eiicon/icon-search3.png) no-repeat center center;
    background-size: 0.32rem;
  }
  .distribute .distribute-main .main-cont .cont-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.58rem;
    margin-bottom: 0.4rem;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.2rem;
    border: solid 1px #f2f2f2;
    border-top: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-title {
    font-size: var(--fs32);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-english {
    margin-top: 0.05rem;
    font-family: 'montserrat-light';
    font-size: var(--fs24);
    color: #ccc;
    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;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-add {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.3rem;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-add em {
    width: 12px;
    height: 14px;
    background: url(/uploads/image/eiicon/icon-add.png) no-repeat center center;
    background-size: 100%;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item .item-cent .cent-add span {
    width: calc(100% - 12px);
    padding-left: 0.08rem;
    font-size: var(--fs24);
    font-weight: 100;
    color: #999999;
    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;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .distribute .distribute-main .main-cont .cont-box .box-item:hover .item-cent {
    background: #333333;
    border: solid 1px #333;
    border-top: none;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .distribute .distribute-main .main-cont .cont-box .box-item:hover .item-cent .cent-english {
    color: rgba(255, 255, 255, 0.6);
  }
  .distribute .distribute-main .main-cont .cont-box .box-item:hover .item-cent .cent-add span {
    color: #e1690e;
  }
  .experience {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .experience .experience-main {
    margin-top: 0.5rem;
  }
  .experience .experience-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .experience .experience-main .main-top select {
    width: 100%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    padding: 0 0.3rem 0 0.2rem;
    font-size: var(--fs28);
    color: #838383;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
    background: url(/uploads/image/eiicon/icon-select-arrow.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .experience .experience-main .main-top input {
    width: calc(100% - 1.65rem);
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.15rem;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #eeeeee;
    border-radius: 0.05rem;
  }
  .experience .experience-main .main-top input::placeholder {
    color: #838383;
  }
  .experience .experience-main .main-top .cont-button {
    width: 1.5rem;
    height: 0.8rem;
    border-radius: 0.05rem;
    background: #e1690e url(/uploads/image/eiicon/icon-search3.png) no-repeat center center;
    background-size: 0.32rem;
  }
  .experience .experience-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    margin-bottom: 0.1rem;
  }
  .experience .experience-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.8rem;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  }
  .experience .experience-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .experience .experience-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
  }
  .experience .experience-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;
  }
  .experience .experience-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0.35rem;
  }
  .experience .experience-main .main-box .box-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    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;
  }
  .experience .experience-main .main-box .box-item .item-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .experience .experience-main .main-box .box-item .item-cent .cent-text p {
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .experience .experience-main .main-box .box-item .item-cent .cent-add {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.3rem;
  }
  .experience .experience-main .main-box .box-item .item-cent .cent-add em {
    width: 12px;
    height: 14px;
    background: url(/uploads/image/eiicon/icon-add.png) no-repeat center center;
    background-size: 100%;
  }
  .experience .experience-main .main-box .box-item .item-cent .cent-add span {
    width: calc(100% - 12px);
    padding-left: 0.08rem;
    font-size: var(--fs28);
    color: #e1690e;
    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;
  }
  .experience .experience-main .main-box .box-item:hover {
    background: #333333;
    box-shadow: none;
  }
  .experience .experience-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));
  }
  .experience .experience-main .main-box .box-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .experience .experience-main .main-box .box-item:hover .item-cent .cent-text p {
    color: #fff;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.2rem;
  }
  .news .news-main {
    margin-top: 0.6rem;
  }
  .news .news-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .news .news-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
  }
  .news .news-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;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.25rem;
    background: #fff;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-family: 'montserrat-regular';
    font-size: var(--fs28);
    color: #c5c8ca;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.62rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.65rem;
  }
  .news .news-main .main-swiper .swiper-pagination {
    bottom: 0.2rem;
    width: 100%;
  }
  .news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0.08rem;
    opacity: 1;
    background: #ccc;
  }
  .news .news-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #e1690e;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
  }
  .news .news-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.7rem;
    border-radius: 0.15rem;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.2rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    height: auto;
    font-size: var(--fs32);
    line-height: 0.5rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-bottom span {
    font-family: 'montserrat-regular';
    font-size: var(--fs30);
    color: rgba(0, 0, 0, 0.35);
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-bottom em {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: url(/uploads/image/eiicon/icon-arrow7.png) no-repeat center center;
    background-size: 100%;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item:hover {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.12);
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #e1690e;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-bottom em {
    opacity: 1;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.4rem 0.3rem;
  }
  .contact .contact-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .contact .contact-plate1 .plate1-cent .page-english,
  .contact .contact-plate1 .plate1-cent .page-title {
    text-align: left;
  }
  .contact .contact-plate1 .plate1-cent .page-heng {
    margin: 0.25rem 0 0.3rem;
  }
  .contact .contact-plate1 .plate1-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    border-bottom: solid 1px #efefef;
  }
  .contact .contact-plate1 .plate1-cent .cent-item .item-icon {
    width: 1rem;
    height: 1rem;
  }
  .contact .contact-plate1 .plate1-cent .cent-item .item-icon img {
    width: 100%;
  }
  .contact .contact-plate1 .plate1-cent .cent-item .item-cent {
    width: calc(100% - 1rem);
    height: auto;
    padding-left: 0.2rem;
  }
  .contact .contact-plate1 .plate1-cent .cent-item .item-cent .cent-title {
    margin-bottom: 0.1rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #000;
  }
  .contact .contact-plate1 .plate1-cent .cent-item .item-cent .cent-tel {
    font-family: 'montserrat-light';
    font-size: var(--fs28);
    color: #666;
  }
  .contact .contact-plate1 .plate1-cent .cent-item .item-cent .cent-text {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .contact .contact-plate1 .plate1-pic {
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .contact .contact-plate1 .plate1-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;
  }
  .contact .contact-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .contact .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem;
    background: url(/uploads/image/eimages/security-pic1.jpg) no-repeat center center;
    background-size: cover;
  }
  .contact .contact-plate2 .plate2-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .contact .contact-plate2 .plate2-text {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  .contact .contact-plate2 .plate2-ewm {
    width: 2.4rem;
    height: auto;
    margin: 0.55rem auto 0;
  }
  .contact .contact-plate2 .plate2-ewm img {
    width: 100%;
    border-radius: 0.05rem;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.14);
  }
  .contact .contact-plate2 .plate2-ewm .ewm-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #fff;
  }
  .message {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.2rem;
    background: url(/uploads/image/eimages/message-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .message .message-main .main-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .message .message-main .main-form input {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    border-radius: 0.05rem;
    background: #fff;
    border: solid 1px #ededed;
  }
  .message .message-main .main-form input:nth-child(3n) {
    margin-right: 0;
  }
  .message .message-main .main-form input::placeholder {
    color: #666;
  }
  .message .message-main .main-form textarea {
    width: 100%;
    height: 2.2rem;
    padding: 0.2rem 0.3rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    border-radius: 0.05rem;
    background: #fff;
    border: solid 1px #ededed;
  }
  .message .message-main .main-form textarea::placeholder {
    color: #666;
  }
  .message .message-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.5rem auto 0;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border-radius: 0.45rem;
    border: solid 2px #e1690e;
    background: #e1690e;
  }
  .message .message-main .main-button:hover {
    color: #e1690e;
    background: transparent;
  }
  .about {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.4rem;
  }
  .about::after {
    content: '';
    position: absolute;
    top: -0.6rem;
    right: 3.5rem;
    width: 5.42rem;
    height: 3.5rem;
    background: url(/uploads/image/eimages/about-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .about .about-main {
    position: relative;
  }
  .about .about-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .about .about-main .main-cent .page-english,
  .about .about-main .main-cent .page-title {
    text-align: left;
  }
  .about .about-main .main-cent .page-heng {
    margin: 0.25rem 0 0;
  }
  .about .about-main .main-cent .cent-title {
    margin-top: 0.5rem;
    font-size: var(--fs48);
    color: #e1690e;
  }
  .about .about-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #555;
  }
  .about .about-main .main-pic {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
    z-index: 9;
  }
  .about .about-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .about .about-main .main-lump {
    display: none;
    position: absolute;
    top: 0.45rem;
    right: 0;
    width: 3.2rem;
    height: 9.5rem;
    padding: 0.8rem 0.45rem 0;
    background: url(/uploads/image/eimages/about-bg2.jpg) no-repeat top left;
    background-size: 100%;
  }
  .about .about-main .main-lump .lump-english {
    font-family: 'montserrat-regular';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #fff;
  }
  .about .about-main .main-lump .lump-title {
    margin-top: 0.1rem;
    font-size: var(--fs20);
    line-height: 0.26rem;
    color: #fff;
  }
  .about .about-main .main-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .about .about-main .main-box .box-text {
    width: 100%;
    margin-top: 0.6rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #333;
  }
  .about .about-main .main-box .box-cont {
    display: none;
    width: 5.4rem;
    height: 4.8rem;
    padding: 2rem 0.4rem;
    background: url(/uploads/image/eimages/about-bg3.jpg) no-repeat top left;
    background-size: 100%;
  }
  .about .about-main .main-box .box-cont .cont-english {
    font-family: 'montserrat-light';
    font-size: var(--fs24);
    text-align: center;
    text-transform: uppercase;
    color: #bbb;
  }
  .about .about-main .main-box .box-cont .cont-title {
    margin-top: 0.35rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #e1690e;
  }
  .about .about-main .main-box .box-cont .cont-english2 {
    margin-top: 0.1rem;
    font-family: 'montserrat-light';
    font-size: var(--fs12);
    text-align: center;
    text-transform: uppercase;
    color: #ccc;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .honor .honor-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0.55rem;
    padding: 0 ;
  }
  .honor .honor-main .main-cont::before {
    content: '';
    display: none;
    position: absolute;
    top: 3.2rem;
    left: 0;
    width: 100%;
    height: 1.11rem;
    background: url(/uploads/image/eimages/honor-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .honor .honor-main .main-cont::after {
    content: '';
    display: none;
    position: absolute;
    top: 7.95rem;
    left: 0;
    width: 100%;
    height: 1.11rem;
    background: url(/uploads/image/eimages/honor-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .honor .honor-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .honor .honor-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .honor .honor-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-item .item-title {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    text-align: center;
    color: #444;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-item:hover .item-title {
    color: #e1690e;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.7rem;
    background: url(/uploads/image/eimages/culture-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .culture .culture-main .main-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #333;
  }
  .culture .culture-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .culture .culture-main .main-cont .cont-lump {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.48rem 0;
  }
  .culture .culture-main .main-cont .cont-lump .lump-shu {
    display: none;
    position: absolute;
    top: 0;
    left: 0.06rem;
    width: 2px;
    height: 100%;
    background: #f2f2f2;
  }
  .culture .culture-main .main-cont .cont-lump .lump-shu::before {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 50%;
    width: 0.14rem;
    height: 0.14rem;
    margin-left: -0.07rem;
    border: solid 2px #e5e5e5;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .culture .culture-main .main-cont .cont-lump .lump-shu::after {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 50%;
    width: 0.14rem;
    height: 0.14rem;
    margin-left: -0.07rem;
    border: solid 2px #e5e5e5;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
    overflow: hidden;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide {
    width: 25%;
    height: auto;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-left: 0;
    cursor: pointer;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-drop {
    display: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e5e5e5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-icon {
    position: relative;
    width: 0.43rem;
    height: 0.42rem;
    margin: 0 auto;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-title {
    width: 100%;
    margin-top: 0.15rem;
    padding-left: 0;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box:hover .box-drop {
    background: #e1690e;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide .slide-box:hover .box-title {
    color: #333;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box .box-drop {
    background: #e1690e;
  }
  .culture .culture-main .main-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box .box-title {
    color: #e1690e !important;
  }
  .culture .culture-main .main-cont .cont-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .culture .culture-main .main-cont .cont-box .box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-pic {
    position: relative;
    width: 5.82rem;
    height: 5.82rem;
    margin: 0 auto;
    opacity: 0;
    transform: translatex(-0.3rem);
    -o-transform: translatex(-0.3rem);
    -moz-transform: translatex(-0.3rem);
    -webkit-transform: translatex(-0.3rem);
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-pic::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.2rem;
    height: 6.24rem;
    margin: -3.05rem 0 0 -3rem;
    border: solid 1px #e37420;
    opacity: 0.3;
    border-radius: 50%;
    animation: load 5s linear infinite;
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-pic::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.23rem;
    height: 6.2rem;
    margin: -3.12rem 0 0 -3.115rem;
    border: solid 1px #e37420;
    opacity: 0.3;
    border-radius: 50%;
    animation: load 4s linear infinite;
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    opacity: 0;
    transform: translatex(0.3rem);
    -o-transform: translatex(0.3rem);
    -moz-transform: translatex(0.3rem);
    -webkit-transform: translatex(0.3rem);
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-top {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
    border-bottom: solid 1px #ebebeb;
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-top em {
    position: absolute;
    top: -0.4rem;
    right: 0;
    font-family: 'montserrat-bold';
    font-size: 0.72rem;
    color: #e1690e;
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-top .top-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-top .top-english {
    margin-top: 0.1rem;
    font-family: 'montserrat-light';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.6);
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .culture .culture-main .main-cont .cont-box .box-item .item-cent .cent-lump span {
    font-weight: bold;
    color: #e1690e;
  }
  .culture .culture-main .main-cont .cont-box .box-item-on {
    position: relative;
  }
  .culture .culture-main .main-cont .cont-box .box-item-on .item-pic,
  .culture .culture-main .main-cont .cont-box .box-item-on .item-cent {
    opacity: 1;
    transform: translatex(0);
    -o-transform: translatex(0);
    -moz-transform: translatex(0);
    -webkit-transform: translatex(0);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .newsdetail {
    width: 100;
    height: auto;
  }
  .newsdetail .newsdetail-main {
    width: 100%;
    margin: 0 auto;
    padding: 1.1rem 0.3rem 1.2rem;
  }
  .newsdetail .newsdetail-main .main-top {
    width: 100%;
    height: auto;
    margin-bottom: 0.34rem;
    padding-bottom: 0.3rem;
    padding-right: 0;
    border-bottom: 1px solid #f0f0f0;
  }
  .newsdetail .newsdetail-main .main-top .top-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.54rem;
    color: #000;
  }
  .newsdetail .newsdetail-main .main-top .top-lump {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.15rem;
  }
  .newsdetail .newsdetail-main .main-top .top-lump p {
    font-size: var(--fs28);
    color: #666;
    margin-right: 0.24rem;
  }
  .newsdetail .newsdetail-main .main-top .lump-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  .newsdetail .newsdetail-main .main-top .lump-share span {
    margin-right: 0.06rem;
    font-size: var(--fs28);
    color: #666;
  }
  .newsdetail .newsdetail-main .main-top .lump-share .share-item {
    width: 0.2rem;
    margin-right: 0.15rem;
    opacity: 0.5;
  }
  .newsdetail .newsdetail-main .main-top .lump-share .share-item img {
    width: 100%;
  }
  .newsdetail .newsdetail-main .main-top .lump-share .share-item:hover {
    opacity: 1;
  }
  .newsdetail .newsdetail-main .main-box {
    margin-bottom: 0.9rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .newsdetail .newsdetail-main .main-box img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
  }
  .newsdetail .newsdetail-main .main-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding: 0.2rem 0.4rem 0.3rem;
    border: solid 1px #e1e1e1;
    border-top: 2px solid #5f5f5f;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsdetail .newsdetail-main .main-bottom::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e1690e;
    z-index: 9;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .newsdetail .newsdetail-main .main-bottom p {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #000;
  }
  .newsdetail .newsdetail-main .main-bottom a {
    display: block;
    font-size: var(--fs28);
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsdetail .newsdetail-main .main-bottom:hover::after {
    width: 100%;
  }
  .newsdetail .newsdetail-main .main-bottom:hover a {
    color: #e1690e;
  }
  .productdetail {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem;
  }
  .productdetail .productdetail-main {
    width: 100%;
    height: auto;
  }
  .productdetail .productdetail-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productdetail .productdetail-main .main-top .top-box {
    width: 100%;
    height: auto;
  }
  .productdetail .productdetail-main .main-top .top-box .box-pic {
    width: 100%;
    height: 6rem;
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .productdetail .productdetail-main .main-top .top-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;
  }
  .productdetail .productdetail-main .main-top .top-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    --swiper-navigation-color: #e1690e;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 22px;
    /* 设置按钮大小 */
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 6 - 0.1rem);
    height: 1.04rem;
    margin-right: 0.12rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    border-radius: 0.05rem;
    border: solid 1px #fff;
    overflow: hidden;
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translatez(0);
    -o-transform: scale(1.1, 1.1) translatez(0);
    -moz-transform: scale(1.1, 1.1) translatez(0);
    -webkit-transform: scale(1.1, 1.1 translatez(0));
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .bottom-swiper .swiper-slide-on .slide-box {
    border: solid 1px #e1690e;
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .swiper-button-prev {
    left: -0.3rem;
  }
  .productdetail .productdetail-main .main-top .top-box .box-bottom .swiper-button-next {
    right: -0.3rem;
  }
  .productdetail .productdetail-main .main-top .top-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-heng {
    width: 30px;
    height: 3px;
    margin-top: 0.2rem;
    background: #cccccc;
    border-radius: 0.45rem;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    border-bottom: solid 1px #f4f4f4;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-lump .lump-item em {
    width: 0.6rem;
    height: 0.6rem;
    font-family: 'montserrat-light';
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.52rem;
    color: #fff;
    border-radius: 50%;
    border: solid 0.04rem #fcf0e6;
    background: #e1690e;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-lump .lump-item p {
    width: calc(100% - 0.6rem);
    height: auto;
    padding-left: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #666;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-lump .lump-item p span {
    font-weight: bold;
    color: #000;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-button {
    display: inline-block;
    width: auto;
    height: 0.8rem;
    padding: 0 0.24rem;
    margin-top: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.76rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #e1690e;
    border: solid 2px #e1690e;
  }
  .productdetail .productdetail-main .main-top .top-cont .cont-button:hover {
    color: #e1690e;
    background: transparent;
  }
  .productdetail .productdetail-main .main-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.4rem;
    border-radius: 0.45rem;
    border: solid 1px #ededed;
  }
  .productdetail .productdetail-main .main-list .list-item {
    width: 2.8rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #666;
    border-radius: 0.45rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productdetail .productdetail-main .main-list .list-item:hover {
    color: #fff;
    background: #e1690e;
  }
  .productdetail .productdetail-main .main-list .list-item-on {
    color: #fff;
    background: #e1690e;
  }
  .productdetail .productdetail-main .main-cont {
    width: 100%;
    height: auto;
    border-top: solid 1px #ededed;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-title {
    margin-top: 0.95rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #1c1d25;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-heng {
    width: 36px;
    height: 4px;
    margin-top: 0.2rem;
    border-radius: 0.45rem;
    background: #e1690e;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-video .video-pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-video .video-play img {
    width: 100%;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-lump {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .productdetail .productdetail-main .main-cont .cont-box .box-lump img {
    display: block;
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
  .page-top {
    display: flex;
    justify-content: flex-start;
  }
  .page-top .top-item {
    width: 33.33%;
    height: auto;
    padding: 0 0.1rem;
    border-right: solid 1px #e5e5e5;
  }
  .page-top .top-item:last-of-type {
    border-right: none;
  }
  .page-top .top-item .item-icon {
    position: relative;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
  }
  .page-top .top-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;
  }
  .page-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .page-top .top-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    text-align: center;
    color: #222;
  }
  .page-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .page-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .page-top .top-item-on .item-icon .img1 {
    opacity: 0;
  }
  .page-top .top-item-on .item-icon .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: #e1690e;
    border: solid 2px #e1690e;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #e1690e;
    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;
  }
  .security-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .security-pupop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 7rem;
    height: 7rem;
    padding: 0.85rem 0.3rem 0;
    margin: -3.5rem 0 0 -3.5rem;
    background: #fff;
    border-radius: 0.2rem;
    z-index: 199;
  }
  .security-pupop .pupop-hide {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    width: 0.34rem;
    height: auto;
    cursor: pointer;
  }
  .security-pupop .pupop-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .security-pupop .pupop-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .security-pupop .pupop-cent {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .security-pupop .pupop-cent .cent-text {
    font-size: var(--fs34);
    font-weight: 100;
    text-align: center;
    line-height: 0.56rem;
    color: #1c1d25;
  }
  .security-pupop .pupop-cent .cent-text span {
    font-weight: 100;
    color: #e1690e;
  }
  .security-pupop .pupop-cent .cent-lump {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .security-pupop .pupop-cent .cent-lump .lump-icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .security-pupop .pupop-cent .cent-lump .lump-icon img {
    width: 100%;
  }
  .security-pupop .pupop-cent .cent-lump .lump-title {
    padding-left: 0.18rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #1c1d25;
  }
  .security-pupop .pupop-cent .cent-text2 {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    font-weight: 100;
    text-align: center;
    color: #666;
  }
  .security-pupop .pupop-cent .cent-text2 span {
    color: #e1690e;
  }
  .pagew {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 0.3rem;
    height: 4px;
    margin-top: 0.15rem;
  }
  .page-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #1c1d25;
  }
  .page-english {
    font-family: 'montserrat-semi-bold';
    font-size: 0.48rem;
    text-align: center;
    text-transform: uppercase;
    color: #0a3473;
    opacity: 0.05;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    border: solid 2px #e1690e;
    background: #e1690e;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button span {
    font-size: var(--fs28);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button em {
    width: 0.25rem;
    height: 0.23rem;
    margin-left: 0.1rem;
    background: url(/uploads/image/eiicon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background: transparent;
  }
  .page-button:hover span {
    color: #e1690e;
  }
  .page-button:hover em {
    background: url(/uploads/image/eiicon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .page-crumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    background: rgba(0, 0, 0, 0.3);
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .page-crumb .crumb-box a {
    font-size: var(--fs26);
    color: #fff;
  }
  .page-crumb .crumb-box a:hover {
    text-decoration: underline;
  }
  .page-crumb .crumb-box span {
    font-size: var(--fs26);
    font-weight: bold;
    color: #fff;
  }
  .page-crumb .crumb-box em {
    display: block;
    font-size: var(--fs26);
    color: #fff;
    margin: 0 0.05rem;
  }
  .page-load {
    display: block;
    width: 1.2rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic {
    width: 0.6rem;
    height: auto;
    margin: 0 auto;
  }
  .page-load .load-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-load .load-title {
    margin-top: 0.12rem;
    font-size: var(--fs28);
    text-align: center;
    color: #e1690e;
  }
  .page-load:hover .load-pic img {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .page-wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #e1690e;
    z-index: 29;
  }
  .page-wnav .wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(/uploads/image/eiicon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-wnav .top-on {
    background: url(/uploads/image/eiicon/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-subnav {
    display: none;
  }
}
