<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-top {
    width: 100%;
    height: 0.6rem;
    padding: 0 0.3rem;
    background: #034c8e;
  }
  nav .nav-main .main-top .top-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
  }
  nav .nav-main .main-top .top-cont .cont-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-top .top-cont .cont-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0.35rem;
  }
  nav .nav-main .main-top .top-cont .cont-left .left-item span {
    display: block;
    width: 0.25rem;
    height: auto;
    margin-right: 0.08rem;
  }
  nav .nav-main .main-top .top-cont .cont-left .left-item span img {
    display: block;
    width: 100%;
  }
  nav .nav-main .main-top .top-cont .cont-left .left-item p {
    font-size: var(--fs26);
    color: #fff;
  }
  nav .nav-main .main-top .top-cont .cont-left .left-item:last-of-type {
    display: none;
  }
  nav .nav-main .main-top .top-cont .cont-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }
  nav .nav-main .main-top .top-cont .cont-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    padding-right: 0.3rem;
    margin-left: 0.3rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  nav .nav-main .main-top .top-cont .cont-right .right-item span {
    display: block;
    width: 0.26rem;
    height: auto;
    margin-right: 0.08rem;
  }
  nav .nav-main .main-top .top-cont .cont-right .right-item span img {
    display: block;
    width: 100%;
  }
  nav .nav-main .main-top .top-cont .cont-right .right-item p {
    font-size: var(--fs26);
    color: #fff;
  }
  nav .nav-main .main-top .top-cont .cont-right .right-item p a {
    text-transform: uppercase;
    color: #fff;
  }
  nav .nav-main .main-top .top-cont .cont-right .right-item p a:hover {
    text-decoration: underline;
  }
  nav .nav-main .main-top .top-cont .cont-right .right-item:last-of-type {
    padding-right: 0;
    border-right: 0;
  }
  nav .nav-main .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0.3rem;
  }
  nav .nav-main .main-box .box-logo {
    width: 2.5rem;
    height: auto;
  }
  nav .nav-main .main-box .box-logo img {
    width: 100%;
  }
  nav .nav-main .main-box .box-search {
    display: none;
    justify-content: flex-end;
    width: 5.86rem;
    height: 0.48rem;
  }
  nav .nav-main .main-box .box-search input {
    width: calc(100% - 1.28rem);
    height: 100%;
    padding: 0 0.22rem;
    font-size: var(--fs14);
    color: #333;
    border: solid 1px #e5e5e5;
    border-right: none;
  }
  nav .nav-main .main-box .box-search input::placeholder {
    color: #999;
  }
  nav .nav-main .main-box .box-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.28rem;
    height: 100%;
    background: #6eb92b;
  }
  nav .nav-main .main-box .box-search a img {
    display: block;
    width: 16px;
    margin-right: 0.16rem;
  }
  nav .nav-main .main-box .box-search a span {
    font-size: var(--fs16);
    color: #fff;
  }
  nav .nav-main .main-box .box-search a:hover {
    background: #034c8e;
  }
  nav .nav-main .main-box .box-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-box .box-web-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.3rem;
    border: solid 1px #d2d2d2;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-web-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.3rem;
  }
  nav .nav-main .main-box .box-web-right .right-menu {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.4rem;
    border-radius: 50%;
    background: #034c8e;
  }
  nav .nav-main .main-box .box-web-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-web-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-web-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-box .box-web-right .right-menu-hide span {
    background: transparent !important;
  }
  nav .nav-main .main-box .box-web-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-box .box-web-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main .main-nav {
    display: none;
    justify-content: space-between;
    position: relative;
    height: 0.8rem;
  }
  nav .nav-main .main-nav .nav-item {
    position: relative;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-nav .nav-item .item-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  nav .nav-main .main-nav .nav-item .item-top span {
    margin-right: 0.12rem;
    font-size: var(--fs18);
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-nav .nav-item .item-top em {
    display: block;
    width: 12px;
    height: 8px;
    background: url(../images/icon/icon-nav-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-nav .nav-item .item-list {
    position: absolute;
    top: 0.8rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    padding: 0.2rem 0.2rem 0.2rem 0.3rem;
    border-top: solid 2px #6eb92b;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-nav .nav-item .item-list::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-102%);
    -o-transform: translatey(-102%);
    -moz-transform: translatey(-102%);
    -webkit-transform: translatey(-102%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-nav .nav-item .item-list a {
    display: none;
    position: relative;
    width: auto;
    padding: 0.06rem 0;
    font-size: var(--fs16);
    line-height: 0.24rem;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-nav .nav-item .item-list a:hover {
    text-decoration: underline;
    color: #034c8e;
  }
  nav .nav-main .main-nav .nav-item:first-of-type .item-top em {
    display: none;
  }
  nav .nav-main .main-nav .nav-item:hover .item-top span {
    color: #034c8e !important;
  }
  nav .nav-main .main-nav .nav-item:hover .item-top em {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-nav .nav-item:hover .item-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-nav .nav-item:hover .item-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-nav .nav-item:hover .item-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #034c8e;
    border: none;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: -102%;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #034c8e;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.5rem;
    height: auto;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-hide {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #034c8e url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #034c8e;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #034c8e;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #034c8e;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #034c8e;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 2.05rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-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;
  }
  header .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;
  }
  header .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: #034c8e;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-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;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item {
    width: 50%;
    margin-top: 0.25rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-title {
    font-size: var(--fs18);
    color: #666;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-heng {
    width: 16px;
    height: 3px;
    margin-top: 0.1rem;
    background: #034c8e;
  }
  header .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;
  }
  header .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;
  }
  header .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;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-lump .lump-title {
    font-size: var(--fs36);
    line-height: 0.48rem;
    color: #000;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-lump .page-button {
    margin-top: 0.4rem;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 3rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: var(--fs48);
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: rgba(255, 255, 255, 0.7);
  }
  header .head-banner .banner-cent .cent-text a {
    color: rgba(255, 255, 255, 0.7);
  }
  header .head-banner .banner-cent .cent-text a:hover {
    color: #fff;
  }
  header .head-banner .banner-cent .cent-text em {
    margin: 0 0.08rem;
  }
  header .head-banner .banner-cent2 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -2rem;
    padding: 0 ;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  header .head-banner .banner-cent2 .cent-box {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.9rem;
    background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
    border-radius: 0;
  }
  header .head-banner .banner-cent2 .cent-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-box .box-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #fff;
  }
  header .head-banner .banner-swiper-button-prev,
  header .head-banner .banner-swiper-button-next {
    display: none;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #034c8e;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip,
  header .head-cont {
    display: none;
  }
  footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 0.8rem !important;
    background: #292e32;
    overflow: hidden;
  }
  footer .foot-nav {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer .foot-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
  }
  footer .foot-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0;
  }
  footer .foot-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 7px;
    top: 18px;
    width: 2px;
    height: 16px;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25px;
    width: 16px;
    height: 2px;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.3rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  footer .foot-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;
  }
  footer .foot-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  footer .foot-nav .nav-item .item-top-no::before {
    display: none;
  }
  footer .foot-nav .nav-item .item-top-no::after {
    display: none;
  }
  footer .foot-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  footer .foot-nav .nav-item .item-top-active .top-title {
    color: #fff;
  }
  footer .foot-nav .nav-item .item-top-active::before {
    background: #fff;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  footer .foot-nav .nav-item .item-top-active::after {
    background: #fff;
  }
  footer .foot-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  footer .foot-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: #fff;
  }
  footer .foot-main .foot-top {
    display: none;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-bottom: 0.4rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
  }
  footer .foot-main .foot-top .top-logo {
    width: 2rem;
    height: auto;
  }
  footer .foot-main .foot-top .top-logo img {
    width: 100%;
  }
  footer .foot-main .foot-top .top-ewm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2rem;
  }
  footer .foot-main .foot-top .top-ewm .ewm-pic {
    width: 0.96rem;
    height: 0.96rem;
  }
  footer .foot-main .foot-top .top-ewm .ewm-pic img {
    width: 100%;
  }
  footer .foot-main .foot-top .top-ewm .ewm-cent {
    width: auto;
  }
  footer .foot-main .foot-top .top-ewm .ewm-cent .cent-title {
    font-size: var(--fs16);
    color: #fff;
  }
  footer .foot-main .foot-top .top-ewm .ewm-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs14);
    color: #a0a0a0;
  }
  footer .foot-main .foot-nav {
    display: none;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0.65rem 0 1.1rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.08);
  }
  footer .foot-main .foot-nav .nav-item {
    width: auto;
    height: auto;
  }
  footer .foot-main .foot-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    color: #fff;
  }
  footer .foot-main .foot-nav .nav-item .item-title:hover {
    color: #6eb92b;
  }
  footer .foot-main .foot-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .foot-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    line-height: 0.24rem;
    color: #a0a0a0;
  }
  footer .foot-main .foot-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .foot-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .foot-nav .nav-item .item-cent a:hover {
    color: #fff;
  }
  footer .foot-main .foot-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .foot-bottom {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0;
  }
  footer .foot-main .foot-bottom .bottom-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }
  footer .foot-main .foot-bottom .bottom-share .share-item {
    position: relative;
    width: auto;
    height: 0.35rem;
    margin: 0 0.18rem;
  }
  footer .foot-main .foot-bottom .bottom-share .share-item img {
    width: auto;
    height: 100%;
    opacity: 0.5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .foot-bottom .bottom-share .share-item:hover img {
    opacity: 1;
  }
  footer .foot-main .foot-bottom .bottom-link {
    margin-top: 0.35rem;
    font-size: var(--fs26);
    text-align: center;
    color: #999;
  }
  footer .foot-main .foot-bottom .bottom-link a {
    color: #999;
  }
  footer .foot-main .foot-bottom .bottom-link a:hover {
    color: #fff;
  }
  footer .foot-main .foot-bottom .bottom-link span {
    margin: 0 0.1rem;
  }
  footer .foot-main .foot-bottom .bottom-zhizi {
    font-size: var(--fs24);
    line-height: 0.42rem;
    text-align: center;
    color: #999;
  }
  footer .foot-main .foot-bottom .bottom-zhizi a {
    font-size: var(--fs24);
    color: #999;
  }
  footer .foot-main .foot-bottom .bottom-zhizi a:hover {
    color: #fff;
  }
  footer .foot-main .foot-bottom .bottom-text {
    font-size: var(--fs24);
    line-height: 0.42rem;
    text-align: center;
    color: #999;
  }
  footer .foot-main .foot-bottom .bottom-text a {
    font-size: var(--fs24);
    color: #999;
  }
  footer .foot-main .foot-bottom .bottom-text a:hover {
    color: #fff;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 0.9rem;
    background: #034c8e;
  }
  .container .cont-plate1 .plate1-main .main-title {
    font-size: var(--fs42);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-text {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-search {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 0.8rem;
    margin: 0.5rem auto 0;
  }
  .container .cont-plate1 .plate1-main .main-search input {
    width: calc(100% - 2rem);
    height: 100%;
    padding: 0 0.22rem;
    font-size: var(--fs26);
    color: #333;
    border: solid 1px #e5e5e5;
    border-right: none;
  }
  .container .cont-plate1 .plate1-main .main-search input::placeholder {
    color: #999;
  }
  .container .cont-plate1 .plate1-main .main-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 100%;
    background: #6eb92b;
  }
  .container .cont-plate1 .plate1-main .main-search a img {
    display: block;
    width: 16px;
    margin-right: 0.16rem;
  }
  .container .cont-plate1 .plate1-main .main-search a span {
    font-size: var(--fs28);
    color: #fff;
  }
  .container .cont-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .swiper-slide .slide-box {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .container .cont-plate2 .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .swiper-slide .slide-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate2 .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.85rem;
  }
  .container .cont-plate2 .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    text-align: center;
    color: #000;
  }
  .container .cont-plate2 .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.15rem;
    font-size: var(--fs48);
    text-align: center;
    color: #034c8e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cont-plate2 .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate2 .swiper-slide .slide-box .box-cent .page-button {
    margin: 0.8rem auto 0;
  }
  .container .cont-plate2 .swiper-pagination {
    bottom: 0.8rem;
    width: 100%;
    padding-left: 0.3rem;
    text-align: left;
  }
  .container .cont-plate2 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 0.08rem;
    background: #b8c3d7;
    opacity: 1;
  }
  .container .cont-plate2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #6eb92b;
  }
  .container .cont-plate2 .swiper-num {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: 0.8rem;
    left: auto;
    right: 0.3rem;
    width: 1.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
    color: #034c8e;
    z-index: 9;
  }
  .container .cont-plate2 .swiper-num span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    line-height: 0.4rem;
    color: #6eb92b;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.35rem;
    background: #f6f7f9;
  }
  .container .cont-plate3 .plate3-main .main-title {
    font-size: var(--fs48);
    text-align: center;
    color: #000;
  }
  .container .cont-plate3 .plate3-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
    width: calc(100% / 2 - 0.13rem);
    height: auto;
    margin-right: 0.26rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    position: relative;
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic .box-time {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.8rem;
    height: 0.6rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    background: #034c8e;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.2rem 0.5rem;
    background: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs32);
    line-height: 0.5rem;
    color: #034c8e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button2 {
    width: 2rem;
    height: 0.6rem;
    margin-top: 0.3rem;
    line-height: 0.56rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic .box-time {
    background: #6eb92b;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent .page-button2 {
    color: #fff;
    background: #6eb92b;
    border: solid 1px #6eb92b;
  }
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-prev,
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.21rem;
    height: 0.4rem;
    margin-top: -0.2rem;
    cursor: pointer;
    outline: none;
  }
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-prev img,
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-prev .img2,
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-prev:hover .img1,
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-prev:hover .img2,
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-prev {
    left: -0.95rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
    right: -0.95rem;
  }
  .container .cont-plate3 .plate3-main .page-button {
    margin: 0.65rem auto 0;
  }
  .container .cont-plate4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-item {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.95rem;
    background: #023a6b;
  }
  .container .cont-plate4 .plate4-item .item-title {
    font-size: var(--fs48);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate4 .plate4-item .item-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .container .cont-plate4 .plate4-item .item-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.55rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.76rem;
    color: #fff;
    border: solid 1px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-item .item-button:hover {
    color: #034c8e;
    background: #fff;
  }
  .container .cont-plate4 .plate4-item:last-of-type {
    background: #034c8e;
  }
  .overview {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .overview .overview-main .main-text {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
  }
  .overview .overview-main .main-table {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    padding-bottom: 0.1rem;
    overflow: auto;
  }
  .overview .overview-main .main-table table {
    width: 15.36rem;
  }
  .overview .overview-main .main-table th {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #034c8e;
    border: solid 1px rgba(255, 255, 255, 0.3);
  }
  .overview .overview-main .main-table td {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    background: #fff;
    border: solid 1px #e5e5e5;
  }
  .overview .overview-main .main-table td:nth-child(1) {
    font-weight: bold;
  }
  .result {
    width: 100%;
    height: auto;
  }
  .result .result-top {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.8rem;
    background: #f6f7f9;
  }
  .result .result-top .top-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .result .result-top .top-main .main-select {
    position: relative;
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    border: solid 1px #e5e5e5;
    overflow: hidden;
  }
  .result .result-top .top-main .main-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 14px;
    height: 9px;
    margin-top: -4.5px;
    background: url(../images/icon/icon-select-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .result .result-top .top-main .main-select select {
    width: 100%;
    height: 100%;
    padding-left: 0.3rem;
    font-size: var(--fs28);
    color: #333;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .result .result-top .top-main .main-select select option {
    font-size: var(--fs26);
  }
  .result .result-top .top-main .main-select select option:first-of-type {
    display: none;
  }
  .result .result-top .top-main input {
    width: calc(100% - 2rem);
    height: 0.8rem;
    padding: 0 0.32rem;
    font-size: var(--fs28);
    color: #333;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    background: #fff;
  }
  .result .result-top .top-main input::placeholder {
    color: #999;
  }
  .result .result-top .top-main .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.8rem;
    background: #6eb92b;
  }
  .result .result-top .top-main .main-button em {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.18rem;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 100%;
  }
  .result .result-top .top-main .main-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .result .result-top .top-main .main-button:hover {
    background: #034c8e;
  }
  .result .result-main {
    padding: 0.75rem 0.3rem 1.2rem;
  }
  .result .result-main .main-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 0.32rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .result .result-main .main-top p {
    margin-right: 0.4rem;
    font-size: var(--fs42);
    color: #000;
  }
  .result .result-main .main-top span {
    font-size: var(--fs28);
    color: #333;
  }
  .result .result-main .main-table {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.1rem;
    overflow: auto;
  }
  .result .result-main .main-table table {
    width: 15.36rem;
  }
  .result .result-main .main-table th {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    font-weight: bold;
    text-align: left;
    color: #fff;
    background: #034c8e;
    border: solid 1px rgba(255, 255, 255, 0.3);
  }
  .result .result-main .main-table td {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.4rem;
    color: #333;
    background: #fff;
    border: solid 1px #e5e5e5;
  }
  .result .result-main .main-resultNothing {
    width: 100%;
    height: auto;
    padding: 1.4rem 0 0.4rem;
  }
  .result .result-main .main-resultNothing .resultNothing-text {
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: center;
    color: #333;
  }
  .result .result-main .main-resultNothing .resultNothing-text a {
    color: #034c8e;
  }
  .result .result-main .main-resultNothing .page-button {
    margin: 0.4rem auto 0;
    background: #034c8e;
  }
  .result .result-main .main-resultNothing .page-button:hover {
    background: #6eb92b;
  }
  .probe {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1.6rem;
  }
  .probe .probe-text {
    width: 100%;
    height: auto;
    margin: 0.25rem auto 0;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .probe .probe-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .probe .probe-main .main-select {
    position: relative;
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    border: solid 1px #e5e5e5;
    overflow: hidden;
  }
  .probe .probe-main .main-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 14px;
    height: 9px;
    margin-top: -4.5px;
    background: url(../images/icon/icon-select-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .probe .probe-main .main-select select {
    width: 100%;
    height: 100%;
    padding-left: 0.3rem;
    font-size: var(--fs28);
    color: #333;
    border: none;
    background: #fff;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .probe .probe-main .main-select select option {
    font-size: var(--fs26);
  }
  .probe .probe-main .main-select select option:first-of-type {
    display: none;
  }
  .probe .probe-main input {
    width: calc(100% - 2rem);
    height: 0.8rem;
    padding: 0 0.32rem;
    font-size: var(--fs28);
    color: #333;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
    background: #fff;
  }
  .probe .probe-main input::placeholder {
    color: #999;
  }
  .probe .probe-main .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.8rem;
    background: #6eb92b;
  }
  .probe .probe-main .main-button em {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.18rem;
    background: url(../images/icon/icon-search.png) no-repeat center center;
    background-size: 100%;
  }
  .probe .probe-main .main-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .probe .probe-main .main-button:hover {
    background: #034c8e;
  }
  .detection {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .detection .detection-main .main-cont {
    width: 100%;
    height: auto;
    margin-bottom: 0.9rem;
  }
  .detection .detection-main .main-cont .page-title {
    text-align: left;
  }
  .detection .detection-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem 0;
    margin-bottom: 0.24rem;
    background: #f6f7f9;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item p {
    width: calc(100% - 1.3rem);
    font-size: var(--fs28);
    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;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item p span {
    margin-right: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
  }
  .detection .detection-main .main-cont .cont-lump .lump-item .item-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1.2rem;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item .item-button em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-download.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item .item-button span {
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item:hover {
    background: #034c8e;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item:hover p {
    color: #fff;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item:hover .item-button em {
    background: url(../images/icon/icon-download-on.png) no-repeat center center;
    background-size: 100%;
  }
  .detection .detection-main .main-cont .cont-lump .lump-item:hover .item-button span {
    color: #fff;
  }
  .detection .page-button {
    margin: 0.4rem auto 0;
  }
  .reagent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
  }
  .reagent .reagent-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .reagent .reagent-main .main-cent {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.64rem;
    background: #f6f7f9;
  }
  .reagent .reagent-main .main-cent .page-title {
    text-align: left;
  }
  .reagent .reagent-main .main-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
  }
  .reagent .reagent-main .main-cent .page-button {
    margin-top: 0.55rem;
  }
  .reagent .reagent-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .reagent .reagent-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .reagent .reagent-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .parts {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1rem;
  }
  .parts .parts-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .parts .parts-main .main-top .top-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .parts .parts-main .main-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;
  }
  .parts .parts-main .main-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));
  }
  .parts .parts-main .main-top .top-cent {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .parts .parts-main .main-top .top-cent .cent-title {
    font-size: var(--fs48);
    line-height: 0.54rem;
    color: #000;
  }
  .parts .parts-main .main-top .top-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
  }
  .parts .parts-main .main-top .top-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.7rem;
    background: #6eb92b;
  }
  .parts .parts-main .main-top .top-cent .cent-button em {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    background: url(../images/icon/icon-download-on.png) no-repeat top left;
    background-size: 100%;
  }
  .parts .parts-main .main-top .top-cent .cent-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .parts .parts-main .main-top .top-cent .cent-button:hover {
    background: #034c8e;
  }
  .parts .parts-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
  }
  .parts .parts-main .main-cont .page-title {
    text-align: left;
  }
  .parts .parts-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem 0;
    margin-bottom: 0.24rem;
    background: #f6f7f9;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item p {
    width: calc(100% - 1.3rem);
    font-size: var(--fs28);
    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;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item p span {
    margin-right: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
  }
  .parts .parts-main .main-cont .cont-lump .lump-item .item-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1.2rem;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item .item-button em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-download.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item .item-button span {
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item:hover {
    background: #034c8e;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item:hover p {
    color: #fff;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item:hover .item-button em {
    background: url(../images/icon/icon-download-on.png) no-repeat center center;
    background-size: 100%;
  }
  .parts .parts-main .main-cont .cont-lump .lump-item:hover .item-button span {
    color: #fff;
  }
  .software {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.6rem;
  }
  .software .software-main .main-text {
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .software .software-main .page-button {
    margin: 0.5rem auto 0;
    background: #034c8e;
  }
  .software .software-main .page-button:hover {
    background: #6eb92b;
  }
  .service {
    width: 100%;
    height: auto;
    padding: 0.75rem 0 0;
  }
  .service .service-main {
    padding: 0 0.3rem 1rem;
  }
  .service .service-main .main-text {
    font-size: var(--fs32);
    text-align: center;
    color: #333;
  }
  .service .service-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .service .service-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.24rem;
  }
  .service .service-main .main-cont .cont-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1rem;
    padding: 0 0.6rem 0 0.3rem;
    background: #f6f7f9;
  }
  .service .service-main .main-cont .cont-item .item-top::before {
    content: '';
    position: absolute;
    right: 0.4rem;
    top: 0.36rem;
    width: 0.06rem;
    height: 0.22rem;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-main .main-cont .cont-item .item-top::after {
    content: '';
    position: absolute;
    right: 0.32rem;
    top: 0.44rem;
    width: 0.22rem;
    height: 0.06rem;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-main .main-cont .cont-item .item-top .top-title {
    flex: 1;
    font-size: var(--fs24);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-main .main-cont .cont-item .item-top-active {
    background: #034c8e;
  }
  .service .service-main .main-cont .cont-item .item-top-active .top-title {
    color: #fff;
  }
  .service .service-main .main-cont .cont-item .item-top-active::before {
    background: #fff;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .service .service-main .main-cont .cont-item .item-top-active::after {
    background: #fff;
  }
  .service .service-main .main-cont .cont-item .item-lump {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  .service .service-main .main-cont .cont-item .item-lump .lump-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem;
  }
  .service .service-main .main-cont .cont-item .item-lump .lump-item p {
    width: calc(100% - 1.3rem);
    font-size: var(--fs28);
    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;
  }
  .service .service-main .main-cont .cont-item .item-lump .lump-item .item-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1.2rem;
  }
  .service .service-main .main-cont .cont-item .item-lump .lump-item .item-button em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-download.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-main .main-cont .cont-item .item-lump .lump-item .item-button span {
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-bottom {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem;
    background: #034c8e;
  }
  .service .service-bottom .bottom-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .service .service-bottom .bottom-main .main-title {
    width: 100%;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .service .service-bottom .bottom-main .main-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .service .service-bottom .bottom-main .main-button .page-button {
    margin: 0 0.2rem;
  }
  .service .service-bottom .bottom-main .main-button .page-button:last-of-type {
    line-height: 0.76rem;
    color: #fff;
    border: solid 1px #fff;
    background: transparent;
  }
  .service .service-bottom .bottom-main .main-button .page-button:hover {
    color: #034c8e;
    background: #fff;
  }
  .application {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1.2rem;
  }
  .application .application-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .application .application-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .application .application-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .application .application-main .main-item .item-title {
    margin-bottom: 0.25rem;
    font-size: var(--fs36);
    color: #000;
  }
  .application .application-main .main-item .item-lump {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.15rem;
    padding-left: 0.32rem;
    background: #f6f7f9;
  }
  .application .application-main .main-item .item-lump p {
    width: calc(100% - 0.9rem);
    font-size: var(--fs30);
    color: #333;
  }
  .application .application-main .main-item .item-lump .lump-pic {
    width: 0.8rem;
    height: 100%;
    object-fit: cover;
  }
  .application .application-main .main-item .item-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .domainDetail {
    width: 100%;
    height: auto;
  }
  .domainDetail .domainDetail-plate1 {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 0;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .swiper-slide {
    width: 100%;
    height: 4.5rem;
    margin: 0 0.56rem;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    background: #dcdcdc;
    overflow: hidden;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-prev,
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.26rem;
    height: 0.37rem;
    margin-top: -0.185rem;
    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;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-prev img,
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-prev .img2,
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img1,
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img2,
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-prev {
    left: -0.2rem;
  }
  .domainDetail .domainDetail-plate1 .plate1-swiper .plate1-swiper-button-next {
    right: -0.2rem;
  }
  .domainDetail .domainDetail-plate1 .plate1-text {
    margin-top: 0.9rem;
    padding-bottom: 0.82rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
    border-bottom: solid 1px #e5e5e5;
  }
  .domainDetail .domainDetail-plate2 {
    padding: 0.75rem 0.3rem 0;
  }
  .domainDetail .domainDetail-plate2 .plate2-table {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding-bottom: 0.1rem;
    overflow: auto;
  }
  .domainDetail .domainDetail-plate2 .plate2-table table {
    width: 14rem;
  }
  .domainDetail .domainDetail-plate2 .plate2-table th {
    padding: 0.2rem 0.2rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #034c8e;
    border: solid 1px rgba(255, 255, 255, 0.3);
  }
  .domainDetail .domainDetail-plate2 .plate2-table td {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    border: solid 1px #e5e5e5;
  }
  .domainDetail .domainDetail-plate3 {
    padding: 1.15rem 0.3rem 1rem;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem 0;
    margin-bottom: 0.24rem;
    background: #f6f7f9;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item p {
    width: calc(100% - 1.3rem);
    font-size: var(--fs28);
    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;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item p span {
    margin-right: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item .item-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1.2rem;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item .item-button em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-download.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item .item-button span {
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item:hover {
    background: #034c8e;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item:hover p {
    color: #fff;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item:hover .item-button em {
    background: url(../images/icon/icon-download-on.png) no-repeat center center;
    background-size: 100%;
  }
  .domainDetail .domainDetail-plate3 .plate3-lump .lump-item:hover .item-button span {
    color: #fff;
  }
  .domainDetail .domainDetail-plate4 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 0.9rem;
    background: #034c8e;
  }
  .domainDetail .domainDetail-plate4 .plate1-main .main-title {
    font-size: var(--fs42);
    text-align: center;
    color: #fff;
  }
  .domainDetail .domainDetail-plate4 .plate1-main .main-text {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .domainDetail .domainDetail-plate4 .plate1-main .main-search {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 0.8rem;
    margin: 0.5rem auto 0;
  }
  .domainDetail .domainDetail-plate4 .plate1-main .main-search input {
    width: calc(100% - 2rem);
    height: 100%;
    padding: 0 0.22rem;
    font-size: var(--fs26);
    color: #333;
    border: solid 1px #e5e5e5;
    border-right: none;
  }
  .domainDetail .domainDetail-plate4 .plate1-main .main-search input::placeholder {
    color: #999;
  }
  .domainDetail .domainDetail-plate4 .plate1-main .main-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 100%;
    background: #6eb92b;
  }
  .domainDetail .domainDetail-plate4 .plate1-main .main-search a img {
    display: block;
    width: 16px;
    margin-right: 0.16rem;
  }
  .domainDetail .domainDetail-plate4 .plate1-main .main-search a span {
    font-size: var(--fs28);
    color: #fff;
  }
  .principle {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .principle .principle-main .main-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .principle .principle-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    overflow: hidden;
  }
  .principle .principle-main .main-pic img {
    width: 100%;
  }
  .show {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .show .show-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .show .show-main .main-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    overflow: hidden;
  }
  .show .show-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .show .show-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .show .show-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;
  }
  .show .show-main .main-item .item-title {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0.8rem;
  }
  .product .product-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-main .main-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    padding: 0.3rem 0.2rem;
    background: #f6f7f9;
  }
  .product .product-main .main-item .item-pic {
    width: 2.2rem;
    height: 2.93rem;
    overflow: hidden;
  }
  .product .product-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;
  }
  .product .product-main .main-item .item-cent {
    width: calc(100% - 2.2rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .product .product-main .main-item .item-cent .cent-title {
    font-size: var(--fs32);
    color: #034c8e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .product-main .main-item .item-cent .cent-text {
    height: 1.38rem;
    margin-top: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .product .product-main .main-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.2rem;
    border: solid 1px #034c8e;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-item .item-cent .cent-button em {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-download2.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-item .item-cent .cent-button span {
    font-size: var(--fs28);
    color: #034c8e;
  }
  .product .product-main .main-item .item-cent .cent-button:hover {
    border: solid 1px #034c8e !important;
    background: #034c8e !important;
  }
  .product .product-main .main-item:hover {
    background: #fff;
    box-shadow: 3px 5px 26px 0px rgba(0, 0, 0, 0.08);
  }
  .product .product-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));
  }
  .product .product-main .main-item:hover .item-cent .cent-button {
    background: #6eb92b;
    border: solid 1px #6eb92b;
  }
  .product .product-main .main-item:hover .item-cent .cent-button em {
    background: url(../images/icon/icon-download-on.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-item:hover .item-cent .cent-button span {
    color: #fff;
  }
  .video {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .video .video-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .video .video-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .video .video-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .video .video-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 3.5rem;
    background: #a0a0a0;
    overflow: hidden;
  }
  .video .video-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;
  }
  .video .video-main .main-cont .cont-item .item-pic .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    background: url(../images/icon/icon-video-play.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;
  }
  .video .video-main .main-cont .cont-item .item-pic .video-play:hover {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .video .video-main .main-cont .cont-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .video .video-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .video .video-main .main-cont .cont-item:hover .item-title {
    color: #034c8e;
  }
  .literature {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 1.2rem;
  }
  .literature .literature-main .main-item {
    width: 100%;
    height: auto;
    padding: 0.45rem 0;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333333;
    border-bottom: solid 1px #e5e5e5;
  }
  .literature .literature-main .main-item a {
    color: #034c8e;
    text-decoration: underline;
  }
  .literature .literature-main .main-item a:hover {
    color: #6eb92b;
  }
  .order {
    width: 100%;
    height: auto;
    padding: 1.2rem 0 0;
  }
  .order .order-main {
    padding: 0 0.3rem 0.15rem;
  }
  .order .order-main .main-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 0.95rem;
  }
  .order .order-main .main-item .item-cent {
    width: 100%;
    height: auto;
  }
  .order .order-main .main-item .item-cent .cent-title {
    font-size: var(--fs42);
    color: #000;
  }
  .order .order-main .main-item .item-cent .cent-text {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .order .order-main .main-item .item-cent .cent-text em {
    margin-right: 0.08rem;
    color: #034c8e;
  }
  .order .order-main .main-item .item-cent .cent-text a {
    color: #034c8e;
    text-decoration: underline;
  }
  .order .order-main .main-item .item-cent .cent-text a:hover {
    color: #6eb92b;
  }
  .order .order-main .main-item .item-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.5rem;
  }
  .order .order-main .main-item .item-cent .cent-button .page-button {
    margin-right: 0.32rem;
  }
  .order .order-main .main-item .item-cent .cent-button .page-button:first-of-type {
    background: #034c8e;
  }
  .order .order-main .main-item .item-cent .cent-button .page-button:first-of-type:hover {
    background: #6eb92b;
  }
  .order .order-main .main-item .item-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .order .order-main .main-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .order .order-main .main-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .order .order-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .order .order-bottom .bottom-item {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.95rem;
    background: #023a6b;
  }
  .order .order-bottom .bottom-item .item-title {
    font-size: var(--fs48);
    text-align: center;
    color: #fff;
  }
  .order .order-bottom .bottom-item .item-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .order .order-bottom .bottom-item .item-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.55rem auto 0;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.76rem;
    color: #fff;
    border: solid 1px #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .order .order-bottom .bottom-item .item-button:hover {
    color: #034c8e;
    background: #fff;
  }
  .order .order-bottom .bottom-item:last-of-type {
    background: #034c8e;
  }
  .productInfo {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1rem;
  }
  .productInfo .productInfo-main .main-text {
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
  }
  .productInfo .productInfo-main .main-text a {
    color: #034c8e;
    text-decoration: underline;
  }
  .productInfo .productInfo-main .main-text a:hover {
    color: #6eb92b;
  }
  .productInfo .productInfo-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productInfo .productInfo-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.24rem;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    background: #f6f7f9;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-top::before {
    content: '';
    position: absolute;
    right: 0.4rem;
    top: 0.36rem;
    width: 0.06rem;
    height: 0.22rem;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-top::after {
    content: '';
    position: absolute;
    right: 0.32rem;
    top: 0.44rem;
    width: 0.22rem;
    height: 0.06rem;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-top .top-title {
    flex: 1;
    font-size: var(--fs32);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-top-active {
    background: #034c8e;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-top-active .top-title {
    color: #fff;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-top-active::before {
    background: #fff;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-top-active::after {
    background: #fff;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump {
    display: none;
    width: 100%;
    height: auto;
    padding-top: 0.35rem;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-text {
    padding: 0 0.35rem 0.35rem;
    font-size: var(--fs28);
    color: #333;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box {
    width: 100%;
    height: auto;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box:last-of-type {
    border-bottom: solid 1px #e5e5e5;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    border-top: solid 1px #e5e5e5;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box .box-top::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 18px;
    width: 2px;
    height: 12px;
    background: #6eb92b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box .box-top::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 23px;
    width: 12px;
    height: 2px;
    background: #6eb92b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box .box-top .top-title {
    flex: 1;
    height: 100%;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.8rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box .box-top-active {
    border: solid 1px #e5e5e5;
    border-bottom: none;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box .box-top-active .top-title {
    border-bottom: solid 1px #e5e5e5;
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box .box-top-active::before {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .productInfo .productInfo-main .main-cont .cont-item .item-lump .lump-box .box-cent {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
  }
  .operationVideo {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .operationVideo .operationVideo-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.15rem;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 3.5rem;
    background: #a0a0a0;
    overflow: hidden;
  }
  .operationVideo .operationVideo-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;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item .item-cent {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item .item-cent .cent-title {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item .item-cent .cent-button .page-button {
    margin: 0 0.12rem;
    cursor: pointer;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item .item-cent .cent-button .page-button:first-of-type {
    background: #034c8e;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item .item-cent .cent-button .page-button:first-of-type:hover {
    background: #6eb92b;
  }
  .operationVideo .operationVideo-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));
  }
  .operationVideo .operationVideo-main .main-cont .cont-item:hover .item-cent .cent-title {
    opacity: 0;
  }
  .operationVideo .operationVideo-main .main-cont .cont-item:hover .item-cent .cent-button {
    opacity: 1;
  }
  .learning {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1.2rem;
  }
  .learning .learning-main .main-text {
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
  }
  .learning .learning-main .main-text a {
    color: #034c8e;
    text-decoration: underline;
  }
  .learning .learning-main .main-text a:hover {
    color: #6eb92b;
  }
  .learning .learning-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .learning .learning-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.24rem;
  }
  .learning .learning-main .main-cont .cont-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    background: #f6f7f9;
  }
  .learning .learning-main .main-cont .cont-item .item-top::before {
    content: '';
    position: absolute;
    right: 0.4rem;
    top: 0.36rem;
    width: 0.06rem;
    height: 0.22rem;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .learning .learning-main .main-cont .cont-item .item-top::after {
    content: '';
    position: absolute;
    right: 0.32rem;
    top: 0.44rem;
    width: 0.22rem;
    height: 0.06rem;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .learning .learning-main .main-cont .cont-item .item-top .top-title {
    flex: 1;
    font-size: var(--fs32);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .learning .learning-main .main-cont .cont-item .item-top-active {
    background: #034c8e;
  }
  .learning .learning-main .main-cont .cont-item .item-top-active .top-title {
    color: #fff;
  }
  .learning .learning-main .main-cont .cont-item .item-top-active::before {
    background: #fff;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .learning .learning-main .main-cont .cont-item .item-top-active::after {
    background: #fff;
  }
  .learning .learning-main .main-cont .cont-item .item-lump {
    display: none;
    width: 100%;
    height: auto;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box {
    width: 100%;
    height: auto;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box:last-of-type {
    border-bottom: solid 1px #e5e5e5;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    border-top: solid 1px #e5e5e5;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box .box-top::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 18px;
    width: 2px;
    height: 12px;
    background: #6eb92b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box .box-top::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 23px;
    width: 12px;
    height: 2px;
    background: #6eb92b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box .box-top .top-title {
    flex: 1;
    height: 100%;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.8rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box .box-top-active {
    border: solid 1px #e5e5e5;
    border-bottom: none;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box .box-top-active .top-title {
    color: #034c8e;
    border-bottom: solid 1px #e5e5e5;
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box .box-top-active::before {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .learning .learning-main .main-cont .cont-item .item-lump .lump-box .box-cent {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
  }
  .experiment {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .experiment .experiment-main .main-cont {
    width: 100%;
    height: auto;
  }
  .experiment .experiment-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.24rem;
  }
  .experiment .experiment-main .main-cont .cont-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    background: #f6f7f9;
  }
  .experiment .experiment-main .main-cont .cont-item .item-top::before {
    content: '';
    position: absolute;
    right: 0.4rem;
    top: 0.36rem;
    width: 0.06rem;
    height: 0.22rem;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .experiment .experiment-main .main-cont .cont-item .item-top::after {
    content: '';
    position: absolute;
    right: 0.32rem;
    top: 0.44rem;
    width: 0.22rem;
    height: 0.06rem;
    background: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .experiment .experiment-main .main-cont .cont-item .item-top .top-title {
    flex: 1;
    font-size: var(--fs32);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .experiment .experiment-main .main-cont .cont-item .item-top-active {
    background: #034c8e;
  }
  .experiment .experiment-main .main-cont .cont-item .item-top-active .top-title {
    color: #fff;
  }
  .experiment .experiment-main .main-cont .cont-item .item-top-active::before {
    background: #fff;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .experiment .experiment-main .main-cont .cont-item .item-top-active::after {
    background: #fff;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump {
    display: none;
    width: 100%;
    height: auto;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box {
    width: 100%;
    height: auto;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box:last-of-type {
    border-bottom: solid 1px #e5e5e5;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.35rem;
    border-top: solid 1px #e5e5e5;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box .box-top::before {
    content: '';
    position: absolute;
    right: 25px;
    top: 18px;
    width: 2px;
    height: 12px;
    background: #6eb92b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box .box-top::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 23px;
    width: 12px;
    height: 2px;
    background: #6eb92b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box .box-top .top-title {
    flex: 1;
    height: 100%;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.8rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box .box-top-active {
    border: solid 1px #e5e5e5;
    border-bottom: none;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box .box-top-active .top-title {
    color: #034c8e;
    border-bottom: solid 1px #e5e5e5;
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box .box-top-active::before {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .experiment .experiment-main .main-cont .cont-item .item-lump .lump-box .box-cent {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
  }
  .component {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .component .component-main .main-lump {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .component .component-main .main-lump .lump-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.2rem 0;
    margin-bottom: 0.24rem;
    background: #f6f7f9;
  }
  .component .component-main .main-lump .lump-item p {
    width: calc(100% - 1.3rem);
    font-size: var(--fs28);
    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;
  }
  .component .component-main .main-lump .lump-item p span {
    margin-right: 0.15rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs26);
  }
  .component .component-main .main-lump .lump-item .item-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1.2rem;
  }
  .component .component-main .main-lump .lump-item .item-button em {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-download.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .component .component-main .main-lump .lump-item .item-button span {
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .component .component-main .main-lump .lump-item:hover {
    background: #034c8e;
  }
  .component .component-main .main-lump .lump-item:hover p {
    color: #fff;
  }
  .component .component-main .main-lump .lump-item:hover .item-button em {
    background: url(../images/icon/icon-download-on.png) no-repeat center center;
    background-size: 100%;
  }
  .component .component-main .main-lump .lump-item:hover .item-button span {
    color: #fff;
  }
  .analysis {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.6rem;
  }
  .analysis .analysis-main .main-text {
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .analysis .analysis-main .page-button {
    margin: 0.5rem auto 0;
    background: #034c8e;
  }
  .analysis .analysis-main .page-button:hover {
    background: #6eb92b;
  }
  .agent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .agent .agent-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .agent .agent-main .main-cont .cont-itme {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.32rem 0.48rem;
    margin-bottom: 0.4rem;
    background: #f6f7f9;
  }
  .agent .agent-main .main-cont .cont-itme .item-title {
    font-size: var(--fs36);
    color: #333333;
    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;
  }
  .agent .agent-main .main-cont .cont-itme .item-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .agent .agent-main .main-cont .cont-itme .page-button2 {
    margin-top: 0.4rem;
  }
  .agent .agent-main .main-cont .cont-itme .page-button2:hover {
    background: #034c8e !important;
    border: solid 1px #034c8e !important;
  }
  .agent .agent-main .main-cont .cont-itme:hover {
    background: #fff;
    box-shadow: 3px 5px 26px 0px rgba(0, 0, 0, 0.08);
  }
  .agent .agent-main .main-cont .cont-itme:hover .page-button2 {
    color: #fff;
    background: #6eb92b;
    border: solid 1px #6eb92b;
  }
  .partner {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .partner .partner-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5;
  }
  .partner .partner-main .main-item {
    position: relative;
    width: 33.33%;
    height: 1.6rem;
    border: solid 1px #e5e5e5;
    border-top: none;
    border-left: none;
  }
  .partner .partner-main .main-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #6eb92b;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-item .item-title {
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    text-align: center;
    color: #034c8e;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .partner .partner-main .main-item:hover {
    box-shadow: 3px 5px 26px 0px rgba(0, 0, 0, 0.08);
  }
  .partner .partner-main .main-item:hover::after {
    opacity: 1;
  }
  .about {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
  }
  .about .about-main .main-title {
    font-size: var(--fs48);
    text-align: center;
    color: #034c8e;
  }
  .about .about-main .main-text {
    margin-top: 0.4rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #333;
  }
  .about .about-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    overflow: hidden;
  }
  .about .about-main .main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.2rem;
  }
  .news .news-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .news .news-main .main-cont .cont-item {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    background: #f6f7f9;
  }
  .news .news-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #6eb92b;
    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;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    position: relative;
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-pic .box-time {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.2rem;
    height: 0.8rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #034c8e;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.5rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    line-height: 0.54rem;
    color: #034c8e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    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;
  }
  .news .news-main .main-cont .cont-item .item-cent .page-button2 {
    margin-top: 0.3rem;
  }
  .news .news-main .main-cont .cont-item:hover {
    box-shadow: 3px 5px 26px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  .news .news-main .main-cont .cont-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-cont .cont-item:hover .item-pic .box-time {
    background: #6eb92b;
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .page-button2 {
    color: #fff;
    background: #6eb92b;
    border: solid 1px #6eb92b;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem;
  }
  .newsDetail .newsDetail-main .main-top {
    width: 100%;
    height: auto;
    padding-bottom: 0.45rem;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetail .newsDetail-main .main-top .top-title {
    font-size: var(--fs48);
    text-align: center;
    color: #034c8e;
  }
  .newsDetail .newsDetail-main .main-top .top-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    text-align: center;
    color: #777;
  }
  .newsDetail .newsDetail-main .main-top .top-text span {
    margin: 0 0.15rem;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0 0.65rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetail .newsDetail-main .main-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title {
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title:first-of-type {
    margin-bottom: 0.1rem;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title span {
    font-weight: bold;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title a {
    color: #333;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title:hover {
    color: #034c8e;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent .cent-title:hover a {
    color: #034c8e;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 1rem;
    margin-top: 0.45rem;
    font-size: var(--fs28);
    color: #fff;
    background: #6eb92b;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-button em {
    width: 0.26rem;
    height: 0.24rem;
    margin-right: 0.2rem;
    background: url(../images/icon/icon-return.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-button:hover {
    background: #034c8e;
  }
  .patent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
  }
  .patent .patent-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .patent .patent-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.56rem 0.3rem 0.35rem;
    background: #f6f7f9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .patent .patent-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .patent .patent-main .main-item .item-pic {
    width: 100%;
    height: 6.5rem;
    overflow: hidden;
  }
  .patent .patent-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .patent .patent-main .main-item .item-title {
    width: 100%;
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .patent .patent-main .main-item:hover {
    background: #034c8e;
  }
  .patent .patent-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));
  }
  .patent .patent-main .main-item:hover .item-title {
    color: #fff;
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.2rem 0.3rem;
  }
  .contact .contact-plate1 .plate1-cent {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 .plate1-cent .cent-title {
    font-size: var(--fs36);
    color: #333;
  }
  .contact .contact-plate1 .plate1-cent .cent-subtitle {
    margin: 0.2rem 0 0.3rem;
    font-size: var(--fs48);
    color: #034c8e;
  }
  .contact .contact-plate1 .plate1-cent .cent-box {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    padding-bottom: 0.2rem;
    border-bottom: solid 1px #e5e5e5;
  }
  .contact .contact-plate1 .plate1-cent .cent-box .box-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0.15rem;
  }
  .contact .contact-plate1 .plate1-cent .cent-box .box-item .item-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .contact .contact-plate1 .plate1-cent .cent-box .box-item .item-icon img {
    width: 100%;
  }
  .contact .contact-plate1 .plate1-cent .cent-box .box-item p {
    width: calc(100% - 0.6rem);
    padding-left: 0.2rem;
    font-size: var(--fs28);
    color: #333;
  }
  .contact .contact-plate1 .plate1-cent .cent-box:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .contact .contact-plate1 .plate1-pic {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .contact .contact-plate1 .plate1-pic .pic-img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .contact .contact-plate1 .plate1-pic .pic-img img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate1 .plate1-pic .plate1-ewm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: auto;
    padding: 0.15rem;
    background: #fff;
  }
  .contact .contact-plate1 .plate1-pic .plate1-ewm .ewm-pic {
    width: 1.8rem;
    height: auto;
  }
  .contact .contact-plate1 .plate1-pic .plate1-ewm .ewm-pic img {
    width: 100%;
  }
  .contact .contact-plate1 .plate1-pic .plate1-ewm .ewm-cent {
    width: calc(100% - 1.8rem);
    padding-left: 0.24rem;
  }
  .contact .contact-plate1 .plate1-pic .plate1-ewm .ewm-cent .cent-title {
    font-size: var(--fs28);
    color: #333;
  }
  .contact .contact-plate1 .plate1-pic .plate1-ewm .ewm-cent .cent-text {
    margin-top: 0.12rem;
    font-size: var(--fs26);
    color: #a0a0a0;
  }
  .contact .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 1.2rem;
    background: url(../images/contact-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  .contact .contact-plate2 .plate2-main .main-title {
    font-size: var(--fs38);
    text-align: center;
    color: #000;
  }
  .contact .contact-plate2 .plate2-main .main-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-plate2 .plate2-main .main-form .form-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 0.24rem;
    margin-right: 0;
    margin-bottom: 0.4rem;
    background: #fff;
  }
  .contact .contact-plate2 .plate2-main .main-form .form-item p {
    margin-right: 0.15rem;
    font-size: var(--fs28);
    color: #333;
  }
  .contact .contact-plate2 .plate2-main .main-form .form-item p span {
    color: #ff0000;
  }
  .contact .contact-plate2 .plate2-main .main-form .form-item input {
    flex: 1;
    height: 0.8rem;
    font-size: var(--fs28);
    color: #333;
  }
  .contact .contact-plate2 .plate2-main .main-form .form-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact .contact-plate2 .plate2-main .main-form .form-item:last-of-type {
    align-items: flex-start;
    width: 100%;
    padding: 0.2rem 0.24rem;
    margin-right: 0;
  }
  .contact .contact-plate2 .plate2-main .main-form .form-item:last-of-type textarea {
    flex: 1;
    height: 2rem;
    font-family: 'å¾®è½¯é›…é»‘';
    font-size: var(--fs28);
    color: #333;
    background: #fff;
  }
  .contact .contact-plate2 .plate2-main .page-button {
    margin: 0.08rem auto 0;
  }
  .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: 2.3rem 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: #034c8e;
    border: solid 2px #034c8e;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #034c8e;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-title {
    font-size: var(--fs48);
    text-align: center;
    color: #000;
  }
  .page-button {
    display: block;
    width: 2.7rem;
    height: 0.8rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #6eb92b;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover {
    background: #034c8e;
  }
  .page-button2 {
    display: block;
    width: 2.4rem;
    height: 0.7rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.65rem;
    color: #034c8e;
    border: solid 1px #034c8e;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button2:hover {
    color: #fff;
    background: #034c8e !important;
    border: solid 1px #034c8e !important;
  }
  .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: #034c8e;
  }
  .page-crumb .crumb-box span {
    font-size: var(--fs28);
    color: #034c8e;
  }
  .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%;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #034c8e;
    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-subnav .subnav-main {
    display: none;
  }
  .page-subnav .subnav-box {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.3rem;
    background: #f6f7f9;
  }
  .page-subnav .subnav-box .box-cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .page-subnav .subnav-box .box-cent .cent-item {
    margin: 0.12rem 0.2rem;
    font-size: var(--fs30);
    color: #000;
  }
  .page-subnav .subnav-box .box-cent .cent-item:hover {
    color: #034c8e;
  }
  .page-subnav .subnav-box .box-cent .cent-item-on {
    color: #034c8e;
  }
  .show-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .show-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 99;
    transform: translate(-49%, -49%);
    -o-transform: translate(-49%, -49%);
    -moz-transform: translate(-49%, -49%);
    -webkit-transform: translate(-49%, -49%);
  }
  .show-popup .popup-hide {
    position: absolute;
    top: -0.6rem;
    right: 0.3rem;
    width: 0.5rem;
    cursor: pointer;
  }
  .show-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;
  }
  .show-popup .popup-hide:hover img {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .show-popup .popup-pic {
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .show-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;
  }
  .show-popup .popup-title {
    padding: 0 0.3rem;
    margin-top: 0.35rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
}
</pre></body></html>