.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    font-size: 18px;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    font-size: 16px;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    padding: 0 35px;
  }
  .page-float {
    width: 60px;
  }
  .page-float .float-list,
  .page-float .float-list .list-tel {
    height: 60px;
  }
  .page-float .float-list .list-tel {
    left: -240px;
    width: 240px;
  }
  .page-float .float-list .list-pic {
    width: 24px;
    height: 23px;
  }
  .page-float .float-list .list-title {
    font-size: 12px;
  }
  .page-float .float-list .list-tel p {
    font-size: 18px;
    line-height: 60px;
  }
  .page-float .float-list:nth-child(3) .list-tel {
    left: -290px;
    width: 290px;
  }
  .page-float .float-list .list-cent .cent-title {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1004px) {
  nav2 {
    width: 100%;
    height: auto;
  }
  nav2 .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav2 .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.8rem;
    height: auto;
    padding: 0;
  }
  nav2 .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ea5504, #ff752a);
    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;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #ea5504, #ff752a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #005bac !important;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav2 .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav2 .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav2 .nav-main .main-cont .main-right .right-lang {
    display: flex;
    align-items: center;
    position: relative;
    width: 1rem;
    height: 100%;
    margin-right: 0.4rem;
    cursor: pointer;
  }
  nav2 .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  nav2 .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0 0 0.1rem;
    font-weight: bold;
    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;
  }
  nav2 .nav-main .main-cont .main-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2.6rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1.3rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav2 .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;
  }
  nav2 .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #005bac;
  }
  nav2 .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav2 .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);
  }
  nav2 .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav2 .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.35rem;
    height: 100%;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav2 .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.4rem;
  }
  nav2 .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent !important;
  }
  nav2 .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);
  }
  nav2 .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav2 .nav-main:hover {
    background: #fff;
  }
  nav2 .nav-main:hover .main-logo .img1 {
    opacity: 0;
  }
  nav2 .nav-main:hover .main-logo .img2 {
    opacity: 1;
  }
  nav2 .nav-main:hover .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang2.png) no-repeat center center;
    background-size: 100%;
  }
  nav2 .nav-main:hover .main-right .right-lang .lang-title {
    color: #005bac;
  }
  nav2 .nav-main:hover .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav2 .nav-main:hover .main-right .right-menu span {
    background: #005bac;
  }
  nav2 .nav-main:hover .main-right .right-menu span::before,
  nav2 .nav-main:hover .main-right .right-menu span::after {
    background: #005bac !important;
  }
  nav2 .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav2 .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav2 .nav-main-active2 .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang2.png) no-repeat center center;
    background-size: 100%;
  }
  nav2 .nav-main-active2 .main-cont .main-right .right-lang .lang-title {
    color: #005bac;
  }
  nav2 .nav-main-active2 .main-cont .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav2 .nav-main-active2 .main-cont .main-right .right-menu span {
    background: #005bac;
  }
  nav2 .nav-main-active2 .main-cont .main-right .right-menu span::before,
  nav2 .nav-main-active2 .main-cont .main-right .right-menu span::after {
    background: #005bac !important;
  }
  nav2 .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #005bac;
    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;
  }
  nav2 .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav2 .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav2 .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav2 .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;
  }
  nav2 .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav2 .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav2 .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav2 .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav2 .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;
  }
  nav2 .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;
  }
  nav2 .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 #005bac;
  }
  nav2 .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;
  }
  nav2 .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav2 .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav2 .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;
  }
  nav2 .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;
  }
  nav2 .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);
  }
  nav2 .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav2 .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav2 .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;
  }
  nav2 .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .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;
  }
  nav2 .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;
  }
  nav2 .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;
  }
  nav2 .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #005bac;
  }
  nav2 .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);
  }
  nav2 .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);
  }
  nav2 .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav2 .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #005bac;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .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;
  }
  nav2 .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav2 .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav2 .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;
  }
  nav2 .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav2 .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav2 .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav2 .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;
  }
  nav2 .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;
  }
  nav2 .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;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav2 .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;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #005bac;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #005bac;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #005bac;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav2 .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  nav2 .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #005bac;
  }
  nav2 .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav2 .Whead-sidebar-on {
    left: 0%;
  }
  header2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  header2 .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header2 .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header2 .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header2 .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header2 .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header2 .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header2 .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header2 .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header2 .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header2 .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    margin-top: 2rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
    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;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.67rem;
    text-align: center;
    color: #005bac;
    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;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 3.6rem;
    height: auto;
    margin-top: 0.25rem;
    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;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item {
    width: 50%;
    margin-top: 0.25rem;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-title {
    font-size: var(--fs18);
    color: #666;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-heng {
    width: 16px;
    height: 3px;
    margin-top: 0.1rem;
    background: #005bac;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-button {
    width: 2.7rem;
    height: 0.8rem;
    margin: 0.3rem auto 0;
    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;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-button2 {
    width: 2.7rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    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;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-lump {
    width: 6.8rem;
    height: auto;
    padding: 0.6rem 0.3rem 0.55rem;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.88);
    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;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-title {
    font-size: var(--fs36);
    line-height: 0.48rem;
    color: #000;
  }
  header2 .head-banner .swiper-slide .slide-box .box-cent .cent-lump .page-button {
    margin-top: 0.4rem;
  }
  header2 .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header2 .head-banner .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header2 .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header2 .head-banner .banner-cent {
    position: absolute;
    top: 55%;
    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%);
  }
  header2 .head-banner .banner-cent .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    color: #fff;
  }
  header2 .head-banner .banner-cent .cent-English {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #fff;
  }
  header2 .head-banner .banner-swiper-button-prev,
  header2 .head-banner .banner-swiper-button-next {
    display: none;
  }
  header2 .mt0 {
    margin-top: 1.2rem !important;
  }
  header2 .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #005bac;
    z-index: 69;
  }
  header2 .head-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header2 .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header2 .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header2 .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header2 .head-strip,
  header2 .head-cont {
    display: none;
  }
  footer2 {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 0.75rem !important;
    background: url(../images/foot-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  footer2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ea5404;
  }
  footer2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #005bac;
    animation: secBlock 5s infinite linear;
    z-index: 9;
  }
  footer2 .foot-main {
    padding: 0 0.3rem;
  }
  footer2 .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  footer2 .foot-main .main-cont .cont-cent {
    width: 100%;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs30);
    color: #444;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    background: linear-gradient(90deg, #ea5504, #ff752a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-ewm {
    display: flex;
    justify-content: space-between;
    width: 4.2rem;
    height: auto;
    margin-top: 0.5rem;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-ewm .ewm-item {
    width: 2rem;
    height: auto;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-ewm .ewm-item img {
    width: 100%;
    border-radius: 0.05rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 24, 49, 0.1);
  }
  footer2 .foot-main .main-cont .cont-cent .cent-ewm .ewm-item p {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    color: #666;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-link {
    width: 200px;
    margin-top: 0.6rem;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-link .link-box {
    position: relative;
    width: 100%;
    text-align: left;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-link .link-box .box-name {
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #888;
    height: 42px;
    font-size: var(--fs26);
    line-height: 40px;
    border: solid 1px #e5e5e5;
    padding: 0 40px 0 26px;
    background-image: url(../images/icon/icon-link-arrow.png);
    background-repeat: no-repeat;
    background-position: right 28px center;
    background-color: #fff;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-link .link-box .box-list {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 41px;
    z-index: 6;
    max-height: 264px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    border-bottom: none;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-link .link-box .box-list a {
    display: block;
    color: #999;
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 26px;
  }
  footer2 .foot-main .main-cont .cont-cent .cent-link .link-box .box-list a:hover {
    color: #005bac;
  }
  footer2 .foot-main .main-cont .cont-nav {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item {
    width: 2.1rem;
    margin-right: 0.2rem;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item:last-of-type {
    margin-right: 0;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-top {
    display: block;
    width: 100%;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-top .top-title {
    font-size: var(--fs24);
    font-weight: bold;
    color: #444;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-top .top-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs14);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-top .top-heng {
    width: 22px;
    height: 2px;
    margin-top: 0.2rem;
    background: linear-gradient(90deg, #ea5504, #ff752a);
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-top:hover .top-title {
    color: #ea5404;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    line-height: 0.24rem;
    color: #a0a0a0;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #ea5404;
    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;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
    color: #ea5404;
  }
  footer2 .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer2 .foot-main .main-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  footer2 .foot-main .main-bottom .bottom-link {
    width: 100%;
    font-size: var(--fs26);
    color: #989898;
  }
  footer2 .foot-main .main-bottom .bottom-link a {
    color: #989898;
  }
  footer2 .foot-main .main-bottom .bottom-link a:hover {
    color: #ea5404;
  }
  footer2 .foot-main .main-bottom .bottom-link span {
    margin: 0 0.25rem;
  }
  footer2 .foot-main .main-bottom .bottom-zhizi {
    width: 100%;
    margin-top: 0.1rem;
    font-size: var(--fs26);
    color: #989898;
  }
  footer2 .foot-main .main-bottom .bottom-zhizi a {
    color: #989898;
  }
  footer2 .foot-main .main-bottom .bottom-zhizi a:hover {
    color: #ea5404;
  }
  .container2 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container2 .pege-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container2 .pege-container .block {
    display: block;
  }
  .container2 .pege-container .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container2 .pege-container .cont-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container2 .pege-container .cont-banner .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
    display: none;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-play {
    display: none;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.1rem;
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    width: 100%;
    margin-top: 0.1rem;
    margin-bottom: 2rem;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.48rem;
    text-align: center;
    color: #323433;
    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;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-title3 {
    padding-top: 2.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs38);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button,
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button3 {
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.4rem auto 0;
    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;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English2 {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs42);
    text-transform: uppercase;
    text-align: center;
    color: #005bac;
    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;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-English3 {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs24);
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button2,
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-button3 {
    display: none;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.4rem auto 0;
    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;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .video-play {
    position: absolute;
    bottom: 0.6rem;
    left: 0.9rem;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 12px 51px 0px rgba(255, 255, 255, 0.56);
    cursor: pointer;
    z-index: 99;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .video-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    animation: mapAddress 2s infinite linear;
    z-index: -1;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .video-play .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.35rem;
    height: 0.35rem;
    margin: -0.175rem 0 0 -0.175rem;
    background: url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-box .video-play:hover .play-icon {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-video {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .container2 .pege-container .cont-banner .swiper-slide .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
  .container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title2,
  .container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English2,
  .container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
  .container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button,
  .container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button2,
  .container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English3,
  .container2 .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title3 {
    opacity: 1 !important;
    transform: translatey(0) !important;
    -o-transform: translatey(0) !important;
    -moz-transform: translatey(0) !important;
    -webkit-transform: translatey(0) !important;
  }
  .container2 .pege-container .cont-banner .swiper-pagination {
    bottom: 0.3rem;
    left: 50%;
    width: 15.36rem;
    text-align: center;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .container2 .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    margin: 0 0.1rem;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
  }
  .container2 .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.26rem;
    border-radius: 0.45rem;
  }
  .container2 .pege-container .cont-banner .banner-swiper-button-prev,
  .container2 .pege-container .cont-banner .banner-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.2rem;
    height: 0.36rem;
    margin-top: -0.18rem;
    opacity: 0.5;
    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;
  }
  .container2 .pege-container .cont-banner .banner-swiper-button-prev img,
  .container2 .pege-container .cont-banner .banner-swiper-button-next img {
    width: 100%;
  }
  .container2 .pege-container .cont-banner .banner-swiper-button-prev:hover,
  .container2 .pege-container .cont-banner .banner-swiper-button-next:hover {
    opacity: 1;
  }
  .container2 .pege-container .cont-banner .banner-swiper-button-prev {
    left: 0.5rem;
  }
  .container2 .pege-container .cont-banner .banner-swiper-button-next {
    right: 0.5rem;
  }
  .container2 .pege-container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate1-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .main-text {
    width: 100%;
    margin: 0.45rem auto 0;
    font-size: var(--fs24);
    text-align: center;
    line-height: 0.42rem;
    color: #333333;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item {
    width: 48%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #000;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num span {
    margin-right: 0.15rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.8rem;
    background: linear-gradient(0deg, #005bac, #147bd7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num em {
    position: relative;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-num em::after {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/icon/icon-plate1-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .main-data .data-item .item-title {
    font-size: var(--fs28);
    color: #666;
  }
  .container2 .pege-container .cont-plate1 .plate1-main .page-button {
    margin: 1rem auto 0;
  }
  .container2 .pege-container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate2-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .container2 .pege-container .cont-plate2 .plate2-top .top-cent {
    width: 100%;
    height: auto;
  }
  .container2 .pege-container .cont-plate2 .plate2-top .top-cent .page-title {
    text-align: center;
    color: #fff;
  }
  .container2 .pege-container .cont-plate2 .plate2-top .top-cent .page-heng {
    margin: 0.2rem auto 0;
  }
  .container2 .pege-container .cont-plate2 .plate2-top .top-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: none;
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
  }
  .container2 .pege-container .cont-plate2 .plate2-top .top-cont .cont-item {
    width: auto;
    height: 0.7rem;
    padding: 0 0.3rem;
    margin: 0.15rem 0.1rem 0;
    font-size: var(--fs28);
    line-height: 0.7rem;
    color: #fff;
    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;
  }
  .container2 .pege-container .cont-plate2 .plate2-top .top-cont .cont-item:hover {
    background: linear-gradient(90deg, #ea5504, #ff752a);
  }
  .container2 .pege-container .cont-plate2 .plate2-top .top-cont .cont-item-on {
    background: linear-gradient(90deg, #ea5504, #ff752a);
  }
  .container2 .pege-container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper {
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
  }
  .container2 .pege-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;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: calc(100% - 3rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #fff;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    color: #fff;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 1.8rem;
    margin-top: 0.2rem;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button .button-icon {
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button p {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #fff;
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover .button-icon {
    transform: rotate(136deg);
    -o-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
  }
  .container2 .pege-container .cont-plate2 .plate2-main .main-swiper-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
  }
  .container2 .pege-container .cont-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 2rem;
    background: url(../images/plate3-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper {
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide {
    width: calc(100% / 2);
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng,
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-pic,
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-pic img,
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .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;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-pic:hover img,
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .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));
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-cent,
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-cent {
    margin-top: 0.2rem;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-cent .cent-English,
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #333;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-cent .cent-title,
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu .box-cent .cent-title {
    margin-top: 0.05rem;
    font-size: var(--fs30);
    color: #000;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-shu {
    padding: 0 0.3rem;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng {
    flex-direction: column-reverse;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box-heng .box-cent {
    margin-top: auto;
    margin-bottom: 0.2rem;
  }
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide-prev,
  .container2 .pege-container .cont-plate3 .plate3-swiper .swiper-slide-active {
    opacity: 1;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom {
    position: absolute;
    bottom: 0.9rem;
    right: 0.3rem;
    width: 80%;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .swiper-pagination {
    position: relative;
    width: 100%;
    height: 2px;
    background: #dbdbdb;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #ea5404;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.26rem;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button {
    display: flex;
    justify-content: space-between;
    width: 45px;
    height: auto;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev,
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next {
    position: relative;
    width: 8px;
    height: 13px;
    outline: none;
    cursor: pointer;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev img,
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev .img2,
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev:hover .img1,
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-prev:hover .img2,
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-button .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    height: auto;
    margin-left: 0.4rem;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont span {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs24);
    color: #333;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont .cont-heng {
    position: relative;
    width: 96px;
    height: 3px;
    background: #dbdbdb;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont .cont-heng::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #000;
  }
  .container2 .pege-container .cont-plate3 .plate3-bottom .bottom-box .box-cont .cont-heng-on::after {
    width: 100%;
    transition: all 3s;
    -o-transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
  }
  .container2 .pege-container .cont-plate3 .plate3-cent {
    display: none;
    position: absolute;
    top: 1.8rem;
    left: 4.8rem;
    width: 3.9rem;
    height: auto;
    z-index: 9;
  }
  .container2 .pege-container .cont-plate3 .plate3-cent .cent-English {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs16);
    color: #ea5404;
  }
  .container2 .pege-container .cont-plate3 .plate3-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.6rem;
    color: #005bac;
  }
  .container2 .pege-container .cont-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate4 .page-title {
    color: #fff;
  }
  .container2 .pege-container .cont-plate4 .plate4-main {
    display: flex;
    justify-content: space-between;
    margin-top: 0.56rem;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-item {
    display: none;
    width: 6.94rem;
    height: auto;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-item .item-cent {
    width: 100%;
    height: 1.3rem;
    padding: 0.3rem 0.38rem 0;
    background: linear-gradient(90deg, #005bac, #147bd7);
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-item .item-cent .cent-title {
    font-size: var(--fs24);
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-item .item-cent .cent-time {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs18);
    color: #fff;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide {
    width: calc(100% / 2 - 0.15rem);
    height: auto;
    margin-right: 0.3rem;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.4rem 0 0;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs30);
    line-height: 0.54rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs28);
    color: #fff;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 2rem;
    height: auto;
    margin-right: -1rem;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev,
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #fff;
    outline: none;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev img,
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 12px;
    margin: -6px 0 0 -3.5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev .img2,
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover,
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover {
    background: linear-gradient(90deg, #ea5504, #ff752a);
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover .img1,
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-prev:hover .img2,
  .container2 .pege-container .cont-plate4 .plate4-main .main-swiper .swiper-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container2 .pege-container .index-swiper-pagination {
    right: 30px;
    font-size: 0;
    position: absolute;
    width: 20px;
    z-index: 30;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    opacity: 1;
    background: #fff;
    margin: 0 auto 30px;
    width: 10px;
    height: 10px;
    border: solid 1px #aeb5bb;
    border-radius: 50%;
    color: #fff;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #fff;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    width: 0.2rem;
    height: 1px;
    background: #fff;
    opacity: 0;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet em {
    position: absolute;
    right: 0.4rem;
    top: -0.05rem;
    font-size: var(--fs16);
    white-space: nowrap;
    opacity: 0;
    transform: translatey(-10%);
    -o-transform: translatey(-10%);
    -moz-transform: translatey(-10%);
    -webkit-transform: translatey(-10%);
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet:hover em {
    opacity: 1;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #fff;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-active:before {
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-active em {
    opacity: 1;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-on {
    color: #333 !important;
    background: #333 !important;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-on:before {
    border: solid 1px #333 !important;
  }
  .container2 .pege-container .index-swiper-pagination .swiper-pagination-bullet-on::after {
    background: #333 !important;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    position: relative;
    padding: 1.15rem 0.3rem 1.4rem;
  }
  .about .about-plate1 .plate1-lump {
    display: none;
    content: "";
    position: absolute;
    top: 1.15rem;
    right: 0;
    width: 3.4rem;
    height: 7.6rem;
    background: url(../images/about-pic1.png) no-repeat top left;
    background-size: 100%;
  }
  .about .about-plate1 .plate1-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .about .about-plate1 .plate1-cent .page-title {
    text-align: left;
  }
  .about .about-plate1 .plate1-cent .page-heng {
    margin: 0.2rem 0 0;
  }
  .about .about-plate1 .plate1-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs36);
  }
  .about .about-plate1 .plate1-cent .cent-title span {
    background: linear-gradient(90deg, #ea5504, #ff752a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate1 .plate1-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs26);
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    color: #000;
    opacity: 0.4;
  }
  .about .about-plate1 .plate1-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.5rem;
    color: #666;
  }
  .about .about-plate1 .plate1-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
    z-index: 9;
  }
  .about .about-plate1 .plate1-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .about .about-plate1 .plate1-video .video-pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.05rem;
    height: 1.05rem;
    margin: -0.525rem 0 0 -0.525rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 12px 51px 0px rgba(255, 255, 255, 0.56);
    cursor: pointer;
    z-index: 99;
  }
  .about .about-plate1 .plate1-video .video-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    animation: mapAddress 2s infinite linear;
    z-index: -1;
  }
  .about .about-plate1 .plate1-video .video-play .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.35rem;
    height: 0.35rem;
    margin: -0.175rem 0 0 -0.175rem;
    background: url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 100%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-video .video-play:hover .play-icon {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .about .about-plate1 .plate1-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.4rem;
    background: url(../images/about-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-plate2 .plate2-top {
    position: relative;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-top::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ebebeb;
  }
  .about .about-plate2 .plate2-top .swiper-slide {
    width: 33.33%;
    height: auto;
  }
  .about .about-plate2 .plate2-top .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .about .about-plate2 .plate2-top .swiper-slide .slide-box .box-heng {
    width: 26px;
    height: 4px;
    margin: 0 auto;
    background: #cecece;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-top .swiper-slide .slide-box .box-title {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #666666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-top .swiper-slide-on .slide-box .box-heng {
    background: linear-gradient(90deg, #ea5504, #ff752a);
  }
  .about .about-plate2 .plate2-top .swiper-slide-on .slide-box .box-title {
    color: #333;
  }
  .about .about-plate2 .plate2-main {
    position: relative;
    margin-top: 0.5rem;
  }
  .about .about-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .about .about-plate2 .plate2-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate2 .plate2-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 0.75rem;
    background: #fff;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-icon {
    width: 0.42rem;
    height: auto;
    padding-top: 0.1rem;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-icon img {
    width: 100%;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent {
    width: calc(100% - 0.42rem);
    padding-left: 0.2rem;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent .cent-num {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs50);
    background: linear-gradient(0deg, #005bac, #147bd7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent .cent-num em {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs32);
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent .cent-num span {
    font-size: var(--fs42);
    font-weight: bold;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item .item-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    font-weight: 100;
    line-height: 0.44rem;
    color: #888;
  }
  .about .about-plate2 .plate2-main .main-box .box-cent .cent-data .data-item:nth-child(odd) {
    width: 100%;
  }
  .about .about-plate2 .plate2-main .main-box-on {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
  }
  .about .about-plate3 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.6rem;
  }
  .about .about-plate3 .plate3-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .about .about-plate3 .plate3-main .main-data .data-item {
    width: calc(100% / 2 - 0.1rem);
    height: auto;
    margin-bottom: 0.2rem;
    text-align: left;
  }
  .about .about-plate3 .plate3-main .main-data .data-item .item-num {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #666;
  }
  .about .about-plate3 .plate3-main .main-data .data-item .item-num span {
    margin-right: 0.05rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    background: linear-gradient(0deg, #005bac, #147bd7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .about .about-plate3 .plate3-main .main-data .data-item .item-num em {
    position: relative;
  }
  .about .about-plate3 .plate3-main .main-data .data-item .item-num em::after {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/icon/icon-plate1-jia.png) no-repeat center center;
    background-size: 100%;
  }
  .about .about-plate3 .plate3-main .main-data .data-item .item-title {
    font-size: var(--fs28);
    color: #333;
  }
  .about .about-plate3 .plate3-3D {
    position: absolute;
    bottom: -75%;
    left: 0;
    width: 100%;
    opacity: 0.1;
  }
  .brandInfo {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0;
  }
  .brandInfo .brandInfo-main .main-text {
    margin: 0.35rem 0 0.6rem;
    font-size: var(--fs30);
    line-height: 0.5rem;
    text-align: center;
    color: #666;
  }
  .brandInfo .brandInfo-main .main-cont {
    width: 100%;
    height: auto;
  }
  .brandInfo .brandInfo-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
  }
  .brandInfo .brandInfo-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .brandInfo .brandInfo-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;
  }
  .brandInfo .brandInfo-main .main-cont .cont-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .brandInfo .brandInfo-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .brandInfo .brandInfo-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
  }
  .brandInfo .brandInfo-main .main-cont .cont-item .item-cent .cent-title span {
    background: linear-gradient(90deg, #005bac, #147bd7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .brandInfo .brandInfo-main .main-cont .cont-item .item-cent .cent-heng {
    width: 45px;
    height: 3px;
    margin-top: 0.3rem;
    background: #e5e5e5;
  }
  .brandInfo .brandInfo-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.48rem;
    color: #666;
  }
  .brandInfo .brandInfo-main .main-cont .cont-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
    background: url(../images/speech/bg.png) no-repeat 90% top;
    background-size: 3.16rem;
  }
  .history .history-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .history .history-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .history .history-main .main-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: calc(100% + 0.8rem);
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .history .history-main .main-box .box-list {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
    z-index: 9;
  }
  .history .history-main .main-box .box-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 50%;
    border: solid 1px #005bac;
    background: #fff;
    z-index: 5;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .history .history-main .main-box .box-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 50%;
    background: url(../images/icon/icon-history-time.png) no-repeat center center;
    background-size: 0.28rem;
    z-index: 9;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .history .history-main .main-box .box-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .history .history-main .main-box .box-list:nth-child(even) .list-pic {
    text-align: left;
    padding-right: 0;
    padding-left: 0.64rem;
  }
  .history .history-main .main-box .box-list:nth-child(even) .list-cent {
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-title,
  .history .history-main .main-box .box-list:nth-child(even) .list-cent .cent-text {
    text-align: right;
  }
  .history .history-main .main-box .box-list .list-pic {
    width: 50%;
    height: auto;
    text-align: right;
    padding-right: 0.64rem;
  }
  .history .history-main .main-box .box-list .list-pic img {
    width: 100%;
  }
  .history .history-main .main-box .box-list .list-cent {
    width: 50%;
    height: auto;
    padding-left: 0.5rem;
  }
  .history .history-main .main-box .box-list .list-cent .cent-year {
    width: 100%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #ea5404;
  }
  .history .history-main .main-box .box-list .list-cent .cent-title {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
  }
  .history .history-main .main-box .box-list .list-cent .cent-text {
    width: 100%;
    margin-top: 0.05rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.42rem;
    color: #666;
  }
  .history .history-main .main-box .box-list .list-arrow {
    display: none;
  }
  .history .history-main .main-box .box-list:hover::before {
    background: #005bac;
  }
  .history .history-main .main-box .box-list:hover::after {
    background: url(../images/icon/icon-history-time-active.png) no-repeat center center;
    background-size: 0.28rem;
  }
  .history .history-main .main-load {
    display: block;
    position: relative;
    width: 1.6rem;
    height: auto;
    margin: 0.6rem auto 0;
    z-index: 9;
  }
  .history .history-main .main-load .load-box {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.65rem;
    border-radius: 50%;
  }
  .history .history-main .main-load .load-box img {
    width: 0.3rem;
  }
  .history .history-main .main-load .load-title {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .main-load:hover .load-title {
    color: #005bac;
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0;
  }
  .culture .culture-main {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .culture .culture-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .culture .culture-main .main-cont .cont-box {
    display: block;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .culture .culture-main .main-cont .cont-box .box-pic {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 9;
  }
  .culture .culture-main .main-cont .cont-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;
  }
  .culture .culture-main .main-cont .cont-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));
  }
  .culture .culture-main .main-cont .cont-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding-left: 0;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-title {
    width: 100%;
    font-size: var(--fs48);
    font-weight: bold;
    color: #333333;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-English {
    width: 100%;
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: rgba(51, 51, 51, 0.6);
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-heng {
    width: 43px;
    height: 3px;
    margin: 0.25rem 0 0.35rem;
    background: #d9d9d9;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-subtitle {
    width: 100%;
    height: auto;
    font-size: var(--fs36);
    font-weight: 100;
    background: linear-gradient(90deg, #005bac, #147bd7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    border-bottom: solid 1px #ececec;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-top .top-item {
    position: relative;
    width: auto;
    margin-right: 0.38rem;
    padding-bottom: 0.25rem;
    font-size: var(--fs30);
    font-weight: 100;
    color: #666;
    cursor: pointer;
    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-box .box-cent .cent-top .top-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ea5404;
    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;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-top .top-item-on {
    color: #ea5404;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-top .top-item-on::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-text p {
    position: relative;
    padding-left: 0.18rem;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-text p::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.48rem;
    color: #ea5404;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-box .cent-text {
    display: none;
  }
  .culture .culture-main .main-cont:nth-child(1)::before {
    display: none;
  }
  .culture .culture-main .main-cont:nth-child(1) .cont-box::after {
    display: none;
  }
  .culture .culture-main .main-cont:nth-child(5)::before {
    display: none;
  }
  .culture .culture-main .main-cont:nth-child(5) .cont-box::after {
    display: none;
  }
  .culture .culture-main .main-cont:nth-child(even) .cont-box {
    flex-direction: row-reverse;
  }
  .culture .culture-main .main-cont:nth-child(even) .cont-box::before {
    display: none;
  }
  .culture .culture-main .main-cont:nth-child(even) .cont-box::after {
    display: none;
  }
  .culture .culture-main .main-cont:nth-child(even) .cont-box .box-cent {
    padding-left: 0;
    padding-right: 0;
  }
  .culture .culture-main .main-cont:nth-child(odd) .cont-box::after {
    display: none;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .honor .honor-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .honor .honor-top .top-item {
    width: auto;
    height: 0.8rem;
    padding: 0 0.35rem;
    margin: 0.15rem 0.25rem 0;
    font-size: var(--fs30);
    line-height: 0.75rem;
    color: #666;
    border-radius: 0.45rem;
    border: solid 2px #e5e5e5;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-top .top-item:hover {
    color: #ea5404;
    border: solid 2px #ea5404;
  }
  .honor .honor-top .top-item-on {
    color: #ea5404;
    border: solid 2px #ea5404;
  }
  .honor .honor-main {
    position: relative;
    margin-top: 0.6rem;
  }
  .honor .honor-main .main-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  .honor .honor-main .main-cont .cont-swiper,
  .honor .honor-main .main-cont .cont-swiper2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.65rem 0 0.4rem;
    overflow: hidden;
  }
  .honor .honor-main .main-cont .cont-swiper .swiper-slide,
  .honor .honor-main .main-cont .cont-swiper2 .swiper-slide {
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .cont-swiper .swiper-slide .slide-pic,
  .honor .honor-main .main-cont .cont-swiper2 .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    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-swiper .swiper-slide .slide-pic img,
  .honor .honor-main .main-cont .cont-swiper2 .swiper-slide .slide-pic img {
    width: 100%;
  }
  .honor .honor-main .main-cont .cont-swiper .swiper-slide-active,
  .honor .honor-main .main-cont .cont-swiper2 .swiper-slide-active {
    z-index: 59 !important;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev,
  .honor .honor-main .main-cont .honor-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #b4b4b4;
    z-index: 19;
    outline: none;
    cursor: pointer;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev img,
  .honor .honor-main .main-cont .honor-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev .img2,
  .honor .honor-main .main-cont .honor-swiper-button-next .img2 {
    opacity: 0;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev:hover .img2,
  .honor .honor-main .main-cont .honor-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev:hover .img1,
  .honor .honor-main .main-cont .honor-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .honor .honor-main .main-cont .honor-swiper-button-prev {
    left: -0.2rem;
  }
  .honor .honor-main .main-cont .honor-swiper-button-next {
    right: -0.2rem;
  }
  .honor .honor-main .main-cont-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .product .product-main .page-title {
    text-align: left;
  }
  .product .product-main .page-heng {
    margin: 0.2rem 0 0;
  }
  .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-lump {
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-lump .lump-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    padding: 0 0.3rem;
    background: linear-gradient(0deg, #005bac, #147bd7);
  }
  .product .product-main .main-cont .cont-lump .lump-top span {
    font-size: var(--fs28);
    font-weight: bold;
    color: #fff;
  }
  .product .product-main .main-cont .cont-lump .lump-top em {
    display: block;
    width: 19px;
    height: 10px;
    background: url(../images/icon/icon-web-xiasanjiao.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;
  }
  .product .product-main .main-cont .cont-lump .lump-top-on em {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .product .product-main .main-cont .cont-lump .lump-list {
    display: none;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-cont .cont-lump .lump-list .list-item {
    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-lump .lump-list .list-item span {
    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-lump .lump-list .list-item em {
    width: 7px;
    height: 11px;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-lump .lump-list .list-item:hover span {
    color: #ea5404;
  }
  .product .product-main .main-cont .cont-lump .lump-list .list-item:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont .cont-lump .lump-list .list-item-on span {
    color: #ea5404;
  }
  .product .product-main .main-cont .cont-lump .lump-list .list-item-on em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-cont .cont-lump .lump-title {
    margin-top: 0.5rem;
    font-size: var(--fs30);
    color: #222;
  }
  .product .product-main .main-cont .cont-lump .lump-search {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.2rem;
  }
  .product .product-main .main-cont .cont-lump .lump-search input {
    width: calc(100% - 0.8rem);
    height: 100%;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    border: solid 1px #eee;
    border-right: none;
  }
  .product .product-main .main-cont .cont-lump .lump-search a {
    width: 0.8rem;
    height: 100%;
    text-align: center;
    line-height: 0.75rem;
    background: linear-gradient(125deg, #ea5504, #ff752a);
  }
  .product .product-main .main-cont .cont-lump .lump-search a img {
    width: 0.3rem;
  }
  .product .product-main .main-cont .cont-box {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .product .product-main .main-cont .cont-box .box-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    box-shadow: 0px 5px 30px 0px rgba(3, 35, 37, 0.08);
  }
  .product .product-main .main-cont .cont-box .box-top .top-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.2rem 0.55rem;
  }
  .product .product-main .main-cont .cont-box .box-top .top-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #222;
  }
  .product .product-main .main-cont .cont-box .box-top .top-cent .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    font-family: 'MONTSERRAT-EXTRALIGHT';
    text-transform: uppercase;
    color: #222;
    opacity: 0.5;
  }
  .product .product-main .main-cont .cont-box .box-top .top-cent .cent-text {
    margin-top: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    color: #666;
  }
  .product .product-main .main-cont .cont-box .box-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-box .box-top .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-top .top-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .product .product-main .main-cont .cont-box .box-table {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    padding-bottom: 0.1rem;
    overflow: auto;
  }
  .product .product-main .main-cont .cont-box .box-table table {
    width: 15.36rem;
  }
  .product .product-main .main-cont .cont-box .box-table th {
    padding: 0.15rem 0.25rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: linear-gradient(0deg, #005bac, #147bd7);
    border: solid 1px rgba(0, 0, 0, 0.1);
  }
  .product .product-main .main-cont .cont-box .box-table td {
    padding: 0.15rem 0.25rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #666;
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    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-table tr {
    cursor: pointer;
  }
  .product .product-main .main-cont .cont-box .box-table tr:hover td {
    color: #fff;
    background: #005bac;
  }
  .product .product-main .main-cont .cont-box .box-load {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.2rem;
    margin: 0.8rem auto 0;
  }
  .product .product-main .main-cont .cont-box .box-load em {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.16rem;
    background: url(../images/icon/icon-load.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .cont-box .box-load span {
    font-size: 0.28rem;
    color: #ea5404;
  }
  .product .product-main .main-cont .cont-box .box-load:hover em {
    margin-right: 0.06rem;
  }
  .strength {
    width: 100%;
    height: auto;
  }
  .strength .strength-plate1 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0 1.2rem;
  }
  .strength .strength-plate1 .plate1-text {
    width: 100%;
    padding: 0 0.3rem;
    margin: 0.4rem auto 0;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .strength .strength-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    padding-left: 0.3rem;
  }
  .strength .strength-plate1 .plate1-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide {
    width: 5.94rem;
    height: 6rem;
    margin-right: 0.4rem;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.6rem 0;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-num {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    color: #fff;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.3rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #fff;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    height: 2.76rem;
    margin-top: 0.15rem;
    font-size: var(--fs26);
    font-weight: 100;
    line-height: 0.46rem;
    color: #fff;
    overflow: auto;
  }
  .strength .strength-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .strength .strength-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1rem;
    background: url(../images/strength-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .strength .strength-plate2 .plate2-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump {
    width: 100%;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item:last-of-type {
    margin-bottom: 0;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item .item-num {
    width: 0.58rem;
    padding-top: 0.1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs36);
    color: #ea5404;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item .item-cent {
    width: calc(100% - 0.58rem);
    height: auto;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item .item-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item .item-cent .cent-text {
    display: none;
    margin-top: 0.2rem;
    font-size: var(--fs30);
    line-height: 0.46rem;
    color: #666;
    opacity: 0.9;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item-on {
    opacity: 1;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-lump .lump-item-on .item-cent .cent-text {
    display: block;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-box {
    width: 100%;
    height: auto;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item {
    display: none;
    position: relative;
    width: 100%;
    height: 5rem;
    margin-top: 0.8rem;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic1 {
    width: 100%;
    height: auto;
    animation: none;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic1 img {
    width: 100%;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5.28rem;
    height: 5.37rem;
    margin: -2.685rem 0 0 -2.64rem;
    animation: none;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic2 img {
    width: 100%;
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.1rem;
    height: 2.1rem;
    margin: -1.05rem 0 0 -1.05rem;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 0px rgba(25, 14, 8, 0.08);
  }
  .strength .strength-plate2 .plate2-main .main-cont .cont-box .box-item .item-pic3 img {
    width: 100%;
  }
  .newsDetail {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.4rem;
  }
  .newsDetail .newsDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.6rem;
    color: #333;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0.3rem 0 0.5rem;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    color: #aaa;
  }
  .newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
    width: auto;
    margin: -0.04rem 0.08rem 0 0;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs30);
    font-weight: 100;
    line-height: 0.46rem;
    color: #666;
  }
  .newsDetail .newsDetail-main .main-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-list {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #393435;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.25);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.2rem 0 0.2rem;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:last-of-type {
    margin-bottom: 0.5rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:first-of-type {
    padding: 0.35rem 0 0.45rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
    font-size: var(--fs28);
    font-weight: 100;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-title2 {
    font-size: var(--fs30);
    font-weight: bold;
    line-height: 0.48rem;
    color: #ea5404;
    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;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item .item-time {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #666;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title {
    color: #ea5404;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title2 {
    color: #ea5404;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link a {
    color: #333;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
    color: #ea5404;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    border: solid 1px #ededed;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.35rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
    border: solid 1px transparent;
    background: linear-gradient(90deg, #ea5504, #ff752a);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
    opacity: 1;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
    opacity: 0;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.5rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #005bac, #147bd7);
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton img {
    width: 14px;
    margin: -0.04rem 0 0 0.1rem;
  }
  .newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
    background: linear-gradient(-90deg, #005bac, #147bd7);
  }
  .newsDetail .newsDetail-main .main-list .list-box-active {
    position: fixed;
    top: 1.2rem;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .news .news-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0.6rem;
  }
  .news .news-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-top .top-pic .pic-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .news .news-main .main-top .top-pic .pic-item 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-top .top-pic .pic-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-top .top-pic .pic-item-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .news .news-main .main-top .top-cent {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .news .news-main .main-top .top-cent .cent-item {
    display: block;
    width: 100%;
    height: 2.2rem;
    padding: 0.35rem 0.5rem 0;
    margin-bottom: 0.1rem;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0.05rem;
  }
  .news .news-main .main-top .top-cent .cent-item:nth-child(1) {
    animation-delay: 0.2s;
  }
  .news .news-main .main-top .top-cent .cent-item:nth-child(2) {
    animation-delay: 0.4s;
  }
  .news .news-main .main-top .top-cent .cent-item:last-of-type {
    margin-bottom: 0;
    animation-delay: 0.6s;
  }
  .news .news-main .main-top .top-cent .cent-item .itme-time {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs30);
    color: #2e2624;
    opacity: 0.32;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-item .item-title {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-cent .cent-item:hover {
    background: #005bac;
  }
  .news .news-main .main-top .top-cent .cent-item:hover .itme-time {
    color: rgba(255, 255, 255);
    opacity: 0.4;
  }
  .news .news-main .main-top .top-cent .cent-item:hover .item-title {
    color: #fff;
  }
  .news .news-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    margin-bottom: 0.6rem;
  }
  .news .news-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    border-bottom-left-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
    background: #fff;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.1);
  }
  .news .news-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .news .news-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .news .news-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.25rem 0.3rem 0.4rem;
  }
  .news .news-main .main-box .box-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: rgba(0, 0, 0, 0.35);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent .cent-title {
    height: 0.92rem;
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent .cent-link {
    margin-top: 0.7rem;
    font-size: var(--fs28);
    color: #ea5404;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item:hover {
    background: linear-gradient(90deg, #005bac, #147bd7);
  }
  .news .news-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-box .box-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.6);
  }
  .news .news-main .main-box .box-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.8rem;
  }
  .contact .contact-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .contact .contact-main .main-top .top-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.6rem 0.3rem 0.5rem;
    border-radius: 0.1rem;
    background: linear-gradient(0deg, #005bac, #147bd7);
    overflow: hidden;
  }
  .contact .contact-main .main-top .top-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact .contact-main .main-top .top-item .item-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
  }
  .contact .contact-main .main-top .top-item .item-icon img {
    width: 100%;
  }
  .contact .contact-main .main-top .top-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .contact .contact-main .main-top .top-item .itme-text {
    margin-top: 0.15rem;
    font-family: 'MONTSERRAT-LIGHT';
    font-size: var(--fs34);
    text-align: center;
    color: #fff;
  }
  .contact .contact-main .main-cont {
    margin-top: 1.2rem;
    width: 100%;
    height: auto;
  }
  .contact .contact-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  }
  .contact .contact-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .contact .contact-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;
  }
  .contact .contact-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.5rem;
  }
  .contact .contact-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #222;
  }
  .contact .contact-main .main-cont .cont-item .item-cent .cent-English {
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: var(--fs30);
    text-transform: uppercase;
    color: #999;
  }
  .contact .contact-main .main-cont .cont-item .item-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .contact .contact-main .main-cont .cont-item .item-cent .cent-item span {
    display: block;
    width: 0.45rem;
    height: 0.45rem;
  }
  .contact .contact-main .main-cont .cont-item .item-cent .cent-item span img {
    width: 100%;
  }
  .contact .contact-main .main-cont .cont-item .item-cent .cent-item p {
    width: calc(100% - 0.45rem);
    padding-left: 0.1rem;
    font-size: var(--fs26);
    font-weight: 100;
    color: #666;
  }
  .contact .contact-main .main-cont .cont-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .contact .contact-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));
  }
  .mall {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1rem;
  }
  .mall .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .mall .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .mall .main-cont .cont-item .item-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mall .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mall .main-cont .cont-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.3rem 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mall .main-cont .cont-item .item-cent .cent-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
  }
  .mall .main-cont .cont-item .item-cent .cent-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;
  }
  .mall .main-cont .cont-item .item-cent .cent-icon .img2 {
    opacity: 0;
  }
  .mall .main-cont .cont-item .item-cent .cent-title {
    margin-top: 0.35rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mall .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mall .main-cont .cont-item .item-cent .cent-button {
    width: 2.4rem;
    height: 0.8rem;
    margin: 0.4rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.75rem;
    color: #ea5404;
    border-radius: 0.45rem;
    border: solid 2px #ea5404;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mall .main-cont .cont-item:hover .item-cent {
    background: linear-gradient(0deg, rgba(0, 91, 172, 0.9), rgba(20, 123, 215, 0.9));
  }
  .mall .main-cont .cont-item:hover .item-cent .cent-icon .img1 {
    opacity: 0;
  }
  .mall .main-cont .cont-item:hover .item-cent .cent-icon .img2 {
    opacity: 1;
  }
  .mall .main-cont .cont-item:hover .item-cent .cent-title,
  .mall .main-cont .cont-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .mall .main-cont .cont-item:hover .item-cent .cent-button {
    color: #fff;
    background: #ea5404;
  }
  .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: #005bac;
    border: solid 2px #005bac;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #005bac;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-heng {
    width: 30px;
    height: 3px;
    margin: 0.3rem auto 0;
    background: linear-gradient(90deg, #ea5504, #ff752a);
  }
  .page-title {
    font-size: var(--fs48);
    text-align: center;
    color: #000;
  }
  .page-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    cursor: pointer;
    background: linear-gradient(90deg, #ea5504, #ff752a);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button span {
    margin-right: 0.16rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .page-button em {
    width: 0.28rem;
    height: 0.24rem;
    background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .page-button:hover {
    background: linear-gradient(-90deg, #ea5504, #ff752a);
  }
  .page-crumb {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.3rem;
    border-bottom: solid 1px #d2d2d2;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .page-crumb .crumb-box img {
    display: block;
    width: 10px;
    margin-right: 0.15rem;
  }
  .page-crumb .crumb-box a {
    font-size: var(--fs28);
    color: #666;
  }
  .page-crumb .crumb-box a:hover {
    color: #005bac;
  }
  .page-crumb .crumb-box span {
    font-size: var(--fs28);
    color: #005bac;
  }
  .page-crumb .crumb-box em {
    width: 5px;
    height: 9px;
    margin: 0 0.15rem;
    background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .product-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
  }
  .product-pupop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 6.8rem;
    height: auto;
    padding: 0.75rem 0.3rem 0.8rem;
    background: #fff;
    border-radius: 0.2rem;
    z-index: 199;
    transform: translate(-49%, -49%);
    -o-transform: translate(-49%, -49%);
    -moz-transform: translate(-49%, -49%);
    -webkit-transform: translate(-49%, -49%);
  }
  .product-pupop .pupop-hide {
    position: absolute;
    top: 0.38rem;
    right: 0.38rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/icon/icon-hidde2.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product-pupop .pupop-hide:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .product-pupop .pupop-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #222;
  }
  .product-pupop .pupop-text {
    margin-top: 0.15rem;
    font-size: var(--fs30);
    font-weight: 100;
    text-align: center;
    color: #666;
  }
  .product-pupop .pupop-ewm {
    width: 2.4rem;
    height: auto;
    margin: 0.4rem auto 0;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .product-pupop .pupop-ewm img {
    width: 100%;
  }
  .product-pupop .pupop-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    font-weight: 100;
    text-align: center;
    color: #666;
  }
  .product-pupop .pupop-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.15rem;
  }
  .product-pupop .pupop-tel em {
    display: block;
    width: 0.48rem;
    height: 0.49rem;
    margin-right: 0.1rem;
    background: url(../images/icon/icon-tel.png) no-repeat center center;
    background-size: 100%;
  }
  .product-pupop .pupop-tel span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs42);
    color: #ea5404;
  }
  .message-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
  }
  .message-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 1%;
    width: 98%;
    height: auto;
    padding: 1rem 0.3rem 0.6rem;
    margin: 0;
    background: #fff;
    border-radius: 0.2rem;
    z-index: 199;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .message-popup .pupop-hide {
    position: absolute;
    top: 0.38rem;
    right: 0.38rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/icon/icon-hidde2.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .message-popup .pupop-hide:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .message-popup .popup-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #000;
  }
  .message-popup .popup-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.45rem 0 0;
  }
  .message-popup .popup-form .form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.3rem;
    border-bottom: solid 1px #ededed;
  }
  .message-popup .popup-form .form-item p {
    padding-right: 0.15rem;
    font-size: var(--fs28);
    color: #333;
  }
  .message-popup .popup-form .form-item p em {
    font-size: var(--fs16);
    color: #f01f1f;
  }
  .message-popup .popup-form .form-item input {
    flex: 1;
    height: 100%;
    font-size: var(--fs28);
    color: #666;
  }
  .message-popup .popup-form .form-item .item-pic {
    width: 2rem;
    height: 0.66rem;
  }
  .message-popup .popup-form .form-item .item-pic img {
    width: 100%;
  }
  .message-popup .popup-form .form-item:nth-child(5) {
    width: 100%;
  }
  .message-popup .popup-form .form-item:last-of-type {
    align-items: flex-end;
    border-bottom: none;
  }
  .message-popup .popup-form .form-item:last-of-type a {
    margin-left: 0.15rem;
    padding-bottom: 0.1rem;
    font-size: var(--fs28);
    text-decoration: underline;
    color: #005bac;
  }
  .message-popup .popup-form .form-item:last-of-type a:hover {
    color: #ea5404;
  }
  .message-popup .message-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 0.9rem;
    margin: 0.6rem auto 0;
    border-radius: 0.45rem;
    cursor: pointer;
    background: linear-gradient(90deg, #ea5504, #ff752a);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .message-popup .message-button span {
    margin-right: 0.16rem;
    font-size: var(--fs30);
    color: #fff;
  }
  .message-popup .message-button em {
    width: 13px;
    height: 12px;
    background: url(../images/icon/icon-button-arrow3.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;
  }
  .message-popup .message-button:hover {
    background: linear-gradient(-90deg, #ea5504, #ff752a);
  }
  .message-popup .message-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .page-float {
    position: fixed;
    top: 60%;
    right: 0.1rem;
    width: 0.8rem;
    height: auto;
    z-index: 99;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0.15rem 0.05rem;
    margin-bottom: 0.1rem;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .page-float .float-list .list-pic {
    position: relative;
    width: 0.48rem;
    height: 0.47rem;
    margin: 0 auto;
    cursor: pointer;
  }
  .page-float .float-list .list-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-title {
    display: none;
    margin-top: 0;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 0;
    left: -2.3rem;
    width: 2.3rem;
    height: auto;
    padding-right: 0.15rem;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
  }
  .page-float .float-list .list-cent .cent-title {
    position: relative;
    width: 100%;
    height: 0.8rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #005bac;
  }
  .page-float .float-list .list-cent .cent-title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-right: -16px;
    border: solid 8px #005bac;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent .cent-cont {
    padding: 0.05rem;
    font-size: 0.26rem;
    text-align: center;
    color: #333;
    background: #fff;
    box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
  }
  .page-float .float-list .list-cent .cent-cont img {
    width: 80%;
  }
  .page-float .float-list .list-tel {
    position: absolute;
    top: 0;
    left: -3.4rem;
    width: 3.4rem;
    height: 0.8rem;
    padding-right: 0.1rem;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
  }
  .page-float .float-list .list-tel p {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #fff;
    background: #005bac;
  }
  .page-float .float-list:nth-child(3) .list-tel {
    left: -4.5rem;
    width: 4.5rem;
  }
  .page-float .float-list:hover {
    background: #005bac;
  }
  .page-float .float-list:hover .list-cent,
  .page-float .float-list:hover .list-tel {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #005bac;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-strip {
    display: none;
  }
  .honor-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 199;
  }
  .honor-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 199;
    transform: translate(-49%, -49%);
    -o-transform: translate(-49%, -49%);
    -moz-transform: translate(-49%, -49%);
    -webkit-transform: translate(-49%, -49%);
  }
  .honor-popup .popup-hide {
    position: absolute;
    top: -0.6rem;
    right: 0.3rem;
    width: 0.5rem;
    cursor: pointer;
  }
  .honor-popup .popup-hide img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor-popup .popup-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .honor-popup .popup-pic {
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .honor-popup .popup-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-popup .popup-title {
    padding: 0 0.3rem;
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
}
