.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;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.08rem;
  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: 14.42rem;
  height: 100%;
  margin: 0 auto;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.7rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.28rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs20);
  font-weight: bold;
  text-align: center;
  line-height: 1.08rem;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00a963;
  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 {
  font-weight: bold;
  color: #00a963 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::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 .li-list {
  display: flex;
  align-content: flex-start;
  position: absolute;
  top: 1.08rem;
  left: 0;
  width: 100%;
  height: 0.9rem;
  padding: 0.25rem 0;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  margin-right: 0.35rem;
  padding: 0.1rem 0;
  font-size: var(--fs16);
  color: #fff;
  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::after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.2rem;
  width: 9px;
  height: 100%;
  background: url(../images/icon/icon-nav-water.png) no-repeat center left;
  background-size: 100%;
  opacity: 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-list a:hover {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover::after {
  opacity: 1;
}
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%;
}
nav .nav-main .main-cont .main-right .right-service {
  position: relative;
  width: 0.8rem;
  height: 100%;
  margin-right: 0.2rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-service .right-top {
  display: block;
  width: 100%;
  height: 100%;
  background: #00a963 url(../images/icon/icon-nav-kefu.png) no-repeat center center;
  background-size: 0.35rem;
}
nav .nav-main .main-cont .main-right .right-service p {
  position: absolute;
  top: 1.08rem;
  left: 0;
  width: auto;
  height: auto;
  padding: 0.15rem 0.1rem;
  font-size: var(--fs14);
  text-align: left;
  color: #666;
  background: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  visibility: hidden;
  opacity: 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-right .right-service:hover p {
  visibility: visible;
  opacity: 1;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.18rem;
  height: 100%;
  margin-right: 0.32rem;
  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-search.png) no-repeat center center;
  background-size: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.4rem;
  border-radius: 0.45rem;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.15rem 0 0.1rem;
  font-weight: bold;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 0.15rem;
  height: 0.09rem;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 0.15rem 0.09rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 1.08rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  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: none;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  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: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  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;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
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.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.08rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.42rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.48rem;
  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.72rem;
  font-weight: bold;
  color: #00a963;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  padding-left: 1.3rem;
  font-size: 0.48rem;
  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.72rem;
  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;
  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;
  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: flex-start;
  flex-wrap: wrap;
  width: 3.6rem;
  height: auto;
  margin-top: 0.25rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item {
  width: 50%;
  margin-top: 0.25rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-title {
  font-size: var(--fs18);
  color: #666;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text .text-item .item-heng {
  width: 16px;
  height: 3px;
  margin-top: 0.1rem;
  background: #00a963;
}
header .head-banner .swiper-pagination {
  bottom: 0.4rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a963;
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 12.5s;
  -o-transition: all 12.5s;
  -moz-transition: all 12.5s;
  -webkit-transition: all 12.5s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-title3 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 1.08rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.58rem;
  letter-spacing: 0.05rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  line-height: 0.24rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-title2 {
  font-size: 0.48rem;
  color: #333;
}
header .head-banner .banner-cent .cent-title2 span {
  font-size: 0.72rem;
  font-weight: bold;
  color: #00a963;
}
header .head-banner .banner-cent .cent-title3 {
  padding-left: 1.3rem;
  font-size: 0.48rem;
  color: #333;
}
header .head-banner .banner-cent .cent-title3 span {
  font-size: 0.72rem;
  font-weight: bold;
  color: #00a963;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-box {
  width: 9.6rem;
  height: auto;
  padding: 0.7rem 0.7rem 0.9rem;
  background: linear-gradient(90deg, rgba(150, 202, 1, 0.9), rgba(0, 99, 54, 0.9));
  border-radius: 0.1rem;
}
header .head-banner .banner-cent2 .cent-box .box-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-title2 {
  margin: 0.3rem 0;
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-box .box-text {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  line-height: 0.48rem;
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  font-family: '宋体';
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #00a963;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.3rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.3rem;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.05rem !important;
  background: #00a963;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-cont {
  width: 3.82rem;
  height: auto;
}
footer .foot-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0.1rem;
}
footer .foot-main .main-cont .cont-item span {
  width: 0.2rem;
  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.2rem);
  padding-left: 0.26rem;
  font-size: var(--fs16);
  color: #fff;
}
footer .foot-main .main-cont .cont-item p em {
  font-size: var(--fs18);
}
footer .foot-main .main-cont .cont-item:last-of-type {
  margin-bottom: 0;
}
footer .foot-main .main-ewm {
  display: flex;
  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: 3.4rem;
  height: auto;
}
footer .foot-main .main-cent .cent-share {
  display: flex;
  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(--fs14);
  line-height: 0.2rem;
  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: 33.33%;
  height: auto;
}
.container .cont-plate1 .plate1-top .top-item .item-icon {
  width: 0.37rem;
  height: 0.35rem;
  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(--fs16);
  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(--fs14);
  text-align: center;
  color: #999;
}
.container .cont-plate1 .plate1-top .top-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1.1rem;
  background: linear-gradient(0deg, transparent, #ccc, transparent);
}
.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.6rem;
  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%;
}
.container .cont-plate1 .plate1-lump .lump-swiper .swiper-slide .slide-box .box-icon {
  width: 0.23rem;
  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: 6rem;
  width: auto;
  margin-left: 0.2rem;
  font-size: var(--fs14);
  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(--fs14);
  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 2.7rem;
  background: url(../images/plate1-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.container .cont-plate1 .plate1-main .main-cont {
  display: flex;
  justify-content: space-between;
}
.container .cont-plate1 .plate1-main .main-cont .cont-cent {
  width: 4.8rem;
  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(--fs20);
  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(--fs40);
  font-weight: bold;
  line-height: 0.48rem;
  color: #222;
}
.container .cont-plate1 .plate1-main .main-cont .cont-cent .cent-text {
  margin-top: 0.48rem;
  font-size: var(--fs16);
  line-height: 0.34rem;
  text-align: justify;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-cont .cont-cent .page-button {
  margin-top: 0.5rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-data {
  width: 1.6rem;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-cont .cont-data .data-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.container .cont-plate1 .plate1-main .main-cont .cont-data .data-item .item-title {
  font-size: var(--fs36);
  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(--fs16);
  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(--fs16);
  line-height: 0.24rem;
  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: flex-end;
  flex-wrap: wrap;
  width: 6rem;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-cont .cont-box .box-item {
  width: calc(100% / 2 - 0.21rem);
  height: 2.48rem;
  padding: 0.35rem 0.4rem 0;
  margin-left: 0.42rem;
  margin-bottom: 0.42rem;
  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.5rem;
  height: 0.52rem;
  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(--fs24);
  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(--fs16);
  line-height: 0.24rem;
  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: none;
}
.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% / 7);
  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(--fs18);
  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 {
  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;
  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;
  z-index: -1;
}
.container .cont-plate2 .plate2-main .main-box .box-top {
  display: flex;
  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.28rem;
  height: 0.28rem;
}
.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(--fs20);
  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: calc(100% / 3 - 0.3067rem);
  height: auto;
  margin-right: 0.46rem;
}
.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: 6rem;
  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(--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;
}
.container .cont-plate2 .plate2-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;
}
.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(--fs16);
  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;
  z-index: 9;
  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 1.35rem;
}
.container .cont-plate3 .page-title {
  text-align: center;
}
.container .cont-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.55rem;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 6.96rem;
  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.25rem 0.3rem;
}
.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(--fs16);
  color: #666;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-time em {
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  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.1rem;
  font-size: var(--fs20);
  line-height: 0.3rem;
  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.1rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-item .cont-cent .cent-button span {
  margin-right: 0.16rem;
  font-size: var(--fs16);
  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: 6.95rem;
  height: 4.05rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide {
  width: 100%;
  height: calc(100% / 2 - 0.19rem);
  margin-bottom: 0.38rem;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide:last-of-type {
  margin-bottom: 0;
}
.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: 2.73rem;
  height: 1.83rem;
  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% - 2.73rem);
  height: auto;
  padding-left: 0.38rem;
}
.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(--fs16);
  color: #666;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time em {
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  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.15rem;
  font-size: var(--fs20);
  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.15rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.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.2rem;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button span {
  margin-right: 0.16rem;
  font-size: var(--fs16);
  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.32rem;
  height: 0.6rem;
  margin: 0.9rem auto 0;
  border-radius: 0.45rem;
  background: #00a963;
}
.container .cont-plate3 .plate3-button span {
  font-size: var(--fs16);
  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 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;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border-bottom-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item {
  position: relative;
  width: 3.75rem;
  height: 6.16rem;
  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: 1.05rem 0 0 0.72rem;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs30);
  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(--fs16);
  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.17rem;
  height: 0.23rem;
  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(--fs18);
  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.34rem;
  height: 0.34rem;
  margin-top: 1rem;
  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: 6.85rem;
}
.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: 1.08rem;
  padding: 0 0 1.5rem;
  background: url(../images/productDetail-bg.jpg) no-repeat top left;
  background-size: cover;
}
.productDetail .page-subnav {
  background: url(../images/subnav-bg.jpg) no-repeat top left;
  background-size: cover;
}
.productDetail .productDetail-main {
  padding-top: 1rem;
}
.productDetail .productDetail-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-top .top-main {
  position: relative;
  width: 6.8rem;
  height: auto;
  padding-bottom: 0.5rem;
}
.productDetail .productDetail-main .main-top .top-main .main-swiper {
  position: relative;
  width: 6.8rem;
  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: 6.4rem;
  height: auto;
  padding-top: 0.5rem;
}
.productDetail .productDetail-main .main-top .top-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #000;
}
.productDetail .productDetail-main .main-top .top-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  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: 1.95rem;
  height: 0.6rem;
  margin-top: 0.6rem;
  border-radius: 0.45rem;
  background: #00a963;
}
.productDetail .productDetail-main .main-top .top-cent .cent-button span {
  font-size: var(--fs16);
  color: #fff;
}
.productDetail .productDetail-main .main-top .top-cent .cent-button em {
  width: 0.26rem;
  height: 0.22rem;
  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-subTitle {
  margin-top: 0.35rem;
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.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(--fs16);
  line-height: 0.26rem;
  color: #666;
}
.productDetail .productDetail-main .main-box .box-cont img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.productDetail .productDetail-bottom {
  width: 100%;
  height: auto;
  margin-top: 1.3rem;
  padding-top: 0.15rem;
  border-top: solid 1px #d2d2d2;
}
.productDetail .productDetail-bottom .bottom-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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.26rem;
  font-size: var(--fs16);
  color: #666;
}
.productDetail .productDetail-bottom .bottom-main .main-share a {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background: #fff;
}
.productDetail .productDetail-bottom .bottom-main .main-share a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  margin: -0.08rem 0 0 -0.1rem;
  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: 1.95rem;
  height: 0.6rem;
  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.17rem;
  height: 0.16rem;
  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(--fs16);
  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 {
  overflow: hidden;
}
.product .product-main .main-top .swiper-slide {
  width: calc(100% / 7);
  height: auto;
}
.product .product-main .main-top .swiper-slide .slide-box {
  display: block;
  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(--fs18);
  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 {
  width: 100%;
  height: 3px;
  margin-top: 0.5rem;
  background: #ededed;
}
.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 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.28rem;
  height: 0.28rem;
}
.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(--fs20);
  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;
  margin-bottom: 0.3rem;
}
.product .product-main .main-box .box-lump .lump-item {
  display: block;
  width: calc(100% / 3 - 0.3067rem);
  height: 6rem;
  margin-right: 0.46rem;
  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: 3.96rem;
  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(--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-item .item-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-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(--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-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 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;
  width: 100%;
  height: auto;
  margin-top: 0.68rem;
  padding: 0 1.9rem;
}
.letter .letter-main .main-cont .cont-cent {
  height: auto;
  padding: 0.9rem 0.6rem 0.8rem;
  text-align: justify;
  border-radius: 0.1rem;
  border-top: solid 5px #00a963;
  background: #fff;
  overflow: hidden;
}
.letter .letter-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs24);
  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(--fs18);
}
.letter .letter-main .main-cont .cont-cent .cent-text {
  width: 100%;
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.34rem;
  color: #666;
}
.letter .letter-main .main-cont .cont-cent .cent-bottom {
  width: 100%;
  margin-top: 0.55rem;
  padding-top: 0.6rem;
  font-size: var(--fs16);
  text-align: right;
  line-height: 0.34rem;
  color: #999;
  border-top: solid 1px #e0e0e0;
}
.letter .letter-main .main-cont .cont-lump {
  display: none;
  width: 3.9rem;
  height: auto;
}
.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(--fs18);
  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(--fs16);
  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 1.9rem;
}
.letter .letter-main .main-bottom .bottom-title {
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.35rem;
  font-size: var(--fs16);
  line-height: 0.46rem;
  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 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: 0.96rem;
  margin-bottom: 0.4rem;
  padding: 0 0.4rem;
  background: #fff;
}
.letterList .letterList-main .main-cont .cont-item p {
  font-size: var(--fs16);
  line-height: 0.96rem;
  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.35rem;
  font-size: var(--fs18);
  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 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: 1.15rem;
  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: 0.5rem;
  height: 0.5rem;
  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: calc(100% / 4 - 0.225rem);
  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(--fs36);
  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(--fs16);
  line-height: 0.3rem;
  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.12rem;
  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 1.25rem;
  background: #f1f7fb;
}
.divvy .divvy-main {
  margin-top: 0.65rem;
}
.divvy .divvy-main .main-table {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.divvy .divvy-main .main-table table {
  width: 100%;
}
.divvy .divvy-main .main-table th {
  padding: 0.15rem 0.2rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  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(--fs16);
  line-height: 0.3rem;
  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 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: 1.15rem;
  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: 0.5rem;
  height: 0.5rem;
  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: calc(100% / 2 - 0.39rem);
  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;
  align-items: center;
  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 0.4rem;
}
.journal .journal-top .top-box .box-swiper .swiper-slide .slide-box .box-cent .cent-name {
  font-size: var(--fs30);
  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(--fs20);
  font-weight: bold;
  line-height: 0.3rem;
  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(--fs16);
  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: 1.72rem;
  height: 0.54rem;
  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(--fs16);
  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.21rem;
  height: 0.23rem;
  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 1.32rem;
  background: #fff;
}
.journal .journal-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.journal .journal-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.84rem);
  height: auto;
  margin-right: 1.26rem;
  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.62rem;
  padding: 0.72rem 0.78rem;
  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.3rem 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.25rem;
  height: 0.29rem;
  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.25rem);
  width: auto;
  padding-left: 0.12rem;
  font-size: var(--fs18);
  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(--fs14);
  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: 1.58rem;
  height: 0.46rem;
  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(--fs16);
  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 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;
  width: 100%;
  height: auto;
}
.govern .govern-main .main-top .top-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.govern .govern-main .main-top .top-box .box-item {
  width: auto;
  height: 0.45rem;
  padding: 0 0.3rem;
  margin-left: 0.15rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.45rem;
  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.98rem 0.55rem;
  background: #fff;
}
.govern .govern-main .main-cont .cont-text {
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.govern .govern-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.govern .govern-main .main-cont .cont-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.6rem);
  height: auto;
  margin-right: 0.9rem;
  margin-bottom: 0.7rem;
  padding-bottom: 0.45rem;
  border-bottom: solid 1px #d2d2d2;
  cursor: pointer;
}
.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(--fs18);
  font-weight: bold;
  color: #333;
}
.govern .govern-main .main-cont .cont-box .box-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  color: #999;
}
.govern .govern-main .main-cont .cont-box .box-item .item-hide {
  display: none;
}
.govern .govern-main .main-cont .cont-box .box-item:hover::after {
  width: 100%;
}
.solutionDetail {
  width: 100%;
  height: auto;
  margin-top: 1.08rem;
  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 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;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.solutionDetail .solutionDetail-plate1 .plate1-main .main-cont .cont-pic {
  width: 6.8rem;
  height: 4.18rem;
  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: 6.45rem;
  height: auto;
}
.solutionDetail .solutionDetail-plate1 .plate1-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs30);
  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(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.solutionDetail .solutionDetail-plate3 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 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 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(--fs30);
  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(--fs18);
  line-height: 0.3rem;
  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.6rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  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.9rem 0.55rem 0.6rem;
  background: #f9fafd;
  border-radius: 0.15rem;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-cent .cent-title {
  margin-bottom: 0.1rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
.solutionDetail .solutionDetail-plate2 .plate2-main .main-box .box-cent .cent-text {
  font-size: var(--fs16);
  line-height: 0.36rem;
  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 1.65rem;
  border-top: solid 1px #d2d2d2;
  background: #fff;
}
.solutionDetail .solutionDetail-bottom .bottom-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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.26rem;
  font-size: var(--fs16);
  color: #666;
}
.solutionDetail .solutionDetail-bottom .bottom-main .main-share a {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background: #eeeeee;
}
.solutionDetail .solutionDetail-bottom .bottom-main .main-share a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  margin: -0.08rem 0 0 -0.1rem;
  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: 1.95rem;
  height: 0.6rem;
  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.17rem;
  height: 0.16rem;
  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(--fs16);
  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 1.4rem;
}
.develop .develop-plate1 .plate1-main .main-title {
  margin-top: 0.15rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.develop .develop-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.develop .develop-plate1 .plate1-main .main-box .box-cent {
  width: 6.2rem;
  height: auto;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.develop .develop-plate1 .plate1-main .main-box .box-pic {
  width: 7.82rem;
  height: auto;
  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.5rem 0;
  background: url(../images/develop-bg.jpg) no-repeat top left;
  background-size: 100%;
}
.develop .develop-plate2 .plate2-data {
  display: flex;
  justify-content: center;
}
.develop .develop-plate2 .plate2-data .data-item {
  width: auto;
  height: auto;
  padding: 0 0.82rem;
}
.develop .develop-plate2 .plate2-data .data-item .item-num {
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.develop .develop-plate2 .plate2-data .data-item .item-num span {
  margin-right: 0.1rem;
  font-size: var(--fs48);
}
.develop .develop-plate2 .plate2-data .data-item .item-text {
  margin-top: 0.05rem;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.develop .develop-plate2 .plate2-main {
  padding: 0.72rem 0.3rem 0.5rem;
  margin-top: 1.4rem;
  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;
  width: 100%;
  height: auto;
}
.develop .develop-plate2 .plate2-main .main-top .top-item {
  width: auto;
  height: 0.45rem;
  padding: 0 0.32rem;
  margin: 0 0.05rem;
  font-size: var(--fs18);
  line-height: 0.45rem;
  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% / 5);
  height: 1.2rem;
  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 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;
  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: 9.58rem;
  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: 4.82rem;
  height: auto;
  padding: 0.8rem 0.4rem 0 0.6rem;
  background: #00a963;
}
.contact .contact-main .main-cont .cont-cent .cent-title {
  margin-bottom: 0.2rem;
  font-size: var(--fs36);
  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.21rem;
  margin-right: 0.16rem;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-title em {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #fff;
}
.contact .contact-main .main-cont .cont-cent .cent-item .item-text {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #fff;
}
.summary {
  width: 100%;
  height: auto;
  padding: 0 0 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(--fs18);
  line-height: 0.34rem;
  color: #666;
}
.summary .summary-main .main-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.summary .summary-main .main-data .data-item {
  width: 3rem;
  height: auto;
}
.summary .summary-main .main-data .data-item .item-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #00a963;
}
.summary .summary-main .main-data .data-item .item-title em {
  margin-left: 0.12rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #666;
}
.summary .summary-main .main-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  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.8rem;
}
.summary .summary-main .main-cont .cont-item {
  width: calc(100% / 2 - 0.24rem);
  height: auto;
  margin-bottom: 0.35rem;
}
.summary .summary-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 4.3rem;
  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(--fs18);
  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 1.35rem;
  background: linear-gradient(90deg, #fbfdfe, #f1f7fb);
}
.personnel .personnel-main {
  padding: 1.3rem 0 0 2.4rem;
}
.personnel .personnel-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.personnel .personnel-main .main-item .item-pic {
  width: 8.76rem;
  height: auto;
  border-top-left-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: 7.2rem;
  height: auto;
  padding-top: 0.7rem;
}
.personnel .personnel-main .main-item .item-cent .cent-title {
  margin-top: 0.45rem;
  font-size: var(--fs24);
  color: #666;
}
.personnel .personnel-main .main-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.personnel .personnel-main .main-item .item-cent .cent-data {
  display: flex;
  justify-content: space-between;
  width: 5.2rem;
  height: auto;
}
.personnel .personnel-main .main-item .item-cent .cent-data .data-item {
  width: auto;
  height: auto;
}
.personnel .personnel-main .main-item .item-cent .cent-data .data-item .item-icon {
  width: 0.55rem;
  height: 0.55rem;
  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(--fs16);
  color: #666666;
}
.personnel .personnel-main .main-item .item-cent .cent-data .data-item .item-num span {
  margin-right: 0.12rem;
  font-size: var(--fs36);
  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(--fs16);
  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: 8.03rem;
  border-bottom-right-radius: 0.5rem;
}
.personnel .personnel-main .main-item:nth-child(2) .item-cent {
  width: 7.6rem;
}
.culture {
  width: 100%;
  height: auto;
  padding: 0 0 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;
  width: 100%;
  height: auto;
}
.culture .culture-main .main-top .top-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.culture .culture-main .main-top .top-box .box-item {
  width: auto;
  height: 0.45rem;
  padding: 0 0.3rem;
  margin-left: 0.15rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.45rem;
  color: #333;
  border-radius: 0.45rem;
  cursor: pointer;
}
.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 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.culture .culture-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.culture .culture-main .main-cont .cont-box .box-pic {
  width: 6.6rem;
  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: 6.25rem;
  height: auto;
  padding-top: 0.65rem;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-title {
  margin-bottom: 0.3rem;
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.34rem;
  color: #666;
}
.culture .culture-main .main-cont .cont-box .box-cent .cent-text {
  font-size: var(--fs16);
  line-height: 0.34rem;
  color: #666;
}
.culture .culture-main .main-cont .cont-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.idea {
  width: 100%;
  height: auto;
  padding-bottom: 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: flex;
  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: 6.36rem;
  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: 6.6rem;
}
.idea .idea-main .main-cont .cont-item .item-cent .cent-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--fs18);
}
.idea .idea-main .main-cont .cont-item .item-cent .cent-title em {
  width: 0.64rem;
  height: 0.64rem;
}
.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.64rem);
  height: auto;
  padding-left: 0.25rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #00a963;
}
.idea .idea-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.idea .idea-main .main-cont .cont-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.honor {
  width: 100%;
  height: auto;
  padding-bottom: 1.25rem;
  background: linear-gradient(90deg, #fbfdfe, #f1f7fb);
  overflow: visible;
}
.honor .honor-main {
  padding-top: 1.32rem;
}
.honor .honor-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.honor .honor-main .main-cont .cont-box {
  position: sticky;
  top: 1.5rem;
  width: 4.8rem;
  height: 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: 8.4rem;
  height: auto;
  padding-top: 0.2rem;
  padding-left: 0.98rem;
  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: 1rem;
  font-size: var(--fs20);
  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: 5.85rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  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: 0.9rem;
  height: auto;
  margin-top: 0.4rem;
}
.honor .honor-main .main-cont .cont-lump .box-load span {
  font-size: var(--fs16);
  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-bottom: 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: flex;
  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: 6.52rem;
  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: 6.5rem;
  height: auto;
}
.society .society-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 0.36rem;
  color: #00a963;
}
.society .society-main .main-cont .cont-item .item-cent .cent-English {
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.36rem;
  text-transform: uppercase;
  color: #999;
}
.society .society-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.society .society-main .main-cont .cont-item:first-of-type .item-cent {
  width: 7.4rem;
}
.society .society-main .main-cont .cont-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.market {
  width: 100%;
  height: auto;
  padding-bottom: 1.3rem;
  background: #f1f7fb;
}
.market .market-main {
  padding-top: 0.65rem;
}
.market .market-main .main-title {
  margin-top: 0.65rem;
  font-size: var(--fs30);
  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: var(--fs48);
  font-weight: bold;
  line-height: 0.46rem;
  color: #da2219;
}
.market .market-main .main-box .box-data .data-item1 em {
  width: 0.17rem;
  height: 0.23rem;
  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(--fs18);
  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: var(--fs48);
  font-weight: bold;
  line-height: 0.4rem;
  color: #00a963;
}
.market .market-main .main-box .box-data .data-item2 em {
  width: 0.17rem;
  height: 0.23rem;
  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(--fs18);
  color: #00a963;
}
.market .market-main .main-lump {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.market .market-main .main-lump .lump-item {
  width: calc(100% / 4 - 0.51rem);
  height: auto;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #999999;
}
.market .market-main .main-lump .lump-item .item-title {
  font-size: var(--fs16);
  color: #555;
}
.market .market-main .main-lump .lump-item .item-text {
  margin-top: 0.05rem;
  font-size: var(--fs30);
  color: #666;
}
.market .market-main .main-text {
  margin-top: 0.3rem;
  font-size: var(--fs14);
  color: #555;
}
.market .market-main .main-pic {
  width: 10rem;
  height: auto;
  margin: 0.6rem auto 0;
  text-align: center;
}
.market .market-main .main-pic img {
  width: 100%;
  height: auto;
}
.interaction {
  width: 100%;
  height: auto;
  padding-bottom: 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;
  width: 100%;
  height: auto;
}
.interaction .interaction-main .main-top .top-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.interaction .interaction-main .main-top .top-box .box-item {
  width: auto;
  height: 0.45rem;
  padding: 0 0.3rem;
  margin-left: 0.15rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.45rem;
  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: calc(100% / 2 - 0.18rem);
  height: 0.96rem;
  padding: 0 0.3rem;
  margin-bottom: 0.4rem;
  background: #fff;
}
.interaction .interaction-main .main-cont .cont-item .item-title {
  width: calc(100% - 1rem);
  height: auto;
  font-size: var(--fs16);
  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.35rem;
  font-size: var(--fs18);
  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.29rem;
  height: 0.4rem;
  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 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(--fs26);
  color: #333;
}
.investorContact .investorContact-plate1 .plate1-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.investorContact .investorContact-plate1 .plate1-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.28rem);
  height: auto;
  margin-right: 0.42rem;
  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.41rem;
  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(--fs18);
  color: #999;
}
.investorContact .investorContact-plate1 .plate1-main .main-cont .cont-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.investorContact .investorContact-plate2 {
  padding: 1.15rem 0 1.4rem;
}
.investorContact .investorContact-plate2 .plate2-title {
  font-size: var(--fs24);
  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: calc(100% / 3 - 0.1667rem);
  height: 0.5rem;
  margin-right: 0.25rem;
  margin-bottom: 0.35rem;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  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.05rem;
  padding: 0.15rem 0.2rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  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: 2.02rem;
  height: 0.58rem;
  margin: 0.5rem auto 0;
  border-radius: 0.05rem;
  background: #00a963;
}
.investorContact .investorContact-plate2 .plate2-button span {
  font-size: var(--fs16);
  color: #fff;
}
.investorContact .investorContact-plate2 .plate2-button em {
  display: block;
  width: 0.22rem;
  height: 0.21rem;
  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-bottom: 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;
  width: 100%;
  height: auto;
  background: #fff;
}
.news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-pic {
  width: 7rem;
  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: 7.4rem;
  height: auto;
  padding: 0.7rem 0.7rem 0;
}
.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(--fs16);
  color: #666;
}
.news .news-main .main-top .top-swiper .swiper-slide .slide-box .box-cent .cent-time em {
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  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(--fs20);
  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.55rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  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.8rem;
}
.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: auto;
  margin-bottom: 0.58rem;
}
.news .news-main .main-cont .cont-item .item-pic {
  width: 2.73rem;
  height: 1.83rem;
  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% - 2.73rem);
  height: auto;
  padding-left: 0.38rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: var(--fs16);
  color: #666;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time em {
  display: block;
  width: 0.19rem;
  height: 0.19rem;
  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.15rem;
  font-size: var(--fs20);
  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.15rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-item .item-cent .cent-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.2rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-button span {
  margin-right: 0.16rem;
  font-size: var(--fs16);
  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 0.65rem;
}
.newsDetail .newsDetails-top .top-main .main-title {
  font-size: var(--fs32);
  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(--fs18);
  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;
  background: #f1f7fb;
}
.newsDetail .newsDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}
.newsDetail .newsDetails-main .main-box .box-share {
  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: 10.76rem;
  height: auto;
  padding: 0.65rem 0.6rem 1.5rem;
  background: #fff;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.34rem;
  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.5rem;
  margin-bottom: 0.1rem;
  display: block;
  padding: 0 0.35rem;
  font-size: var(--fs16);
  line-height: 0.46rem;
  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: 3.1rem;
  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(--fs18);
  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(--fs14);
  line-height: 0.24rem;
  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: 1.5rem;
  height: 0.5rem;
  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(--fs16);
  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 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.66rem;
  height: 0.66rem;
  text-align: center;
  line-height: 0.66rem;
  margin: -0.33rem 0 0 -0.33rem;
  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(--fs18);
  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: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.48rem 0 0.2rem;
}
.video .video-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 2 - 0.44rem);
  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.8rem;
  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.72rem;
  padding: 0 0.3rem;
  font-size: var(--fs18);
  line-height: 0.72rem;
  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: 38%;
  left: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-left: -0.24rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-play img {
  position: relative;
  width: 100%;
  z-index: 9;
}
.video .video-main .main-cont .cont-item .item-play:hover {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.marketing {
  width: 100%;
  height: auto;
  padding-bottom: 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: auto;
  overflow: hidden;
}
.marketing .marketing-main .main-cont .cont-pic img {
  width: 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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.6rem 0.3rem 0;
}
.marketing .marketing-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.marketing .marketing-main .main-cont .cont-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  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.65rem;
  font-size: var(--fs18);
  text-align: center;
  color: #fff;
}
.marketing .marketing-main .main-cont .cont-cent .cent-tel span {
  font-size: var(--fs36);
  font-weight: bold;
}
.marketing .marketing-main .main-cont .cont-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.95rem;
  height: 0.6rem;
  margin: 0.5rem auto 0;
  border-radius: 0.45rem;
  background: #00a963;
}
.marketing .marketing-main .main-cont .cont-cent .cent-button span {
  font-size: var(--fs16);
  color: #fff;
}
.marketing .marketing-main .main-cont .cont-cent .cent-button em {
  width: 0.26rem;
  height: 0.22rem;
  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-bottom: 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: 1.72rem;
  margin: 0 auto;
}
.recruit .recruit-main .main-title {
  margin-top: 0.3rem;
  font-size: var(--fs36);
  text-align: center;
  color: #333;
}
.recruit .recruit-main .main-box {
  display: flex;
  justify-content: space-between;
  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: calc(100% / 2 - 0.14rem);
  height: 2.26rem;
  padding: 0 0.6rem;
  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% - 0.8rem);
  height: auto;
}
.recruit .recruit-main .main-box .box-item .item-cent .cent-icon {
  width: 0.76rem;
  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.76rem);
  height: auto;
  padding-left: 0.25rem;
}
.recruit .recruit-main .main-box .box-item .item-cent .cent-lump .lump-title {
  font-size: var(--fs36);
  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(--fs18);
  color: #999;
}
.recruit .recruit-main .main-box .box-item .item-button {
  width: 0.58rem;
  height: 0.58rem;
  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-bottom: 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: 1.72rem;
  margin: 0 auto;
}
.recruit2 .recruit-main .main-title {
  margin-top: 0.3rem;
  font-size: var(--fs36);
  text-align: center;
  color: #333;
}
.recruit2 .recruit-main .main-box {
  display: flex;
  justify-content: space-between;
  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: calc(100% / 3 - 0.14rem);
  height: 2.26rem;
  padding: 0 0.6rem;
  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% - 0.8rem);
  height: auto;
}
.recruit2 .recruit-main .main-box .box-item .item-cent .cent-icon {
  width: 0.76rem;
  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.76rem);
  height: auto;
  padding-left: 0.25rem;
}
.recruit2 .recruit-main .main-box .box-item .item-cent .cent-lump .lump-title {
  font-size: var(--fs36);
  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(--fs18);
  color: #999;
}
.recruit2 .recruit-main .main-box .box-item .item-button {
  width: 0.58rem;
  height: 0.58rem;
  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-bottom: 1.5rem;
  background: linear-gradient(90deg, #f2faff, #f1f7fb);
}
.career .career-main {
  display: flex;
  justify-content: space-between;
  padding-top: 1.09rem;
}
.career .career-main .main-cent {
  width: 6.9rem;
  height: auto;
}
.career .career-main .main-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.career .career-main .main-cent .cent-text span {
  font-size: var(--fs18);
  font-weight: bold;
}
.career .career-main .main-pic {
  width: 8.42rem;
  height: auto;
  overflow: hidden;
}
.career .career-main .main-pic img {
  width: 100%;
}
.investor {
  width: 100%;
  height: auto;
  padding: 0 0 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;
  width: 100%;
  height: auto;
}
.investor .investor-main .main-top .top-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.investor .investor-main .main-top .top-box .box-item {
  width: auto;
  height: 0.45rem;
  padding: 0 0.3rem;
  margin-left: 0.15rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.45rem;
  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 1rem;
  text-align: center;
  background: #fff;
  overflow: auto;
}
.investor .investor-main .main-cont img {
  max-width: 100%;
  width: auto;
}
.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 {
  overflow: hidden;
}
.product2 .product-main .main-top .swiper-slide {
  width: calc(100% / 7);
  height: auto;
}
.product2 .product-main .main-top .swiper-slide .slide-box {
  display: block;
  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(--fs18);
  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 {
  width: 100%;
  height: 3px;
  margin-top: 0.5rem;
  background: #ededed;
}
.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;
  text-align: center;
  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.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.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.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  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.16rem;
  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.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #00a963;
}
.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: 50%;
  width: 960px;
  height: auto;
  padding: 0.7rem 0.75rem;
  background: #fff;
  border-radius: 0.1rem;
  z-index: 199;
  transform: translate(-49%, -49%);
  -o-transform: translate(-49%, -49%);
  -moz-transform: translate(-49%, -49%);
  -webkit-transform: translate(-49%, -49%);
}
.govern-pupop .pupop-hide {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 20px;
  height: 20px;
  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(--fs24);
  color: #333;
}
.govern-pupop .pupop-title {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #999;
}
.govern-pupop .pupop-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.page-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.2rem;
  background: #00a963;
}
.page-title {
  font-size: var(--fs40);
  color: #333;
}
.page-title2 {
  display: inline-block;
  width: auto;
  height: 0.52rem;
  padding: 0 0.35rem;
  font-size: var(--fs24);
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  background: #00a963;
  border-radius: 0.45rem;
}
.page-English {
  font-family: 'MONTSERRAT-THIN';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #999;
}
.page-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1.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(--fs16);
  color: #666;
}
.page-button em {
  width: 0.48rem;
  height: 0.48rem;
  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: 0.96rem;
  border-bottom: solid 1px #d2d2d2;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.page-crumb .crumb-box img {
  display: block;
  width: 10px;
  margin-right: 0.12rem;
}
.page-crumb .crumb-box a {
  font-size: var(--fs16);
  color: #666;
}
.page-crumb .crumb-box a:hover {
  color: #00a963;
}
.page-crumb .crumb-box span {
  font-size: var(--fs16);
  color: #00a963;
}
.page-crumb .crumb-box em {
  width: 5px;
  height: 9px;
  margin: 0 0.12rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-subnav {
  width: 100%;
  height: 0.96rem;
  border-bottom: solid 1px #ebedee;
}
.page-subnav .subnav-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
.page-subnav .subnav-cent {
  width: 3.5rem;
  height: auto;
}
.page-subnav .subnav-cent .cent-title {
  font-size: var(--fs40);
  color: #222;
}
.page-subnav .subnav-cent .cent-heng {
  width: 40px;
  height: 3px;
  margin-top: 0.2rem;
  background: #00a963;
}
.page-subnav .subnav-box {
  position: relative;
  max-width: 11.4rem;
  width: auto;
  height: auto;
  padding: 0 0.3rem;
  overflow: hidden;
}
.page-subnav .subnav-box .box-swiper {
  position: relative;
  max-width: 10.8rem;
  width: auto;
  height: auto;
  overflow: hidden;
}
.page-subnav .subnav-box .box-swiper .swiper-slide {
  width: auto;
  margin-right: 0.42rem;
}
.page-subnav .subnav-box .box-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: auto;
  padding-bottom: 0.3rem;
  font-size: var(--fs16);
  color: #333;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00a963;
  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;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box:hover {
  color: #00a963;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box-on {
  font-weight: bold;
  color: #00a963;
}
.page-subnav .subnav-box .box-swiper .swiper-slide .slide-box-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.page-subnav .subnav-box .subnav-swiper-button-prev,
.page-subnav .subnav-box .subnav-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.225rem;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-subnav .subnav-box .subnav-swiper-button-prev img,
.page-subnav .subnav-box .subnav-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
}
.page-subnav .subnav-box .subnav-swiper-button-prev .img2,
.page-subnav .subnav-box .subnav-swiper-button-next .img2 {
  opacity: 0;
}
.page-subnav .subnav-box .subnav-swiper-button-prev:hover,
.page-subnav .subnav-box .subnav-swiper-button-next:hover {
  background: #00a963;
}
.page-subnav .subnav-box .subnav-swiper-button-prev:hover .img1,
.page-subnav .subnav-box .subnav-swiper-button-next:hover .img1 {
  opacity: 0;
}
.page-subnav .subnav-box .subnav-swiper-button-prev:hover .img2,
.page-subnav .subnav-box .subnav-swiper-button-next:hover .img2 {
  opacity: 1;
}
.page-subnav .subnav-box .subnav-swiper-button-prev {
  left: -0.5rem;
}
.page-subnav .subnav-box .subnav-swiper-button-next {
  right: -0.5rem;
}
.page-Wnav {
  display: none;
}
.pageW {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
