.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    width: 100%;
    height: auto;
  }
  nav .nav-main {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0;
    background: #fff;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 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-logo .img1 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main .main-cont .main-nav {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
  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, #3779db, #1c449d);
    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: #00a963 !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-service {
    width: 1rem;
    height: 100%;
    margin-right: 0.2rem;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-service .right-top {
    width: 100%;
    height: 100%;
    background: #00a963 url(../images/icon/icon-nav-kefu.png) no-repeat center center;
    background-size: 0.55rem;
  }
  nav .nav-main .main-cont .main-right .right-service p {
    position: absolute;
    top: 1.2rem;
    left: 0%;
    width: auto;
    height: 0.7rem;
    padding: 0.15rem 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #666;
    background: #fff;
    opacity: 0;
    visibility: 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-service:hover p {
    opacity: 0;
    visibility: hidden;
  }
  nav .nav-main .main-cont .main-right .right-serach {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.35rem;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-serach span {
    width: 100%;
    height: 100%;
    background: url(../images/icon/icon-search2.png) no-repeat center center;
    background-size: 0.35rem;
  }
  nav .nav-main .main-cont .main-right .right-lang {
    display: none;
    align-items: center;
    position: relative;
    width: 0.4rem;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.4rem;
    border-radius: 0.45rem;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-flag {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background: url(../images/icon/icon-lang-on.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-title {
    width: auto;
    margin: 0 0 0 0.1rem;
    font-weight: bold;
    font-size: var(--fs16);
    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-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
    background-size: 8px 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list {
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 2.4rem;
    height: auto;
    padding: 0.15rem 0;
    margin-left: -1.2rem;
    box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transform: translatey(-105%);
    -o-transform: translatey(-105%);
    -moz-transform: translatey(-105%);
    -webkit-transform: translatey(-105%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    padding: 0.1rem 0.2rem;
    font-size: var(--fs26);
    line-height: 0.46rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
    font-weight: bold;
    color: #00a963;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .nav-main .main-cont .main-right .right-web-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.4rem;
  }
  nav .nav-main .main-cont .main-right .right-web-lang a {
    display: block;
    font-size: var(--fs32);
    color: #999;
  }
  nav .nav-main .main-cont .main-right .right-web-lang .on {
    color: #333;
  }
  nav .nav-main .main-cont .main-right .right-web-lang em {
    display: block;
    margin: 0 0.16rem;
    font-size: var(--fs30);
    color: rgba(51, 51, 51, 0.3);
  }
  nav .nav-main .main-cont .main-right .right-menu {
    display: block;
    width: 0.65rem;
    height: 0.65rem;
    margin-left: 0.4rem;
    background: #00a963 url(../images/icon/icon-menu.png) no-repeat center center;
    background-size: 0.28rem;
    border-radius: 0.1rem;
  }
  nav .nav-main .main-cont .main-right .right-menu-hide {
    background: #00a963 url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 0.28rem;
  }
  nav .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-on.png) no-repeat center center !important;
    background-size: 100% !important;
  }
  nav .nav-main:hover .main-right .right-lang .lang-title {
    color: #333 !important;
  }
  nav .nav-main:hover .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main:hover .main-right .right-menu span {
    background: #00a963;
  }
  nav .nav-main:hover .main-right .right-menu span::before,
  nav .nav-main:hover .main-right .right-menu span::after {
    background: #00a963 !important;
  }
  nav .nav-main-active .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-logo .img2 {
    opacity: 1 !important;
  }
  nav .nav-main-active .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main-active .main-right .right-menu span {
    background: #00a963 !important;
  }
  nav .nav-main-active .main-right .right-menu span::before,
  nav .nav-main-active .main-right .right-menu span::after {
    background: #00a963 !important;
  }
  nav .nav-main-active .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-on.png) no-repeat center center !important;
    background-size: 100% !important;
  }
  nav .nav-main-active2 .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active2 .main-logo .img2 {
    opacity: 1 !important;
  }
  nav .nav-main-active2 .main-right .right-serach span {
    background: url(../images/icon/icon-search2.png) no-repeat center center !important;
    background-size: 0.35rem !important;
  }
  nav .nav-main-active2 .main-right .right-menu span {
    background: #00a963 !important;
  }
  nav .nav-main-active2 .main-right .right-menu span::before,
  nav .nav-main-active2 .main-right .right-menu span::after {
    background: #00a963 !important;
  }
  nav .nav-main-active2 .main-right .right-lang .lang-flag {
    background: url(../images/icon/icon-lang-on.png) no-repeat center center !important;
    background-size: 100% !important;
  }
  nav .Whead-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    background: #00a963;
    border: none;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0;
    background: url(../images/icon/icon-hidde.png) no-repeat center center;
    background-size: 100%;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-web-popup-sousuo.png) no-repeat center center;
    background-size: 100%;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 1.2rem;
    left: -102%;
    width: 100%;
    height: calc(100vh - 1.2rem);
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    background: #fff;
    border-bottom: solid 1px #00a963;
  }
  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: #00a963;
  }
  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: #00a963;
    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: #00a963;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #00a963;
    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: #00a963;
  }
  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 #00a963;
  }
  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: 25%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 3.5rem;
    font-size: 0.55rem;
    color: #333;
    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-title span {
    font-size: 0.85rem;
    font-weight: bold;
    color: #00a963;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
    padding-left: 1.3rem;
    font-size: 0.55rem;
    color: #333;
    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-title2 span {
    font-size: 0.85rem;
    font-weight: bold;
    color: #00a963;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title3 {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.67rem;
    text-align: center;
    color: #333;
    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-title3 span {
    font-size: 0.72rem;
    font-weight: bold;
    color: #00a963;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.67rem;
    text-align: center;
    color: #00a963;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item {
    width: 25%;
    margin-top: 0.1rem;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-title {
    font-size: var(--fs26);
    color: #666;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-heng {
    width: 16px;
    height: 3px;
    margin-top: 0.1rem;
    background: #00a963;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 3rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.52rem;
    font-weight: bold;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.4rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-English span {
    display: block;
    padding-left: 0.7rem;
  }
  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: #00a963;
    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: 1.15rem 0.3rem 1.05rem !important;
    background: #00a963;
    overflow: hidden;
  }
  footer .foot-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0.1rem;
  }
  footer .foot-main .main-cont .cont-item span {
    width: 0.3rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-item span img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-item p {
    width: calc(100% - 0.3rem);
    padding-left: 0.26rem;
    font-size: var(--fs28);
    color: #fff;
  }
  footer .foot-main .main-cont .cont-item p em {
    font-size: var(--fs30);
  }
  footer .foot-main .main-cont .cont-item:last-of-type {
    margin-bottom: 0;
  }
  footer .foot-main .main-ewm {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 2.5rem;
  }
  footer .foot-main .main-ewm .ewm-pic {
    width: 1.13rem;
    height: auto;
    overflow: hidden;
  }
  footer .foot-main .main-ewm .ewm-pic img {
    width: 100%;
  }
  footer .foot-main .main-ewm p {
    font-size: var(--fs14);
    line-height: 0.24rem;
    color: #fff;
  }
  footer .foot-main .main-cent {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cent .cent-share {
    display: none;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cent .cent-share .share-item {
    position: relative;
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.14rem;
    border-radius: 50%;
    background: #fff;
  }
  footer .foot-main .main-cent .cent-share .share-item:first-of-type {
    margin-left: 0;
  }
  footer .foot-main .main-cent .cent-share .share-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.23rem;
    margin: -0.12rem 0 0 -0.115rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cent .cent-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cent .cent-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cent .cent-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-cent .cent-zhizi {
    width: 100%;
    margin-top: 0.3rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
  }
  footer .foot-main .main-cent .cent-zhizi a {
    color: #fff;
  }
  footer .foot-main .main-cent .cent-zhizi a:hover {
    text-decoration: underline;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-top {
    display: flex;
    justify-content: center;
    padding: 0.3rem 0 0.2rem;
  }
  .container .cont-plate1 .plate1-top .top-item {
    position: relative;
    width: 31%;
    height: auto;
  }
  .container .cont-plate1 .plate1-top .top-item .item-icon {
    width: 0.47rem;
    height: 0.45rem;
    margin: 0 auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-item .item-icon img {
    width: 100%;
  }
  .container .cont-plate1 .plate1-top .top-item .item-title {
    margin-top: 0.15rem;
    font-size: var(--fs26);
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-item .item-text {
    margin-top: 0.05rem;
    font-size: var(--fs24);
    text-align: center;
    color: #999;
  }
  .container .cont-plate1 .plate1-top .top-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.1rem;
    margin-top: -0.55rem;
    background: linear-gradient(0deg, transparent, #ccc, transparent);
  }
  .container .cont-plate1 .plate1-top .top-item:last-of-type {
    width: 38%;
  }
  .container .cont-plate1 .plate1-top .top-item:last-of-type::after {
    display: none;
  }
  .container .cont-plate1 .plate1-top .top-item:hover .item-icon {
    transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }
  .container .cont-plate1 .plate1-top .top-item:hover .item-title {
    color: #00a963;
  }
  .container .cont-plate1 .plate1-lump {
    width: 100%;
    height: 0.8rem;
    border-top: solid 1px #f0f0f0;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper {
    height: 100%;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0.3rem;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide .slide-box .box-icon {
    width: 0.3rem;
    height: auto;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide .slide-box .box-icon img {
    display: block;
    width: 100%;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide .slide-box p {
    max-width: 4.8rem;
    width: auto;
    margin-left: 0.2rem;
    font-size: var(--fs26);
    color: #999;
    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;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide .slide-box span {
    margin-left: 0.12rem;
    font-size: var(--fs26);
    color: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide .slide-box span:hover {
    text-decoration: underline;
  }
  .container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide .slide-box:hover p {
    color: #00a963;
  }
  .container .cont-plate1 .plate1-main {
    width: 100%;
    height: auto;
    padding: 1.4rem 0.3rem 2.7rem;
    background: #f5f7fa url(../images/plate1-web-bg.jpg) no-repeat left bottom;
    background-size: 100%;
  }
  .container .cont-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-cent .cent-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs32);
    color: #00a963;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-cent .cent-title em {
    width: 20px;
    height: 3px;
    margin-right: 0.1rem;
    background: #00a963;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-cent .cent-subtitle {
    margin-top: 0.2rem;
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.56rem;
    color: #222;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-cent .cent-text {
    margin-top: 0.48rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: justify;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-cent .page-button {
    display: none;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-data .data-item {
    width: 48%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-title {
    font-size: 0.66rem;
    font-weight: bold;
    color: #00a963;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-title em {
    margin-left: 0.12rem;
    font-size: var(--fs28);
    font-weight: bold;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #666;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-data .data-item:last-of-type {
    margin-bottom: 0;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item {
    width: calc(100% / 2 - 0.21rem);
    height: auto;
    padding: 0.35rem 0.3rem;
    margin-left: 0;
    margin-bottom: 0.5rem;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(19, 79, 0, 0.07);
    border-radius: 0.1rem;
    overflow: hidden transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item:nth-child(odd) {
    margin-left: 0;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-icon {
    position: relative;
    width: 0.6rem;
    height: 0.62rem;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-title {
    margin-top: 0.2rem;
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    text-align: center;
    color: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item:hover {
    background: #00a963;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item:hover .item-title,
  .container .cont-plate1 .plate1-main .main-cont .cont-box .box-item:hover .item-text {
    color: #fff;
  }
  .container .cont-plate1 .plate1-main .main-cont .web {
    display: flex !important;
    position: absolute;
    bottom: 2.6rem;
    right: 0;
    margin-top: 0.5rem;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding-top: 1.3rem;
  }
  .container .cont-plate2 .page-title {
    text-align: center;
  }
  .container .cont-plate2 .plate2-top {
    margin-top: 0.4rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-top .swiper-slide {
    width: calc(100% / 3);
    height: auto;
  }
  .container .cont-plate2 .plate2-top .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .container .cont-plate2 .plate2-top .swiper-slide .slide-box .box-icon {
    width: 0.94rem;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-top .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .container .cont-plate2 .plate2-top .swiper-slide .slide-box .box-title {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    text-align: center;
  }
  .container .cont-plate2 .plate2-top .swiper-slide:nth-child(1) .slide-box .box-title {
    color: #3cab8c;
  }
  .container .cont-plate2 .plate2-top .swiper-slide:nth-child(2) .slide-box .box-title {
    color: #ddaa23;
  }
  .container .cont-plate2 .plate2-top .swiper-slide:nth-child(3) .slide-box .box-title {
    color: #dc6024;
  }
  .container .cont-plate2 .plate2-top .swiper-slide:nth-child(4) .slide-box .box-title {
    color: #c28db7;
  }
  .container .cont-plate2 .plate2-top .swiper-slide:nth-child(5) .slide-box .box-title {
    color: #1b9c9c;
  }
  .container .cont-plate2 .plate2-top .swiper-slide:nth-child(6) .slide-box .box-title {
    color: #3f5452;
  }
  .container .cont-plate2 .plate2-top .swiper-slide:nth-child(7) .slide-box .box-title {
    color: #89599a;
  }
  .container .cont-plate2 .plate2-heng {
    display: none;
    width: 100%;
    height: 3px;
    margin-top: 0.5rem;
  }
  .container .cont-plate2 .plate2-heng em {
    display: block;
    width: 0;
    height: 100%;
    background: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0.3rem 0 1.35rem;
    background: url(../images/plate2-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate2 .plate2-main .main-box {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent {
    display: flex;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0.48rem;
    cursor: pointer;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item .item-icon {
    position: relative;
    width: 0.38rem;
    height: 0.38rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    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-plate2 .plate2-main .main-box .box-top .top-cent .cent-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item span {
    margin-left: 0.16rem;
    font-size: var(--fs30);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item:hover span {
    color: #00a963;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item-on .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item-on .item-icon .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-box .box-top .top-cent .cent-item-on span {
    color: #00a963;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide {
    width: 60%;
    height: auto;
    margin: 0 0.23rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 48, 63, 0.07);
    border-radius: 0.2rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 3.96rem;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-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;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    text-align: center;
    line-height: 0.5rem;
    color: #cccccc;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-subtitle {
    font-size: var(--fs32);
    text-align: center;
    line-height: 0.5rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.25rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-button span {
    margin-right: 0.16rem;
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-button em {
    width: 11px;
    height: 11px;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover {
    background: #00a963;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover .box-title,
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover .box-subtitle {
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover .box-button span {
    color: #fff;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover .box-button em {
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev,
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    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-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev img,
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .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;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev .img2,
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev:hover,
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-next:hover {
    background: #00a963;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev:hover .img1,
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev:hover .img2,
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev {
    left: -1.35rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont .plate2-swiper-button-next {
    right: -1.35rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-lump .lump-cont-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
  }
  .container .cont-plate2 .plate2-main .main-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
  }
  .container .cont-plate3 {
    padding: 1.3rem 0.3rem 1.35rem;
  }
  .container .cont-plate3 .page-title {
    text-align: center;
  }
  .container .cont-plate3 .plate3-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.55rem;
  }
  .container .cont-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item {
    width: calc(100% / 2 - 0.18rem);
    height: auto;
    border-radius: 0.15rem;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.3);
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 2.25rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.3rem 0.25rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs28);
    color: #666;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-time em {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-plate3-time.png) no-repeat top left;
    background-size: 100%;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.15rem;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-button span {
    margin-right: 0.16rem;
    font-size: var(--fs28);
    color: #ccc;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-button em {
    width: 11px;
    height: 11px;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .cont-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));
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-item:hover .cont-cent .cent-title {
    color: #00a963;
  }
  .container .cont-plate3 .plate3-main .main-swiper {
    width: 100%;
    height: 5.2rem;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide {
    width: 100%;
    height: calc(100% / 2 - 0.14rem);
    margin-bottom: 0.28rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
    width: 3.2rem;
    height: 2.4rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-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;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
    width: calc(100% - 3.2rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs28);
    color: #666;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time em {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-plate3-time.png) no-repeat top left;
    background-size: 100%;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #666;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.1rem;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button span {
    margin-right: 0.16rem;
    font-size: var(--fs28);
    color: #ccc;
    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-swiper .swiper-slide .slide-box .box-cent .cent-button em {
    width: 11px;
    height: 11px;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #00a963;
  }
  .container .cont-plate3 .plate3-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.9rem auto 0;
    border-radius: 0.45rem;
    background: #00a963;
  }
  .container .cont-plate3 .plate3-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .container .cont-plate3 .plate3-button em {
    width: 11px;
    height: 11px;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-button:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .container .cont-plate3 .plate3-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.35rem;
    background: url(../images/plate4-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .container .cont-plate4 .plate4-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item {
    position: relative;
    width: calc(50% - 2px);
    height: 3.8rem;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 100%;
  }
  .container .cont-plate4 .plate4-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;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs32);
    font-weight: bold;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-English {
    margin-top: 0.1rem;
    font-size: var(--fs24);
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data .data-item1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data .data-item1 p {
    font-size: 0.66rem;
    font-weight: bold;
    line-height: 0.56rem;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data .data-item1 em {
    width: 0.27rem;
    height: 0.33rem;
    margin: 0 0.12rem;
    background: url(../images/icon/icon-arrow4.png) no-repeat bottom left;
    background-size: 100%;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data .data-item1 span {
    font-size: var(--fs30);
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data .data-item2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data .data-item2 p {
    font-size: 0.66rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data .data-item2 em {
    width: 0.17rem;
    height: 0.23rem;
    margin: 0 0.12rem;
    background: url(../images/icon/icon-arrow4.png) no-repeat bottom left;
    background-size: 100%;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-data .data-item2 span {
    font-size: var(--fs18);
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-button {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.5rem;
    border: solid 1px #fff;
    border-radius: 50%;
    background: url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 5px;
    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-cont .cont-item .item-cent .cent-button:hover {
    border: solid 1px #00a963;
    background: #00a963 url(../images/icon/icon-arrow5.png) no-repeat center center;
    background-size: 5px;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item .item-text {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2rem 0.25rem 0 0;
    font-size: var(--fs14);
    color: #fff;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item:first-of-type {
    width: 100%;
    height: 5rem;
    margin-bottom: 4px;
  }
  .container .cont-plate4 .plate4-main .main-cont .cont-item:first-of-type .item-cent .cent-button {
    margin-top: 0.45rem;
  }
  .container .cont-plate4 .plate4-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));
  }
  .productDetail {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0 0 1.5rem;
    background: url(../images/productDetail-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .productDetail .productDetail-main {
    padding: 1rem 0.3rem 0;
  }
  .productDetail .productDetail-main .main-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-top .top-main {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .productDetail .productDetail-main .main-top .top-main .main-swiper {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-top .top-main .main-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .productDetail .productDetail-main .main-top .top-main .main-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 5.7rem;
    border-radius: 0.2rem;
    background: #fff;
  }
  .productDetail .productDetail-main .main-top .top-main .main-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-main .main-top .top-main .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .productDetail .productDetail-main .main-top .top-main .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #999;
    opacity: 1;
  }
  .productDetail .productDetail-main .main-top .top-main .swiper-pagination .swiper-pagination-bullet-active {
    background: #00a963;
  }
  .productDetail .productDetail-main .main-top .top-cent {
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
  }
  .productDetail .productDetail-main .main-top .top-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #000;
  }
  .productDetail .productDetail-main .main-top .top-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.48rem;
    color: #666;
  }
  .productDetail .productDetail-main .main-top .top-cent .cent-text span {
    font-weight: bold;
    color: #333;
  }
  .productDetail .productDetail-main .main-top .top-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    border-radius: 0.45rem;
    background: #00a963;
  }
  .productDetail .productDetail-main .main-top .top-cent .cent-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .productDetail .productDetail-main .main-top .top-cent .cent-button em {
    width: 0.36rem;
    height: 0.32rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-button-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-main .main-top .top-cent .cent-button:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .productDetail .productDetail-main .main-box {
    margin-top: 0.6rem;
  }
  .productDetail .productDetail-main .main-box .box-title {
    font-size: var(--fs48);
    text-align: center;
    color: #00a963;
  }
  .productDetail .productDetail-main .main-box .box-cont {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
  }
  .productDetail .productDetail-main .main-box .box-cont img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
  .productDetail .productDetail-bottom {
    width: 100%;
    height: auto;
    margin-top: 1.3rem;
    padding: 0.3rem 0.3rem 0;
    border-top: solid 1px #d2d2d2;
  }
  .productDetail .productDetail-bottom .bottom-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .productDetail .productDetail-bottom .bottom-main .main-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  .productDetail .productDetail-bottom .bottom-main .main-share span {
    margin-right: 0.2rem;
    font-size: var(--fs28);
    color: #666;
  }
  .productDetail .productDetail-bottom .bottom-main .main-share a {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.15rem;
    border-radius: 50%;
    background: #fff;
  }
  .productDetail .productDetail-bottom .bottom-main .main-share a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    margin: -0.13rem 0 0 -0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-bottom .bottom-main .main-share a .img2 {
    opacity: 0;
  }
  .productDetail .productDetail-bottom .bottom-main .main-share a:hover .img1 {
    opacity: 0;
  }
  .productDetail .productDetail-bottom .bottom-main .main-share a:hover .img2 {
    opacity: 1;
  }
  .productDetail .productDetail-bottom .bottom-main .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-bottom .bottom-main .main-button em {
    width: 0.27rem;
    height: 0.26rem;
    margin-right: 0.15rem;
    background: url(../images/icon/icon-return.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;
  }
  .productDetail .productDetail-bottom .bottom-main .main-button span {
    font-size: var(--fs28);
    color: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetail .productDetail-bottom .bottom-main .main-button:hover {
    background: #00a963;
  }
  .productDetail .productDetail-bottom .bottom-main .main-button:hover em {
    background: url(../images/icon/icon-return-on.png) no-repeat center center;
    background-size: 100%;
  }
  .productDetail .productDetail-bottom .bottom-main .main-button:hover span {
    color: #fff;
  }
  .product {
    width: 100%;
    height: auto;
    padding-bottom: 1.6rem;
    background: #f1f7fb;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    padding-top: 1.25rem;
  }
  .product .product-main .main-top {
    margin-top: 0.4rem;
    overflow: hidden;
  }
  .product .product-main .main-top .swiper-slide {
    width: calc(100% / 3);
    height: auto;
  }
  .product .product-main .main-top .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .product .product-main .main-top .swiper-slide .slide-box .box-icon {
    width: 0.94rem;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .main-top .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .product .product-main .main-top .swiper-slide .slide-box .box-title {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    text-align: center;
  }
  .product .product-main .main-top .swiper-slide:nth-child(1) .slide-box .box-title {
    color: #3cab8c;
  }
  .product .product-main .main-top .swiper-slide:nth-child(2) .slide-box .box-title {
    color: #ddaa23;
  }
  .product .product-main .main-top .swiper-slide:nth-child(3) .slide-box .box-title {
    color: #dc6024;
  }
  .product .product-main .main-top .swiper-slide:nth-child(4) .slide-box .box-title {
    color: #c28db7;
  }
  .product .product-main .main-top .swiper-slide:nth-child(5) .slide-box .box-title {
    color: #1b9c9c;
  }
  .product .product-main .main-top .swiper-slide:nth-child(6) .slide-box .box-title {
    color: #3f5452;
  }
  .product .product-main .main-top .swiper-slide:nth-child(7) .slide-box .box-title {
    color: #89599a;
  }
  .product .product-main .main-heng {
    display: none;
    width: 100%;
    height: 3px;
    margin-top: 0.5rem;
  }
  .product .product-main .main-heng em {
    display: block;
    width: 0;
    height: 100%;
    background: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box {
    padding: 0.45rem 0.3rem 0;
  }
  .product .product-main .main-box .box-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-box .box-top .top-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0.48rem;
    cursor: pointer;
  }
  .product .product-main .main-box .box-top .top-item .item-icon {
    position: relative;
    width: 0.38rem;
    height: 0.38rem;
  }
  .product .product-main .main-box .box-top .top-item .item-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-top .top-item .item-icon .img2 {
    opacity: 0;
  }
  .product .product-main .main-box .box-top .top-item span {
    margin-left: 0.16rem;
    font-size: var(--fs30);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-top .top-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .product .product-main .main-box .box-top .top-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .product .product-main .main-box .box-top .top-item:hover span {
    color: #00a963;
  }
  .product .product-main .main-box .box-top .top-item-on .item-icon .img1 {
    opacity: 0;
  }
  .product .product-main .main-box .box-top .top-item-on .item-icon .img2 {
    opacity: 1;
  }
  .product .product-main .main-box .box-top .top-item-on span {
    color: #00a963;
  }
  .product .product-main .main-box .box-lump {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .product .product-main .main-box .box-lump .lump-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0.2rem 0.45rem;
    margin-right: 0;
    margin-bottom: 0.52rem;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 48, 63, 0.07);
    border-radius: 0.2rem;
  }
  .product .product-main .main-box .box-lump .lump-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-box .box-lump .lump-item .item-pic {
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .product .product-main .main-box .box-lump .lump-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-item .item-title {
    margin-top: 0.3rem;
    font-size: var(--fs32);
    text-align: center;
    line-height: 0.5rem;
    color: #cccccc;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-item .item-subtitle {
    font-size: var(--fs36);
    text-align: center;
    line-height: 0.5rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-item .item-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.25rem;
  }
  .product .product-main .main-box .box-lump .lump-item .item-button span {
    margin-right: 0.16rem;
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-item .item-button em {
    width: 11px;
    height: 11px;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-item .item-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .product .product-main .main-box .box-lump .lump-item:hover {
    background: #00a963;
  }
  .product .product-main .main-box .box-lump .lump-item:hover .item-title,
  .product .product-main .main-box .box-lump .lump-item:hover .item-subtitle {
    color: #fff;
  }
  .product .product-main .main-box .box-lump .lump-item:hover .item-button span {
    color: #fff;
  }
  .product .product-main .main-box .box-lump .lump-item:hover .item-button em {
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-box .box-lump .lump-cont {
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide {
    width: calc(100% / 3 - 0.3067rem);
    height: auto;
    margin-right: 0.46rem;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 6rem;
    background: #fff;
    box-shadow: 0px 9px 24px 0px rgba(0, 48, 63, 0.07);
    border-radius: 0.2rem;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 3.96rem;
    overflow: hidden;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-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;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: var(--fs20);
    text-align: center;
    line-height: 0.3rem;
    color: #cccccc;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-subtitle {
    font-size: var(--fs24);
    text-align: center;
    line-height: 0.3rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0.25rem;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-button span {
    margin-right: 0.16rem;
    font-size: var(--fs16);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-button em {
    width: 11px;
    height: 11px;
    background: url(../images/icon/icon-arrow2.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box .box-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover {
    background: #00a963;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover .box-title,
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover .box-subtitle {
    color: #fff;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover .box-button span {
    color: #fff;
  }
  .product .product-main .main-box .box-lump .lump-cont .cont-swiper .swiper-slide .slide-box:hover .box-button em {
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev,
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    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;
  }
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev img,
  .product .product-main .main-box .box-lump .lump-cont .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;
  }
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev .img2,
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-next .img2 {
    opacity: 0;
  }
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev:hover,
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-next:hover {
    background: #00a963;
  }
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev:hover .img1,
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev:hover .img2,
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-prev {
    left: -1.35rem;
  }
  .product .product-main .main-box .box-lump .lump-cont .plate2-swiper-button-next {
    right: -1.35rem;
  }
  .product .product-main .main-box .box-lump .lump-cont-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
  }
  .letter {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.45rem;
    background: #e6f6ff url(../images/letter-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .letter .letter-main .page-title {
    text-align: center;
  }
  .letter .letter-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .letter .letter-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.68rem;
    padding: 0;
  }
  .letter .letter-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.8rem;
    border-radius: 0.1rem;
    border-top: solid 5px #00a963;
    background: #fff;
    overflow: hidden;
  }
  .letter .letter-main .main-cont .cont-cent img {
    width: 100% !important;
    height: auto !important;
  }
  .letter .letter-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs36);
    font-weight: bold;
    text-align: center;
    line-height: 0.34rem;
    color: #666;
  }
  .letter .letter-main .main-cont .cont-cent .cent-title span {
    font-size: var(--fs30);
  }
  .letter .letter-main .main-cont .cont-cent .cent-text {
    width: 100%;
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .letter .letter-main .main-cont .cont-cent .cent-bottom {
    width: 100%;
    margin-top: 0.55rem;
    padding-top: 0.6rem;
    font-size: var(--fs28);
    text-align: right;
    line-height: 0.46rem;
    color: #999;
    border-top: solid 1px #e0e0e0;
  }
  .letter .letter-main .main-cont .cont-lump {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .letter .letter-main .main-cont .cont-lump .lump-item {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.25rem;
    margin-bottom: 0.06rem;
    background: #eee;
  }
  .letter .letter-main .main-cont .cont-lump .lump-item .item-time {
    font-size: var(--fs30);
    font-weight: bold;
    color: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .letter .letter-main .main-cont .cont-lump .lump-item .item-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .letter .letter-main .main-cont .cont-lump .lump-item:hover {
    background: #00a963;
  }
  .letter .letter-main .main-cont .cont-lump .lump-item:hover .item-time,
  .letter .letter-main .main-cont .cont-lump .lump-item:hover .item-title {
    color: #fff;
  }
  .letter .letter-main .main-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    padding: 0 ;
  }
  .letter .letter-main .main-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.8rem;
    color: #333;
    background: #fff;
    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;
  }
  .letter .letter-main .main-bottom .bottom-title a {
    margin-left: 0.15rem;
    color: #333;
  }
  .letter .letter-main .main-bottom .bottom-title:hover {
    background: #fff;
    border: solid 1px #00a963;
  }
  .letter .letter-main .main-bottom .bottom-title:hover a {
    color: #00a963;
  }
  .letterList {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.45rem;
    background: #e6f6ff url(../images/letter-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .letterList .letterList-main .page-title {
    text-align: center;
  }
  .letterList .letterList-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .letterList .letterList-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.68rem;
    margin-bottom: 0.9rem;
  }
  .letterList .letterList-main .main-cont .cont-item {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 0.4rem;
    padding: 0 0.3rem;
    background: #fff;
  }
  .letterList .letterList-main .main-cont .cont-item p {
    font-size: var(--fs28);
    line-height: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .letterList .letterList-main .main-cont .cont-item p span {
    margin-right: 0.2rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .letterList .letterList-main .main-cont .cont-item:hover {
    background: #00a963;
  }
  .letterList .letterList-main .main-cont .cont-item:hover p {
    color: #fff;
  }
  .letterList .letterList-main .main-cont .cont-item:hover p span {
    color: #fff;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.45rem;
    background: #e6f6ff url(../images/history-bg.png) no-repeat top left;
    background-size: 100%;
  }
  .history .history-main {
    margin-top: 1.3rem;
  }
  .history .history-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .history .history-main .main-top .top-button {
    display: flex;
    justify-content: space-between;
    width: 2.3rem;
    height: auto;
  }
  .history .history-main .main-top .top-button .history-swiper-button-prev,
  .history .history-main .main-top .top-button .history-swiper-button-next {
    position: relative;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .main-top .top-button .history-swiper-button-prev img,
  .history .history-main .main-top .top-button .history-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: auto;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .main-top .top-button .history-swiper-button-prev .img2,
  .history .history-main .main-top .top-button .history-swiper-button-next .img2 {
    opacity: 0;
  }
  .history .history-main .main-top .top-button .history-swiper-button-prev:hover,
  .history .history-main .main-top .top-button .history-swiper-button-next:hover {
    background: #00a963;
  }
  .history .history-main .main-top .top-button .history-swiper-button-prev:hover .img1,
  .history .history-main .main-top .top-button .history-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .history .history-main .main-top .top-button .history-swiper-button-prev:hover .img2,
  .history .history-main .main-top .top-button .history-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .history .history-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .history .history-main .main-cont .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.3rem;
  }
  .history .history-main .main-cont .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .history .history-main .main-cont .swiper-slide .slide-box {
    width: 100%;
    height: 100%;
    padding: 0.55rem 0.35rem 0.65rem;
    border-bottom: solid 2px #00a963;
    background: #fff;
  }
  .history .history-main .main-cont .swiper-slide .slide-box .box-year {
    font-family: 'MONTSERRAT-BOLD';
    font-size: var(--fs48);
    color: #3c3c3c;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .history .history-main .main-cont .swiper-slide .slide-box .box-text {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .history .history-main .main-cont .swiper-slide .slide-box .box-text p {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .history .history-main .main-cont .swiper-slide .slide-box .box-text p:last-of-type {
    margin-bottom: 0;
  }
  .history .history-main .main-cont .swiper-slide .slide-box .box-text p em {
    width: 5px;
    height: 5px;
    margin-top: 0.16rem;
    border-radius: 50%;
    background: #3c3c3c;
  }
  .history .history-main .main-cont .swiper-slide .slide-box .box-text p span {
    width: calc(100% - 5px);
    padding-left: 0.1rem;
  }
  .history .history-main .main-cont .swiper-slide .slide-box:hover .box-year {
    color: #00a963;
  }
  .divvy {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.25rem;
    background: #f1f7fb;
  }
  .divvy .divvy-main {
    margin-top: 0.65rem;
  }
  .divvy .divvy-main .main-table {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding-bottom: 0.3rem;
    overflow: auto;
  }
  .divvy .divvy-main .main-table table {
    width: 14rem;
  }
  .divvy .divvy-main .main-table th {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs30);
    line-height: 0.46rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .divvy .divvy-main .main-table th:first-of-type {
    background: #34b481;
  }
  .divvy .divvy-main .main-table th:nth-child(2) {
    background: #007a49;
  }
  .divvy .divvy-main .main-table th:last-of-type {
    background: #23bdbd;
  }
  .divvy .divvy-main .main-table td {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    text-align: center;
    color: #666;
    background: #fff;
    border-top: solid 1px #eeeeee;
  }
  .divvy .divvy-main .main-table td:nth-child(odd) {
    background: #f9fafd;
  }
  .journal {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #fafcfe, #f1f7fb);
  }
  .journal .journal-top {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 0;
  }
  .journal .journal-top .top-box .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .journal .journal-top .top-box .box-top .top-button {
    display: flex;
    justify-content: space-between;
    width: 2.3rem;
    height: auto;
  }
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-prev,
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-next {
    position: relative;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-prev img,
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: auto;
    margin: -6px 0 0 -6px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-prev .img2,
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-next .img2 {
    opacity: 0;
  }
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-prev:hover,
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-next:hover {
    background: #00a963;
  }
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-prev:hover .img1,
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-prev:hover .img2,
  .journal .journal-top .top-box .box-top .top-button .top-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .journal .journal-top .top-box .box-swiper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.66rem;
    padding-bottom: 1.45rem;
    overflow: hidden;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide {
    width: 100%;
    height: auto;
    margin-right: 0.78rem;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-pic {
    width: 3.5rem;
    height: 4.6rem;
    overflow: hidden;
  }
  .journal .journal-top .top-box .box-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;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent {
    width: calc(100% - 3.5rem);
    height: auto;
    padding: 0.3rem 0.2rem 0;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent .cent-name {
    font-size: var(--fs36);
    font-weight: bold;
    color: #00a963;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.46rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
    border-radius: 0.45rem;
    background: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button span {
    font-size: var(--fs28);
    color: #fff;
    margin-right: 0.15rem;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button em {
    display: block;
    width: 0.31rem;
    height: 0.33rem;
    background: url(../images/icon/icon-button-pic2.png) no-repeat top left;
    background-size: 100%;
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .journal .journal-top .top-box .box-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));
  }
  .journal .journal-top .top-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #00a963;
  }
  .journal .journal-top .top-box .box-swiper .swiper-pagination {
    top: auto;
    bottom: 0;
    height: 4px;
    background: #dfdfdf;
  }
  .journal .journal-top .top-box .box-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #00a963;
  }
  .journal .journal-main {
    width: 100%;
    height: auto;
    padding: 1.05rem 0.3rem 1.32rem;
    background: #fff;
  }
  .journal .journal-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .journal .journal-main .main-cont .cont-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .journal .journal-main .main-cont .cont-item:nth-child(3n) {
    margin-right: 0;
  }
  .journal .journal-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 4.3rem;
    padding: 0.3rem 0.25rem;
    background: #f8f8f8;
    overflow: hidden;
  }
  .journal .journal-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .journal .journal-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.2rem 0.25rem;
    border-bottom: solid 2px #00a963;
  }
  .journal .journal-main .main-cont .cont-item .item-cent .cent-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .journal .journal-main .main-cont .cont-item .item-cent .cent-title em {
    display: block;
    width: 0.35rem;
    height: 0.39rem;
    background: url(../images/icon/icon-journal-pic1.png) no-repeat center center;
    background-size: 100%;
  }
  .journal .journal-main .main-cont .cont-item .item-cent .cent-title span {
    max-width: calc(100% - 0.35rem);
    width: auto;
    padding-left: 0.12rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .journal .journal-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.1rem;
    font-size: var(--fs26);
    text-align: center;
    color: #999;
  }
  .journal .journal-main .main-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.15rem auto 0;
    border-radius: 0.45rem;
    background: #e5e5e5;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .journal .journal-main .main-cont .cont-item .item-cent .cent-button span {
    font-size: var(--fs28);
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .journal .journal-main .main-cont .cont-item .item-cent .cent-button em {
    width: 11px;
    height: 11px;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-arrow6.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;
  }
  .journal .journal-main .main-cont .cont-item .item-cent .cent-button:hover {
    transform: translatey(-0.1rem);
    -o-transform: translatey(-0.1rem);
    -moz-transform: translatey(-0.1rem);
    -webkit-transform: translatey(-0.1rem);
  }
  .journal .journal-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));
  }
  .journal .journal-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #00a963;
  }
  .journal .journal-main .main-cont .cont-item:hover .item-cent .cent-button {
    background: #00a963;
  }
  .journal .journal-main .main-cont .cont-item:hover .item-cent .cent-button span {
    color: #fff;
  }
  .journal .journal-main .main-cont .cont-item:hover .item-cent .cent-button em {
    background: url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .journal .journal-main .page-number .page-item {
    background: #e5e5e5;
  }
  .journal .journal-main .page-number .page-item-active {
    background: #00a963;
  }
  .govern {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.74rem;
    background: linear-gradient(90deg, #fafcfe, #f1f7fb);
  }
  .govern .govern-main {
    margin-top: 0.65rem;
  }
  .govern .govern-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .govern .govern-main .main-top .top-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.35rem;
  }
  .govern .govern-main .main-top .top-box .box-item {
    width: auto;
    height: 0.65rem;
    padding: 0 0.4rem;
    margin-left: 0.15rem;
    margin-bottom: 0.15rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.65rem;
    color: #333;
    border-radius: 0.45rem;
  }
  .govern .govern-main .main-top .top-box .box-item:hover {
    color: #fff;
    background: #00a963;
  }
  .govern .govern-main .main-top .top-box .box-item-on {
    color: #fff;
    background: #00a963;
  }
  .govern .govern-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.64rem;
    padding: 0.65rem 0.3rem 0.55rem;
    background: #fff;
  }
  .govern .govern-main .main-cont .cont-text {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .govern .govern-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .govern .govern-main .main-cont .cont-box .box-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.7rem;
    padding-bottom: 0.45rem;
    border-bottom: solid 1px #d2d2d2;
  }
  .govern .govern-main .main-cont .cont-box .box-item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 3px;
    background: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .govern .govern-main .main-cont .cont-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .govern .govern-main .main-cont .cont-box .box-item .item-title {
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
  }
  .govern .govern-main .main-cont .cont-box .box-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    color: #999;
  }
  .govern .govern-main .main-cont .cont-box .box-item:hover::after {
    width: 100%;
  }
  .solutionDetail {
    width: 100%;
    height: auto;
    margin-top: 0;
    background: #f1f7fb;
  }
  .solutionDetail .page-subnav {
    background: url(../images/subnav-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .solutionDetail .solutionDetail-plate1 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.15rem;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-main .main-title {
    font-size: var(--fs48);
    color: #00a963;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-main .main-cont .cont-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;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-main .main-cont .cont-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-plate1 .plate1-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #000;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-main .main-cont .cont-cent .cent-heng {
    width: 46px;
    height: 3px;
    margin-top: 0.15rem;
    background: #00a963;
  }
  .solutionDetail .solutionDetail-plate1 .plate1-main .main-cont .cont-cent .cent-text {
    margin-top: 0.36rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .solutionDetail .solutionDetail-plate3 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 1.15rem;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-title {
    font-size: var(--fs48);
    text-align: center;
    color: #00a963;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .solutionDetail .solutionDetail-plate3 .plate3-main .main-cont img {
    width: 100%;
  }
  .solutionDetail .solutionDetail-plate2 {
    width: 100%;
    height: auto;
    padding: 1.15rem 0.3rem 0.95rem;
    background: #fff;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box {
    width: 100%;
    height: auto;
    margin-bottom: 1.3rem;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-title {
    font-size: var(--fs42);
    font-weight: bold;
    color: #000;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-heng {
    width: 46px;
    height: 3px;
    margin-top: 0.15rem;
    background: #00a963;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-table {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-table table {
    width: 100%;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-table th {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs30);
    line-height: 0.46rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-table th:first-of-type {
    background: #34b481;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-table th:nth-child(2) {
    background: #007a49;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-table td {
    padding: 0.15rem 0.2rem;
    font-size: var(--fs28);
    line-height: 0.44rem;
    text-align: center;
    color: #666;
    background: #fff;
    border: solid 1px #eeeeee;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-table td:nth-child(odd) {
    background: #f9fafd;
    text-align: left;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-cent {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.55rem 0.3rem 0.55rem;
    background: #f9fafd;
    border-radius: 0.15rem;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-cent .cent-title {
    margin-bottom: 0.1rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #333;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-cent .cent-text {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .solutionDetail .solutionDetail-plate2 .plate2-main .main-box:last-of-type {
    margin-bottom: 0;
  }
  .solutionDetail .solutionDetail-bottom {
    width: 100%;
    height: auto;
    padding: 0.72rem 0.3rem 1.65rem;
    border-top: solid 1px #d2d2d2;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-share span {
    margin-right: 0.2rem;
    font-size: var(--fs28);
    color: #666;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-share a {
    position: relative;
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.15rem;
    border-radius: 50%;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-share a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.3rem;
    margin: -0.13rem 0 0 -0.15rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-share a .img2 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-share a:hover .img1 {
    opacity: 0;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-share a:hover .img2 {
    opacity: 1;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 0.8rem;
    border-radius: 0.45rem;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-button em {
    width: 0.27rem;
    height: 0.26rem;
    margin-right: 0.15rem;
    background: url(../images/icon/icon-return.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;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-button span {
    font-size: var(--fs28);
    color: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-button:hover {
    background: #00a963;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-button:hover em {
    background: url(../images/icon/icon-return-on.png) no-repeat center center;
    background-size: 100%;
  }
  .solutionDetail .solutionDetail-bottom .bottom-main .main-button:hover span {
    color: #fff;
  }
  .develop {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #fcfdfe, #f1f7fb);
  }
  .develop .develop-plate1 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.4rem;
  }
  .develop .develop-plate1 .plate1-main .main-title {
    margin-top: 0.15rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .develop .develop-plate1 .plate1-main .main-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .develop .develop-plate1 .plate1-main .main-box .box-cent {
    width: 100%;
    height: auto;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .develop .develop-plate1 .plate1-main .main-box .box-pic {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    overflow: hidden;
  }
  .develop .develop-plate1 .plate1-main .main-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .develop .develop-plate1 .plate1-main .main-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .develop .develop-plate2 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
    background: url(../images/develop-bg.jpg) no-repeat top center;
    background-size: 250%;
  }
  .develop .develop-plate2 .plate2-data {
    display: flex;
    justify-content: space-between;
  }
  .develop .develop-plate2 .plate2-data .data-item {
    width: auto;
    height: auto;
    padding: 0 0.15rem;
  }
  .develop .develop-plate2 .plate2-data .data-item .item-num {
    font-size: var(--fs30);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .develop .develop-plate2 .plate2-data .data-item .item-num span {
    margin-right: 0.1rem;
    font-size: 0.6rem;
  }
  .develop .develop-plate2 .plate2-data .data-item .item-text {
    margin-top: 0.05rem;
    font-size: var(--fs26);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .develop .develop-plate2 .plate2-main {
    padding: 0.72rem 0.3rem 0.5rem;
    margin-top: 0.8rem;
    background: #fff;
    border-top-left-radius: 0.5rem;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.07);
  }
  .develop .develop-plate2 .plate2-main .main-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .develop .develop-plate2 .plate2-main .main-top .top-item {
    width: auto;
    height: 0.65rem;
    padding: 0 0.32rem;
    margin: 0 0.05rem 0.15rem;
    font-size: var(--fs28);
    line-height: 0.65rem;
    border-radius: 0.45rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .develop .develop-plate2 .plate2-main .main-top .top-item:hover {
    color: #fff;
    background: #00a963;
  }
  .develop .develop-plate2 .plate2-main .main-top .top-item-on {
    font-weight: bold;
    color: #fff;
    background: #00a963;
  }
  .develop .develop-plate2 .plate2-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .develop .develop-plate2 .plate2-main .main-cont .cont-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .develop .develop-plate2 .plate2-main .main-cont .cont-box .box-item {
    width: calc(100% / 3);
    height: 1.3rem;
    padding: 0.1rem;
    margin-bottom: 0.15rem;
  }
  .develop .develop-plate2 .plate2-main .main-cont .cont-box .box-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;
  }
  .develop .develop-plate2 .plate2-main .main-cont .cont-box .box-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));
  }
  .develop .develop-plate2 .plate2-main .main-cont .cont-box-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 2rem;
    background: linear-gradient(90deg, #fbfdfe, #f1f7fb);
  }
  .contact .contact-main {
    padding-top: 1.3rem;
  }
  .contact .contact-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.76rem;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .contact .contact-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .contact .contact-main .main-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;
  }
  .contact .contact-main .main-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .contact .contact-main .main-cont .cont-cent {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.4rem 0.5rem;
    background: #00a963;
  }
  .contact .contact-main .main-cont .cont-cent .cent-title {
    margin-bottom: 0.2rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #fff;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-title img {
    display: block;
    width: 0.31rem;
    margin-right: 0.16rem;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-title em {
    font-size: var(--fs30);
    line-height: 0.5rem;
    color: #fff;
  }
  .contact .contact-main .main-cont .cont-cent .cent-item .item-text {
    font-size: var(--fs30);
    line-height: 0.5rem;
    color: #fff;
  }
  .summary {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.85rem;
    background: linear-gradient(90deg, #fbfdfe, #f1f7fb);
  }
  .summary .summary-main {
    padding-top: 0.65rem;
  }
  .summary .summary-main .main-text {
    margin-top: 0.45rem;
    font-size: var(--fs28);
    line-height: 0.48rem;
    color: #666;
  }
  .summary .summary-main .main-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .summary .summary-main .main-data .data-item {
    width: 48%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .summary .summary-main .main-data .data-item .item-title {
    font-size: var(--fs48);
    font-weight: bold;
    color: #00a963;
  }
  .summary .summary-main .main-data .data-item .item-title em {
    margin-left: 0.12rem;
    font-size: var(--fs28);
    font-weight: bold;
    color: #666;
  }
  .summary .summary-main .main-data .data-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .summary .summary-main .main-data .data-item:last-of-type {
    margin-bottom: 0;
  }
  .summary .summary-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.95rem;
  }
  .summary .summary-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
  }
  .summary .summary-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .summary .summary-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;
  }
  .summary .summary-main .main-cont .cont-item .item-title {
    margin-top: 0.25rem;
    font-size: var(--fs30);
    text-align: center;
    color: #333;
  }
  .summary .summary-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));
  }
  .summary .summary-main .main-cont .cont-item:hover .item-title {
    color: #00a963;
  }
  .personnel {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.35rem;
    background: linear-gradient(90deg, #fbfdfe, #f1f7fb);
  }
  .personnel .personnel-main {
    padding: 1.3rem 0 0 0;
  }
  .personnel .personnel-main .main-item {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .personnel .personnel-main .main-item .item-pic {
    width: 100%;
    height: auto;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .personnel .personnel-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;
  }
  .personnel .personnel-main .main-item .item-cent {
    width: 100%;
    height: auto;
    padding-top: 0.7rem;
  }
  .personnel .personnel-main .main-item .item-cent .cent-title {
    margin-top: 0.45rem;
    font-size: var(--fs36);
    color: #666;
  }
  .personnel .personnel-main .main-item .item-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .personnel .personnel-main .main-item .item-cent .cent-data {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .personnel .personnel-main .main-item .item-cent .cent-data .data-item {
    width: 48%;
    height: auto;
  }
  .personnel .personnel-main .main-item .item-cent .cent-data .data-item .item-icon {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.07);
  }
  .personnel .personnel-main .main-item .item-cent .cent-data .data-item .item-icon img {
    width: 100%;
  }
  .personnel .personnel-main .main-item .item-cent .cent-data .data-item .item-num {
    margin-top: 0.1rem;
    font-size: var(--fs28);
    color: #666666;
  }
  .personnel .personnel-main .main-item .item-cent .cent-data .data-item .item-num span {
    margin-right: 0.12rem;
    font-size: var(--fs48);
    font-weight: bold;
    color: #00a963;
  }
  .personnel .personnel-main .main-item .item-cent .cent-data .data-item .item-text {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #666;
  }
  .personnel .personnel-main .main-item:nth-child(1) {
    flex-direction: row-reverse;
  }
  .personnel .personnel-main .main-item:nth-child(2) {
    align-items: center;
  }
  .personnel .personnel-main .main-item:nth-child(2) .item-pic {
    width: 100%;
  }
  .personnel .personnel-main .main-item:nth-child(2) .item-cent {
    width: 100%;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 2.7rem;
    background: url(../images/culture-bg.jpg) no-repeat bottom left;
  }
  .culture .culture-main {
    padding-top: 1.3rem;
  }
  .culture .culture-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-top .top-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.35rem;
  }
  .culture .culture-main .main-top .top-box .box-item {
    width: auto;
    height: 0.65rem;
    padding: 0 0.4rem;
    margin-left: 0.15rem;
    margin-bottom: 0.15rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.65rem;
    color: #333;
    border-radius: 0.45rem;
  }
  .culture .culture-main .main-top .top-box .box-item:hover {
    color: #fff;
    background: #00a963;
  }
  .culture .culture-main .main-top .top-box .box-item-on {
    color: #fff;
    background: #00a963;
  }
  .culture .culture-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .culture .culture-main .main-cont .cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .culture .culture-main .main-cont .cont-box .box-pic {
    width: 100%;
    height: auto;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .culture .culture-main .main-cont .cont-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;
  }
  .culture .culture-main .main-cont .cont-box .box-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .culture .culture-main .main-cont .cont-box .box-cent {
    width: 100%;
    height: auto;
    padding-top: 0.65rem;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-title {
    margin-bottom: 0.3rem;
    font-size: var(--fs36);
    font-weight: bold;
    line-height: 0.46rem;
    color: #666;
  }
  .culture .culture-main .main-cont .cont-box .box-cent .cent-text {
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .idea {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.6rem;
    background: #f1f7fb;
  }
  .idea .idea-main {
    padding-top: 1.1rem;
  }
  .idea .idea-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .idea .idea-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 1.1rem;
  }
  .idea .idea-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
  }
  .idea .idea-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;
  }
  .idea .idea-main .main-cont .cont-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .idea .idea-main .main-cont .cont-item .item-cent {
    width: 100%;
    margin-top: 0.5rem;
  }
  .idea .idea-main .main-cont .cont-item .item-cent .cent-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs30);
  }
  .idea .idea-main .main-cont .cont-item .item-cent .cent-title em {
    width: 0.8rem;
    height: 0.8rem;
  }
  .idea .idea-main .main-cont .cont-item .item-cent .cent-title em img {
    width: 100%;
  }
  .idea .idea-main .main-cont .cont-item .item-cent .cent-title span {
    width: calc(100% - 0.8rem);
    height: auto;
    padding-left: 0.25rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #00a963;
  }
  .idea .idea-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .idea .idea-main .main-cont .cont-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.25rem;
    background: linear-gradient(90deg, #fbfdfe, #f1f7fb);
  }
  .honor .honor-main {
    padding-top: 1.32rem;
  }
  .honor .honor-main .main-cont {
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .honor .honor-main .main-cont .cont-box {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 1.35rem;
  }
  .honor .honor-main .main-cont .cont-box .box-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.07);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .honor .honor-main .main-cont .cont-box .box-pic img {
    width: 100%;
  }
  .honor .honor-main .main-cont .cont-box .box-pic-on {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-lump {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0.2rem;
    padding-left: 0.4rem;
    border-left: solid 5px #e0e0e0;
  }
  .honor .honor-main .main-cont .cont-lump .lump-shu {
    position: absolute;
    top: 0;
    left: -5px;
    width: 5px;
    height: auto;
    background: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-lump .lump-shu::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
    border-radius: 50%;
    border: solid 4px #00a963;
    box-sizing: border-box;
  }
  .honor .honor-main .main-cont .cont-lump .lump-box {
    width: 100%;
    height: auto;
  }
  .honor .honor-main .main-cont .cont-lump .lump-box .box-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
  }
  .honor .honor-main .main-cont .cont-lump .lump-box .box-item .item-year {
    width: 1.2rem;
    font-size: var(--fs32);
    font-weight: bold;
    color: #3c3c3c;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-cont .cont-lump .lump-box .box-item .item-text {
    width: calc(100% - 1.2rem);
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333333;
  }
  .honor .honor-main .main-cont .cont-lump .lump-box .box-item:last-of-type {
    margin-bottom: 0;
  }
  .honor .honor-main .main-cont .cont-lump .lump-box .box-item-on .item-year {
    color: #00a963;
  }
  .honor .honor-main .main-cont .cont-lump .box-load {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.5rem;
    height: auto;
    margin-top: 0.4rem;
  }
  .honor .honor-main .main-cont .cont-lump .box-load span {
    font-size: var(--fs28);
    color: #00a963;
  }
  .honor .honor-main .main-cont .cont-lump .box-load em {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../images/icon/icon-load-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .society {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.9rem;
    background: #f1f7fb;
  }
  .society .society-main {
    padding-top: 1.3rem;
  }
  .society .society-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .society .society-main .main-cont .cont-item {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.95rem;
  }
  .society .society-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .society .society-main .main-cont .cont-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .society .society-main .main-cont .cont-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .society .society-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
  }
  .society .society-main .main-cont .cont-item .item-cent .cent-title {
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 0.42rem;
    color: #00a963;
  }
  .society .society-main .main-cont .cont-item .item-cent .cent-English {
    font-size: var(--fs34);
    font-weight: bold;
    line-height: 0.42rem;
    text-transform: uppercase;
    color: #999;
  }
  .society .society-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.4rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #333;
  }
  .society .society-main .main-cont .cont-item:first-of-type .item-cent {
    width: 100%;
  }
  .society .society-main .main-cont .cont-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .market {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.3rem;
    background: #f1f7fb;
  }
  .market .market-main {
    padding-top: 0.65rem;
  }
  .market .market-main .main-title {
    margin-top: 0.65rem;
    font-size: var(--fs42);
    font-weight: bold;
    color: #333;
  }
  .market .market-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .market .market-main .main-box .box-data {
    width: 100%;
    height: auto;
  }
  .market .market-main .main-box .box-data .data-item1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }
  .market .market-main .main-box .box-data .data-item1 p {
    font-size: 0.56rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #da2219;
  }
  .market .market-main .main-box .box-data .data-item1 em {
    width: 0.27rem;
    height: 0.33rem;
    margin: 0 0.12rem;
    background: url(../images/icon/icon-market-arrow.png) no-repeat bottom left;
    background-size: 100%;
  }
  .market .market-main .main-box .box-data .data-item1 span {
    font-size: var(--fs30);
    color: #da2219;
  }
  .market .market-main .main-box .box-data .data-item2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }
  .market .market-main .main-box .box-data .data-item2 p {
    font-size: 0.56rem;
    font-weight: bold;
    line-height: 0.45rem;
    color: #00a963;
  }
  .market .market-main .main-box .box-data .data-item2 em {
    width: 0.27rem;
    height: 0.33rem;
    margin: 0 0.12rem;
    background: url(../images/icon/icon-market-arrow2.png) no-repeat bottom left;
    background-size: 100%;
  }
  .market .market-main .main-box .box-data .data-item2 span {
    font-size: var(--fs30);
    color: #00a963;
  }
  .market .market-main .main-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .market .market-main .main-lump .lump-item {
    width: 48%;
    height: auto;
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: solid 1px #999999;
  }
  .market .market-main .main-lump .lump-item .item-title {
    font-size: var(--fs28);
    color: #555;
  }
  .market .market-main .main-lump .lump-item .item-text {
    margin-top: 0.05rem;
    font-size: var(--fs42);
    color: #666;
  }
  .market .market-main .main-text {
    margin-top: 0.3rem;
    font-size: var(--fs26);
    color: #555;
  }
  .market .market-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .market .market-main .main-pic img {
    width: 100%;
    height: auto;
  }
  .interaction {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.52rem;
    background: #f1f7fb;
  }
  .interaction .interaction-main {
    padding-top: 0.65rem;
  }
  .interaction .interaction-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .interaction .interaction-main .main-top .top-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.35rem;
  }
  .interaction .interaction-main .main-top .top-box .box-item {
    width: auto;
    height: 0.65rem;
    padding: 0 0.4rem;
    margin-left: 0.15rem;
    margin-bottom: 0.15rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.65rem;
    color: #333;
    border-radius: 0.45rem;
  }
  .interaction .interaction-main .main-top .top-box .box-item:hover {
    color: #fff;
    background: #00a963;
  }
  .interaction .interaction-main .main-top .top-box .box-item-on {
    color: #fff;
    background: #00a963;
  }
  .interaction .interaction-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
    margin-bottom: 0.45rem;
  }
  .interaction .interaction-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 1rem;
    padding: 0 0.3rem;
    margin-bottom: 0.4rem;
    background: #fff;
  }
  .interaction .interaction-main .main-cont .cont-item .item-title {
    width: calc(100% - 0.8rem);
    height: auto;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .interaction .interaction-main .main-cont .cont-item .item-title span {
    margin-right: 0.2rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .interaction .interaction-main .main-cont .cont-item em {
    display: block;
    width: 0.39rem;
    height: 0.5rem;
    background: url(../images/icon/icon-interaction-PDF.png) no-repeat top left;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .interaction .interaction-main .main-cont .cont-item:hover {
    background: #00a963;
  }
  .interaction .interaction-main .main-cont .cont-item:hover .item-title {
    color: #fff;
  }
  .interaction .interaction-main .main-cont .cont-item:hover .item-title span {
    color: #fff;
  }
  .interaction .interaction-main .main-cont .cont-item:hover em {
    background: url(../images/icon/icon-interaction-PDF2.png) no-repeat top left;
    background-size: 100%;
  }
  .investorContact {
    width: 100%;
    height: auto;
  }
  .investorContact .investorContact-plate1 {
    width: 100%;
    height: auto;
    padding: 1.35rem 0.3rem 1.42rem;
    background: url(../images/investorContact-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .investorContact .investorContact-plate1 .plate1-main .main-text {
    margin-top: 0.6rem;
    font-size: var(--fs38);
    color: #333;
  }
  .investorContact .investorContact-plate1 .plate1-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .investorContact .investorContact-plate1 .plate1-main .main-cont .cont-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0.52rem 0.62rem 0.6rem;
    background: #fff;
    border-bottom: solid 2px #00a963;
  }
  .investorContact .investorContact-plate1 .plate1-main .main-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .investorContact .investorContact-plate1 .plate1-main .main-cont .cont-item .item-icon {
    width: 0.51rem;
    height: auto;
  }
  .investorContact .investorContact-plate1 .plate1-main .main-cont .cont-item .item-icon img {
    width: 100%;
  }
  .investorContact .investorContact-plate1 .plate1-main .main-cont .cont-item .itme-title {
    width: 100%;
    margin-top: 0.2rem;
    font-size: var(--fs30);
    color: #999;
  }
  .investorContact .investorContact-plate1 .plate1-main .main-cont .cont-item .item-text {
    margin-top: 0.1rem;
    font-size: var(--fs36);
    font-weight: bold;
    color: #333;
  }
  .investorContact .investorContact-plate2 {
    padding: 1.15rem 0.3rem 1.4rem;
  }
  .investorContact .investorContact-plate2 .plate2-title {
    font-size: var(--fs36);
    color: #333;
  }
  .investorContact .investorContact-plate2 .plate2-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.24rem;
  }
  .investorContact .investorContact-plate2 .plate2-form input {
    width: 100%;
    height: 0.8rem;
    margin-right: 0;
    margin-bottom: 0.35rem;
    padding: 0 0.2rem;
    font-size: var(--fs26);
    color: #666;
    border: solid 1px #e5e5e5;
    background: #fff;
  }
  .investorContact .investorContact-plate2 .plate2-form input::placeholder {
    color: #999;
  }
  .investorContact .investorContact-plate2 .plate2-form input:nth-child(3) {
    margin-right: 0;
  }
  .investorContact .investorContact-plate2 .plate2-form textarea {
    width: 100%;
    height: 2.5rem;
    padding: 0.15rem 0.2rem;
    font-family: '微软雅黑';
    font-size: var(--fs26);
    color: #666;
    border: solid 1px #e5e5e5;
    background: #fff;
  }
  .investorContact .investorContact-plate2 .plate2-form textarea::placeholder {
    color: #999;
  }
  .investorContact .investorContact-plate2 .plate2-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 1rem;
    margin: 0.5rem auto 0;
    border-radius: 0.05rem;
    background: #00a963;
  }
  .investorContact .investorContact-plate2 .plate2-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .investorContact .investorContact-plate2 .plate2-button em {
    display: block;
    width: 0.32rem;
    height: 0.31rem;
    margin-left: 0.28rem;
    background: url(../images/icon/icon-button-pic3.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;
  }
  .investorContact .investorContact-plate2 .plate2-button:hover {
    background: #039a5b;
  }
  .investorContact .investorContact-plate2 .plate2-button:hover em {
    margin-left: 0.15rem;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.42rem;
    background: #f1f7fb;
  }
  .news .news-main {
    padding-top: 1.3rem;
  }
  .news .news-main .main-top {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    padding-bottom: 0.55rem;
  }
  .news .news-main .main-top .top-swiper {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.3);
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .news .news-main .main-top .top-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 4.68rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs28);
    color: #666;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-cent .cent-time em {
    display: block;
    width: 0.29rem;
    height: 0.29rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-plate3-time.png) no-repeat top left;
    background-size: 100%;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-cent .cent-title {
    margin-top: 0.15rem;
    font-size: var(--fs32);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-cent .cent-text {
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-cent .page-button {
    margin-top: 0.45rem;
  }
  .news .news-main .main-top .top-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));
  }
  .news .news-main .main-top .top-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
    color: #00a963;
  }
  .news .news-main .main-top .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .news .news-main .main-top .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #999;
    opacity: 1;
  }
  .news .news-main .main-top .swiper-pagination .swiper-pagination-bullet-active {
    background: #00a963;
  }
  .news .news-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.55rem;
    margin-bottom: 1.08rem;
  }
  .news .news-main .main-cont .cont-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
  }
  .news .news-main .main-cont .cont-item .item-pic {
    width: 3.2rem;
    height: 2.4rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .news .news-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent {
    width: calc(100% - 3.2rem);
    height: auto;
    padding-left: 0.3rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs28);
    color: #666;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-time em {
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
    background: url(../images/icon/icon-plate3-time.png) no-repeat top left;
    background-size: 100%;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-text {
    margin-top: 0.05rem;
    font-size: var(--fs26);
    line-height: 0.42rem;
    color: #666;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.1rem;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button span {
    margin-right: 0.16rem;
    font-size: var(--fs28);
    color: #ccc;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button em {
    width: 11px;
    height: 11px;
    background: url(../images/icon/icon-arrow3.png) no-repeat center center;
    background-size: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-cont .cont-item .item-cent .cent-button:hover em {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .news .news-main .main-cont .cont-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
    color: #00a963;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    margin-top: 1.08rem;
    overflow: visible;
  }
  .newsDetail .page-subnav {
    background: #f0f0f0;
  }
  .newsDetail .newsDetails-top {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 0.65rem;
  }
  .newsDetail .newsDetails-top .top-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
    color: #333;
  }
  .newsDetail .newsDetails-top .top-main .main-time {
    margin-top: 0.32rem;
    font-size: var(--fs30);
    text-align: center;
    color: #ccc;
  }
  .newsDetail .newsDetails-top .top-main .main-time img {
    width: 19px;
    margin: -0.04rem 0.06rem 0 0;
  }
  .newsDetail .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1.2rem;
    background: #f1f7fb;
  }
  .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: 1.08rem;
    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: #00a963;
  }
  .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);
    font-weight: 100;
    line-height: 0.46rem;
    color: #000;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
    display: block;
    max-width: 100%;
    width: auto;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .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.8rem;
    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 #00a963;
  }
  .newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
    color: #00a963;
  }
  .newsDetail .newsDetails-main .main-box .box-list {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0;
    border-top: solid 4px #00a963;
    background: #f1f7fb;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-title {
    margin-bottom: 0.5rem;
    font-size: var(--fs30);
    font-weight: bold;
    color: #00a963;
  }
  .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(--fs26);
    line-height: 0.4rem;
    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: #00a963;
  }
  .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: #00a963;
    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-size: var(--fs28);
    text-transform: uppercase;
    color: #fff;
  }
  .newsDetail .newsDetails-main .main-box .box-list .list-button em {
    width: 11px;
    height: 11px;
    margin-left: 0.2rem;
    background: url(../images/icon/icon-arrow.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);
  }
  .video {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.48rem;
    background: linear-gradient(90deg, #f2faff, #e6f6ff);
  }
  .video .video-main .page-title {
    text-align: center;
  }
  .video .video-main .page-heng {
    margin: 0.2rem auto 0;
  }
  .video .video-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .video .video-main .main-video .video-pic {
    width: 100%;
    height: auto;
    border: solid 0.1rem #e5e5e5;
    overflow: hidden;
  }
  .video .video-main .main-video .video-pic video {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
  }
  .video .video-main .main-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;
  }
  .video .video-main .main-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-video .video-play img {
    width: 100%;
  }
  .video .video-main .main-video .video-play:hover {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  .video .video-main .main-video .video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.9rem;
    font-size: var(--fs30);
    text-align: center;
    line-height: 0.9rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }
  .video .video-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));
  }
  .video .video-main .main-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.48rem 0 0.2rem;
  }
  .video .video-main .main-cont .cont-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .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: 3.56rem;
    overflow: hidden;
  }
  .video .video-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-cont .cont-item .item-title {
    width: 100%;
    height: 0.9rem;
    padding: 0 0.3rem;
    font-size: var(--fs30);
    line-height: 0.9rem;
    text-align: center;
    color: #222;
    background: #fff;
    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;
  }
  .video .video-main .main-cont .cont-item .item-play {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -0.4rem;
    cursor: pointer;
  }
  .video .video-main .main-cont .cont-item .item-play img {
    position: relative;
    width: 100%;
    z-index: 9;
  }
  .marketing {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.58rem;
    background: linear-gradient(90deg, #f2faff, #e6f6ff);
  }
  .marketing .marketing-main {
    padding-top: 1.32rem;
  }
  .marketing .marketing-main .main-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.9rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    overflow: hidden;
  }
  .marketing .marketing-main .main-cont .cont-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .marketing .marketing-main .main-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;
  }
  .marketing .marketing-main .main-cont .cont-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem 0;
  }
  .marketing .marketing-main .main-cont .cont-cent .cent-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .marketing .marketing-main .main-cont .cont-cent .cent-text {
    margin-top: 0.2rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .marketing .marketing-main .main-cont .cont-cent .cent-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.45rem;
    font-size: var(--fs30);
    text-align: center;
    color: #fff;
  }
  .marketing .marketing-main .main-cont .cont-cent .cent-tel span {
    font-size: var(--fs48);
    font-weight: bold;
  }
  .marketing .marketing-main .main-cont .cont-cent .cent-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.5rem auto 0;
    border-radius: 0.45rem;
    background: #00a963;
  }
  .marketing .marketing-main .main-cont .cont-cent .cent-button span {
    font-size: var(--fs28);
    color: #fff;
  }
  .marketing .marketing-main .main-cont .cont-cent .cent-button em {
    width: 0.36rem;
    height: 0.32rem;
    margin-left: 0.15rem;
    background: url(../images/icon/icon-button-pic1.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;
  }
  .marketing .marketing-main .main-cont .cont-cent .cent-button:hover em {
    margin-left: 0.25rem;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 3rem;
    background: url(../images/recruit-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .recruit .recruit-main {
    padding-top: 1.1rem;
  }
  .recruit .recruit-main .page-title2 {
    display: block;
    width: 2.72rem;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-title {
    margin-top: 0.3rem;
    font-size: var(--fs42);
    text-align: center;
    color: #333;
  }
  .recruit .recruit-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
  }
  .recruit .recruit-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    padding: 0 0.5rem;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(102, 102, 12, 0.09);
  }
  .recruit .recruit-main .main-box .box-item .item-cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 1rem);
    height: auto;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .cent-icon {
    width: 0.86rem;
    height: auto;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .cent-icon img {
    width: 100%;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .cent-lump {
    width: calc(100% - 0.9rem);
    height: auto;
    padding-left: 0.25rem;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .cent-lump .lump-title {
    font-size: var(--fs48);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .box-item .item-cent .cent-lump .lump-text {
    font-size: var(--fs30);
    color: #999;
  }
  .recruit .recruit-main .main-box .box-item .item-button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #00a963 url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-box .box-item:hover .item-cent .cent-lump .lump-title {
    color: #00a963;
  }
  .recruit .recruit-main .main-box .box-item:hover .item-button {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .recruit2 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 3rem;
    background: url(../images/recruit-bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .recruit2 .recruit-main {
    padding-top: 1.1rem;
  }
  .recruit2 .recruit-main .page-title2 {
    display: block;
    width: 2.72rem;
    margin: 0 auto;
  }
  .recruit2 .recruit-main .main-title {
    margin-top: 0.3rem;
    font-size: var(--fs42);
    text-align: center;
    color: #333;
  }
  .recruit2 .recruit-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
  }
  .recruit2 .recruit-main .main-box .box-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    padding: 0 0.5rem;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(102, 102, 12, 0.09);
  }
  .recruit2 .recruit-main .main-box .box-item .item-cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 1rem);
    height: auto;
  }
  .recruit2 .recruit-main .main-box .box-item .item-cent .cent-icon {
    width: 0.86rem;
    height: auto;
  }
  .recruit2 .recruit-main .main-box .box-item .item-cent .cent-icon img {
    width: 100%;
  }
  .recruit2 .recruit-main .main-box .box-item .item-cent .cent-lump {
    width: calc(100% - 0.9rem);
    height: auto;
    padding-left: 0.25rem;
  }
  .recruit2 .recruit-main .main-box .box-item .item-cent .cent-lump .lump-title {
    font-size: var(--fs48);
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit2 .recruit-main .main-box .box-item .item-cent .cent-lump .lump-text {
    font-size: var(--fs30);
    color: #999;
  }
  .recruit2 .recruit-main .main-box .box-item .item-button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #00a963 url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit2 .recruit-main .main-box .box-item:hover .item-cent .cent-lump .lump-title {
    color: #00a963;
  }
  .recruit2 .recruit-main .main-box .box-item:hover .item-button {
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .career {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.5rem;
    background: linear-gradient(90deg, #f2faff, #f1f7fb);
  }
  .career .career-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1.09rem;
  }
  .career .career-main .main-cent {
    width: 100%;
    height: auto;
  }
  .career .career-main .main-cent .cent-text {
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .career .career-main .main-cent .cent-text span {
    font-size: var(--fs30);
    font-weight: bold;
  }
  .career .career-main .main-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
    overflow: hidden;
  }
  .career .career-main .main-pic img {
    width: 100%;
  }
  .investor {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 1.74rem;
    background: linear-gradient(90deg, #fafcfe, #f1f7fb);
  }
  .investor .investor-main {
    margin-top: 0.65rem;
  }
  .investor .investor-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .investor .investor-main .main-top .top-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.35rem;
  }
  .investor .investor-main .main-top .top-box .box-item {
    width: auto;
    height: 0.65rem;
    padding: 0 0.4rem;
    margin-left: 0.15rem;
    margin-bottom: 0.15rem;
    font-size: var(--fs28);
    font-weight: bold;
    line-height: 0.65rem;
    color: #333;
    border-radius: 0.45rem;
  }
  .investor .investor-main .main-top .top-box .box-item:hover {
    color: #fff;
    background: #00a963;
  }
  .investor .investor-main .main-top .top-box .box-item-on {
    color: #fff;
    background: #00a963;
  }
  .investor .investor-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 1.12rem 0.3rem;
    text-align: center;
    background: #fff;
    overflow: auto;
  }
  .investor .investor-main .main-cont img {
    max-width: none;
    width: 14rem;
  }
  .product2 {
    width: 100%;
    height: auto;
    padding-bottom: 1.6rem;
    background: #f1f7fb;
  }
  .product2 .product-main {
    width: 100%;
    height: auto;
    padding-top: 1.25rem;
  }
  .product2 .product-main .main-top {
    margin-top: 0.4rem;
    overflow: hidden;
  }
  .product2 .product-main .main-top .swiper-slide {
    width: calc(100% / 3);
    height: auto;
  }
  .product2 .product-main .main-top .swiper-slide .slide-box {
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  .product2 .product-main .main-top .swiper-slide .slide-box .box-icon {
    width: 0.94rem;
    height: auto;
    margin: 0 auto;
  }
  .product2 .product-main .main-top .swiper-slide .slide-box .box-icon img {
    width: 100%;
  }
  .product2 .product-main .main-top .swiper-slide .slide-box .box-title {
    margin-top: 0.2rem;
    font-size: var(--fs26);
    text-align: center;
  }
  .product2 .product-main .main-top .swiper-slide:nth-child(1) .slide-box .box-title {
    color: #3cab8c;
  }
  .product2 .product-main .main-top .swiper-slide:nth-child(2) .slide-box .box-title {
    color: #ddaa23;
  }
  .product2 .product-main .main-top .swiper-slide:nth-child(3) .slide-box .box-title {
    color: #dc6024;
  }
  .product2 .product-main .main-top .swiper-slide:nth-child(4) .slide-box .box-title {
    color: #c28db7;
  }
  .product2 .product-main .main-top .swiper-slide:nth-child(5) .slide-box .box-title {
    color: #1b9c9c;
  }
  .product2 .product-main .main-top .swiper-slide:nth-child(6) .slide-box .box-title {
    color: #3f5452;
  }
  .product2 .product-main .main-top .swiper-slide:nth-child(7) .slide-box .box-title {
    color: #89599a;
  }
  .product2 .product-main .main-heng {
    display: none;
    width: 100%;
    height: 3px;
    margin-top: 0.5rem;
  }
  .product2 .product-main .main-heng em {
    display: block;
    width: 0;
    height: 100%;
    background: #00a963;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product2 .product-main .main-box {
    padding: 0.45rem 0 0;
  }
  .product2 .product-main .main-box .box-item {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .product2 .product-main .main-box .box-item img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  .prompt {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
    padding: 1.2rem 0.3rem 1.3rem;
  }
  .prompt .prompt-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .prompt .prompt-main .main-title {
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .prompt .prompt-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .search {
    width: 100%;
    height: auto;
    padding: 1.8rem 0.3rem 1.2rem;
  }
  .search .search-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .search .search-main .main-top {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  .search .search-main .main-top a {
    width: auto;
    height: 0.75rem;
    padding: 0 0.3rem;
    margin-right: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    color: #fff;
    background: #00a963;
    border: solid 2px #00a963;
    border-radius: 0.1rem;
  }
  .search .search-main .main-top a:hover {
    color: #00a963;
    background: transparent;
  }
  .search .search-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #000;
  }
  .search .search-main .main-cont span {
    margin-right: 0.3rem;
  }
  .search .search-main .main-cont b {
    color: #cd0000;
  }
  .search .search-main .main-box {
    width: 100%;
    height: auto;
    margin-top: 0.25rem;
  }
  .search .search-main .main-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.85rem;
    border-bottom: 1px dashed #eee;
  }
  .search .search-main .main-box a p {
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search .search-main .main-box a:first-of-type {
    border-top: 1px dashed #eee;
  }
  .pupop-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
  }
  .govern-pupop {
    display: none;
    position: fixed;
    top: 50%;
    left: 2%;
    width: 96%;
    height: auto;
    padding: 0.5rem 0.3rem;
    background: #fff;
    border-radius: 0.1rem;
    z-index: 199;
    transform: translate(0, -49%);
    -o-transform: translate(0, -49%);
    -moz-transform: translate(0, -49%);
    -webkit-transform: translate(0, -49%);
  }
  .govern-pupop .pupop-hide {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 16px;
    height: 16px;
    background: url(../images/icon/icon-close.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .govern-pupop .pupop-hide:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .govern-pupop .pupop-name {
    font-size: var(--fs36);
    color: #333;
  }
  .govern-pupop .pupop-title {
    margin-top: 0.05rem;
    font-size: var(--fs28);
    color: #999;
  }
  .govern-pupop .pupop-text {
    margin-top: 0.3rem;
    font-size: var(--fs28);
    line-height: 0.46rem;
    color: #666;
  }
  .pageW {
    width: 100%;
    height: auto;
  }
  .page-title {
    margin-top: 0.1rem;
    font-size: var(--fs48);
    font-weight: bold;
    text-align: center;
    color: #222;
  }
  .page-title2 {
    width: auto;
    height: 0.8rem;
    padding: 0 0.45rem;
    font-size: var(--fs36);
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #00a963;
    border-radius: 0.45rem;
  }
  .page-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 2.5rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button span {
    font-size: var(--fs28);
    color: #666;
  }
  .page-button em {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.34rem;
    border-radius: 50%;
    background: #00a963 url(../images/icon/icon-arrow.png) no-repeat center center;
    background-size: 11px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-button:hover span {
    color: #00a963;
  }
  .page-button:hover em {
    margin-left: 0.1rem;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
  }
  .page-crumb {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.3rem;
    border-bottom: solid 1px #d2d2d2;
  }
  .page-crumb .crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .page-crumb .crumb-box img {
    display: block;
    width: 10px;
    margin-right: 0.15rem;
  }
  .page-crumb .crumb-box a {
    font-size: var(--fs28);
    color: #666;
  }
  .page-crumb .crumb-box a:hover {
    color: #00a963;
  }
  .page-crumb .crumb-box span {
    font-size: var(--fs28);
    color: #00a963;
  }
  .page-crumb .crumb-box em {
    width: 5px;
    height: 9px;
    margin: 0 0.15rem;
    background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
    background-size: 100%;
  }
  .page-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #00a963;
    z-index: 29;
  }
  .page-Wnav .Wnav-top {
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .page-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  .page-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  .page-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  .page-subnav {
    display: none;
  }
}
