.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 0 0.3rem;
  }
  nav .nav-main .main-cont .main-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont {
    display: none;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    padding: 0 0.3rem;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
    display: inline-block;
    position: relative;
    width: auto;
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.04rem;
    color: #fff;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(24, 68, 168, 0.8), rgba(4, 141, 204, 0.8));
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
    color: #fff !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
    height: 100%;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    width: 1.5rem;
    height: auto;
    margin-left: -0.75rem;
    padding: 0.15rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 29;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
    display: none;
    position: relative;
    width: auto;
    font-size: 0.16rem;
    line-height: 0.34rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
    background: linear-gradient(90deg, #fff, #000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
    color: #97cb02 !important;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    width: 1rem;
    height: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2rem;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-bpx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.6rem;
    border-radius: 0.45rem;
    background: #97cb02;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-weight: bold;
    font-size: var(--fs28);
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1.2rem;
    left: 50%;
    width: 2rem;
    height: auto;
    margin-left: -1rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.06rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.46rem;
    text-align: center;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #97cb02;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 1.2rem;
    height: 100%;
    background: #97cb02;
  }
  nav .nav-main .main-cont .main-right .right-menu span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 0.4rem;
    height: 0.03rem;
    margin-top: -0.015rem;
    margin-left: -0.2rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::before {
    content: '';
    position: absolute;
    top: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu span::after {
    content: '';
    position: absolute;
    bottom: -0.14rem;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span {
    background: transparent;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::before {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  nav .nav-main .main-cont .main-right .right-menu-hide span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .nav-main .main-cont .main-web-right {
    display: none;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 0.92rem;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 0.4rem;
    background: #fff;
    border-top: solid 1px #eee;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 960px;
    height: auto;
    margin: 0 auto;
    border-bottom: solid 1px #f7f8f9;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 18px;
    height: auto;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
    flex: 1;
    height: 0.75rem;
    padding: 0 0.5rem;
    font-size: 16px;
    color: #333;
    background: none;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 21px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .nav-main:hover {
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active {
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-right .right-serach {
    border-left: solid 1px #eaeaea;
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 16px;
  }
  nav .nav-main-active .main-cont .main-right .right-lang .lang-box {
    border-left: solid 1px #eaeaea;
  }
  nav .nav-main-active .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-pic-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-active .main-cont .main-right .right-lang .lang-title {
    color: #666666;
  }
  nav .nav-main-active .main-cont .main-right .right-lang .lang-arrow {
    background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
    background-size: 8px 5px;
  }
  nav .nav-main-active2 {
    background: #fff;
    box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
  }
  nav .nav-main-active2 .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active2 .main-cont .main-right .right-serach {
    border-left: solid 1px #eaeaea;
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 16px;
  }
  nav .nav-main-active2 .main-cont .main-right .right-lang .lang-box {
    border-left: solid 1px #eaeaea;
  }
  nav .nav-main-active2 .main-cont .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-pic-on.png) no-repeat center center;
    background-size: 100%;
  }
  nav .nav-main-active2 .main-cont .main-right .right-lang .lang-title {
    color: #666666;
  }
  nav .nav-main-active2 .main-cont .main-right .right-lang .lang-arrow {
    background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
    background-size: 8px 5px;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #97cb02;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #97cb02;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.7rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #97cb02;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #97cb02;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #97cb02;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #97cb02;
    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: #97cb02;
  }
  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 #97cb02;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  nav .Whead-sidebar-on {
    left: 0%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.2rem !important;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 55%;
    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.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    text-align: center;
    letter-spacing: 0.08rem;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.1rem;
    color: rgba(255, 255, 255, 0.6);
    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-cent2 {
    position: absolute;
    top: 28%;
    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-cent2 .cent-title {
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    color: #535f85;
    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-cent2 .cent-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    text-align: center;
    letter-spacing: 0.08rem;
    color: #7e8596;
    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-cent3 {
    position: absolute;
    top: 40%;
    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-cent3 .cent-title {
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent3 .cent-subtitle {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    font-weight: 100;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 4.5rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 30%;
    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);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.15rem;
    font-family: Arial;
    font-size: var(--fs28);
    text-transform: uppercase;
    text-align: center;
    color: #999;
  }
  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: #97cb02;
    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.9rem 0.3rem 0.7rem !important;
    background: #f9f9f9;
    overflow: hidden;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
  }
  footer .foot-main .main-nav {
    display: none;
    justify-content: flex-start;
    width: auto;
  }
  footer .foot-main .main-nav .nav-item {
    width: 1.15rem;
    height: auto;
    margin-right: 0.5rem;
  }
  footer .foot-main .main-nav .nav-item:last-of-type {
    width: auto;
    margin-right: 0;
  }
  footer .foot-main .main-nav .nav-item .item-title {
    display: block;
    font-size: var(--fs18);
    font-weight: bold;
    color: #333;
  }
  footer .foot-main .main-nav .nav-item .item-title:hover {
    color: #006337;
  }
  footer .foot-main .main-nav .nav-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  footer .foot-main .main-nav .nav-item .item-cent a {
    display: block;
    width: 100%;
    margin-bottom: 0.1rem;
    font-size: var(--fs14);
    line-height: 0.24rem;
    color: #666;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span {
    position: relative;
  }
  footer .foot-main .main-nav .nav-item .item-cent a span::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 1px;
    background: #006337;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover {
    color: #006337;
  }
  footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
    left: 0;
    right: auto;
    width: 100%;
  }
  footer .foot-main .main-cont {
    width: 100%;
    height: auto;
    text-align: center;
  }
  footer .foot-main .main-cont .cont-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
  }
  footer .foot-main .main-cont .cont-tel {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.52rem;
    color: #006337;
  }
  footer .foot-main .main-cont .cont-Emali {
    margin: 0.05rem 0 0.2rem;
    font-size: var(--fs28);
    color: #666;
  }
  footer .foot-main .main-cont .cont-text {
    margin: 0.05rem 0 0.1rem;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-main .main-cont .cont-ewm {
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 0.4rem;
  }
  footer .foot-main .main-cont .cont-ewm img {
    width: 2rem;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
  }
  footer .foot-main .main-cont .cont-share {
    display: flex;
    justify-content: center;
    width: auto;
    margin-top: 0.3rem;
  }
  footer .foot-main .main-cont .cont-share .share-item {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.28rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
  }
  footer .foot-main .main-cont .cont-share .share-item:first-of-type {
    margin-left: 0;
  }
  footer .foot-main .main-cont .cont-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-share .share-item .item-ewm {
    position: absolute;
    top: 0.9rem;
    left: 50%;
    width: 1.8rem;
    margin-left: -0.9rem;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 199;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-share .share-item .item-ewm img {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  footer .foot-main .main-cont .cont-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(1) {
    background: #07c160;
    box-shadow: 4px 9px 18px 0px rgba(10, 193, 92, 0.2);
  }
  footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(2) {
    background: #000;
    box-shadow: 4px 9px 18px 0px rgba(0, 0, 0, 0.2);
  }
  footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(3) {
    background: #ff7200;
    box-shadow: 4px 9px 18px 0px rgba(255, 114, 0, 0.2);
  }
  footer .foot-bottom {
    margin-top: 0.24rem;
  }
  footer .foot-bottom .bottom-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  footer .foot-bottom .bottom-box .box-logo {
    display: none;
    width: 2.72rem;
  }
  footer .foot-bottom .bottom-box .box-logo img {
    width: 100%;
  }
  footer .foot-bottom .bottom-box .box-link {
    margin: 0.3rem auto;
    width: 236px;
  }
  footer .foot-bottom .bottom-box .box-link .link-box {
    position: relative;
    width: 100%;
    text-align: left;
  }
  footer .foot-bottom .bottom-box .box-link .link-box .box-name {
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #666;
    height: 44px;
    font-size: 0.26rem;
    line-height: 42px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0 40px 0 13px;
    background-image: url(../images/icon/icon-arrow5.png);
    background-repeat: no-repeat;
    background-position: right 28px center;
  }
  footer .foot-bottom .bottom-box .box-link .link-box .box-list {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 6;
    max-height: 264px;
    overflow-y: auto;
    display: none;
    background-color: #fff;
    border-bottom: none;
    border-radius: 5px;
    padding-bottom: 36px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }
  footer .foot-bottom .bottom-box .box-link .link-box .box-list a {
    display: block;
    font-size: 0.26rem;
    color: #999;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 13px;
  }
  footer .foot-bottom .bottom-box .box-link .link-box .box-list a:hover {
    color: #006337;
  }
  footer .foot-bottom .bottom-cent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.35rem;
    text-align: center;
  }
  footer .foot-bottom .bottom-cent .cent-list {
    width: 100%;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-bottom .bottom-cent .cent-list a {
    color: #666;
  }
  footer .foot-bottom .bottom-cent .cent-list a:hover {
    color: #006337;
  }
  footer .foot-bottom .bottom-cent .cent-list span {
    margin: 0 0.25rem;
  }
  footer .foot-bottom .bottom-cent .cent-zizhi {
    width: auto;
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #666;
  }
  footer .foot-bottom .bottom-cent .cent-zizhi a {
    color: #666;
  }
  footer .foot-bottom .bottom-cent .cent-zizhi a:hover {
    color: #006337;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    padding: 1.2rem 0 0;
  }
  .container .cont-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.5rem;
  }
  .container .cont-plate1 .plate1-main .main-cent .page-title {
    font-size: var(--fs48);
    font-weight: bold;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs48);
    color: #000;
  }
  .container .cont-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: justify;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-cent .page-button {
    margin-top: 0.55rem;
  }
  .container .cont-plate1 .plate1-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-video .video-pic {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-video .video-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    cursor: pointer;
    z-index: 9;
  }
  .container .cont-plate1 .plate1-main .main-video .video-play img {
    width: 0.32rem;
  }
  .container .cont-plate1 .plate1-main .main-video .video-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-video-bg.png) no-repeat center center;
    background-size: 100%;
    animation: load 3s linear infinite;
    z-index: -1;
  }
  .container .cont-plate1 .plate1-main .main-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate1 .plate1-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-cont .cont-box {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-pic {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #006337 15%, transparent);
    z-index: 9;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent {
    width: calc(100% - 1rem);
    height: auto;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-title {
    font-size: var(--fs32);
    font-weight: 100;
    color: #fff;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-subtitle {
    margin-top: 0.2rem;
    font-size: var(--fs34);
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs24);
    font-weight: 100;
    color: #fff;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button em {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 9px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #97cb02;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 9px;
  }
  .container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button: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));
  }
  .container .cont-plate1 .plate1-cont .cont-box:hover .box-cent .cent-lump {
    padding: 0 0.92rem 0 0.52rem;
  }
  .container .cont-plate1 .plate1-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent {
    width: calc(100% - 1rem);
    height: auto;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    text-transform: uppercase;
    color: #006337;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-title {
    margin-top: 0.1rem;
    font-size: var(--fs34);
    font-weight: bold;
    color: #000;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-text {
    margin-top: 0.2rem;
    font-family: Arial;
    font-size: var(--fs26);
    color: rgba(0, 0, 0, 0.5);
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button {
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #dbdbdb;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button em {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 9px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #97cb02;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button:hover {
    border: solid 1px transparent;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button:hover em {
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 9px;
  }
  .container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button: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));
  }
  .container .cont-plate1 .plate1-cont .cont-cent:hover .cent-lump {
    padding: 0.6rem 0.92rem 0 0.52rem;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
  }
  .container .cont-plate2 .page-title {
    text-align: center;
  }
  .container .cont-plate2 .page-heng {
    margin: 0.2rem auto 0;
  }
  .container .cont-plate2 .plate2-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide {
    width: 50%;
    height: auto;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.65rem 0 0 0.5rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-icon {
    width: 0.8rem;
    height: auto;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-bototm {
    position: absolute;
    bottom: 0.6rem;
    width: 17px;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-bototm img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover::before,
  .container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover::after {
    height: 0;
  }
  .container .cont-plate2 .plate2-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-plate2 .plate2-swiper .plate2-swiper-button-prev,
  .container .cont-plate2 .plate2-swiper .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    font-family: '宋体';
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev:hover,
  .container .cont-plate2 .plate2-swiper .plate2-swiper-button-next:hover {
    background: #97cb02;
  }
  .container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev {
    left: 0.1rem;
  }
  .container .cont-plate2 .plate2-swiper .plate2-swiper-button-next {
    right: 0.1rem;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding-top: 0.8rem;
  }
  .container .cont-plate3 .page-title {
    text-align: center;
  }
  .container .cont-plate3 .page-heng {
    margin: 0.2rem auto 0;
  }
  .container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    background: url(../images/plate3-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate3 .plate3-main .main-item {
    width: calc(100% / 2);
    height: auto;
    padding: 0.6rem 0.2rem;
    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-item .item-icon {
    position: relative;
    width: 0.8rem;
    height: 0.5rem;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-main .main-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .main-item .item-title {
    margin-top: 0.45rem;
    font-size: var(--fs32);
    text-align: center;
    color: rgba(51, 51, 51, 0.8);
    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-item .item-num {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    text-align: center;
    color: #006337;
    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-item .item-num span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
  }
  .container .cont-plate3 .plate3-main .main-item .item-num em {
    position: relative;
  }
  .container .cont-plate3 .plate3-main .main-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: var(--fs42);
    font-weight: bold;
    color: #006337;
    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-item:nth-child(even) {
    background: transparent;
  }
  .container .cont-plate3 .plate3-main .main-item:hover {
    background: #97cb02;
  }
  .container .cont-plate3 .plate3-main .main-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate3 .plate3-main .main-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate3 .plate3-main .main-item:hover .item-title {
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-item:hover .item-num {
    color: #fff;
  }
  .container .cont-plate3 .plate3-main .main-item:hover .item-num em::after {
    color: #fff;
  }
  .container .cont-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem;
  }
  .container .cont-plate4 .plate4-top {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate4 .plate4-top .page-title {
    color: #333;
  }
  .container .cont-plate4 .plate4-top .top-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-top .top-swiper .swiper-slide {
    width: calc(100% / 2);
    height: auto;
  }
  .container .cont-plate4 .plate4-top .top-swiper .swiper-slide .slide-box {
    display: inline-block;
    position: relative;
    padding-bottom: 0.1rem;
    font-size: var(--fs28);
    color: #909090;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-top .top-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #006337;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-top .top-swiper .swiper-slide-active .slide-box {
    font-weight: bold;
    color: #006337;
  }
  .container .cont-plate4 .plate4-top .top-swiper .swiper-slide-active .slide-box::after {
    width: 100%;
  }
  .container .cont-plate4 .plate4-button {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    bottom: 1.55rem;
    left: 10.15rem;
    width: 1.45rem;
    height: auto;
    z-index: 9;
  }
  .container .cont-plate4 .plate4-button .plate4-swiper-button-prev,
  .container .cont-plate4 .plate4-button .plate4-swiper-button-next {
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-button .plate4-swiper-button-prev img,
  .container .cont-plate4 .plate4-button .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .cont-plate4 .plate4-button .plate4-swiper-button-prev .img2,
  .container .cont-plate4 .plate4-button .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover,
  .container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover {
    background: #97cb02;
  }
  .container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover .img1,
  .container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover .img2,
  .container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate4 .plate4-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main::before {
    content: '“';
    position: absolute;
    top: 0.5rem;
    left: 0;
    font-family: Arial;
    font-size: 2rem;
    color: rgba(100, 100, 100, 0.2);
  }
  .container .cont-plate4 .plate4-main::after {
    content: '”';
    position: absolute;
    top: 4.5rem;
    right: 0;
    left: auto;
    font-family: Arial;
    font-size: 2rem;
    color: rgba(100, 100, 100, 0.2);
  }
  .container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent {
    width: 100%;
    padding: 1rem 0 0.5rem;
    text-align: center;
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.6rem;
    color: #343434;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-subtitle {
    font-size: var(--fs36);
    line-height: 0.6rem;
    color: #343434;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    line-height: 0.46rem;
    text-align: justify;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
  }
  .container .cont-plate4 .plate4-main .main-box .box-cent .cent-bottom {
    width: 2.6rem;
    margin: 0.5rem auto 0;
    opacity: 0;
    transform: translatey(0.4rem);
    -o-transform: translatey(0.4rem);
    -moz-transform: translatey(0.4rem);
    -webkit-transform: translatey(0.4rem);
  }
  .container .cont-plate4 .plate4-main .main-box .box-pic {
    margin-top: 0.6rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    opacity: 0;
  }
  .container .cont-plate4 .plate4-main .main-box .box-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-title {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-subtitle {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s 0.2s;
    -o-transition: all 0.5s 0.2s;
    -moz-transition: all 0.5s 0.2s;
    -webkit-transition: all 0.5s 0.2s;
  }
  .container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-text {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s 0.4s;
    -o-transition: all 0.5s 0.4s;
    -moz-transition: all 0.5s 0.4s;
    -webkit-transition: all 0.5s 0.4s;
  }
  .container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-bottom {
    opacity: 1;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    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;
  }
  .container .cont-plate4 .plate4-main .main-box-on .box-pic {
    opacity: 1;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate5 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-top {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
  }
  .container .cont-plate5 .plate5-top .page-title {
    text-align: center;
    color: #000;
  }
  .container .cont-plate5 .plate5-top .page-heng {
    margin: 0.2rem auto 0;
    background: #97cb02;
  }
  .container .cont-plate5 .plate5-main {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-pic {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container .cont-plate5 .plate5-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-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));
  }
  .container .cont-plate5 .plate5-main .main-pic-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate5 .plate5-swiper {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0.6rem auto 0;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.13rem;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.25rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs26);
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide-on .slide-box {
    background: transparent;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide-on .slide-box .box-cent .cent-title {
    color: #fff;
  }
  .container .cont-plate5 .plate5-swiper .swiper-slide-on .slide-box .box-cent .cent-text {
    color: #fff;
  }
  .container .cont-plate5 .plate5-swiper .plate5-swiper-button-prev,
  .container .cont-plate5 .plate5-swiper .plate5-swiper-button-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    font-family: '宋体';
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-swiper .plate5-swiper-button-prev {
    left: 0.2rem;
  }
  .container .cont-plate5 .plate5-swiper .plate5-swiper-button-next {
    right: 0.2rem;
  }
  .container .cont-plate6 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.6rem;
  }
  .container .cont-plate6 .plate6-main .main-English {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs36);
    text-align: center;
    text-transform: uppercase;
    color: #999;
  }
  .container .cont-plate6 .plate6-main .main-title {
    margin-top: 0.1rem;
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .container .cont-plate6 .plate6-main .main-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    overflow: hidden;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.84rem;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    background: #f5f5f5;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 3.85rem;
    overflow: hidden;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.36rem 0.2rem;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    color: rgba(51, 51, 51, 0.3);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    height: 1.08rem;
    margin-top: 0.15rem;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.54rem;
    color: #353432;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 1rem;
    height: 0.6rem;
    margin-top: 0.6rem;
    border-radius: 0.45rem;
    border: solid 2px #97cb02;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover {
    background: #006337;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-time {
    color: rgba(255, 255, 255, 0.3);
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #fff;
  }
  .container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
    border: solid 2px #fff;
    background: #fff url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 6px;
  }
  .container .cont-plate6 .plate6-main .plate6-swiper-button-prev,
  .container .cont-plate6 .plate6-main .plate6-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    font-family: '宋体';
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .plate6-swiper-button-prev:hover,
  .container .cont-plate6 .plate6-main .plate6-swiper-button-next:hover {
    background: #97cb02;
  }
  .container .cont-plate6 .plate6-main .plate6-swiper-button-prev {
    left: -0.2rem;
  }
  .container .cont-plate6 .plate6-main .plate6-swiper-button-next {
    right: -0.2rem;
  }
  .container .cont-plate6 .plate6-main .page-button {
    margin: 0.7rem auto 0;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    padding: 0.7rem 0.3rem;
  }
  .about .about-plate1 .plate1-main {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .about .about-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    overflow: hidden;
  }
  .about .about-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate1 .plate1-main .main-cent {
    width: 100%;
    padding-top: 0.75rem;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-subtitle {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    color: #333;
  }
  .about .about-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate1 .plate1-text {
    width: 100%;
    margin-top: 0.65rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.05rem 0.3rem 1.2rem;
  }
  .about .about-plate2 .plate2-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about .about-plate2 .plate2-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate2 .plate2-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.6rem 0.35rem 0.35rem;
    font-size: var(--fs30);
    line-height: 0.46rem;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  }
  .about .about-plate2 .plate2-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));
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-title {
    font-size: var(--fs36);
    text-align: center;
    text-transform: uppercase;
    color: #333;
  }
  .about .about-plate3 .plate3-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs48);
    text-align: center;
    text-transform: uppercase;
    color: #97cb02;
  }
  .about .about-plate3 .plate3-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    background: url(../images/about-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .about .about-plate3 .plate3-main .main-cont {
    position: absolute;
    top: -0.65rem;
    left: 0;
    right: 0;
    padding: 0 0.48rem;
    z-index: 9;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    padding-bottom: 0.15rem;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
    width: calc(100% / 3);
    height: auto;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    color: #9a9a9a;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon {
    width: 18px;
    height: 18px;
    margin: 0.1rem auto 0;
    border-radius: 50%;
    border: solid 4px #fff;
    background: #d9d9d9;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
    color: #006337;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
    background: #97cb02;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-title {
    color: #006337;
  }
  .about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-icon {
    background: #97cb02;
  }
  .about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-prev,
  .about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
    position: absolute;
    bottom: 0;
    width: 0.7rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.65rem;
    border-radius: 50%;
    background: #dddddd;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-prev img,
  .about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-next img {
    width: 0.24rem;
  }
  .about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-prev:hover,
  .about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-next:hover {
    background: #006337;
  }
  .about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-prev {
    left: 0;
  }
  .about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
    right: 0;
  }
  .about .about-plate3 .plate3-main .main-box {
    position: relative;
    padding: 1.2rem 0.3rem 0;
  }
  .about .about-plate3 .plate3-main .main-box .box-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
  }
  .about .about-plate3 .plate3-main .main-box .box-lump .lump-pic {
    width: 100%;
    height: 5rem;
    background-color: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .about .about-plate3 .plate3-main .main-box .box-lump .lump-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-main .main-box .box-lump .lump-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .about .about-plate3 .plate3-main .main-box .box-lump .lump-cent {
    width: 100%;
    height: auto;
    padding: 0.7rem 0 0;
  }
  .about .about-plate3 .plate3-main .main-box .box-lump .lump-cent .cent-year {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    color: #006337;
  }
  .about .about-plate3 .plate3-main .main-box .box-lump .lump-cent .cent-title {
    font-size: var(--fs36);
    color: #333;
  }
  .about .about-plate3 .plate3-main .main-box .box-lump .lump-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate3 .plate3-main .main-box .box-lump-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .culture {
    padding: 0 0.3rem 1.5rem;
  }
  .culture .page-title2 {
    margin-top: 0.7rem;
  }
  .culture .culture-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.72rem;
  }
  .culture .culture-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.3rem 0.75rem;
    background: #f4f4f4;
  }
  .culture .culture-main .main-item:last-of-type {
    margin-right: 0;
  }
  .culture .culture-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .culture .culture-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;
  }
  .culture .culture-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0;
  }
  .culture .culture-main .main-item .item-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    text-transform: uppercase;
    color: #006337;
  }
  .culture .culture-main .main-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .culture .culture-main .main-item .item-cent .cent-heng {
    width: 13px;
    height: 3px;
    margin-top: 0.1rem;
    background: #97cb02;
  }
  .culture .culture-main .main-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .culture .culture-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));
  }
  .culture .culture-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .culture .culture-cont .cont-lump {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    overflow: hidden;
  }
  .culture .culture-cont .cont-lump .lump-pic {
    width: 100%;
    height: auto;
  }
  .culture .culture-cont .cont-lump .lump-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-cont .cont-lump .lump-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.5rem 0;
  }
  .culture .culture-cont .cont-lump .lump-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    text-transform: uppercase;
    color: #fff;
  }
  .culture .culture-cont .cont-lump .lump-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #fff;
  }
  .culture .culture-cont .cont-lump .lump-cent .cent-heng {
    width: 13px;
    height: 3px;
    margin-top: 0.1rem;
    background: #97cb02;
  }
  .culture .culture-cont .cont-lump .lump-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
  }
  .culture .culture-cont .cont-lump:hover .lump-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .culture .culture-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    padding: 0.3rem 0.3rem 0.72rem;
    background: #f4f4f4;
  }
  .culture .culture-cont .cont-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .culture .culture-cont .cont-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .culture .culture-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 0.3rem;
  }
  .culture .culture-cont .cont-box .box-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    text-transform: uppercase;
    color: #006337;
  }
  .culture .culture-cont .cont-box .box-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .culture .culture-cont .cont-box .box-cent .cent-heng {
    width: 13px;
    height: 3px;
    margin-top: 0.1rem;
    background: #97cb02;
  }
  .culture .culture-cont .cont-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
  }
  .culture .culture-cont .cont-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));
  }
  .honor {
    width: 100%;
    height: auto;
  }
  .honor .honor-plate1 {
    padding: 0.7rem 0.3rem 0;
  }
  .honor .honor-plate1 .plate1-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .honor .honor-plate1 .plate1-data .data-item {
    width: 50%;
    margin: 0 ;
    margin-bottom: 0.4rem;
  }
  .honor .honor-plate1 .plate1-data .data-item .item-icon {
    width: auto;
    height: 0.65rem;
    text-align: center;
  }
  .honor .honor-plate1 .plate1-data .data-item .item-icon img {
    width: auto;
    height: 100%;
  }
  .honor .honor-plate1 .plate1-data .data-item .item-title {
    margin-top: 0.45rem;
    font-size: var(--fs32);
    text-align: center;
    color: #333;
  }
  .honor .honor-plate1 .plate1-data .data-item .item-num {
    margin-top: 0.1rem;
    font-size: var(--fs32);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-plate1 .plate1-data .data-item .item-num span {
    margin-right: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.7rem;
    color: #006337;
  }
  .honor .honor-plate1 .plate1-data .data-item .item-num em {
    position: relative;
  }
  .honor .honor-plate1 .plate1-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.4rem;
    left: 0;
    font-size: var(--fs42);
    font-weight: bold;
    color: #006337;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-plate1 .plate1-swiper {
    position: relative;
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
  }
  .honor .honor-plate1 .plate1-swiper .swiper-slide {
    width: calc(100% / 2);
    height: auto;
  }
  .honor .honor-plate1 .plate1-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 1.25rem;
  }
  .honor .honor-plate1 .plate1-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev,
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev img,
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev .img2,
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev:hover,
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next:hover {
    background: #97cb02;
  }
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img1,
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img2,
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev {
    left: 0.1rem;
  }
  .honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next {
    right: 0.1rem;
  }
  .honor .honor-plate2 {
    width: 100%;
    height: auto;
    padding-top: 0.95rem;
  }
  .honor .honor-plate2 .page-title2,
  .honor .honor-plate2 .page-English {
    text-align: center;
  }
  .honor .honor-plate2 .page-heng {
    margin: 0.2rem auto 0;
  }
  .honor .honor-plate2 .plate2-main {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem 1.2rem;
    margin-top: 0.75rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .honor .honor-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  .honor .honor-plate2 .plate2-main .main-cont .cont-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .honor .honor-plate2 .plate2-main .main-cont .cont-text {
    margin-top: 0.45rem;
    font-size: var(--fs32);
    line-height: 0.54rem;
    color: #fff;
  }
  .honor .honor-plate2 .plate2-main .main-cont .cont-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.8rem;
    margin: 0.75rem auto 0;
    border-radius: 0.45rem;
    background: #97cb02;
  }
  .honor .honor-plate2 .plate2-main .main-cont .cont-button span {
    font-size: var(--fs30);
    color: #fff;
  }
  .honor .honor-plate2 .plate2-main .main-cont .cont-button em {
    width: 0.26rem;
    height: 0.24rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .honor .honor-plate2 .plate2-main .main-cont .cont-button:hover {
    background: #006337;
  }
  .honor .honor-plate3 {
    padding: 0.8rem 0.3rem 1.15rem;
  }
  .honor .honor-plate3 .page-title2,
  .honor .honor-plate3 .page-English {
    text-align: center;
  }
  .honor .honor-plate3 .page-heng {
    margin: 0.2rem auto 0;
  }
  .honor .honor-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .honor .honor-plate3 .plate3-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .honor .honor-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .honor .honor-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-plate3 .plate3-main .main-item .item-cent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.4rem 0.48rem;
    background: rgba(151, 203, 2, 0.8);
  }
  .honor .honor-plate3 .plate3-main .main-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.6rem;
    color: #fff;
  }
  .honor .honor-plate3 .plate3-main .main-item .item-cent .cent-text {
    font-size: var(--fs30);
    line-height: 0.6rem;
    color: #fff;
  }
  .honor .honor-plate3 .plate3-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));
  }
  .honor .honor-plate3 .plate3-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 0.8rem;
    margin: 0.5rem auto 0;
    border-radius: 0.45rem;
    background: #006337;
  }
  .honor .honor-plate3 .plate3-button span {
    font-size: var(--fs30);
    color: #fff;
  }
  .honor .honor-plate3 .plate3-button em {
    width: 0.26rem;
    height: 0.24rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .honor .honor-plate3 .plate3-button:hover {
    background: #97cb02;
  }
  .honorList {
    padding: 0 0.3rem 0.63rem;
  }
  .honorList .page-title2 {
    margin-top: 0.65rem;
  }
  .honorList .honorList-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .honorList .honorList-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box .box-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box .box-item .item-pic {
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    text-align: center;
    color: #666;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box .box-item:nth-child(1)::after {
    content: '';
    display: none;
    position: absolute;
    top: 2.55rem;
    left: 0;
    width: 100%;
    height: 2.4rem;
    background: url(../images/honorList-bg.png) no-repeat bottom left;
    background-size: 100%;
    z-index: -1;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box .box-item:nth-child(4)::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.4rem;
    background: url(../images/honorList-bg.png) no-repeat bottom left;
    background-size: 100%;
    z-index: -1;
  }
  .honorList .honorList-swiper .swiper-slide .slide-box .box-item:hover .item-pic {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .honorList .honorList-swiper .honorList-swiper-button-prev,
  .honorList .honorList-swiper .honorList-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honorList .honorList-swiper .honorList-swiper-button-prev img,
  .honorList .honorList-swiper .honorList-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honorList .honorList-swiper .honorList-swiper-button-prev .img2,
  .honorList .honorList-swiper .honorList-swiper-button-next .img2 {
    opacity: 0;
  }
  .honorList .honorList-swiper .honorList-swiper-button-prev:hover,
  .honorList .honorList-swiper .honorList-swiper-button-next:hover {
    background: #97cb02;
  }
  .honorList .honorList-swiper .honorList-swiper-button-prev:hover .img1,
  .honorList .honorList-swiper .honorList-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .honorList .honorList-swiper .honorList-swiper-button-prev:hover .img2,
  .honorList .honorList-swiper .honorList-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .honorList .honorList-swiper .honorList-swiper-button-prev {
    left: 0.1rem;
  }
  .honorList .honorList-swiper .honorList-swiper-button-next {
    right: 0.1rem;
  }
  .service {
    padding: 0 0.3rem 1.4rem;
  }
  .service .service-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.65rem;
  }
  .service .service-top .top-cent {
    width: 100%;
    height: auto;
  }
  .service .service-top .top-cent .cent-title {
    margin-top: 0.7rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .service .service-top .top-cent .cent-subtitle {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    color: #333;
  }
  .service .service-top .top-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
  }
  .service .service-top .top-pic {
    width: 100%;
    height: auto;
    margin-top: 0.78rem;
    overflow: hidden;
  }
  .service .service-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-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));
  }
  .service .service-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .service .service-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.38rem;
    background: #f8f8f8;
  }
  .service .service-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .service .service-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .service .service-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;
  }
  .service .service-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.3rem 1rem;
  }
  .service .service-main .main-item .item-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.56rem;
    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-item .item-cent .cent-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .service .service-main .main-item .item-cent .cent-button {
    position: absolute;
    bottom: 0.36rem;
    right: 0.5rem;
    width: 0.8rem;
    height: 0.5rem;
    border-radius: 0.45rem;
    border: solid 2px #97cb02;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-main .main-item .item-cent .cent-button:hover {
    border: solid 2px #006337;
    background: url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 6px;
  }
  .service .service-main .main-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #97cb02;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .service .service-main .main-item:hover {
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(72, 72, 72, 0.15);
  }
  .service .service-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));
  }
  .service .service-main .main-item:hover .item-cent .cent-title {
    color: #006337;
  }
  .service .service-main .main-item:hover::after {
    width: 100%;
  }
  .serviceDetail {
    width: 100%;
    height: auto;
  }
  .serviceDetail .serviceDetail-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.65rem;
    padding: 0 0.3rem;
  }
  .serviceDetail .serviceDetail-top .top-cent {
    width: 100%;
    height: auto;
  }
  .serviceDetail .serviceDetail-top .top-cent .cent-subtitle {
    margin-top: 0.9rem;
    font-size: var(--fs48);
    color: #333;
  }
  .serviceDetail .serviceDetail-top .top-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .serviceDetail .serviceDetail-top .top-pic {
    width: 100%;
    height: auto;
    margin-top: 0.78rem;
    overflow: hidden;
  }
  .serviceDetail .serviceDetail-top .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .serviceDetail .serviceDetail-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));
  }
  .serviceDetail .serviceDetail-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.98rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  .serviceDetail .serviceDetail-plate2 .plate2-main {
    width: 100%;
    height: auto;
    padding: 1.1rem 0.3rem;
    background: linear-gradient(90deg, rgba(0, 99, 56, 0.8) 35%, transparent);
  }
  .serviceDetail .serviceDetail-plate2 .plate2-main .main-cent {
    width: 100%;
    height: auto;
  }
  .serviceDetail .serviceDetail-plate2 .plate2-main .main-cent .cent-title {
    font-size: var(--fs48);
    color: #fff;
  }
  .serviceDetail .serviceDetail-plate2 .plate2-main .main-cent .cent-suntitle {
    margin-top: 0.5rem;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.5rem;
    color: #fff;
  }
  .serviceDetail .serviceDetail-plate2 .plate2-main .main-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #fff;
  }
  .serviceDetail .serviceDetail-plate2 .plate2-main .main-cent .page-button {
    width: 4.2rem;
    height: 0.8rem;
    margin-top: 0.75rem;
    font-size: var(--fs26);
    line-height: 0.8rem;
  }
  .serviceDetail .serviceDetail-plate3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 0.3rem 1.2rem;
  }
  .serviceDetail .serviceDetail-plate3 .top-cent {
    width: 100%;
    height: auto;
  }
  .serviceDetail .serviceDetail-plate3 .top-cent .cent-subtitle {
    margin-top: 0;
    font-size: var(--fs48);
    color: #333;
  }
  .serviceDetail .serviceDetail-plate3 .top-cent .cent-text {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .serviceDetail .serviceDetail-plate3 .top-pic {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .serviceDetail .serviceDetail-plate3 .top-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .serviceDetail .serviceDetail-plate3 .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));
  }
  .industry {
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }
  .industry .industry-swiper {
    width: 100%;
    height: auto;
  }
  .industry .industry-swiper .swiper-slide {
    width: 50%;
    height: auto;
  }
  .industry .industry-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .industry .industry-swiper .swiper-slide .slide-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industry .industry-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industry .industry-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .industry .industry-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;
  }
  .industry .industry-swiper .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.65rem 0 0 0.5rem;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-icon {
    width: 0.8rem;
    height: auto;
  }
  .industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
    width: 100%;
  }
  .industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.4rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs28);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
  }
  .industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-bototm {
    position: absolute;
    bottom: 0.6rem;
    width: 17px;
  }
  .industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-bototm img {
    width: 100%;
  }
  .industry .industry-swiper .swiper-slide .slide-box:hover::before,
  .industry .industry-swiper .swiper-slide .slide-box:hover::after {
    height: 0;
  }
  .industry .industry-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));
  }
  .industry .industry-plate1 {
    padding: 0.6rem 0.3rem;
  }
  .industry .industry-plate1 .plate1-title {
    font-size: var(--fs48);
    color: #333;
  }
  .industry .industry-plate1 .plate1-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .industry .industry-plate2 {
    width: 100%;
    height: auto;
    padding: 0.86rem 0;
    background: #ebebeb;
  }
  .industry .industry-plate2 .plate2-main {
    text-align: center;
    overflow: auto;
  }
  .industry .industry-plate2 .plate2-main img {
    max-width: 15.36rem;
    width: 15.36rem;
  }
  .produce {
    width: 100%;
    height: auto;
  }
  .produce .produce-plate1 {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem 0.8rem;
    background: url(../images/produce-bg.png) no-repeat bottom left;
    background-size: 100%;
  }
  .produce .produce-plate1 .plate1-main .main-title {
    margin-top: 0.55rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .produce .produce-plate1 .plate1-main .main-subtitle {
    font-size: var(--fs44);
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .produce .produce-plate1 .plate1-main .main-text {
    width: 100%;
    height: auto;
    margin: 0.25rem auto 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .produce .produce-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-pic {
    display: none;
    width: 5.97rem;
    height: auto;
    margin: 0 auto;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-pic img {
    width: 100%;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-item {
    position: static;
    width: 48.5%;
    margin-bottom: 0.35rem;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-item .item-title {
    font-size: var(--fs28);
    color: #333;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-item .item-num {
    font-size: var(--fs34);
    color: #333;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-item .item-num span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    color: #97cb02;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(2) {
    top: 0.8rem;
    left: 1.98rem;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(3) {
    top: 0.8rem;
    left: 12.3rem;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(4) {
    bottom: 1.2rem;
    left: 1.98rem;
  }
  .produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(5) {
    bottom: 1.2rem;
    left: 12.3rem;
  }
  .produce .produce-plate2 {
    padding: 1rem 0.3rem 0;
  }
  .produce .produce-plate2 .plate2-title {
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .produce .produce-plate2 .plate2-subtitle {
    font-size: var(--fs44);
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .produce .produce-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .produce .produce-plate2 .plate2-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
  }
  .produce .produce-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .produce .produce-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .produce .produce-plate2 .plate2-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));
  }
  .produce .produce-plate2 .plate2-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0;
  }
  .produce .produce-plate2 .plate2-main .main-item .item-cent .cent-num {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 1.2rem;
    line-height: 1rem;
    background: linear-gradient(180deg, #c6e08a, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .produce .produce-plate2 .plate2-main .main-item .item-cent .cent-title {
    margin-top: 0.35rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .produce .produce-plate2 .plate2-main .main-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .produce .produce-plate2 .plate2-main .main-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .produce .produce-plate2 .plate2-main .main-item:nth-child(4) {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .produce .produce-plate2 .plate2-main .main-item:nth-child(4) .item-pic {
    width: 100%;
    margin-top: 0;
  }
  .produce .produce-plate2 .plate2-main .main-item:nth-child(4) .item-cent {
    width: 100%;
    padding: 0.3rem 0 0;
  }
  .produce .produce-plate3 {
    width: 100%;
    height: auto;
  }
  .produce .produce-plate3 .plate3-title {
    padding: 0 0.3rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .produce .produce-plate3 .plate3-subtitle {
    padding: 0 0.3rem;
    font-size: var(--fs44);
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .produce .produce-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    padding: 1.1rem 0.3rem 1.2rem;
    text-align: center;
    background: #f9f9f9;
  }
  .produce .produce-plate3 .plate3-main .main-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .produce .produce-plate3 .plate3-main .main-cent .cent-text {
    width: 100%;
    margin: 0.15rem auto 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .produce .produce-plate3 .plate3-main .main-cont {
    position: relative;
    margin-top: 0.9rem;
    padding: 0 0.7rem;
  }
  .produce .produce-plate3 .plate3-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 7rem;
    overflow: hidden;
  }
  .produce .produce-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;
  }
  .produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    text-align: center;
    color: #333;
  }
  .produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev,
  .produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    text-align: center;
    line-height: 0.75rem;
    border-radius: 50%;
    background: #dddddd;
    z-index: 9;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev img,
  .produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next img {
    width: 12px;
  }
  .produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev:hover,
  .produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next:hover {
    background: #006337;
  }
  .produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev {
    left: 0;
  }
  .produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
    right: 0;
  }
  .produce .produce-plate4 {
    padding: 1rem 0.3rem 0;
  }
  .produce .produce-plate4 .plate4-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .produce .produce-plate4 .plate4-text {
    width: 100%;
    margin: 0.15rem auto 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .produce .produce-plate4 .plate4-pic {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .produce .produce-plate4 .plate4-pic img {
    width: 100%;
  }
  .produce .produce-plate5 {
    padding: 1rem 0.3rem 1.6rem;
  }
  .produce .produce-plate5 .plate5-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .produce .produce-plate5 .plate5-text {
    width: 100%;
    margin: 0.15rem auto 0;
    font-size: var(--fs28);
    line-height: 0.36rem;
    text-align: center;
    color: #666;
  }
  .produce .produce-plate5 .plate5-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    overflow: hidden;
  }
  .produce .produce-plate5 .plate5-swiper .swiper-slide {
    width: calc(100% / 2);
    height: auto;
    padding-right: 1px;
  }
  .produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 0.2rem 0.2rem;
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #006338 10%, transparent);
  }
  .produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .marketing {
    width: 100%;
    height: auto;
  }
  .marketing .marketing-plate1 {
    width: 100%;
    height: auto;
    padding: 0.55rem 0 0.8rem;
  }
  .marketing .marketing-plate1 .plate1-main {
    padding: 0 0.3rem;
  }
  .marketing .marketing-plate1 .plate1-main .main-title {
    margin-top: 0.55rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .marketing .marketing-plate1 .plate1-main .main-subtitle {
    font-size: var(--fs44);
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .marketing .marketing-plate1 .plate1-main .main-text {
    width: 100%;
    height: auto;
    margin: 0.25rem auto 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .marketing .marketing-plate1 .plate1-cont {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
    margin-top: 0.7rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
  .marketing .marketing-plate1 .plate1-cont .cont-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .marketing .marketing-plate1 .plate1-cont .cont-data .data-item {
    width: 48.5%;
    margin: 0 0 0.35rem;
  }
  .marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-title {
    font-size: var(--fs30);
    color: #fff;
  }
  .marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num {
    margin-top: 0.2rem;
    font-size: 0.54rem;
    color: #fff;
  }
  .marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    color: #fff;
  }
  .marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num em {
    position: relative;
  }
  .marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num em::after {
    content: '+';
    position: absolute;
    top: -0.2rem;
    left: 0;
    font-size: var(--fs30);
    font-weight: bold;
    color: #fff;
  }
  .marketing .marketing-plate2 {
    padding: 1rem 0.3rem 1.6rem;
  }
  .marketing .marketing-plate2 .plate2-title {
    margin-top: 0.55rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .marketing .marketing-plate2 .plate2-subtitle {
    font-size: var(--fs44);
    text-align: center;
    line-height: 0.8rem;
    color: #006337;
  }
  .marketing .marketing-plate2 .plate2-text {
    width: 100%;
    height: auto;
    margin: 0.25rem auto 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #666;
  }
  .marketing .marketing-plate2 .plate2-logo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .marketing .marketing-plate2 .plate2-logo .logo-item {
    width: 48.5%;
    height: 1.8rem;
    margin-right: 0;
    margin-bottom: 0.18rem;
    border-radius: 0.05rem;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .marketing .marketing-plate2 .plate2-logo .logo-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;
  }
  .marketing .marketing-plate2 .plate2-logo .logo-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .design {
    width: 100%;
    height: auto;
  }
  .design .design-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.6rem 0 1rem;
    background: url(../images/design-bg.png) no-repeat bottom left;
    background-size: 150%;
  }
  .design .design-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .design .design-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .design .design-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .design .design-plate1 .plate1-cent {
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .design .design-plate1 .plate1-cent .cent-title {
    margin-top: 0.7rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #006337;
  }
  .design .design-plate1 .plate1-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .design .design-plate2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .design .design-plate2 .plate2-item {
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f7f7;
  }
  .design .design-plate2 .plate2-item:nth-child(even) {
    background: #f0f0f0;
  }
  .design .design-plate2 .plate2-item .item-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .design .design-plate2 .plate2-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .design .design-plate2 .plate2-item .item-cent {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .design .design-plate2 .plate2-item .item-cent .cent-icon {
    position: relative;
    width: 0.84rem;
    height: 0.8rem;
  }
  .design .design-plate2 .plate2-item .item-cent .cent-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .design .design-plate2 .plate2-item .item-cent .cent-icon .img2 {
    opacity: 0;
  }
  .design .design-plate2 .plate2-item .item-cent .cent-title {
    margin-top: 0.45rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #006337;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .design .design-plate2 .plate2-item .item-cent .cent-English {
    margin-top: 0.25rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    color: #bebebe;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .design .design-plate2 .plate2-item .item-cent .cent-heng {
    width: 20px;
    height: 2px;
    margin-top: 0.45rem;
    background: #97cb02;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .design .design-plate2 .plate2-item .item-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #666;
    opacity: 1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .design .design-plate2 .plate2-item:hover .item-pic {
    opacity: 1;
  }
  .design .design-plate2 .plate2-item:hover .item-cent {
    padding: 0.9rem 0.7rem 0;
  }
  .design .design-plate2 .plate2-item:hover .item-cent .cent-icon .img1 {
    opacity: 0;
  }
  .design .design-plate2 .plate2-item:hover .item-cent .cent-icon .img2 {
    opacity: 1;
  }
  .design .design-plate2 .plate2-item:hover .item-cent .cent-title,
  .design .design-plate2 .plate2-item:hover .item-cent .cent-English {
    color: #fff;
  }
  .design .design-plate2 .plate2-item:hover .item-cent .cent-heng {
    background: #fff;
  }
  .design .design-plate2 .plate2-item:hover .item-cent .cent-text {
    opacity: 1;
  }
  .maintenance {
    width: 100%;
    height: auto;
  }
  .maintenance .maintenance-plate1 {
    padding: 0.55rem 0.3rem 0;
  }
  .maintenance .maintenance-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .maintenance .maintenance-plate1 .plate1-main .main-cent {
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-top: 0.65rem;
  }
  .maintenance .maintenance-plate1 .plate1-main .main-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #006337;
  }
  .maintenance .maintenance-plate1 .plate1-main .main-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .maintenance .maintenance-plate1 .plate1-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    overflow: hidden;
  }
  .maintenance .maintenance-plate1 .plate1-main .main-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .maintenance .maintenance-plate1 .plate1-main .main-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .maintenance .maintenance-plate2 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.05rem;
  }
  .maintenance .maintenance-plate2 .plate2-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #006337;
  }
  .maintenance .maintenance-plate2 .plate2-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #97cb02;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.45rem 0.2rem;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-num {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    background: linear-gradient(180deg, #e0ebe6, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-title {
    margin-top: -0.45rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #353535;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-text p {
    position: relative;
    padding-left: 0.3rem;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-text p::after {
    content: '';
    position: absolute;
    top: 0.14rem;
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    border: solid 3px #97cb02;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item:hover {
    margin-top: 0;
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .maintenance .maintenance-plate2 .plate2-main .main-item:hover .item-cent .cent-title {
    color: #006337;
  }
  .solution {
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
  }
  .solution .solution-main {
    padding: 0 0.3rem 0.4rem;
  }
  .solution .solution-main .page-title2 {
    margin-top: 0.5rem;
  }
  .solution .solution-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .solution .solution-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.7rem;
    background: #f6f6f6;
  }
  .solution .solution-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .solution .solution-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #97cb02;
    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;
  }
  .solution .solution-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solution .solution-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;
  }
  .solution .solution-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.42rem;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs36);
    color: #343434;
    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;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #999;
  }
  .solution .solution-main .main-cont .cont-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.55rem;
    margin-top: 0.25rem;
    border-radius: 0.45rem;
    border: solid 2px #97cb02;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-cont .cont-item:hover {
    background: #fff;
    box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .solution .solution-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));
  }
  .solution .solution-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));
  }
  .solution .solution-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #006337;
  }
  .solution .solution-main .main-cont .cont-item:hover .item-cent .cent-button {
    background: #97cb02 url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
  }
  .solution .solution-main .main-load {
    display: block;
    width: 1.8rem;
    margin: 0.1rem auto 0;
    text-align: center;
  }
  .solution .solution-main .main-load span {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #006337;
  }
  .solution .solution-main .main-load img {
    width: 0.37rem;
    margin-top: 0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solution .solution-main .main-load:hover img {
    transform: translatey(0.1rem);
    -o-transform: translatey(0.1rem);
    -moz-transform: translatey(0.1rem);
    -webkit-transform: translatey(0.1rem);
  }
  .solutionDetail {
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-plate1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.25rem 0.3rem 1.25rem;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-cent {
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.72rem;
    text-transform: uppercase;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    color: #666;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-cent .page-button {
    width: 2.65rem;
    height: 0.8rem;
    font-size: var(--fs30);
    line-height: 0.8rem;
    margin-top: 0.6rem;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-pic {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .solutionDetail .solutionDetail-plate2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.75rem;
    background: #f4f4f4;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate2 .page-heng {
    margin: 0.25rem auto 0;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.55rem 0;
    overflow: hidden;
    z-index: 9;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin: 0 0.6rem;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev,
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next {
    display: none;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev img,
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev .img2,
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev:hover,
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next:hover {
    background: #006337;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev:hover .img1,
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev:hover .img2,
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev {
    left: 0;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next {
    right: 0;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-3D {
    position: absolute;
    bottom: -50%;
    left: 0;
    z-index: 1;
    opacity: 0.6;
  }
  .solutionDetail .solutionDetail-plate3 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.78rem;
    background: url(../images/solutionDetail-bg.jpg) no-repeat bottom left;
    background-size: cover;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .page-heng {
    margin: 0.25rem auto 0;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.34rem;
    padding: 0.5rem 1.2rem 1rem 0.2rem;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #97cb02;
    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;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-num {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: var(--fs48);
    color: #97cb02;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .itme-title {
    margin-top: 0.15rem;
    font-size: var(--fs36);
    color: #006337;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .itme-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .itme-text p {
    position: relative;
    padding-left: 0.3rem;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .itme-text p::after {
    content: '';
    position: absolute;
    top: 0.14rem;
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    border: solid 3px #97cb02;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-icon {
    position: absolute;
    bottom: 0.35rem;
    right: 0.2rem;
    width: 1.1rem;
    height: auto;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item:hover {
    box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.06);
  }
  .solutionDetail .solutionDetail-plate3 .plate3-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));
  }
  .solutionDetail .solutionDetail-plate4 {
    padding: 0.8rem 0.3rem 0.75rem;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate4 .page-heng {
    margin: 0.25rem auto 0;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.2rem;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    text-align: center;
    text-transform: uppercase;
    color: #666;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev,
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev img,
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev .img2,
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next .img2 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev:hover,
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next:hover {
    background: #006337;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev:hover .img1,
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev:hover .img2,
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev {
    left: -0.2rem;
  }
  .solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next {
    right: -0.2rem;
  }
  .solutionDetail .solutionDetail-plate5 {
    padding: 0.75rem 0.3rem 1rem;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button {
    display: flex;
    justify-content: space-between;
    width: 2rem;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev,
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev img,
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev .img2,
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next .img2 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev:hover,
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next:hover {
    background: #006337;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev:hover .img1,
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev:hover .img2,
  .solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
    margin-right: 0.8rem;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    background: #f7f7f7;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #97cb02;
    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;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.2rem 0.5rem;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-lump {
    width: calc(100% - 1rem);
    height: auto;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-lump .lump-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #393435;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-lump .lump-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    color: #999;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.8rem;
    height: 0.55rem;
    border-radius: 0.45rem;
    border: solid 2px #97cb02;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover {
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box: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));
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-cent .cent-lump .lump-title {
    color: #006337;
  }
  .solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
    background: #97cb02 url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
  }
  .solutionDetail .solutionDetail-plate6 {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.2rem;
    background: #f4f4f4;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.36rem;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 3.67rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-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;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    color: #343434;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-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));
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
    color: #006337;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev,
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev img,
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev .img2,
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next .img2 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev:hover,
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next:hover {
    background: #006337;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev:hover .img1,
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev:hover .img2,
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev {
    left: -0.2rem;
  }
  .solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next {
    right: -0.2rem;
  }
  .solutionDetail .solutionDetail-plate7 {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0;
    margin-right: 0;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.72rem;
    color: #fff;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cent .cent-subtitle {
    font-size: var(--fs48);
    line-height: 0.72rem;
    color: #fff;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    color: #fff;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    padding: 0.5rem 0.25rem 0.35rem;
    background: #fbfbfb;
    border-radius: 0.05rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form {
    width: 100%;
    height: auto;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-title {
    font-size: var(--fs28);
    color: #333;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-title em {
    margin-left: 0.05rem;
    color: #ff0000;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item input {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.1rem;
    padding: 0 0.2rem;
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #d5dee5;
    border-radius: 0.1rem;
    background: #fff;
    box-sizing: border-box;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-select {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-select::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    width: 14px;
    height: 9px;
    background: url(../images/icon/icon-arrow9.png) no-repeat center center;
    background-size: 100% transform: translatey(-50%); -o-transform: translatey(-50%); -moz-transform: translatey(-50%); -webkit-transform: translatey(-50%);;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-select select {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.2rem;
    font-family: '微软雅黑';
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #d5dee5;
    border-radius: 0.1rem;
    background: #fff;
    box-sizing: border-box;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.35rem;
    font-size: var(--fs34);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #97cb02;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-button:hover {
    background: #006337;
  }
  .product {
    width: 100%;
    height: auto;
  }
  .product .product-main {
    padding: 0.5rem 0.3rem 1.2rem;
  }
  .product .product-main .main-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.46rem;
  }
  .product .product-main .main-top .top-button {
    width: 3rem;
    height: 0.8rem;
    margin: 0 0.1rem 0.15rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.76rem;
    color: #333;
    border-radius: 0.45rem;
    border: solid 1px #dadada;
  }
  .product .product-main .main-top .top-button:hover {
    color: #fff;
    background: #97cb02;
    border: solid 1px #97cb02;
  }
  .product .product-main .main-top .top-button-on {
    color: #fff;
    background: #97cb02;
    border: solid 1px #97cb02;
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.8rem 0 0.5rem;
  }
  .product .product-main .main-cont .main-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
    background: #f6f6f6;
  }
  .product .product-main .main-cont .main-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #97cb02;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-cont .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-cont .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-cont .main-item .item-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.3rem 2.4rem 0.5rem 0.3rem;
  }
  .product .product-main .main-cont .main-item .item-cent .cent-title {
    font-size: var(--fs34);
    font-weight: bold;
    color: #006337;
  }
  .product .product-main .main-cont .main-item .item-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    line-height: 0.44rem;
    color: #999;
  }
  .product .product-main .main-cont .main-item .item-cent .cent-icon {
    position: absolute;
    bottom: 0.5rem;
    right: 0.3rem;
    width: 1.86rem;
    height: auto;
  }
  .product .product-main .main-cont .main-item .item-cent .cent-icon img {
    width: 100%;
  }
  .product .product-main .main-cont .main-item:hover {
    background: #fff;
    box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .product .product-main .main-cont .main-item:hover::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .product .product-main .main-cont .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));
  }
  .productDetail {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    overflow: visible;
  }
  .productDetail .productDetail-strip {
    position: sticky;
    top: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    padding: 0 0.3rem;
    background: #f9f9f9;
    z-index: 9;
  }
  .productDetail .productDetail-strip .strip-title {
    display: none;
    font-size: var(--fs24);
    font-weight: bold;
    color: #006337;
  }
  .productDetail .productDetail-strip .strip-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .productDetail .productDetail-strip .strip-box .box-item {
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.9rem;
    color: #333;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-strip .strip-box .box-item:first-of-type {
    margin-left: 0;
  }
  .productDetail .productDetail-strip .strip-box .box-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #97cb02;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-strip .strip-box .box-item:hover {
    color: #006337;
  }
  .productDetail .productDetail-strip .strip-box .box-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));
  }
  .productDetail .productDetail-strip .strip-box .box-item-on {
    color: #006337;
  }
  .productDetail .productDetail-strip .strip-box .box-item-on::after {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .productDetail .page-link {
    display: none;
    justify-content: flex-start;
    width: 100%;
    height: 0.56rem;
    padding: 0 1.92rem;
    background: #fff;
  }
  .productDetail .productDetail-plate1 {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 0.7rem;
    background: #f9f9f9;
  }
  .productDetail .productDetail-plate1 .plate1-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-top {
    position: relative;
    width: 100%;
    height: 6.9rem;
    margin-bottom: 0.2rem;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item {
    display: none;
    width: 100%;
    height: 100%;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video {
    width: 100%;
    height: 100%;
    background: #000;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video video {
    width: 100%;
    height: 100%;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    background: rgba(0, 0, 0, 0.8) url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 0.32rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-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;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-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));
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 3 - 0.1rem);
    height: 1.85rem;
    margin-right: 0.15rem;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    border: solid 2px transparent;
    overflow: hidden;
    cursor: pointer;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide-on .slide-box {
    border: solid 2px #97cb02;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev,
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.55rem;
    height: 0.55rem;
    margin-top: -0.275rem;
    font-family: '宋体';
    font-size: var(--fs28);
    font-weight: bold;
    text-align: center;
    line-height: 0.56rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev:hover,
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next:hover {
    background: #97cb02;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev {
    left: -0.15rem;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next {
    right: -0.15rem;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont .cont-title {
    width: 100%;
    padding-bottom: 0.25rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #006337;
    border-bottom: solid 1px #97cb02;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont .cont-text {
    margin-top: 0.4rem;
    padding-right: 0;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont .cont-subtitle {
    margin-top: 0.5rem;
    font-size: var(--fs38);
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button {
    display: block;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #96ca01, #006336);
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .productDetail .productDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 1.6rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .productDetail .productDetail-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont {
    width: 100%;
    height: auto;
    padding: 0.55rem 0.3rem 0.6rem;
    margin-bottom: 0.1rem;
    background: #fff;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top {
    width: 100%;
    height: auto;
    font-size: var(--fs42);
    font-weight: bold;
    color: #006337;
    border-bottom: solid 1px #97cb02;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2rem;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #97cb02;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.56rem;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont .cont-pic img {
    width: 100%;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent p {
    position: relative;
    padding-left: 0.3rem;
  }
  .productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent p::after {
    content: '';
    position: absolute;
    top: 0.16rem;
    left: 0;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    border: solid 3px #97cb02;
  }
  .productDetail .productDetail-plate3 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 1.4rem;
    background: #f5f5f5;
  }
  .productDetail .productDetail-plate3 .plate3-title {
    width: 3.4rem;
    height: 1rem;
    margin: 0 auto;
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    background: #97cb02;
  }
  .productDetail .productDetail-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.54rem;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-top: 0.24rem;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-item:nth-child(4n) {
    margin-right: 0;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-item .item-pic {
    width: 100%;
    height: 2.65rem;
    overflow: hidden;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate3 .plate3-main .main-item .itme-title {
    margin-top: 0.2rem;
    font-size: var(--f28);
    text-align: center;
    color: #333;
  }
  .productDetail .productDetail-plate3 .plate3-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));
  }
  .productDetail .productDetail-plate4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.18rem 0.3rem 1.1rem;
  }
  .productDetail .productDetail-plate4 .plate4-title {
    width: 3.4rem;
    height: 1rem;
    margin: 0 auto;
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    background: #97cb02;
  }
  .productDetail .productDetail-plate4 .plate4-swiper {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
    padding: 0;
    overflow: hidden;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.48rem;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: #f6f6f6;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #97cb02;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.6rem;
    overflow: hidden;
  }
  .productDetail .productDetail-plate4 .plate4-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;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.42rem;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-title {
    font-size: var(--fs36);
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    color: #999;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-button {
    width: 0.8rem;
    height: 0.55rem;
    margin-top: 0.25rem;
    border-radius: 0.45rem;
    border: solid 2px #97cb02;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover {
    background: #fff;
    box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box: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));
  }
  .productDetail .productDetail-plate4 .plate4-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));
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #006337;
  }
  .productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
    background: #97cb02 url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
  }
  .productDetail .productDetail-plate4 .plate4-bottom {
    position: relative;
    margin-top: 0.6rem;
  }
  .productDetail .productDetail-plate4 .plate4-bottom .bottom-button {
    display: block;
    position: relative;
    width: 3rem;
    height: 0.85rem;
    margin: 0 auto;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.85rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #96ca01, #006336);
  }
  .productDetail .productDetail-plate4 .plate4-bottom .bottom-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .productDetail .productDetail-plate4 .plate4-bottom .bottom-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .productDetail .productDetail-plate4 .plate4-bottom .bottom-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .productDetail .productDetail-plate4 .plate4-bottom .swiper-pagination {
    position: relative;
    left: auto;
    right: 0;
    bottom: 0.25rem;
    width: 100%;
    height: 5px;
    margin-bottom: 0.25rem;
    background: #e6e6e6;
  }
  .productDetail .productDetail-plate4 .plate4-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #97cb02;
  }
  .productDetail .productDetail-plate4 .plate4-bottom .swiper-scrollbar {
    position: relative;
    right: 0;
    bottom: 0.25rem;
    width: 100%;
    height: 5px;
    background: #e6e6e6;
  }
  .productDetail .productDetail-plate4 .plate4-bottom .swiper-scrollbar .swiper-scrollbar-drag {
    background: #97cb02;
    border-radius: 0;
    cursor: pointer;
  }
  .productDetail .productDetail-plate4 .plate4-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0;
    right: 0;
    width: 2.6rem;
    height: 0.9rem;
    margin: 0.5rem auto 0;
    background: #006337;
  }
  .productDetail .productDetail-plate4 .plate4-button span {
    font-size: var(--fs26);
    color: #fff;
  }
  .productDetail .productDetail-plate4 .plate4-button em {
    width: 0.27rem;
    height: 0.27rem;
    margin-left: 0.12rem;
    background: url(../images/icon/icon-arrow10.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-plate4 .plate4-button:hover {
    background: #97cb02;
  }
  .productDetail .productDetail-plate5 {
    padding: 0.85rem 0.3rem 1.2rem;
  }
  .productDetail .productDetail-plate5 .plate3-title {
    width: 3.4rem;
    height: 1rem;
    margin: 0 auto;
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    background: #97cb02;
  }
  .productDetail .productDetail-plate5 .plate5-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .productDetail .productDetail-plate5 .plate5-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-plate5 .plate5-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .productDetail .productDetail-plate5 .plate5-video .video-pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-plate5 .plate5-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    margin: -0.35rem 0 0 -0.35rem;
    cursor: pointer;
    z-index: 9;
  }
  .productDetail .productDetail-plate5 .plate5-video .video-play img {
    width: 0.22rem;
  }
  .productDetail .productDetail-plate5 .plate5-video .video-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-video-bg.png) no-repeat center center;
    background-size: 100%;
    animation: load 3s linear infinite;
    z-index: -1;
  }
  .productDetail .productDetail-plate5 .plate5-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetail .productDetail-plate6 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 1.2rem;
    background: url(../images/contact-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.75rem auto 0;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.32rem;
    padding: 0 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title {
    width: 1.8rem;
    height: auto;
    font-size: var(--fs28);
    color: #333;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item input {
    width: calc(100% - 1.8rem);
    height: 100%;
    font-size: var(--fs26);
    color: #666;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item input::placeholder {
    color: #ccc;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
    padding: 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    font-size: var(--fs28);
    color: #333;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item select {
    width: 2rem;
    height: 0.7rem;
    margin-left: 0.2rem;
    padding: 0 0.35rem 0 0.2rem;
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #e6e6e6;
    background: url(../images/icon/icon-arrow11.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item select:first-of-type {
    margin-left: 0;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent {
    width: 100%;
    height: auto;
    padding: 0.15rem;
    margin-bottom: 0.32rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    color: #333;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent textarea {
    width: 100%;
    height: 3rem;
    margin-top: 0.25rem;
    font-family: '微软雅黑';
    font-size: var(--fs26);
    color: #666;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent textarea::placeholder {
    color: #ccc;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-button .button {
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.1rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #97cb02;
  }
  .productDetail .productDetail-plate6 .plate6-box .box-button .button:hover {
    background: #006337 !important;
  }
  .case {
    width: 100%;
    height: auto;
  }
  .case .case-main {
    padding: 0.5rem 0.3rem 1.05rem;
  }
  .case .case-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.8rem 0 0.2rem;
  }
  .case .case-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
    background: #f7f7f7;
  }
  .case .case-main .main-cont .cont-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #97cb02;
    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;
  }
  .case .case-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .case .case-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;
  }
  .case .case-main .main-cont .cont-item .item-cent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0.35rem 0.3rem 0.5rem;
  }
  .case .case-main .main-cont .cont-item .item-cent .cent-lump {
    width: calc(100% - 1rem);
    height: auto;
  }
  .case .case-main .main-cont .cont-item .item-cent .cent-lump .lump-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #393435;
    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;
  }
  .case .case-main .main-cont .cont-item .item-cent .cent-lump .lump-text {
    margin-top: 0.2rem;
    font-size: var(--fs28);
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .case .case-main .main-cont .cont-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.55rem;
    border-radius: 0.45rem;
    border: solid 2px #97cb02;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .case .case-main .main-cont .cont-item:hover {
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  .case .case-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));
  }
  .case .case-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));
  }
  .case .case-main .main-cont .cont-item:hover .item-cent .cent-lump .lump-title {
    color: #006337;
  }
  .case .case-main .main-cont .cont-item:hover .item-cent .cent-button {
    background: #97cb02 url(../images/icon/icon-arrow7.png) no-repeat center center;
    background-size: 6px;
  }
  .caseDetail {
    width: 100%;
    height: auto;
  }
  .caseDetail .caseDetail-plate1 {
    padding: 0.45rem 0.3rem 0;
  }
  .caseDetail .caseDetail-plate1 .plate1-title {
    font-size: var(--fs50);
    font-weight: bold;
    text-align: center;
    color: #323232;
  }
  .caseDetail .caseDetail-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    z-index: 9;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-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));
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.2rem;
    background: #fff;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item {
    width: auto;
    height: auto;
    margin-bottom: 0.25rem;
    margin-right: 0.2rem;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item .item-year {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #333;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item .item-title {
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item .item-text {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    color: #666;
  }
  .caseDetail .caseDetail-plate2 {
    padding: 0.75rem 0.3rem 1.1rem;
  }
  .caseDetail .caseDetail-plate2 .plate2-text {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .caseDetail .caseDetail-plate2 .plate2-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .caseDetail .caseDetail-plate2 .plate2-video .video-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .caseDetail .caseDetail-plate2 .plate2-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .caseDetail .caseDetail-plate2 .plate2-video .video-pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .caseDetail .caseDetail-plate2 .plate2-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    margin: -0.5rem 0 0 -0.5rem;
    cursor: pointer;
    z-index: 9;
  }
  .caseDetail .caseDetail-plate2 .plate2-video .video-play img {
    width: 0.22rem;
  }
  .caseDetail .caseDetail-plate2 .plate2-video .video-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-video-bg.png) no-repeat center center;
    background-size: 100%;
    animation: load 3s linear infinite;
    z-index: -1;
  }
  .caseDetail .caseDetail-plate2 .plate2-video:hover .video-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .caseDetail .caseDetail-plate3 {
    width: 100%;
    height: auto;
  }
  .caseDetail .caseDetail-plate3 .plate3-main {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 1rem;
    background: #f5f5f5;
  }
  .caseDetail .caseDetail-plate3 .plate3-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .caseDetail .caseDetail-plate3 .plate3-main .main-top .top-cent {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .caseDetail .caseDetail-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  .caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 2rem;
    overflow: hidden;
  }
  .caseDetail .caseDetail-plate3 .plate3-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;
  }
  .caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item .item-title {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    color: #666;
  }
  .caseDetail .caseDetail-plate3 .plate3-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));
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom {
    position: relative;
    padding: 0.7rem 0 0.85rem;
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom .bottom-button {
    display: block;
    position: relative;
    width: 3rem;
    height: 0.85rem;
    margin: 0 auto;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.85rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #96ca01, #006336);
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom .bottom-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom .bottom-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom .bottom-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom .bottom-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    bottom: 0;
    right: 0;
    width: 2.6rem;
    height: 0.9rem;
    margin: 0.5rem auto 0;
    background: #006337;
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom .bottom-button2 span {
    font-size: var(--fs26);
    color: #fff;
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom .bottom-button2 em {
    width: 0.27rem;
    height: 0.27rem;
    margin-left: 0.12rem;
    background: url(../images/icon/icon-arrow10.png) no-repeat center center;
    background-size: 100%;
  }
  .caseDetail .caseDetail-plate3 .plate3-bottom .bottom-button2:hover {
    background: #97cb02;
  }
  .caseDetail .caseDetail-plate4 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 1.2rem;
    background: url(../images/contact-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.75rem auto 0;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.32rem;
    padding: 0 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item .item-title {
    width: 1.8rem;
    height: auto;
    font-size: var(--fs28);
    color: #333;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item input {
    width: calc(100% - 1.8rem);
    height: 100%;
    font-size: var(--fs26);
    color: #666;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item input::placeholder {
    color: #ccc;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right {
    width: 100%;
    height: auto;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
    padding: 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item .item-title {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    font-size: var(--fs28);
    color: #333;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item select {
    width: 2rem;
    height: 0.7rem;
    margin-left: 0.2rem;
    padding: 0 0.35rem 0 0.2rem;
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #e6e6e6;
    background: url(../images/icon/icon-arrow11.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item select:first-of-type {
    margin-left: 0;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent {
    width: 100%;
    height: auto;
    padding: 0.15rem;
    margin-bottom: 0.32rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent .item-title {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    color: #333;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent textarea {
    width: 100%;
    height: 3rem;
    margin-top: 0.25rem;
    font-family: '微软雅黑';
    font-size: var(--fs26);
    color: #666;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent textarea::placeholder {
    color: #ccc;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-button .button {
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.1rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #97cb02;
  }
  .caseDetail .caseDetail-plate4 .plate4-box .box-button .button:hover {
    background: #006337 !important;
  }
  .caseDetail .caseDetail-plate5 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 0.85rem;
  }
  .caseDetail .caseDetail-plate5 .plate5-main {
    position: relative;
  }
  .caseDetail .caseDetail-plate5 .plate5-main .main-button {
    display: block;
    position: relative;
    width: 3rem;
    height: 0.85rem;
    margin: 0 auto;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.85rem;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #96ca01, #006336);
  }
  .caseDetail .caseDetail-plate5 .plate5-main .main-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .caseDetail .caseDetail-plate5 .plate5-main .main-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .caseDetail .caseDetail-plate5 .plate5-main .main-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .caseDetail .caseDetail-plate5 .plate5-main .main-button2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    bottom: 0;
    right: 0;
    width: 2.6rem;
    height: 0.9rem;
    margin: 0.5rem auto 0;
    background: #006337;
  }
  .caseDetail .caseDetail-plate5 .plate5-main .main-button2 span {
    font-size: var(--fs26);
    color: #fff;
  }
  .caseDetail .caseDetail-plate5 .plate5-main .main-button2 em {
    width: 0.27rem;
    height: 0.27rem;
    margin-left: 0.12rem;
    background: url(../images/icon/icon-arrow10.png) no-repeat center center;
    background-size: 100%;
  }
  .caseDetail .caseDetail-plate5 .plate5-main .main-button2:hover {
    background: #97cb02;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 1.45rem;
  }
  .news .news-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .news .news-top .top-cent {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .news .news-top .top-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .news .news-top .top-cont input[type="month"] {
    width: 3rem;
    height: 0.7rem;
    padding: 0 0.2rem;
    font-family: '微软雅黑';
    font-size: var(--fs26);
    color: #333;
    border: solid 1px #e6e6e6;
  }
  .news .news-top .top-cont .cont-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 3.1rem);
    height: 0.7rem;
    padding: 0 0.2rem;
    margin-left: 0;
    border: solid 1px #e6e6e6;
  }
  .news .news-top .top-cont .cont-box input {
    width: calc(100% - 0.3rem);
    height: 100%;
    font-size: var(--fs26);
    color: #333;
    background: transparent;
  }
  .news .news-top .top-cont .cont-box a {
    width: 0.26rem;
  }
  .news .news-top .top-cont .cont-box a img {
    width: 100%;
  }
  .news .news-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.8rem;
  }
  .news .news-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.25rem;
    background: #f6f6f6;
  }
  .news .news-cont .cont-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.6rem;
    color: #006337;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-cont .cont-cent .cent-time {
    margin-top: 0.1rem;
  }
  .news .news-cont .cont-cent .cent-time span {
    position: relative;
    margin-right: 0.2rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    color: #97cb02;
  }
  .news .news-cont .cont-cent .cent-time span::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    right: -0.1rem;
    width: 1px;
    height: 0.63rem;
    background: #858585;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .news .news-cont .cont-cent .cent-time em {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    color: #c9c9c9;
  }
  .news .news-cont .cont-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-cont .cont-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.5rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    border-radius: 0.45rem;
    background-color: #97cb02;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-cont .cont-cent .cent-button span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .news .news-cont .cont-cent .cent-button em {
    width: 0.26rem;
    height: 0.24rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .news .news-cont .cont-cent .cent-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .news .news-cont .cont-cent .cent-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .news .news-cont .cont-cent .cent-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .news .news-cont:hover .cont-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 1rem auto 0.2rem;
  }
  .news .news-main .main-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.9rem;
    background: #f5f5f5;
  }
  .news .news-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-item .itme-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-item .itme-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-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.36rem 0.48rem;
  }
  .news .news-main .main-item .item-cent .cent-time {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs30);
    color: rgba(51, 51, 51, 0.3);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.52rem;
    color: #353432;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item .item-cent .cent-button {
    width: 0.8rem;
    height: 0.55rem;
    margin-top: 0.6rem;
    border-radius: 0.45rem;
    border: solid 2px #97cb02;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-item:hover {
    background: #006337;
  }
  .news .news-main .main-item:hover .itme-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-item:hover .item-cent .cent-time {
    color: rgba(255, 255, 255, 0.3);
  }
  .news .news-main .main-item:hover .item-cent .cent-title {
    color: #fff;
  }
  .news .news-main .main-item:hover .item-cent .cent-button {
    border: solid 2px #fff;
    background: #fff url(../images/icon/icon-arrow4.png) no-repeat center center;
    background-size: 6px;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    overflow: visible;
  }
  .newsDetail .page-link {
    display: none;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    background: #f9f9f9;
  }
  .newsDetail .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.65rem;
  }
  .newsDetail .newsDetails-top .top-main .main-title {
    font-size: var(--fs38);
    font-weight: bold;
    line-height: 0.56rem;
    text-align: center;
    color: #333;
  }
  .newsDetail .newsDetails-top .top-main .main-time {
    margin-top: 0.32rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs30);
    text-align: center;
    color: #ccc;
  }
  .newsDetail .newsDetails-top .top-main .main-time img {
    width: 16px;
    margin: -0.04rem 0.06rem 0 0;
  }
  .newsDetail .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f6f6f6;
  }
  .newsDetail .newsDetails-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: solid 1px #f0f0f0;
    background: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-share {
    display: none;
    position: sticky;
    top: 0;
    width: 1.5rem;
    height: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list {
    width: 1.5rem;
    height: auto;
    background: #fafafa;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 16px;
    color: #666;
    border-bottom: solid 1px #ebebeb;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-item img {
    width: 30px;
    margin-right: 0.15rem;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.28rem;
    font-size: 14px;
    color: #fff;
    background: #006337;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm img {
    width: 17px;
    margin-left: 0.12rem;
  }
  .newsDetail .newsDetails-main .main-box .box-share .share-list-active {
    position: fixed;
    top: 100px;
  }
  .newsDetail .newsDetails-main .main-box .box-cent {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 1.15rem;
    background: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box video {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap embed,
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.1rem;
    display: block;
    padding: 0 0.35rem;
    font-size: var(--fs28);
    line-height: 0.76rem;
    color: #333;
    background: #f7f7f7;
    border: solid 1px #f7f7f7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title a {
    margin-left: 0.15rem;
    color: #333;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover {
    background: transparent;
    border: solid 1px #97cb02;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
    color: #006337;
  }
  .newsDetail .newsDetails-main .main-box .box-list {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0;
    border-top: solid 4px #006337;
    background: #f5f5f5;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.5rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #006337;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item .item-title {
    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;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-item:hover .item-title {
    color: #006337;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.5rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    background-color: #97cb02;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs26);
    text-transform: uppercase;
    color: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button em {
    width: 0.26rem;
    height: 0.24rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .contact {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 {
    padding: 0.75rem 0.3rem 0.5rem;
  }
  .contact .contact-plate1 .plate1-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .contact .contact-plate1 .plate1-top .top-cent {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump {
    width: 100%;
    height: auto;
    padding: 0.35rem 0 0.35rem 0.28rem;
    border-left: solid 3px #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #333333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.2rem;
    font-size: var(--fs28);
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text span {
    width: 0.4rem;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text span img {
    width: 100%;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text p {
    width: calc(100% - 0.4rem);
    padding-left: 0.25rem;
    color: #333;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text p em {
    color: #999;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump-on {
    border-left: solid 3px #006337;
    background: linear-gradient(90deg, #f9f9f9, #fff);
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-lump-on .lump-title {
    color: #006337;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.6rem;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-bottom p {
    font-size: var(--fs30);
    color: #000;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-bottom a {
    width: 2.6rem;
    height: 0.8rem;
    margin-left: 0.38rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.76rem;
    color: #97cb02;
    border-radius: 0.1rem;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-plate1 .plate1-top .top-cent .cent-bottom a:hover {
    color: #fff;
    border: solid 1px #97cb02;
    background: #97cb02;
  }
  .contact .contact-plate1 .plate1-top .top-map {
    position: relative;
    width: 100%;
    height: 4.5rem;
    margin-top: 0.5rem;
  }
  .contact .contact-plate1 .plate1-top .top-map .map-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .contact .contact-plate1 .plate1-bottom {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 0.45rem;
  }
  .contact .contact-plate1 .plate1-bottom .bottom-tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .contact .contact-plate1 .plate1-bottom .bottom-tel img {
    width: 0.3rem;
  }
  .contact .contact-plate1 .plate1-bottom .bottom-tel p {
    margin-left: 0.2rem;
    font-size: var(--fs30);
    color: #999;
  }
  .contact .contact-plate1 .plate1-bottom .bottom-tel p em {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs36);
    color: #97cb02;
  }
  .contact .contact-plate1 .plate1-bottom .bottom-ewm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .contact .contact-plate1 .plate1-bottom .bottom-ewm p {
    margin-right: 0.2rem;
    font-size: var(--fs30);
    color: #999;
  }
  .contact .contact-plate1 .plate1-bottom .bottom-ewm img {
    width: 1.8rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  }
  .contact .contact-plate2 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 1.2rem;
    background: url(../images/contact-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .contact .contact-plate2 .plate2-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .contact .contact-plate2 .plate2-box .box-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    text-align: center;
    color: #fff;
  }
  .contact .contact-plate2 .plate2-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.75rem auto 0;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-left {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 0.9rem;
    margin-bottom: 0.32rem;
    padding: 0 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title {
    width: 1.8rem;
    height: auto;
    font-size: var(--fs28);
    color: #333;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item input {
    width: calc(100% - 1.8rem);
    height: 100%;
    font-size: var(--fs26);
    color: #666;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item input::placeholder {
    color: #ccc;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right {
    width: 100%;
    height: auto;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
    padding: 0.15rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title {
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
    font-size: var(--fs28);
    color: #333;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item select {
    width: 2rem;
    height: 0.7rem;
    margin-left: 0.2rem;
    padding: 0 0.35rem 0 0.2rem;
    font-size: var(--fs28);
    color: #333;
    border: solid 1px #e6e6e6;
    background: url(../images/icon/icon-arrow11.png) no-repeat scroll right 0.14rem center #fff;
    appearance: none;
    outline: none;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item select:first-of-type {
    margin-left: 0;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent {
    width: 100%;
    height: auto;
    padding: 0.15rem;
    margin-bottom: 0.32rem;
    background: #fff;
    border: solid 1px #e6e6e6;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    color: #333;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title em {
    font-size: var(--fs30);
    color: #ff2100;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title img {
    width: 0.26rem;
    margin-right: 0.02rem;
    margin-top: -0.02rem;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent textarea {
    width: 100%;
    height: 3rem;
    margin-top: 0.25rem;
    font-family: '微软雅黑';
    font-size: var(--fs26);
    color: #666;
  }
  .contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent textarea::placeholder {
    color: #ccc;
  }
  .contact .contact-plate2 .plate2-box .box-button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .contact .contact-plate2 .plate2-box .box-button .button {
    width: 2.5rem;
    height: 0.8rem;
    margin: 0 0.1rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.45rem;
    background: #97cb02;
  }
  .contact .contact-plate2 .plate2-box .box-button .button:hover {
    background: #006337 !important;
  }
  .join {
    width: 100%;
    height: auto;
  }
  .join .join-plate1 {
    position: relative;
    padding: 0.85rem 0.3rem 0.6rem;
  }
  .join .join-plate1::after {
    content: '“';
    position: absolute;
    top: 0.3rem;
    left: 0.4rem;
    font-family: Arial;
    font-size: 2rem;
    color: #97cb02;
  }
  .join .join-plate1 .page-title2,
  .join .join-plate1 .page-English {
    text-align: center;
  }
  .join .join-plate1 .page-heng {
    margin: 0.2rem auto 0;
  }
  .join .join-plate1 .plate1-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
  }
  .join .join-plate1 .plate1-main .main-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 2.5rem;
    padding: 0 0.4rem 0 0.5rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .join .join-plate1 .plate1-main .main-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .join .join-plate1 .plate1-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .join .join-plate1 .plate1-main .main-item:nth-child(1) {
    background: linear-gradient(90deg, #006cdc, #00d2ff);
  }
  .join .join-plate1 .plate1-main .main-item:nth-child(2) {
    background: linear-gradient(90deg, #e67700, #f9ce5b);
  }
  .join .join-plate1 .plate1-main .main-item:nth-child(3) {
    background: linear-gradient(90deg, #dfbc56, #dfca8f);
  }
  .join .join-plate1 .plate1-main .main-item:nth-child(4) {
    background: linear-gradient(90deg, #003dc2, #0088e7);
  }
  .join .join-plate1 .plate1-main .main-item:nth-child(5) {
    background: linear-gradient(90deg, #099153, #80dc3d);
  }
  .join .join-plate1 .plate1-main .main-item:nth-child(6) {
    background: linear-gradient(90deg, #059fad, #65f2e0);
  }
  .join .join-plate1 .plate1-main .main-item .item-cent {
    position: relative;
    width: auto;
    z-index: 1;
  }
  .join .join-plate1 .plate1-main .main-item .item-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #fff;
  }
  .join .join-plate1 .plate1-main .main-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs30);
    color: #fff;
  }
  .join .join-plate1 .plate1-main .main-item .item-cent .cent-text img {
    margin-left: 0.05rem;
  }
  .join .join-plate1 .plate1-main .main-item .item-icon {
    width: 1.5rem;
    height: auto;
  }
  .join .join-plate1 .plate1-main .main-item .item-icon img {
    width: 100%;
  }
  .join .join-plate1 .plate1-main .main-item:hover {
    padding: 0 0.5rem 0 0.6rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .join .join-plate2 {
    position: relative;
    width: 100%;
    background: #f9f9f9;
  }
  .join .join-plate2 .plate2-main {
    position: relative;
    padding: 0.6rem 0.3rem 1.25rem;
  }
  .join .join-plate2 .plate2-main::after {
    content: '“';
    position: absolute;
    top: 0.3rem;
    left: 0.4rem;
    font-family: Arial;
    font-size: 2rem;
    color: #97cb02;
  }
  .join .join-plate2 .plate2-main .page-title2,
  .join .join-plate2 .plate2-main .page-English {
    text-align: center;
  }
  .join .join-plate2 .plate2-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .join .join-plate2 .plate2-main .main-text {
    margin-top: 0.6rem;
    font-size: var(--fs30);
    line-height: 0.48rem;
    text-align: justify;
    color: #333;
  }
  .join .join-plate3 {
    width: 100%;
    height: auto;
    padding: 0.85rem 0.3rem 0.9rem;
  }
  .join .join-plate3 .plate3-top {
    position: relative;
  }
  .join .join-plate3 .plate3-top::after {
    content: '“';
    position: absolute;
    top: -0.1rem;
    left: 0.1rem;
    font-family: Arial;
    font-size: 2rem;
    color: #97cb02;
  }
  .join .join-plate3 .plate3-top .page-title2,
  .join .join-plate3 .plate3-top .page-English {
    text-align: center;
  }
  .join .join-plate3 .plate3-top .page-heng {
    margin: 0.2rem auto 0;
  }
  .join .join-plate3 .plate3-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    padding-bottom: 1.5rem;
  }
  .join .join-plate3 .plate3-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin: 0 0.2rem;
  }
  .join .join-plate3 .plate3-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .join .join-plate3 .plate3-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;
  }
  .join .join-plate3 .plate3-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));
  }
  .join .join-plate3 .plate3-swiper .swiper-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0.15rem;
    left: 0;
    right: 0;
    width: 2rem;
    margin: 0 auto;
  }
  .join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev,
  .join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev img,
  .join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    margin: -7px 0 0 -4.5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev .img2,
  .join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next .img2 {
    opacity: 0;
  }
  .video {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1rem;
  }
  .video .video-main {
    margin-top: 0.65rem;
  }
  .video .video-main .page-title2,
  .video .video-main .page-English {
    text-align: center;
  }
  .video .video-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .video .video-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.6rem 0 0;
  }
  .video .video-main .main-cont .cont-item {
    width: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.65rem;
  }
  .video .video-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .video .video-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
  }
  .video .video-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-play {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    z-index: 2;
    cursor: pointer;
  }
  .video .video-main .main-cont .cont-item .item-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #fff;
    animation: mapAddress linear infinite 2s;
  }
  .video .video-main .main-cont .cont-item .item-play span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #97cb02 url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 0.28rem;
    border-radius: 50%;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-play img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-play:hover span {
    background: #006337 url(../images/icon/icon-video-play.png) no-repeat center center;
    background-size: 0.28rem;
  }
  .video .video-main .main-cont .cont-item p {
    margin-top: 0.25rem;
    font-size: var(--fs28);
    font-weight: 100;
    text-align: center;
    color: #666;
  }
  .video .video-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .download {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1rem;
  }
  .download .download-main {
    margin-top: 0.65rem;
  }
  .download .download-main .page-title2,
  .download .download-main .page-English {
    text-align: center;
  }
  .download .download-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .download .download-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.6rem 0 0.45rem;
  }
  .download .download-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.35rem;
    margin-bottom: 0.35rem;
    border: solid 2px #f2f0ea;
  }
  .download .download-main .main-cont .cont-item p {
    width: calc(100% - 0.5rem);
    height: auto;
    font-size: var(--fs30);
    font-weight: 700;
    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;
  }
  .download .download-main .main-cont .cont-item em {
    width: 0.4rem;
    height: 100%;
    background: url(../images/icon/icon-pdf.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .download .download-main .main-cont .cont-item:hover {
    border: solid 2px #fff;
    background: #fff;
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.07);
  }
  .download .download-main .main-cont .cont-item:hover p {
    color: #97cb02;
  }
  .download .download-main .main-cont .cont-item:hover em {
    background: url(../images/icon/icon-pdf2.png) no-repeat center center;
    background-size: 100%;
  }
  .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;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-button {
    display: block;
    position: relative;
    width: 2.6rem;
    height: 0.8rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.8rem;
    text-transform: uppercase;
    color: #fff;
    background: #97cb02;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .page-button:hover {
    transform: translatey(-6px);
    -o-transform: translatey(-6px);
    -moz-transform: translatey(-6px);
    -webkit-transform: translatey(-6px);
  }
  .page-button:hover::before {
    opacity: 0.4;
    transform: translatey(6px);
    -o-transform: translatey(6px);
    -moz-transform: translatey(6px);
    -webkit-transform: translatey(6px);
  }
  .page-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.5rem 0.3rem 0;
  }
  .page-link .link-icon {
    display: none;
    width: 14px;
    margin-right: 0.15rem;
  }
  .page-link .link-icon img {
    display: block;
    width: 100%;
  }
  .page-link .link-text {
    display: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    font-size: var(--fs28);
    color: #929292;
  }
  .page-link .link-text a {
    color: #929292;
  }
  .page-link .link-text a:hover {
    color: #97cb02;
    text-decoration: underline;
  }
  .page-link .link-text span {
    color: #006337;
  }
  .page-link .link-text em {
    width: 4px;
    height: 7px;
    margin: 0 0.15rem;
    background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .page-title2 {
    font-size: var(--fs48);
    font-weight: bold;
    color: #333;
  }
  .page-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: var(--fs38);
    text-transform: uppercase;
    color: #d6d6d6;
  }
  .page-logo {
    width: 3.75rem;
  }
  .page-logo img {
    width: 100%;
  }
}
