.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: 0.92rem;
  background: rgba(0, 0, 0, 0.4);
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.92rem;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 2.72rem;
  height: 100%;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  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 {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
}
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%;
  padding: 0 0.4rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.92rem;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #97cb02 !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 {
  position: absolute;
  top: 0.92rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  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;
  padding: 0.12rem 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  border-top: solid 1px #eaeaea;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #fff;
  background: #97cb02;
  border-top: solid 1px #97cb02;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-box {
  position: relative;
  width: 100%;
  z-index: 9;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-box .box-cent {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2.5rem;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-box:hover .box-cent {
  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 .li-list2 {
  position: absolute;
  top: 0.92rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box {
  position: relative;
  width: 100%;
  z-index: 9;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box em {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 9px;
  height: 14px;
  margin-top: -7px;
  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;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box .box-cent {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2.5rem;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box .box-cent a {
  display: block;
  position: relative;
  width: auto;
  padding: 0.12rem 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #666;
  border-top: solid 1px #eaeaea;
  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-list2 .list-box .box-cent a:hover {
  color: #fff;
  background: #97cb02;
  border-top: solid 1px #97cb02;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box:hover .box-title {
  color: #fff;
  background: #97cb02;
  border-top: solid 1px #97cb02;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box:hover .box-title em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .list-box:hover .box-cent {
  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 .li-list2 .box-title {
  display: none;
  position: relative;
  width: auto;
  padding: 0.12rem 0.2rem;
  font-size: var(--fs16);
  color: #333;
  border-top: solid 1px #eaeaea;
  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-list2 .box-title:hover {
  color: #fff;
  background: #97cb02;
  border-top: solid 1px #97cb02;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list2 .box-title:hover em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #97cb02 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list2 {
  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-list2 .box-title {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(4) .li-list2,
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(5) .li-list2 {
  left: 50%;
  width: 2.8rem;
  margin-left: -1.4rem;
}
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-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.92rem;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 16px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  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:hover {
  background: #97cb02 url(../images/icon/icon-search.png) no-repeat center center !important;
  background-size: 16px !important;
  border-left: solid 1px #97cb02 !important;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: 1.23rem;
  height: 100%;
  margin-left: 0.4rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/icon-lang-pic.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.12rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 8px 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.92rem;
  left: 0;
  width: 100%;
  height: auto;
  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.12rem 0.2rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  text-align: center;
  color: #666;
  border-top: solid 1px #eaeaea;
  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 {
  color: #fff;
  background: #97cb02;
  border-top: solid 1px #97cb02;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list {
  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-menu {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-serach {
  border-left: solid 1px #eaeaea;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 16px;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-box {
  border-left: solid 1px #eaeaea;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang-pic-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-title {
  color: #666666;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 8px 5px;
}
nav .nav-main-on {
  top: -1rem;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-serach {
  border-left: solid 1px #eaeaea;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 16px;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-box {
  border-left: solid 1px #eaeaea;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang-pic-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-title {
  color: #666666;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 8px 5px;
}
nav .nav-main-active2 {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active2 .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main-active2 .main-cont .main-right .right-serach {
  border-left: solid 1px #eaeaea;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 16px;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-box {
  border-left: solid 1px #eaeaea;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-lang-pic-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-title {
  color: #666666;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-lang-arrow-on.png) no-repeat center center;
  background-size: 8px 5px;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0.92rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #f5f5f5;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.08);
  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: 16px;
  height: 16px;
  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;
  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: 55%;
  left: 50%;
  width: 15.36rem;
  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.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
  margin-top: 0.1rem;
  font-size: var(--fs36);
  text-align: center;
  letter-spacing: 0.08rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 26%;
  left: 50%;
  width: 15.36rem;
  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-cent2 .cent-title {
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  color: #535f85;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-subtitle {
  margin-top: 0.1rem;
  font-size: var(--fs36);
  text-align: center;
  letter-spacing: 0.08rem;
  color: #7e8596;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.15rem;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent3 {
  position: absolute;
  top: 39%;
  left: 50%;
  width: 15.36rem;
  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-cent3 .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent3 .cent-subtitle {
  margin-top: 0.1rem;
  font-size: var(--fs36);
  font-weight: 100;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-pagination {
  bottom: 0.38rem;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 4px;
  margin: 0 0.05rem;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent3 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent3 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent3 .cent-subtitle {
  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 top;
  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: 32%;
  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-cent .cent-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.15rem;
  font-family: Arial;
  font-size: var(--fs18);
  text-transform: uppercase;
  text-align: center;
  color: #999;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs48);
  text-align: center;
  color: #999;
}
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: #97cb02;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.3rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.3rem;
}
header .head-strip {
  width: 100%;
  height: 0.7rem;
  background: #f9f9f9;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-item {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.35rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
header .head-strip .strip-box .box-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #96ca01, #006336);
}
header .head-strip .strip-box .box-item-on {
  color: #fff;
  background: linear-gradient(90deg, #96ca01, #006336);
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.7rem !important;
  background: #f9f9f9;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 1.15rem;
  height: auto;
  margin-right: 0.5rem;
}
footer .foot-main .main-nav .nav-item:last-of-type {
  width: auto;
  margin-right: 0;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  color: #006337;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #666;
}
footer .foot-main .main-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #006337;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #006337;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-main .main-cont {
  width: auto;
  height: auto;
  text-align: right;
}
footer .foot-main .main-cont .cont-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
footer .foot-main .main-cont .cont-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs40);
  color: #006337;
}
footer .foot-main .main-cont .cont-Emali {
  margin: 0.05rem 0 0.2rem;
  font-size: var(--fs16);
  color: #666;
}
footer .foot-main .main-cont .cont-text {
  margin: 0.05rem 0 0.1rem;
  font-size: var(--fs14);
  color: #666;
}
footer .foot-main .main-cont .cont-ewm {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-top: 0.4rem;
}
footer .foot-main .main-cont .cont-ewm img {
  width: 1.3rem;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}
footer .foot-main .main-cont .cont-share {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-cont .cont-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.28rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
}
footer .foot-main .main-cont .cont-share .share-item:first-of-type {
  margin-left: 0;
}
footer .foot-main .main-cont .cont-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-share .share-item .item-ewm {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  width: 1rem;
  margin-left: -0.5rem;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 199;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-share .share-item .item-ewm img {
  position: static;
  width: 100%;
  transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
footer .foot-main .main-cont .cont-share .share-item:hover .item-ewm {
  opacity: 1;
  visibility: visible;
}
footer .foot-main .main-cont .cont-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(1) {
  background: #07c160;
  box-shadow: 4px 9px 18px 0px rgba(10, 193, 92, 0.2);
}
footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(2) {
  background: #000;
  box-shadow: 4px 9px 18px 0px rgba(0, 0, 0, 0.2);
}
footer .foot-main .main-cont .cont-share .share-item:hover:nth-child(3) {
  background: #ff7200;
  box-shadow: 4px 9px 18px 0px rgba(255, 114, 0, 0.2);
}
footer .foot-bottom {
  margin-top: 0.24rem;
}
footer .foot-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-bottom .bottom-box .box-logo {
  width: 2.72rem;
}
footer .foot-bottom .bottom-box .box-logo img {
  width: 100%;
}
footer .foot-bottom .bottom-box .box-link {
  width: 236px;
}
footer .foot-bottom .bottom-box .box-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-bottom .bottom-box .box-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #666;
  height: 44px;
  font-size: 14px;
  line-height: 42px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0 40px 0 13px;
  background-image: url(../images/icon/icon-arrow5.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
}
footer .foot-bottom .bottom-box .box-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #fff;
  border-bottom: none;
  border-radius: 5px;
  padding-bottom: 36px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
footer .foot-bottom .bottom-box .box-link .link-box .box-list a {
  display: block;
  color: #999;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 13px;
}
footer .foot-bottom .bottom-box .box-link .link-box .box-list a:hover {
  color: #006337;
}
footer .foot-bottom .bottom-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.35rem;
}
footer .foot-bottom .bottom-cent .cent-list {
  width: auto;
  font-size: var(--fs14);
  color: #666;
}
footer .foot-bottom .bottom-cent .cent-list a {
  color: #666;
}
footer .foot-bottom .bottom-cent .cent-list a:hover {
  color: #006337;
}
footer .foot-bottom .bottom-cent .cent-list span {
  margin: 0 0.25rem;
}
footer .foot-bottom .bottom-cent .cent-zizhi {
  width: auto;
  font-size: var(--fs14);
  color: #666;
}
footer .foot-bottom .bottom-cent .cent-zizhi a {
  color: #666;
}
footer .foot-bottom .bottom-cent .cent-zizhi a:hover {
  color: #006337;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  position: relative;
  padding: 1.2rem 0 0;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
}
.container .cont-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 0.6rem;
}
.container .cont-plate1 .plate1-main .main-cent .page-title {
  font-size: var(--fs36);
  font-weight: bold;
}
.container .cont-plate1 .plate1-main .main-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs48);
  color: #000;
}
.container .cont-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: justify;
  color: #666;
}
.container .cont-plate1 .plate1-main .main-cent .page-button {
  margin-top: 0.55rem;
}
.container .cont-plate1 .plate1-main .main-video {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-main .main-video .video-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-main .main-video .video-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-main .main-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  margin: -0.35rem 0 0 -0.35rem;
  cursor: pointer;
  z-index: 9;
}
.container .cont-plate1 .plate1-main .main-video .video-play img {
  width: 0.22rem;
}
.container .cont-plate1 .plate1-main .main-video .video-play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-video-bg.png) no-repeat center center;
  background-size: 100%;
  animation: load 3s linear infinite;
  z-index: -1;
}
.container .cont-plate1 .plate1-main .main-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate1 .plate1-cont {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
}
.container .cont-plate1 .plate1-cont .cont-box {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-cont .cont-box .box-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-cont .cont-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #006337 15%, transparent);
  z-index: 9;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 0 0.72rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-title {
  font-size: var(--fs24);
  font-weight: 100;
  color: #fff;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-subtitle {
  margin-top: 0.2rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #fff;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button em {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 9px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button:hover em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 9px;
}
.container .cont-plate1 .plate1-cont .cont-box .box-cent .cent-lump .lump-button:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate1 .plate1-cont .cont-box:hover .box-cent .cent-lump {
  padding: 0 0.92rem 0 0.52rem;
}
.container .cont-plate1 .plate1-cont .cont-cent {
  width: 50%;
  height: auto;
  background: #fafafa;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.72rem 0 0.72rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs40);
  text-transform: uppercase;
  color: #006337;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #000;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-cent .cent-text {
  margin-top: 0.2rem;
  font-family: Arial;
  font-size: var(--fs14);
  color: rgba(0, 0, 0, 0.5);
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #dbdbdb;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button em {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 9px;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button:hover {
  border: solid 1px transparent;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button:hover em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 9px;
}
.container .cont-plate1 .plate1-cont .cont-cent .cent-lump .lump-button:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.container .cont-plate1 .plate1-cont .cont-cent:hover .cent-lump {
  padding: 0.6rem 0.92rem 0 0.52rem;
}
.container .cont-plate1 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}
.container .cont-plate2 .page-title {
  text-align: center;
}
.container .cont-plate2 .page-heng {
  margin: 0.2rem auto 0;
}
.container .cont-plate2 .plate2-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.container .cont-plate2 .plate2-swiper .swiper-slide {
  width: 33.33%;
  height: auto;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0 0 1.5rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-icon {
  width: 0.64rem;
  height: auto;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-bototm {
  position: absolute;
  bottom: 1.36rem;
  width: 17px;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-bototm img {
  width: 100%;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover::before,
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover::after {
  height: 0;
}
.container .cont-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev,
.container .cont-plate2 .plate2-swiper .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.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.5);
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev:hover,
.container .cont-plate2 .plate2-swiper .plate2-swiper-button-next:hover {
  background: #97cb02;
}
.container .cont-plate2 .plate2-swiper .plate2-swiper-button-prev {
  left: 0.3rem;
}
.container .cont-plate2 .plate2-swiper .plate2-swiper-button-next {
  right: 0.3rem;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding-top: 0.8rem;
}
.container .cont-plate3 .page-title {
  text-align: center;
}
.container .cont-plate3 .page-heng {
  margin: 0.2rem auto 0;
}
.container .cont-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  background: url(../images/plate3-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate3 .plate3-main .main-item {
  width: calc(100% / 5);
  height: auto;
  padding: 0.95rem 0.2rem 1.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-item .item-icon {
  position: relative;
  width: 0.58rem;
  height: 0.5rem;
  margin: 0 auto;
}
.container .cont-plate3 .plate3-main .main-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-item .item-icon .img2 {
  opacity: 0;
}
.container .cont-plate3 .plate3-main .main-item .item-title {
  margin-top: 0.45rem;
  font-size: var(--fs20);
  text-align: center;
  color: rgba(51, 51, 51, 0.8);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-item .item-num {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  text-align: center;
  color: #006337;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-item .item-num span {
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
}
.container .cont-plate3 .plate3-main .main-item .item-num em {
  position: relative;
}
.container .cont-plate3 .plate3-main .main-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-size: var(--fs30);
  font-weight: bold;
  color: #006337;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-item:nth-child(even) {
  background: rgba(255, 255, 255, 0.5);
}
.container .cont-plate3 .plate3-main .main-item:hover {
  background: #97cb02;
}
.container .cont-plate3 .plate3-main .main-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate3 .plate3-main .main-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .main-item:hover .item-title {
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-item:hover .item-num {
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-item:hover .item-num em::after {
  color: #fff;
}
.container .cont-plate4 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.15rem 0;
}
.container .cont-plate4 .plate4-top {
  position: absolute;
  top: 1.15rem;
  left: 0;
  width: 50%;
  height: auto;
  padding: 0 1.2rem 0 1.92rem;
  z-index: 9;
}
.container .cont-plate4 .plate4-top .page-title {
  color: #333;
}
.container .cont-plate4 .plate4-top .top-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-top .top-swiper .swiper-slide {
  width: calc(100% / 3);
  height: auto;
}
.container .cont-plate4 .plate4-top .top-swiper .swiper-slide .slide-box {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1rem;
  font-size: var(--fs16);
  color: #909090;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #006337;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-swiper .swiper-slide-active .slide-box {
  font-weight: bold;
  color: #006337;
}
.container .cont-plate4 .plate4-top .top-swiper .swiper-slide-active .slide-box::after {
  width: 100%;
}
.container .cont-plate4 .plate4-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 1.55rem;
  left: 10.15rem;
  width: 1.45rem;
  height: auto;
  z-index: 9;
}
.container .cont-plate4 .plate4-button .plate4-swiper-button-prev,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-button .plate4-swiper-button-prev img,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate4 .plate4-button .plate4-swiper-button-prev .img2,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover {
  background: #97cb02;
}
.container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover .img1,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate4 .plate4-button .plate4-swiper-button-prev:hover .img2,
.container .cont-plate4 .plate4-button .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main::before {
  content: '“';
  position: absolute;
  top: 2rem;
  left: 0.95rem;
  font-family: Arial;
  font-size: 2rem;
  color: rgba(100, 100, 100, 0.2);
}
.container .cont-plate4 .plate4-main::after {
  content: '”';
  position: absolute;
  top: 5.5rem;
  left: 8.1rem;
  font-family: Arial;
  font-size: 2rem;
  color: rgba(100, 100, 100, 0.2);
}
.container .cont-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-cent {
  width: 50%;
  padding: 2.4rem 1.2rem 0 1.92rem;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 0.48rem;
  color: #343434;
  opacity: 0;
  transform: translatey(0.4rem);
  -o-transform: translatey(0.4rem);
  -moz-transform: translatey(0.4rem);
  -webkit-transform: translatey(0.4rem);
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-subtitle {
  font-size: var(--fs24);
  line-height: 0.48rem;
  color: #343434;
  opacity: 0;
  transform: translatey(0.4rem);
  -o-transform: translatey(0.4rem);
  -moz-transform: translatey(0.4rem);
  -webkit-transform: translatey(0.4rem);
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  text-align: justify;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  opacity: 0;
  transform: translatey(0.4rem);
  -o-transform: translatey(0.4rem);
  -moz-transform: translatey(0.4rem);
  -webkit-transform: translatey(0.4rem);
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-bottom {
  margin-top: 0.5rem;
  opacity: 0;
  transform: translatey(0.4rem);
  -o-transform: translatey(0.4rem);
  -moz-transform: translatey(0.4rem);
  -webkit-transform: translatey(0.4rem);
}
.container .cont-plate4 .plate4-main .main-box .box-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-box .box-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-title {
  opacity: 1;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-subtitle {
  opacity: 1;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.5s 0.2s;
  -o-transition: all 0.5s 0.2s;
  -moz-transition: all 0.5s 0.2s;
  -webkit-transition: all 0.5s 0.2s;
}
.container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-text {
  opacity: 1;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.5s 0.4s;
  -o-transition: all 0.5s 0.4s;
  -moz-transition: all 0.5s 0.4s;
  -webkit-transition: all 0.5s 0.4s;
}
.container .cont-plate4 .plate4-main .main-box-on .box-cent .cent-bottom {
  opacity: 1;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .cont-plate4 .plate4-main .main-box-on .box-pic {
  opacity: 1;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate5 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-top {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
}
.container .cont-plate5 .plate5-top .page-title {
  text-align: center;
  color: #fff;
}
.container .cont-plate5 .plate5-top .page-heng {
  margin: 0.2rem auto 0;
  background: #fff;
}
.container .cont-plate5 .plate5-main {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .cont-plate5 .plate5-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate5 .plate5-main .main-pic-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate5 .plate5-swiper {
  position: absolute;
  bottom: 0.24rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.container .cont-plate5 .plate5-swiper .swiper-slide {
  width: calc(100% / 4 - 0.0975rem);
  height: auto;
  margin-right: 0.13rem;
}
.container .cont-plate5 .plate5-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.36rem 0.2rem 0.45rem;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
  width: 1.6rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent {
  width: calc(100% - 1.6rem);
  height: auto;
  padding: 0.15rem 0 0 0.2rem;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-swiper .swiper-slide-on .slide-box {
  background: #fff;
}
.container .cont-plate5 .plate5-swiper .swiper-slide-on .slide-box .box-cent .cent-title {
  color: #333;
}
.container .cont-plate5 .plate5-swiper .swiper-slide-on .slide-box .box-cent .cent-text {
  color: #999;
}
.container .cont-plate5 .plate5-swiper .plate5-swiper-button-prev,
.container .cont-plate5 .plate5-swiper .plate5-swiper-button-next {
  display: none;
}
.container .cont-plate6 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.6rem;
}
.container .cont-plate6 .plate6-main {
  position: relative;
}
.container .cont-plate6 .plate6-main .main-English {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs36);
  text-align: center;
  text-transform: uppercase;
  color: #999;
}
.container .cont-plate6 .plate6-main .main-title {
  margin-top: 0.1rem;
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.container .cont-plate6 .plate6-main .main-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.56rem);
  height: auto;
  margin-right: 0.84rem;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  background: #f5f5f5;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.76rem;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.36rem 0.48rem;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: rgba(51, 51, 51, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  height: 0.72rem;
  margin-top: 0.15rem;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.36rem;
  color: #353432;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.48rem;
  height: 0.34rem;
  margin-top: 0.6rem;
  border-radius: 0.45rem;
  border: solid 2px #97cb02;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover {
  background: #006337;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-time {
  color: rgba(255, 255, 255, 0.3);
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #fff;
}
.container .cont-plate6 .plate6-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
  border: solid 2px #fff;
  background: #fff url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 6px;
}
.container .cont-plate6 .plate6-main .page-button {
  margin: 0.7rem auto 0;
}
.container .cont-plate6 .plate6-main .plate6-swiper-button-prev,
.container .cont-plate6 .plate6-main .plate6-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.3);
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .plate6-swiper-button-prev:hover,
.container .cont-plate6 .plate6-main .plate6-swiper-button-next:hover {
  background: #97cb02;
}
.container .cont-plate6 .plate6-main .plate6-swiper-button-prev {
  left: -0.8rem;
}
.container .cont-plate6 .plate6-main .plate6-swiper-button-next {
  right: -0.8rem;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  padding: 0.7rem 0 0 1.92rem;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-pic {
  width: 9.6rem;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate1 .plate1-main .main-cent {
  width: 6.95rem;
  padding-top: 0.75rem;
}
.about .about-plate1 .plate1-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.about .about-plate1 .plate1-main .main-cent .cent-subtitle {
  margin-top: 0.2rem;
  font-size: var(--fs48);
  color: #333;
}
.about .about-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate1 .plate1-text {
  width: 15.36rem;
  margin-top: 0.65rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.05rem 0 1.2rem;
}
.about .about-plate2 .plate2-item {
  position: relative;
  width: calc(100% / 2 - 0.18rem);
  height: auto;
  margin-bottom: 0.35rem;
  overflow: hidden;
}
.about .about-plate2 .plate2-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .about-plate2 .plate2-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.6rem 0.35rem 0.35rem;
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.about .about-plate2 .plate2-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-title {
  font-size: var(--fs36);
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
.about .about-plate3 .plate3-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs48);
  text-align: center;
  text-transform: uppercase;
  color: #97cb02;
}
.about .about-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: 7.5rem;
  margin-top: 1.5rem;
  background: url(../images/about-bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate3 .plate3-main .main-cont {
  position: absolute;
  top: -0.38rem;
  left: 0;
  right: 0;
  padding: 0 0.48rem;
  z-index: 9;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  padding-bottom: 0.15rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 9);
  height: auto;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  color: #9a9a9a;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-icon {
  width: 18px;
  height: 18px;
  margin: 0.1rem auto 0;
  border-radius: 50%;
  border: solid 4px #fff;
  background: #d9d9d9;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
  color: #006337;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
  background: #97cb02;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-title {
  color: #006337;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-icon {
  background: #97cb02;
}
.about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-prev,
.about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  border-radius: 50%;
  background: #dddddd;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-next img {
  width: 12px;
}
.about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-next:hover {
  background: #006337;
}
.about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-prev {
  left: 0;
}
.about .about-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
  right: 0;
}
.about .about-plate3 .plate3-main .main-box {
  position: relative;
  padding: 1.4rem 0.96rem 0;
}
.about .about-plate3 .plate3-main .main-box .box-lump {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 1.4rem;
  left: 0.96rem;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.about .about-plate3 .plate3-main .main-box .box-lump .lump-pic {
  width: 6rem;
  height: 4rem;
  background-color: #fff;
  box-shadow: 0px 9px 24px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-lump .lump-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-box .box-lump .lump-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 .plate3-main .main-box .box-lump .lump-cent {
  width: calc(100% - 6rem);
  height: auto;
  padding: 0.7rem 0 0 0.72rem;
}
.about .about-plate3 .plate3-main .main-box .box-lump .lump-cent .cent-year {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #006337;
}
.about .about-plate3 .plate3-main .main-box .box-lump .lump-cent .cent-title {
  font-size: var(--fs36);
  color: #333;
}
.about .about-plate3 .plate3-main .main-box .box-lump .lump-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
}
.about .about-plate3 .plate3-main .main-box .box-lump-on {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.culture {
  padding: 0 0 1.5rem;
}
.culture .page-title2 {
  margin-top: 0.7rem;
}
.culture .culture-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.72rem;
}
.culture .culture-main .main-item {
  width: calc(100% / 3 - 0.12rem);
  height: auto;
  margin-right: 0.18rem;
  padding: 0.3rem 0.5rem 0.75rem;
  background: #f4f4f4;
}
.culture .culture-main .main-item:last-of-type {
  margin-right: 0;
}
.culture .culture-main .main-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.culture .culture-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0;
}
.culture .culture-main .main-item .item-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #006337;
}
.culture .culture-main .main-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.culture .culture-main .main-item .item-cent .cent-heng {
  width: 13px;
  height: 3px;
  margin-top: 0.1rem;
  background: #97cb02;
}
.culture .culture-main .main-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
}
.culture .culture-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.culture .culture-cont .cont-lump {
  position: relative;
  width: 5rem;
  height: auto;
  margin-top: 0.2rem;
  overflow: hidden;
}
.culture .culture-cont .cont-lump .lump-pic {
  width: 100%;
  height: auto;
}
.culture .culture-cont .cont-lump .lump-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-cont .cont-lump .lump-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.8rem 0.5rem 0;
}
.culture .culture-cont .cont-lump .lump-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #fff;
}
.culture .culture-cont .cont-lump .lump-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
}
.culture .culture-cont .cont-lump .lump-cent .cent-heng {
  width: 13px;
  height: 3px;
  margin-top: 0.1rem;
  background: #97cb02;
}
.culture .culture-cont .cont-lump .lump-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.culture .culture-cont .cont-lump:hover .lump-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 10.18rem;
  height: auto;
  margin-top: 0.2rem;
  padding: 0.9rem 0.5rem 0;
  background: #f4f4f4;
}
.culture .culture-cont .cont-box .box-pic {
  width: 4rem;
  height: auto;
  overflow: hidden;
}
.culture .culture-cont .cont-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-cont .cont-box .box-cent {
  width: calc(100% - 4rem);
  height: auto;
  padding-left: 0.65rem;
}
.culture .culture-cont .cont-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #006337;
}
.culture .culture-cont .cont-box .box-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.culture .culture-cont .cont-box .box-cent .cent-heng {
  width: 13px;
  height: 3px;
  margin-top: 0.1rem;
  background: #97cb02;
}
.culture .culture-cont .cont-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
}
.culture .culture-cont .cont-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor {
  width: 100%;
  height: auto;
}
.honor .honor-plate1 {
  padding: 0.7rem 0 0;
}
.honor .honor-plate1 .plate1-data {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.honor .honor-plate1 .plate1-data .data-item {
  width: auto;
  margin: 0 1.25rem;
}
.honor .honor-plate1 .plate1-data .data-item .item-icon {
  width: auto;
  height: 0.5rem;
  text-align: center;
}
.honor .honor-plate1 .plate1-data .data-item .item-icon img {
  width: auto;
  height: 100%;
}
.honor .honor-plate1 .plate1-data .data-item .item-title {
  margin-top: 0.45rem;
  font-size: var(--fs20);
  text-align: center;
  color: #333;
}
.honor .honor-plate1 .plate1-data .data-item .item-num {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-plate1 .plate1-data .data-item .item-num span {
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #006337;
}
.honor .honor-plate1 .plate1-data .data-item .item-num em {
  position: relative;
}
.honor .honor-plate1 .plate1-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-size: var(--fs30);
  font-weight: bold;
  color: #006337;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-plate1 .plate1-swiper {
  position: relative;
  width: 100%;
  margin-top: 1.3rem;
  overflow: hidden;
}
.honor .honor-plate1 .plate1-swiper .swiper-slide {
  width: calc(100% / 6);
  height: auto;
}
.honor .honor-plate1 .plate1-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 1.1rem;
}
.honor .honor-plate1 .plate1-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev,
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev img,
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev .img2,
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev:hover,
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next:hover {
  background: #97cb02;
}
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img1,
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev:hover .img2,
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-prev {
  left: 0.1rem;
}
.honor .honor-plate1 .plate1-swiper .plate1-swiper-button-next {
  right: 0.1rem;
}
.honor .honor-plate2 {
  width: 100%;
  height: auto;
  padding-top: 0.95rem;
}
.honor .honor-plate2 .page-title2,
.honor .honor-plate2 .page-English {
  text-align: center;
}
.honor .honor-plate2 .page-heng {
  margin: 0.2rem auto 0;
}
.honor .honor-plate2 .plate2-main {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
  margin-top: 0.75rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.honor .honor-plate2 .plate2-main .main-cont {
  width: 4.8rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-plate2 .plate2-main .main-cont .cont-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
}
.honor .honor-plate2 .plate2-main .main-cont .cont-text {
  margin-top: 0.45rem;
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
}
.honor .honor-plate2 .plate2-main .main-cont .cont-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 0.56rem;
  margin: 0.75rem auto 0;
  border-radius: 0.45rem;
  background: #97cb02;
}
.honor .honor-plate2 .plate2-main .main-cont .cont-button span {
  font-size: var(--fs18);
  color: #fff;
}
.honor .honor-plate2 .plate2-main .main-cont .cont-button em {
  width: 0.16rem;
  height: 0.14rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
.honor .honor-plate2 .plate2-main .main-cont .cont-button:hover {
  background: #006337;
}
.honor .honor-plate3 {
  padding: 0.8rem 0 1.15rem;
}
.honor .honor-plate3 .page-title2,
.honor .honor-plate3 .page-English {
  text-align: center;
}
.honor .honor-plate3 .page-heng {
  margin: 0.2rem auto 0;
}
.honor .honor-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.honor .honor-plate3 .plate3-main .main-item {
  position: relative;
  width: calc(100% / 2 - 0.18rem);
  height: auto;
  margin-bottom: 0.35rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.honor .honor-plate3 .plate3-main .main-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.honor .honor-plate3 .plate3-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-plate3 .plate3-main .main-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.48rem;
  background: rgba(151, 203, 2, 0.8);
}
.honor .honor-plate3 .plate3-main .main-item .item-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 0.6rem;
  color: #fff;
}
.honor .honor-plate3 .plate3-main .main-item .item-cent .cent-text {
  font-size: var(--fs30);
  line-height: 0.6rem;
  color: #fff;
}
.honor .honor-plate3 .plate3-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor .honor-plate3 .plate3-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 0.56rem;
  margin: 0.5rem auto 0;
  border-radius: 0.45rem;
  background: #006337;
}
.honor .honor-plate3 .plate3-button span {
  font-size: var(--fs18);
  color: #fff;
}
.honor .honor-plate3 .plate3-button em {
  width: 0.16rem;
  height: 0.14rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
.honor .honor-plate3 .plate3-button:hover {
  background: #97cb02;
}
.honorList {
  padding-bottom: 0.63rem;
}
.honorList .page-title2 {
  margin-top: 0.65rem;
}
.honorList .honorList-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  overflow: hidden;
}
.honorList .honorList-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 1.25rem;
}
.honorList .honorList-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.honorList .honorList-swiper .swiper-slide .slide-box .box-item {
  width: calc(100% / 3 - 0.2667rem);
  height: auto;
  margin-right: 0.4rem;
  margin-bottom: 0.65rem;
}
.honorList .honorList-swiper .swiper-slide .slide-box .box-item .item-pic {
  width: 100%;
  height: 3.54rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honorList .honorList-swiper .swiper-slide .slide-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honorList .honorList-swiper .swiper-slide .slide-box .box-item .item-title {
  margin-top: 0.45rem;
  font-size: var(--fs18);
  text-align: center;
  color: #666;
}
.honorList .honorList-swiper .swiper-slide .slide-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.honorList .honorList-swiper .swiper-slide .slide-box .box-item:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 2.55rem;
  left: 0;
  width: 100%;
  height: 2.4rem;
  background: url(../images/honorList-bg.png) no-repeat bottom left;
  background-size: 100%;
  z-index: -1;
}
.honorList .honorList-swiper .swiper-slide .slide-box .box-item:nth-child(4)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.4rem;
  background: url(../images/honorList-bg.png) no-repeat bottom left;
  background-size: 100%;
  z-index: -1;
}
.honorList .honorList-swiper .swiper-slide .slide-box .box-item:hover .item-pic {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.honorList .honorList-swiper .honorList-swiper-button-prev,
.honorList .honorList-swiper .honorList-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honorList .honorList-swiper .honorList-swiper-button-prev img,
.honorList .honorList-swiper .honorList-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honorList .honorList-swiper .honorList-swiper-button-prev .img2,
.honorList .honorList-swiper .honorList-swiper-button-next .img2 {
  opacity: 0;
}
.honorList .honorList-swiper .honorList-swiper-button-prev:hover,
.honorList .honorList-swiper .honorList-swiper-button-next:hover {
  background: #97cb02;
}
.honorList .honorList-swiper .honorList-swiper-button-prev:hover .img1,
.honorList .honorList-swiper .honorList-swiper-button-next:hover .img1 {
  opacity: 0;
}
.honorList .honorList-swiper .honorList-swiper-button-prev:hover .img2,
.honorList .honorList-swiper .honorList-swiper-button-next:hover .img2 {
  opacity: 1;
}
.honorList .honorList-swiper .honorList-swiper-button-prev {
  left: 0.1rem;
}
.honorList .honorList-swiper .honorList-swiper-button-next {
  right: 0.1rem;
}
.service {
  padding-bottom: 1.4rem;
}
.service .service-top {
  display: flex;
  justify-content: space-between;
  margin-top: 0.65rem;
}
.service .service-top .top-cent {
  width: 6.9rem;
  height: auto;
}
.service .service-top .top-cent .cent-title {
  margin-top: 0.7rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.service .service-top .top-cent .cent-subtitle {
  margin-top: 0.2rem;
  font-size: var(--fs48);
  color: #333;
}
.service .service-top .top-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.service .service-top .top-pic {
  width: 7.5rem;
  height: auto;
  margin-top: 0.78rem;
  overflow: hidden;
}
.service .service-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.service .service-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.service .service-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.25334rem);
  height: auto;
  margin-right: 0.38rem;
  margin-bottom: 0.38rem;
  background: #f8f8f8;
}
.service .service-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.service .service-main .main-item .item-pic {
  width: 100%;
  height: 3.28rem;
  overflow: hidden;
}
.service .service-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-main .main-item .item-cent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.35rem 0.4rem 0.85rem;
}
.service .service-main .main-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.42rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-main .main-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.service .service-main .main-item .item-cent .cent-button {
  position: absolute;
  bottom: 0.36rem;
  right: 0.5rem;
  width: 0.48rem;
  height: 0.35rem;
  border-radius: 0.45rem;
  border: solid 2px #97cb02;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-main .main-item .item-cent .cent-button:hover {
  border: solid 2px #006337;
  background: url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 6px;
}
.service .service-main .main-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #97cb02;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.service .service-main .main-item:hover {
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(72, 72, 72, 0.15);
}
.service .service-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.service .service-main .main-item:hover .item-cent .cent-title {
  color: #006337;
}
.service .service-main .main-item:hover .item-cent .cent-button {
  opacity: 1;
}
.service .service-main .main-item:hover::after {
  width: 100%;
}
.serviceDetail {
  width: 100%;
  height: auto;
}
.serviceDetail .serviceDetail-top {
  display: flex;
  justify-content: space-between;
  margin-top: 0.65rem;
}
.serviceDetail .serviceDetail-top .top-cent {
  width: 6.55rem;
  height: auto;
}
.serviceDetail .serviceDetail-top .top-cent .cent-subtitle {
  margin-top: 0.9rem;
  font-size: var(--fs48);
  color: #333;
}
.serviceDetail .serviceDetail-top .top-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.serviceDetail .serviceDetail-top .top-pic {
  width: 7.5rem;
  height: auto;
  margin-top: 0.78rem;
  overflow: hidden;
}
.serviceDetail .serviceDetail-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.serviceDetail .serviceDetail-top .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.serviceDetail .serviceDetail-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.98rem;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.serviceDetail .serviceDetail-plate2 .plate2-main {
  width: 100%;
  height: auto;
  padding: 1.1rem 0.75rem 1.6rem 1.92rem;
  background: linear-gradient(90deg, rgba(0, 99, 56, 0.8) 40%, transparent);
}
.serviceDetail .serviceDetail-plate2 .plate2-main .main-cent {
  width: 6.9rem;
  height: auto;
}
.serviceDetail .serviceDetail-plate2 .plate2-main .main-cent .cent-title {
  font-size: var(--fs40);
  color: #fff;
}
.serviceDetail .serviceDetail-plate2 .plate2-main .main-cent .cent-suntitle {
  margin-top: 0.5rem;
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.3rem;
  color: #fff;
}
.serviceDetail .serviceDetail-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.serviceDetail .serviceDetail-plate2 .plate2-main .main-cent .page-button {
  width: 3rem;
  height: 0.56rem;
  margin-top: 0.75rem;
  font-size: var(--fs18);
  line-height: 0.56rem;
}
.serviceDetail .serviceDetail-plate3 {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 1.2rem;
}
.serviceDetail .serviceDetail-plate3 .top-cent {
  width: 6.55rem;
  height: auto;
}
.serviceDetail .serviceDetail-plate3 .top-cent .cent-subtitle {
  margin-top: 1.2rem;
  font-size: var(--fs40);
  color: #333;
}
.serviceDetail .serviceDetail-plate3 .top-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.serviceDetail .serviceDetail-plate3 .top-pic {
  width: 7.5rem;
  height: auto;
  overflow: hidden;
}
.serviceDetail .serviceDetail-plate3 .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.serviceDetail .serviceDetail-plate3 .top-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.industry {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 1rem;
}
.industry .industry-swiper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.industry .industry-swiper .swiper-slide {
  position: relative;
  width: 33.33%;
  height: auto;
}
.industry .industry-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.industry .industry-swiper .swiper-slide .slide-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.industry .industry-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0 0 1.5rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-icon {
  width: 0.64rem;
  height: auto;
}
.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-icon img {
  width: 100%;
}
.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.4rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs16);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-bototm {
  position: absolute;
  bottom: 1.36rem;
  width: 17px;
}
.industry .industry-swiper .swiper-slide .slide-box .box-cent .cent-bototm img {
  width: 100%;
}
.industry .industry-swiper .swiper-slide .slide-box:hover::before,
.industry .industry-swiper .swiper-slide .slide-box:hover::after {
  height: 0;
}
.industry .industry-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.industry .industry-swiper .industry-swiper-button-prev,
.industry .industry-swiper .industry-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.5);
  cursor: pointer;
  z-index: 19;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.industry .industry-swiper .industry-swiper-button-prev:hover,
.industry .industry-swiper .industry-swiper-button-next:hover {
  background: #97cb02;
}
.industry .industry-swiper .industry-swiper-button-prev {
  left: 0.3rem;
}
.industry .industry-swiper .industry-swiper-button-next {
  right: 0.3rem;
}
.industry .industry-plate1 {
  padding: 0.6rem 0.55rem;
}
.industry .industry-plate1 .plate1-title {
  font-size: var(--fs36);
  color: #333;
}
.industry .industry-plate1 .plate1-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.industry .industry-plate2 {
  width: 100%;
  height: auto;
  padding: 0.86rem 0;
  background: #ebebeb;
}
.industry .industry-plate2 .plate2-main {
  text-align: center;
}
.industry .industry-plate2 .plate2-main img {
  max-width: 100%;
  width: auto;
}
.industry #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  opacity: 0.1;
}
.produce {
  position: relative;
  width: 100%;
  height: auto;
}
.produce .produce-plate1 {
  width: 100%;
  height: auto;
  padding: 0.55rem 0 0.8rem;
  background: url(../images/produce-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.produce .produce-plate1 .plate1-main {
  position: relative;
  z-index: 9;
}
.produce .produce-plate1 .plate1-main .main-title {
  margin-top: 0.55rem;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.produce .produce-plate1 .plate1-main .main-subtitle {
  font-size: var(--fs44);
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.produce .produce-plate1 .plate1-main .main-text {
  width: 11.3rem;
  height: auto;
  margin: 0.25rem auto 0;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.produce .produce-plate1 .plate1-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-pic {
  width: 5.97rem;
  height: auto;
  margin: 0 auto;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-pic img {
  width: 100%;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-item {
  position: absolute;
  width: auto;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-item .item-title {
  font-size: var(--fs18);
  color: #333;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-item .item-num {
  font-size: var(--fs30);
  color: #333;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-item .item-num span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #97cb02;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(2) {
  top: 0.8rem;
  left: 1.98rem;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(3) {
  top: 0.8rem;
  left: 12.3rem;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(4) {
  bottom: 1.2rem;
  left: 1.98rem;
}
.produce .produce-plate1 .plate1-main .main-cont .cont-item:nth-child(5) {
  bottom: 1.2rem;
  left: 12.3rem;
}
.produce .produce-plate1 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.produce .produce-plate2 {
  position: relative;
  padding: 1rem 0 0;
  z-index: 9;
}
.produce .produce-plate2 .plate2-title {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.produce .produce-plate2 .plate2-subtitle {
  font-size: var(--fs44);
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.produce .produce-plate2 .plate2-main {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.produce .produce-plate2 .plate2-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.7rem;
}
.produce .produce-plate2 .plate2-main .main-item .item-pic {
  width: 7.5rem;
  height: auto;
  overflow: hidden;
}
.produce .produce-plate2 .plate2-main .main-item .item-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produce .produce-plate2 .plate2-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.produce .produce-plate2 .plate2-main .main-item .item-cent {
  width: 7.05rem;
  height: auto;
  padding: 0.3rem 0 0;
}
.produce .produce-plate2 .plate2-main .main-item .item-cent .cent-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.2rem;
  line-height: 1rem;
  background: linear-gradient(180deg, #c6e08a, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.produce .produce-plate2 .plate2-main .main-item .item-cent .cent-title {
  margin-top: 0.35rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.produce .produce-plate2 .plate2-main .main-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.produce .produce-plate2 .plate2-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.produce .produce-plate2 .plate2-main .main-item:nth-child(4) {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.produce .produce-plate2 .plate2-main .main-item:nth-child(4) .item-pic {
  width: 100%;
  margin-top: 0.75rem;
}
.produce .produce-plate2 .plate2-main .main-item:nth-child(4) .item-cent {
  width: 100%;
  padding: 0;
}
.produce .produce-plate3 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.produce .produce-plate3 .plate3-title {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.produce .produce-plate3 .plate3-subtitle {
  font-size: var(--fs44);
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.produce .produce-plate3 .plate3-main {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  padding: 1.1rem 0 1.2rem;
  text-align: center;
  background: #f9f9f9;
}
.produce .produce-plate3 .plate3-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.produce .produce-plate3 .plate3-main .main-cent .cent-text {
  width: 11.4rem;
  margin: 0.15rem auto 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.produce .produce-plate3 .plate3-main .main-cont {
  position: relative;
  margin-top: 0.9rem;
  padding: 0 0.7rem;
}
.produce .produce-plate3 .plate3-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 5 - 0.48rem);
  height: auto;
  margin-right: 0.6rem;
}
.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.17rem;
  overflow: hidden;
}
.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produce .produce-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev,
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  text-align: center;
  line-height: 0.44rem;
  border-radius: 50%;
  background: #dddddd;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev img,
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next img {
  width: 12px;
}
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev:hover,
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next:hover {
  background: #006337;
}
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-prev {
  left: 0;
}
.produce .produce-plate3 .plate3-main .main-cont .plate3-swiper-button-next {
  right: 0;
}
.produce .produce-plate4 {
  position: relative;
  padding: 1rem 0 0;
  z-index: 9;
}
.produce .produce-plate4 .plate4-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.produce .produce-plate4 .plate4-text {
  width: 11.4rem;
  margin: 0.15rem auto 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.produce .produce-plate4 .plate4-pic {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.produce .produce-plate4 .plate4-pic img {
  width: 100%;
}
.produce .produce-plate5 {
  position: relative;
  padding: 1rem 0 1.6rem;
  z-index: 9;
}
.produce .produce-plate5 .plate5-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.produce .produce-plate5 .plate5-text {
  width: 11.4rem;
  margin: 0.15rem auto 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.produce .produce-plate5 .plate5-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  overflow: hidden;
}
.produce .produce-plate5 .plate5-swiper .swiper-slide {
  width: calc(100% / 5);
  height: auto;
  padding-right: 1px;
}
.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0.2rem 0.2rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #006338 10%, transparent);
}
.produce .produce-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.marketing {
  position: relative;
  width: 100%;
  height: auto;
}
.marketing .marketing-plate1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.55rem 0 0.8rem;
  z-index: 9;
}
.marketing .marketing-plate1 .plate1-main .main-title {
  margin-top: 0.55rem;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.marketing .marketing-plate1 .plate1-main .main-subtitle {
  font-size: var(--fs44);
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.marketing .marketing-plate1 .plate1-main .main-text {
  width: 11.3rem;
  height: auto;
  margin: 0.25rem auto 0;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.marketing .marketing-plate1 .plate1-cont {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  margin-top: 0.7rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.marketing .marketing-plate1 .plate1-cont .cont-data {
  display: flex;
  justify-content: center;
}
.marketing .marketing-plate1 .plate1-cont .cont-data .data-item {
  width: auto;
  margin: 0 0.9rem;
}
.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-title {
  font-size: var(--fs18);
  color: #fff;
}
.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num {
  margin-top: 0.2rem;
  font-size: 0.54rem;
  color: #fff;
}
.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  color: #fff;
}
.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num em {
  position: relative;
}
.marketing .marketing-plate1 .plate1-cont .cont-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.marketing .marketing-plate2 {
  position: relative;
  padding: 1rem 0 1.6rem;
  z-index: 9;
}
.marketing .marketing-plate2 .plate2-title {
  margin-top: 0.55rem;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.marketing .marketing-plate2 .plate2-subtitle {
  font-size: var(--fs44);
  text-align: center;
  line-height: 0.8rem;
  color: #006337;
}
.marketing .marketing-plate2 .plate2-text {
  width: 11.8rem;
  height: auto;
  margin: 0.25rem auto 0;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.marketing .marketing-plate2 .plate2-logo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.marketing .marketing-plate2 .plate2-logo .logo-item {
  width: calc(100% / 6 - 0.0834rem);
  height: 1.15rem;
  margin-right: 0.1rem;
  margin-bottom: 0.18rem;
  border-radius: 0.05rem;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.marketing .marketing-plate2 .plate2-logo .logo-item:nth-child(6n) {
  margin-right: 0;
}
.marketing .marketing-plate2 .plate2-logo .logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.marketing .marketing-plate2 .plate2-logo .logo-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.marketing #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.design {
  width: 100%;
  height: auto;
}
.design .design-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.6rem 0 1rem;
  background: url(../images/design-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.design .design-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.design .design-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.design .design-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.design .design-plate1 .plate1-cent {
  width: 50%;
  padding-left: 1.92rem;
  padding-right: 1.15rem;
}
.design .design-plate1 .plate1-cent .cent-title {
  margin-top: 0.7rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #006337;
}
.design .design-plate1 .plate1-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.design .design-plate2 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.design .design-plate2 .plate2-item {
  position: relative;
  width: calc(100% / 4);
  height: 6rem;
  background: #f7f7f7;
}
.design .design-plate2 .plate2-item:nth-child(even) {
  background: #f0f0f0;
}
.design .design-plate2 .plate2-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.design .design-plate2 .plate2-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design .design-plate2 .plate2-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.9rem 0.1rem 0 1.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.design .design-plate2 .plate2-item .item-cent .cent-icon {
  position: relative;
  width: 0.64rem;
  height: 0.6rem;
}
.design .design-plate2 .plate2-item .item-cent .cent-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.design .design-plate2 .plate2-item .item-cent .cent-icon .img2 {
  opacity: 0;
}
.design .design-plate2 .plate2-item .item-cent .cent-title {
  margin-top: 0.45rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #006337;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.design .design-plate2 .plate2-item .item-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #bebebe;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.design .design-plate2 .plate2-item .item-cent .cent-heng {
  width: 20px;
  height: 2px;
  margin-top: 0.45rem;
  background: #97cb02;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.design .design-plate2 .plate2-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.design .design-plate2 .plate2-item:hover .item-pic {
  opacity: 1;
}
.design .design-plate2 .plate2-item:hover .item-cent {
  padding: 0.9rem 0.7rem 0;
}
.design .design-plate2 .plate2-item:hover .item-cent .cent-icon .img1 {
  opacity: 0;
}
.design .design-plate2 .plate2-item:hover .item-cent .cent-icon .img2 {
  opacity: 1;
}
.design .design-plate2 .plate2-item:hover .item-cent .cent-title,
.design .design-plate2 .plate2-item:hover .item-cent .cent-English {
  color: #fff;
}
.design .design-plate2 .plate2-item:hover .item-cent .cent-heng {
  background: #fff;
}
.design .design-plate2 .plate2-item:hover .item-cent .cent-text {
  opacity: 1;
}
.maintenance {
  width: 100%;
  height: auto;
}
.maintenance .maintenance-plate1 {
  padding: 0.55rem 0 0;
}
.maintenance .maintenance-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.maintenance .maintenance-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 1.45rem;
  padding-top: 0.65rem;
}
.maintenance .maintenance-plate1 .plate1-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #006337;
}
.maintenance .maintenance-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.maintenance .maintenance-plate1 .plate1-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.maintenance .maintenance-plate1 .plate1-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.maintenance .maintenance-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.maintenance .maintenance-plate2 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.4rem;
}
.maintenance .maintenance-plate2 .plate2-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #006337;
}
.maintenance .maintenance-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.maintenance .maintenance-plate2 .plate2-main .main-item {
  position: relative;
  width: calc(100% / 4);
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.maintenance .maintenance-plate2 .plate2-main .main-item:last-of-type {
  border-right: none;
}
.maintenance .maintenance-plate2 .plate2-main .main-item::after {
  content: '';
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 5px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.maintenance .maintenance-plate2 .plate2-main .main-item .item-pic {
  width: 100%;
  height: 3.61rem;
  overflow: hidden;
}
.maintenance .maintenance-plate2 .plate2-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.maintenance .maintenance-plate2 .plate2-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.75rem 0.65rem 0.6rem;
  border-right: solid 1px #f2f2f2;
}
.maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-num {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
  background: linear-gradient(180deg, #e0ebe6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-title {
  margin-top: -0.45rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #353535;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #666;
}
.maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-text p {
  position: relative;
  padding-left: 0.2rem;
}
.maintenance .maintenance-plate2 .plate2-main .main-item .item-cent .cent-text p::after {
  content: '';
  position: absolute;
  top: 0.06rem;
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  border: solid 3px #97cb02;
}
.maintenance .maintenance-plate2 .plate2-main .main-item:hover {
  margin-top: -0.2rem;
}
.maintenance .maintenance-plate2 .plate2-main .main-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.maintenance .maintenance-plate2 .plate2-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.maintenance .maintenance-plate2 .plate2-main .main-item:hover .item-cent .cent-title {
  color: #006337;
}
.solution {
  position: relative;
  width: 100%;
  height: auto;
}
.solution .solution-main {
  position: relative;
  padding: 0 0 0.4rem;
  z-index: 9;
}
.solution .solution-main .page-title2 {
  margin-top: 0.5rem;
}
.solution .solution-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.solution .solution-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.7rem;
  background: #f6f6f6;
}
.solution .solution-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.solution .solution-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.59rem;
  overflow: hidden;
}
.solution .solution-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem 0.42rem;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs24);
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution .solution-main .main-cont .cont-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.34rem;
  margin-top: 0.25rem;
  border-radius: 0.45rem;
  border: solid 2px #97cb02;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-item:hover {
  background: #fff;
  box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.solution .solution-main .main-cont .cont-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.solution .solution-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #006337;
}
.solution .solution-main .main-cont .cont-item:hover .item-cent .cent-button {
  background: #97cb02 url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 6px;
}
.solution .solution-main .main-load {
  display: block;
  width: 1.1rem;
  margin: 0.1rem auto 0;
  text-align: center;
}
.solution .solution-main .main-load span {
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #006337;
}
.solution .solution-main .main-load img {
  width: 0.27rem;
  margin-top: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-load:hover img {
  transform: translatey(0.1rem);
  -o-transform: translatey(0.1rem);
  -moz-transform: translatey(0.1rem);
  -webkit-transform: translatey(0.1rem);
}
.solution #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.solutionDetail {
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 1.25rem 1.92rem 1.25rem;
}
.solutionDetail .solutionDetail-plate1 .plate1-cent {
  position: relative;
  width: 7.15rem;
  height: auto;
  z-index: 9;
}
.solutionDetail .solutionDetail-plate1 .plate1-cent .cent-title {
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.72rem;
  text-transform: uppercase;
  color: #333;
}
.solutionDetail .solutionDetail-plate1 .plate1-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #666;
}
.solutionDetail .solutionDetail-plate1 .plate1-cent .page-button {
  width: 1.8rem;
  height: 0.56rem;
  font-size: var(--fs18);
  line-height: 0.56rem;
  margin-top: 0.6rem;
}
.solutionDetail .solutionDetail-plate1 .plate1-pic {
  position: relative;
  width: 7.5rem;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.solutionDetail .solutionDetail-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solutionDetail .solutionDetail-plate1 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.solutionDetail .solutionDetail-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.6rem 0 0.75rem;
  background: #f4f4f4;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate2 .plate2-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solutionDetail .solutionDetail-plate2 .page-heng {
  margin: 0.25rem auto 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.55rem 0;
  overflow: hidden;
  z-index: 9;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide {
  width: 10.35rem;
  height: auto;
  margin: 0 0.6rem;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev,
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev img,
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev .img2,
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev:hover,
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next:hover {
  background: #006337;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev:hover .img1,
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev:hover .img2,
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-prev {
  left: 3.45rem;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .plate2-swiper-button-next {
  right: 3.45rem;
}
.solutionDetail .solutionDetail-plate2 .plate2-3D {
  position: absolute;
  bottom: -50%;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
.solutionDetail .solutionDetail-plate3 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.78rem;
  background: url(../images/solutionDetail-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .page-heng {
  margin: 0.25rem auto 0;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 2 - 0.175rem);
  height: auto;
  margin-bottom: 0.34rem;
  padding: 0.35rem 1.8rem 1.3rem 0.7rem;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-num {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: var(--fs48);
  color: #97cb02;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .itme-title {
  margin-top: 0.15rem;
  font-size: var(--fs24);
  color: #006337;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .itme-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .itme-text p {
  position: relative;
  padding-left: 0.2rem;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .itme-text p::after {
  content: '';
  position: absolute;
  top: 0.08rem;
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  border: solid 3px #97cb02;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-icon {
  position: absolute;
  bottom: 0.35rem;
  right: 0.6rem;
  width: 1.17rem;
  height: auto;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-icon img {
  width: 100%;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item:hover {
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.06);
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cont .cont-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.solutionDetail .solutionDetail-plate4 {
  padding: 0.8rem 0 0.75rem;
}
.solutionDetail .solutionDetail-plate4 .plate4-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solutionDetail .solutionDetail-plate4 .page-heng {
  margin: 0.25rem auto 0;
}
.solutionDetail .solutionDetail-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.46rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.35rem;
  font-size: var(--fs24);
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev,
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev img,
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev .img2,
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev:hover,
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next:hover {
  background: #006337;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev:hover .img1,
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev:hover .img2,
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-prev {
  left: -0.6rem;
}
.solutionDetail .solutionDetail-plate4 .plate4-main .plate4-swiper-button-next {
  right: -0.6rem;
}
.solutionDetail .solutionDetail-plate5 {
  padding: 0.75rem 0 1rem;
}
.solutionDetail .solutionDetail-plate5 .plate5-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate5 .plate5-top .top-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button {
  display: flex;
  justify-content: space-between;
  width: 1.5rem;
}
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev,
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev img,
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev .img2,
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next .img2 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev:hover,
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next:hover {
  background: #006337;
}
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev:hover .img1,
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-prev:hover .img2,
.solutionDetail .solutionDetail-plate5 .plate5-top .top-button .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide {
  width: calc(100% / 2 - 0.4rem);
  height: auto;
  padding: 0.3rem 0;
  margin-right: 0.8rem;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  background: #f7f7f7;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.35rem 0.6rem 0.5rem;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-lump {
  width: calc(100% - 0.5rem);
  height: auto;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-lump .lump-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #393435;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-lump .lump-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.48rem;
  height: 0.34rem;
  border-radius: 0.45rem;
  border: solid 2px #97cb02;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover {
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-cent .cent-lump .lump-title {
  color: #006337;
}
.solutionDetail .solutionDetail-plate5 .plate5-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
  background: #97cb02 url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 6px;
}
.solutionDetail .solutionDetail-plate6 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  background: #f4f4f4;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 4 - 0.27rem);
  height: auto;
  margin-right: 0.36rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.67rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  color: #343434;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
  color: #006337;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev,
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 9px 46px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev img,
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev .img2,
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next .img2 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev:hover,
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next:hover {
  background: #006337;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev:hover .img1,
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next:hover .img1 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev:hover .img2,
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next:hover .img2 {
  opacity: 1;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-prev {
  left: -0.6rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-cont .plate6-swiper-button-next {
  right: -0.6rem;
}
.solutionDetail .solutionDetail-plate7 {
  width: 100%;
  height: auto;
  padding: 0.48rem 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.solutionDetail .solutionDetail-plate7 .plate7-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cent {
  width: 50%;
  height: auto;
  padding: 0 0.7rem;
  margin-right: 0.35rem;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.6rem;
  color: #fff;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cent .cent-subtitle {
  font-size: var(--fs48);
  line-height: 0.6rem;
  color: #fff;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  color: #fff;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont {
  width: 4.94rem;
  height: auto;
  padding: 0.5rem 0.35rem 0.35rem;
  background: #fbfbfb;
  border-radius: 0.05rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form {
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-title {
  font-size: var(--fs16);
  color: #333;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-title em {
  margin-left: 0.05rem;
  color: #ff0000;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item input {
  width: 100%;
  height: 0.57rem;
  margin-top: 0.1rem;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  color: #333;
  border: solid 1px #d5dee5;
  border-radius: 0.1rem;
  background: #fff;
  box-sizing: border-box;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  width: 14px;
  height: 9px;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 100% transform: translatey(-50%); -o-transform: translatey(-50%); -moz-transform: translatey(-50%); -webkit-transform: translatey(-50%);;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-form .form-item .item-select select {
  width: 100%;
  height: 0.57rem;
  padding-left: 0.2rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  color: #333;
  border: solid 1px #d5dee5;
  border-radius: 0.1rem;
  background: #fff;
  box-sizing: border-box;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-button {
  display: block;
  width: 100%;
  height: 0.58rem;
  margin-top: 0.35rem;
  font-size: var(--fs24);
  text-align: center;
  line-height: 0.58rem;
  color: #fff;
  background: #97cb02;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate7 .plate7-main .main-cont .cont-button:hover {
  background: #006337;
}
.product {
  position: relative;
  width: 100%;
  height: auto;
}
.product .product-main {
  position: relative;
  padding: 0.5rem 0 1.2rem;
  z-index: 9;
}
.product .product-main .main-top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.46rem;
}
.product .product-main .main-top .top-button {
  width: 1.8rem;
  height: 0.48rem;
  margin: 0 0.1rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.44rem;
  color: #333;
  border-radius: 0.45rem;
  border: solid 1px #dadada;
}
.product .product-main .main-top .top-button:hover {
  color: #fff;
  background: #97cb02;
  border: solid 1px #97cb02;
}
.product .product-main .main-top .top-button-on {
  color: #fff;
  background: #97cb02;
  border: solid 1px #97cb02;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.8rem 0 0.5rem;
}
.product .product-main .main-cont .main-item {
  position: relative;
  width: calc(100% / 2 - 0.48rem);
  height: auto;
  margin-bottom: 0.8rem;
  background: #f6f6f6;
}
.product .product-main .main-cont .main-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .main-item .item-pic {
  width: 100%;
  height: 3.59rem;
  overflow: hidden;
}
.product .product-main .main-cont .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .main-item .item-cent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.3rem 2.4rem 0.5rem 0.3rem;
}
.product .product-main .main-cont .main-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #006337;
}
.product .product-main .main-cont .main-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #999;
}
.product .product-main .main-cont .main-item .item-cent .cent-icon {
  position: absolute;
  bottom: 0.5rem;
  right: 0.4rem;
  width: 1.86rem;
  height: auto;
}
.product .product-main .main-cont .main-item .item-cent .cent-icon img {
  width: 100%;
}
.product .product-main .main-cont .main-item:hover {
  background: #fff;
  box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.product .product-main .main-cont .main-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.product .product-main .main-cont .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.productDetail {
  width: 100%;
  height: auto;
  margin-top: 0.92rem;
  overflow: visible;
}
.productDetail .productDetail-strip {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.9rem;
  padding: 0 1.92rem;
  background: #f9f9f9;
  z-index: 9;
}
.productDetail .productDetail-strip .strip-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #006337;
}
.productDetail .productDetail-strip .strip-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.productDetail .productDetail-strip .strip-box .box-item {
  position: relative;
  width: auto;
  height: 100%;
  margin-left: 0.8rem;
  font-size: var(--fs16);
  line-height: 0.9rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-strip .strip-box .box-item:first-of-type {
  margin-left: 0;
}
.productDetail .productDetail-strip .strip-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-strip .strip-box .box-item:hover {
  color: #006337;
}
.productDetail .productDetail-strip .strip-box .box-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetail .productDetail-strip .strip-box .box-item-on {
  color: #006337;
}
.productDetail .productDetail-strip .strip-box .box-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetail .page-link {
  justify-content: flex-start;
  width: 100%;
  height: 0.56rem;
  padding: 0 1.92rem;
  background: #fff;
}
.productDetail .productDetail-plate1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.7rem;
  background: #f9f9f9;
}
.productDetail .productDetail-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.productDetail .productDetail-plate1 .plate1-main .main-box {
  width: 6.4rem;
  height: auto;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-top {
  position: relative;
  width: 100%;
  height: 6.4rem;
  margin-bottom: 0.2rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item {
  display: none;
  width: 100%;
  height: 100%;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video {
  width: 100%;
  height: 100%;
  background: #000;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video video {
  width: 100%;
  height: 100%;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  margin: -0.35rem 0 0 -0.35rem;
  background: rgba(0, 0, 0, 0.8) url(../images/icon/icon-video-play.png) no-repeat center center;
  background-size: 0.22rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-top .top-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom {
  position: relative;
  width: 100%;
  height: auto;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 5 - 0.08rem);
  height: 1.2rem;
  margin-right: 0.1rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  border: solid 2px transparent;
  overflow: hidden;
  cursor: pointer;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper .swiper-slide-on .slide-box {
  border: solid 2px #97cb02;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev,
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.35rem;
  height: 0.35rem;
  margin-top: -0.175rem;
  font-family: '宋体';
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 0.35rem;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev:hover,
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next:hover {
  background: #97cb02;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-prev {
  left: -0.5rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-box .box-bottom .bottom-swiper-button-next {
  right: -0.5rem;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont {
  width: 7.68rem;
  height: auto;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-title {
  width: 100%;
  padding-bottom: 0.25rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #006337;
  border-bottom: solid 1px #97cb02;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-text {
  margin-top: 0.4rem;
  padding-right: 1.2rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-subtitle {
  margin-top: 0.5rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button {
  display: block;
  position: relative;
  width: 1.6rem;
  height: 0.5rem;
  margin-top: 0.6rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #96ca01, #006336);
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.productDetail .productDetail-plate1 .plate1-main .main-cont .cont-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.productDetail .productDetail-plate2 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.6rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.productDetail .productDetail-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont {
  width: calc(100% / 2 - 1.5px);
  height: auto;
  padding: 0.55rem 0.65rem 0.7rem 0.6rem;
  background: #fff;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top {
  width: 100%;
  height: auto;
  font-size: var(--fs30);
  font-weight: bold;
  color: #006337;
  border-bottom: solid 1px #97cb02;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2rem;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-top span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #97cb02;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-pic {
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-pic img {
  width: 100%;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent p {
  position: relative;
  padding-left: 0.2rem;
}
.productDetail .productDetail-plate2 .plate2-main .main-cont .cont-cent p::after {
  content: '';
  position: absolute;
  top: 0.12rem;
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  border: solid 3px #97cb02;
}
.productDetail .productDetail-plate3 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.4rem;
  background: #f5f5f5;
}
.productDetail .productDetail-plate3 .plate3-title {
  width: 2.4rem;
  height: 0.68rem;
  margin: 0 auto;
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  line-height: 0.68rem;
  color: #fff;
  background: #97cb02;
}
.productDetail .productDetail-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.54rem;
}
.productDetail .productDetail-plate3 .plate3-main .main-item {
  width: calc(100% / 4 - 0.18rem);
  height: auto;
  margin-right: 0.24rem;
  margin-top: 0.24rem;
}
.productDetail .productDetail-plate3 .plate3-main .main-item:nth-child(4n) {
  margin-right: 0;
}
.productDetail .productDetail-plate3 .plate3-main .main-item .item-pic {
  width: 100%;
  height: 3.65rem;
  overflow: hidden;
}
.productDetail .productDetail-plate3 .plate3-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate3 .plate3-main .main-item .itme-title {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  color: #333;
}
.productDetail .productDetail-plate3 .plate3-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-plate4 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.18rem 0 2.25rem;
}
.productDetail .productDetail-plate4 .plate4-title {
  width: 2.4rem;
  height: 0.68rem;
  margin: 0 auto;
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  line-height: 0.68rem;
  color: #fff;
  background: #97cb02;
}
.productDetail .productDetail-plate4 .plate4-swiper {
  position: relative;
  left: 2%;
  width: 98%;
  height: auto;
  margin-top: 0.48rem;
  padding: 0.3rem 0;
  overflow: hidden;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide {
  width: 4.8rem;
  height: auto;
  margin-right: 0.48rem;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: #f6f6f6;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem 0.42rem;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs24);
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs14);
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.48rem;
  height: 0.34rem;
  margin-top: 0.25rem;
  border-radius: 0.45rem;
  border: solid 2px #97cb02;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover {
  background: #fff;
  box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #006337;
}
.productDetail .productDetail-plate4 .plate4-swiper .swiper-slide .slide-box:hover .box-cent .cent-button {
  background: #97cb02 url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 6px;
}
.productDetail .productDetail-plate4 .plate4-bottom {
  position: relative;
  margin-top: 0.6rem;
}
.productDetail .productDetail-plate4 .plate4-bottom .bottom-button {
  display: block;
  position: relative;
  width: 2rem;
  height: 0.56rem;
  margin: 0 auto;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #96ca01, #006336);
}
.productDetail .productDetail-plate4 .plate4-bottom .bottom-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.productDetail .productDetail-plate4 .plate4-bottom .bottom-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.productDetail .productDetail-plate4 .plate4-bottom .bottom-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.productDetail .productDetail-plate4 .plate4-bottom .swiper-pagination {
  left: auto;
  right: 0;
  bottom: 0.25rem;
  width: 4.8rem;
  height: 5px;
  background: #e6e6e6;
}
.productDetail .productDetail-plate4 .plate4-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #97cb02;
}
.productDetail .productDetail-plate4 .plate4-bottom .swiper-scrollbar {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  width: 4.8rem;
  height: 5px;
  background: #e6e6e6;
}
.productDetail .productDetail-plate4 .plate4-bottom .swiper-scrollbar .swiper-scrollbar-drag {
  background: #97cb02;
  border-radius: 0;
  cursor: pointer;
}
.productDetail .productDetail-plate4 .plate4-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0.9rem;
  right: 1.92rem;
  width: 1.5rem;
  height: 0.7rem;
  background: #006337;
}
.productDetail .productDetail-plate4 .plate4-button span {
  font-size: var(--fs14);
  color: #fff;
}
.productDetail .productDetail-plate4 .plate4-button em {
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.12rem;
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.productDetail .productDetail-plate4 .plate4-button:hover {
  background: #97cb02;
}
.productDetail .productDetail-plate5 {
  padding: 0.85rem 0 1.2rem;
}
.productDetail .productDetail-plate5 .plate5-title {
  width: 2.4rem;
  height: 0.68rem;
  margin: 0 auto;
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  line-height: 0.68rem;
  color: #fff;
  background: #97cb02;
}
.productDetail .productDetail-plate5 .plate5-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.productDetail .productDetail-plate5 .plate5-video .video-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetail .productDetail-plate5 .plate5-video .video-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.productDetail .productDetail-plate5 .plate5-video .video-pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-plate5 .plate5-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  margin: -0.35rem 0 0 -0.35rem;
  cursor: pointer;
  z-index: 9;
}
.productDetail .productDetail-plate5 .plate5-video .video-play img {
  width: 0.22rem;
}
.productDetail .productDetail-plate5 .plate5-video .video-play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-video-bg.png) no-repeat center center;
  background-size: 100%;
  animation: load 3s linear infinite;
  z-index: -1;
}
.productDetail .productDetail-plate5 .plate5-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-plate6 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.2rem;
  background: url(../images/contact-bg.jpg) no-repeat top left;
  background-size: cover;
}
.productDetail .productDetail-plate6 .plate6-box .box-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.productDetail .productDetail-plate6 .plate6-box .box-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont {
  display: flex;
  justify-content: space-between;
  width: 13.1rem;
  height: auto;
  margin: 0.75rem auto 0;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left {
  width: 5.42rem;
  height: auto;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.32rem;
  padding: 0 0.15rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title {
  width: 1rem;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item input {
  width: calc(100% - 1rem);
  height: 100%;
  font-size: var(--fs14);
  color: #666;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-left .left-item input::placeholder {
  color: #ccc;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right {
  width: 7.26rem;
  height: auto;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.32rem;
  padding: 0 0.15rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title {
  width: 1rem;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-item select {
  width: 1.28rem;
  height: 0.49rem;
  margin-left: 0.48rem;
  padding: 0 0.35rem 0 0.2rem;
  font-size: var(--fs16);
  color: #333;
  border: solid 1px #e6e6e6;
  background: url(../images/icon/icon-arrow11.png) no-repeat scroll right 0.14rem center #fff;
  appearance: none;
  outline: none;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent {
  width: 100%;
  height: 2.91rem;
  padding: 0.15rem;
  margin-bottom: 0.32rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title {
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent textarea {
  width: 100%;
  height: 2.1rem;
  margin-top: 0.25rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  color: #666;
}
.productDetail .productDetail-plate6 .plate6-box .box-cont .cont-right .right-cent textarea::placeholder {
  color: #ccc;
}
.productDetail .productDetail-plate6 .plate6-box .box-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.productDetail .productDetail-plate6 .plate6-box .box-button .button {
  width: 1.5rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #97cb02;
}
.productDetail .productDetail-plate6 .plate6-box .box-button .button:hover {
  background: #006337 !important;
}
.case {
  position: relative;
  width: 100%;
  height: auto;
}
.case .case-main {
  position: relative;
  padding: 0.5rem 0 1.05rem;
  z-index: 9;
}
.case .case-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.8rem 0 0.2rem;
}
.case .case-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 2 - 0.4rem);
  height: auto;
  margin-bottom: 0.8rem;
  background: #f7f7f7;
}
.case .case-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #97cb02;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.case .case-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-item .item-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.35rem 0.6rem 0.5rem;
}
.case .case-main .main-cont .cont-item .item-cent .cent-lump {
  width: calc(100% - 0.5rem);
  height: auto;
}
.case .case-main .main-cont .cont-item .item-cent .cent-lump .lump-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #393435;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-item .item-cent .cent-lump .lump-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case-main .main-cont .cont-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.34rem;
  border-radius: 0.45rem;
  border: solid 2px #97cb02;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-item:hover {
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
.case .case-main .main-cont .cont-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.case .case-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.case .case-main .main-cont .cont-item:hover .item-cent .cent-lump .lump-title {
  color: #006337;
}
.case .case-main .main-cont .cont-item:hover .item-cent .cent-button {
  background: #97cb02 url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 6px;
}
.case #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.caseDetail {
  width: 100%;
  height: auto;
}
.caseDetail .caseDetail-plate1 {
  padding: 0.45rem 0 0;
}
.caseDetail .caseDetail-plate1 .plate1-title {
  font-size: var(--fs50);
  font-weight: bold;
  text-align: center;
  color: #323232;
}
.caseDetail .caseDetail-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  z-index: 9;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.caseDetail .caseDetail-plate1 .plate1-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.5rem 1.4rem 0.45rem;
  background: #fff;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
.caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item {
  width: auto;
  height: auto;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item .item-year {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  color: #333;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item .item-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.caseDetail .caseDetail-plate1 .plate1-main .main-cont .cont-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  color: #666;
}
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-prev,
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-next {
  position: absolute;
  top: 40%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-prev img,
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  margin: -7px 0 0 -4.5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-prev .img2,
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-next .img2 {
  opacity: 0;
}
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-prev:hover,
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-next:hover {
  background: #97cb02;
}
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-prev {
  left: -0.8rem;
}
.caseDetail .caseDetail-plate1 .plate1-main .plate1-swiper-button-next {
  right: -0.8rem;
}
.caseDetail .caseDetail-plate2 {
  padding: 0.75rem 0 1.1rem;
}
.caseDetail .caseDetail-plate2 .page-heng {
  margin-bottom: 0.5rem;
}
.caseDetail .caseDetail-plate2 .plate2-text {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.caseDetail .caseDetail-plate2 .plate2-video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.caseDetail .caseDetail-plate2 .plate2-video .video-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.caseDetail .caseDetail-plate2 .plate2-video .video-pic video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.caseDetail .caseDetail-plate2 .plate2-video .video-pic img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-plate2 .plate2-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  margin: -0.35rem 0 0 -0.35rem;
  cursor: pointer;
  z-index: 9;
}
.caseDetail .caseDetail-plate2 .plate2-video .video-play img {
  width: 0.22rem;
}
.caseDetail .caseDetail-plate2 .plate2-video .video-play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-video-bg.png) no-repeat center center;
  background-size: 100%;
  animation: load 3s linear infinite;
  z-index: -1;
}
.caseDetail .caseDetail-plate2 .plate2-video:hover .video-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.caseDetail .caseDetail-plate2 img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.caseDetail .caseDetail-plate3 {
  width: 100%;
  height: auto;
}
.caseDetail .caseDetail-plate3 .plate3-main {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.25rem;
  background: #f5f5f5;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-top .top-cent {
  width: auto;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.1334rem);
  height: auto;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.46rem;
  overflow: hidden;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs18);
  color: #666;
}
.caseDetail .caseDetail-plate3 .plate3-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.caseDetail .caseDetail-plate4 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.2rem;
  background: url(../images/contact-bg.jpg) no-repeat top left;
  background-size: cover;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont {
  display: flex;
  justify-content: space-between;
  width: 13.1rem;
  height: auto;
  margin: 0.75rem auto 0;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left {
  width: 5.42rem;
  height: auto;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.32rem;
  padding: 0 0.15rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item .item-title {
  width: 1rem;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item input {
  width: calc(100% - 1rem);
  height: 100%;
  font-size: var(--fs14);
  color: #666;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-left .left-item input::placeholder {
  color: #ccc;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right {
  width: 7.26rem;
  height: auto;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.32rem;
  padding: 0 0.15rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item .item-title {
  width: 1rem;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-item select {
  width: 1.28rem;
  height: 0.49rem;
  margin-left: 0.48rem;
  padding: 0 0.35rem 0 0.2rem;
  font-size: var(--fs16);
  color: #333;
  border: solid 1px #e6e6e6;
  background: url(../images/icon/icon-arrow11.png) no-repeat scroll right 0.14rem center #fff;
  appearance: none;
  outline: none;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent {
  width: 100%;
  height: 2.91rem;
  padding: 0.15rem;
  margin-bottom: 0.32rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent .item-title {
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent textarea {
  width: 100%;
  height: 2.1rem;
  margin-top: 0.25rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  color: #666;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-cont .cont-right .right-cent textarea::placeholder {
  color: #ccc;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-button .button {
  width: 1.5rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #97cb02;
}
.caseDetail .caseDetail-plate4 .plate4-box .box-button .button:hover {
  background: #006337 !important;
}
.caseDetail .caseDetail-plate5 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.85rem;
}
.caseDetail .caseDetail-plate5 .plate5-main {
  position: relative;
}
.caseDetail .caseDetail-plate5 .plate5-main .main-button {
  display: block;
  position: relative;
  width: 2rem;
  height: 0.56rem;
  margin: 0 auto;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #96ca01, #006336);
}
.caseDetail .caseDetail-plate5 .plate5-main .main-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.caseDetail .caseDetail-plate5 .plate5-main .main-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.caseDetail .caseDetail-plate5 .plate5-main .main-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.caseDetail .caseDetail-plate5 .plate5-main .main-button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.72rem;
  right: 0;
  width: 1.5rem;
  height: 0.7rem;
  background: #006337;
}
.caseDetail .caseDetail-plate5 .plate5-main .main-button2 span {
  font-size: var(--fs14);
  color: #fff;
}
.caseDetail .caseDetail-plate5 .plate5-main .main-button2 em {
  width: 0.17rem;
  height: 0.17rem;
  margin-left: 0.12rem;
  background: url(../images/icon/icon-arrow10.png) no-repeat center center;
  background-size: 100%;
}
.caseDetail .caseDetail-plate5 .plate5-main .main-button2:hover {
  background: #97cb02;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.45rem;
}
.news .news-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .news-top .top-cent {
  width: auto;
}
.news .news-top .top-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.news .news-top .top-cont input[type="month"] {
  width: 2.48rem;
  height: 0.5rem;
  padding: 0 0.2rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  color: #333;
  border: solid 1px #e6e6e6;
}
.news .news-top .top-cont .cont-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3rem;
  height: 0.5rem;
  padding: 0 0.2rem;
  margin-left: 0.1rem;
  border: solid 1px #e6e6e6;
}
.news .news-top .top-cont .cont-box input {
  width: calc(100% - 0.2rem);
  height: 100%;
  font-size: var(--fs16);
  color: #333;
  background: transparent;
}
.news .news-top .top-cont .cont-box a {
  width: 0.16rem;
}
.news .news-top .top-cont .cont-box a img {
  width: 100%;
}
.news .news-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.news .news-cont .cont-pic {
  width: 8.05rem;
  height: auto;
  overflow: hidden;
}
.news .news-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-cent {
  width: 7.3rem;
  height: auto;
  padding: 0.6rem 0.65rem;
  background: #f6f6f6;
}
.news .news-cont .cont-cent .cent-title {
  font-size: var(--fs32);
  font-weight: bold;
  line-height: 0.48rem;
  color: #006337;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-cent .cent-time {
  margin-top: 0.1rem;
}
.news .news-cont .cont-cent .cent-time span {
  position: relative;
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #97cb02;
}
.news .news-cont .cont-cent .cent-time span::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  right: -0.1rem;
  width: 1px;
  height: 0.63rem;
  background: #858585;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.news .news-cont .cont-cent .cent-time em {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #c9c9c9;
}
.news .news-cont .cont-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news-cont .cont-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.5rem;
  height: 0.5rem;
  margin-top: 0.3rem;
  border-radius: 0.45rem;
  background-color: #97cb02;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-cont .cont-cent .cent-button span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
}
.news .news-cont .cont-cent .cent-button em {
  width: 0.16rem;
  height: 0.14rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
.news .news-cont .cont-cent .cent-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.news .news-cont .cont-cent .cent-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.news .news-cont .cont-cent .cent-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.news .news-cont:hover .cont-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1rem auto 0.2rem;
}
.news .news-main .main-item {
  width: calc(100% / 3 - 0.48rem);
  height: auto;
  margin-right: 0.72rem;
  margin-bottom: 0.9rem;
  background: #f5f5f5;
}
.news .news-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-item .itme-pic {
  width: 100%;
  height: 2.76rem;
  overflow: hidden;
}
.news .news-main .main-item .itme-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.36rem 0.48rem;
}
.news .news-main .main-item .item-cent .cent-time {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs18);
  color: rgba(51, 51, 51, 0.3);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-title {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.36rem;
  color: #353432;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item .item-cent .cent-button {
  width: 0.48rem;
  height: 0.34rem;
  margin-top: 0.6rem;
  border-radius: 0.45rem;
  border: solid 2px #97cb02;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-item:hover {
  background: #006337;
}
.news .news-main .main-item:hover .itme-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-item:hover .item-cent .cent-time {
  color: rgba(255, 255, 255, 0.3);
}
.news .news-main .main-item:hover .item-cent .cent-title {
  color: #fff;
}
.news .news-main .main-item:hover .item-cent .cent-button {
  border: solid 2px #fff;
  background: #fff url(../images/icon/icon-arrow4.png) no-repeat center center;
  background-size: 6px;
}
.newsDetail {
  width: 100%;
  height: auto;
  margin-top: 0.92rem;
  overflow: visible;
}
.newsDetail .page-link {
  width: 100%;
  height: 0.7rem;
  padding: 0 1.92rem;
  background: #f9f9f9;
}
.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-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-align: center;
  color: #ccc;
}
.newsDetail .newsDetails-top .top-main .main-time img {
  width: 16px;
  margin: -0.04rem 0.06rem 0 0;
}
.newsDetail .newsDetails-main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #f6f6f6;
}
.newsDetail .newsDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}
.newsDetail .newsDetails-main .main-box .box-share {
  position: sticky;
  top: 0;
  width: 1.5rem;
  height: 100%;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list {
  width: 1.5rem;
  height: auto;
  background: #fafafa;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 16px;
  color: #666;
  border-bottom: solid 1px #ebebeb;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-item img {
  width: 30px;
  margin-right: 0.15rem;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  padding-left: 0.28rem;
  font-size: 14px;
  color: #fff;
  background: #006337;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list .share-bototm img {
  width: 17px;
  margin-left: 0.12rem;
}
.newsDetail .newsDetails-main .main-box .box-share .share-list-active {
  position: fixed;
  top: 100px;
}
.newsDetail .newsDetails-main .main-box .box-cent {
  position: relative;
  width: 10.76rem;
  height: auto;
  padding: 0.65rem 0.6rem 1.15rem;
  background: #fff;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs18);
  line-height: 0.34rem;
  color: #333;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box video {
  width: 100%;
  height: auto;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap embed,
.newsDetail .newsDetails-main .main-box .box-cent .cent-box .videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title {
  width: 100%;
  height: 0.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 #97cb02;
}
.newsDetail .newsDetails-main .main-box .box-cent .box-bottom .bottom-title:hover a {
  color: #006337;
}
.newsDetail .newsDetails-main .main-box .box-list {
  width: 3.1rem;
  height: auto;
  padding: 0.5rem 0.3rem 0;
  border-top: solid 4px #006337;
  background: #f5f5f5;
}
.newsDetail .newsDetails-main .main-box .box-list .list-title {
  margin-bottom: 0.5rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #006337;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetails-main .main-box .box-list .list-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  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: #006337;
}
.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: #97cb02;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button em {
  width: 0.16rem;
  height: 0.14rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-arrow6.png) no-repeat center center;
  background-size: 100%;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.newsDetail .newsDetails-main .main-box .box-list .list-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.newsDetail .newsDetails-main .main-box .box-list .list-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-plate1 {
  padding: 0.75rem 0 0.5rem;
}
.contact .contact-plate1 .plate1-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contact .contact-plate1 .plate1-top .top-cent {
  width: 5.76rem;
  height: auto;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump {
  width: 100%;
  height: 1.7rem;
  padding: 0.35rem 0.28rem 0;
  border-left: solid 3px #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.25rem;
  font-size: var(--fs18);
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text span {
  width: 0.3rem;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text span img {
  width: 100%;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text p {
  width: calc(100% - 0.3rem);
  padding-left: 0.25rem;
  color: #333;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump .lump-text p em {
  color: #999;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump-on {
  border-left: solid 3px #006337;
  background: linear-gradient(90deg, #f9f9f9, #fff);
}
.contact .contact-plate1 .plate1-top .top-cent .cent-lump-on .lump-title {
  color: #006337;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.6rem;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-bottom p {
  font-size: var(--fs18);
  color: #000;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-bottom a {
  width: 1.6rem;
  height: 0.5rem;
  margin-left: 0.38rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.46rem;
  color: #97cb02;
  border-radius: 0.1rem;
  border: solid 1px #e6e6e6;
}
.contact .contact-plate1 .plate1-top .top-cent .cent-bottom a:hover {
  color: #fff;
  border: solid 1px #97cb02;
  background: #97cb02;
}
.contact .contact-plate1 .plate1-top .top-map {
  position: relative;
  width: 9.6rem;
  height: 4.5rem;
}
.contact .contact-plate1 .plate1-top .top-map .map-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.contact .contact-plate1 .plate1-top .top-map .map-box-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.contact .contact-plate1 .plate1-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0.45rem;
}
.contact .contact-plate1 .plate1-bottom .bottom-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 1rem;
}
.contact .contact-plate1 .plate1-bottom .bottom-tel img {
  width: 0.3rem;
}
.contact .contact-plate1 .plate1-bottom .bottom-tel p {
  margin-left: 0.2rem;
  font-size: var(--fs18);
  color: #999;
}
.contact .contact-plate1 .plate1-bottom .bottom-tel p em {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs24);
  color: #97cb02;
}
.contact .contact-plate1 .plate1-bottom .bottom-ewm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.contact .contact-plate1 .plate1-bottom .bottom-ewm p {
  margin-right: 0.2rem;
  font-size: var(--fs18);
  color: #999;
}
.contact .contact-plate1 .plate1-bottom .bottom-ewm img {
  width: 1.3rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.contact .contact-plate2 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 1.2rem;
  background: url(../images/contact-bg.jpg) no-repeat top left;
  background-size: cover;
}
.contact .contact-plate2 .plate2-box .box-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.contact .contact-plate2 .plate2-box .box-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.contact .contact-plate2 .plate2-box .box-cont {
  display: flex;
  justify-content: space-between;
  width: 13.1rem;
  height: auto;
  margin: 0.75rem auto 0;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-left {
  width: 5.42rem;
  height: auto;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.32rem;
  padding: 0 0.15rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title {
  width: 1rem;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item input {
  width: calc(100% - 1rem);
  height: 100%;
  font-size: var(--fs14);
  color: #666;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-left .left-item input::placeholder {
  color: #ccc;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right {
  width: 7.26rem;
  height: auto;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.75rem;
  margin-bottom: 0.32rem;
  padding: 0 0.15rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title {
  width: 1rem;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-item select {
  width: 1.28rem;
  height: 0.49rem;
  margin-left: 0.48rem;
  padding: 0 0.35rem 0 0.2rem;
  font-size: var(--fs16);
  color: #333;
  border: solid 1px #e6e6e6;
  background: url(../images/icon/icon-arrow11.png) no-repeat scroll right 0.14rem center #fff;
  appearance: none;
  outline: none;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent {
  width: 100%;
  height: 2.91rem;
  padding: 0.15rem;
  margin-bottom: 0.32rem;
  background: #fff;
  border: solid 1px #e6e6e6;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title {
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title em {
  font-size: var(--fs18);
  color: #ff2100;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent .item-title img {
  width: 0.16rem;
  margin-right: 0.02rem;
  margin-top: -0.02rem;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent textarea {
  width: 100%;
  height: 2.1rem;
  margin-top: 0.25rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  color: #666;
}
.contact .contact-plate2 .plate2-box .box-cont .cont-right .right-cent textarea::placeholder {
  color: #ccc;
}
.contact .contact-plate2 .plate2-box .box-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-plate2 .plate2-box .box-button .button {
  width: 1.5rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #97cb02;
}
.contact .contact-plate2 .plate2-box .box-button .button:hover {
  background: #006337 !important;
}
.join {
  width: 100%;
  height: auto;
}
.join .join-plate1 {
  position: relative;
  padding: 0.85rem 0 0.6rem;
}
.join .join-plate1::after {
  content: '“';
  position: absolute;
  top: 0.3rem;
  left: 1.4rem;
  font-family: Arial;
  font-size: 2rem;
  color: #97cb02;
}
.join .join-plate1 .page-title2,
.join .join-plate1 .page-English {
  text-align: center;
}
.join .join-plate1 .page-heng {
  margin: 0.2rem auto 0;
}
.join .join-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
}
.join .join-plate1 .plate1-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: calc(100% / 3 - 0.24rem);
  height: 2rem;
  padding: 0 0.4rem 0 0.5rem;
  margin-right: 0.36rem;
  margin-bottom: 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.join .join-plate1 .plate1-main .main-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/join-bg.png) no-repeat top left;
  background-size: 100%;
}
.join .join-plate1 .plate1-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.join .join-plate1 .plate1-main .main-item:nth-child(1) {
  background: linear-gradient(90deg, #006cdc, #00d2ff);
}
.join .join-plate1 .plate1-main .main-item:nth-child(2) {
  background: linear-gradient(90deg, #e67700, #f9ce5b);
}
.join .join-plate1 .plate1-main .main-item:nth-child(3) {
  background: linear-gradient(90deg, #dfbc56, #dfca8f);
}
.join .join-plate1 .plate1-main .main-item:nth-child(4) {
  background: linear-gradient(90deg, #003dc2, #0088e7);
}
.join .join-plate1 .plate1-main .main-item:nth-child(5) {
  background: linear-gradient(90deg, #099153, #80dc3d);
}
.join .join-plate1 .plate1-main .main-item:nth-child(6) {
  background: linear-gradient(90deg, #059fad, #65f2e0);
}
.join .join-plate1 .plate1-main .main-item .item-cent {
  position: relative;
  width: auto;
  z-index: 1;
}
.join .join-plate1 .plate1-main .main-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.join .join-plate1 .plate1-main .main-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  color: #fff;
}
.join .join-plate1 .plate1-main .main-item .item-cent .cent-text img {
  margin-left: 0.05rem;
}
.join .join-plate1 .plate1-main .main-item .item-icon {
  width: 1.08rem;
  height: auto;
}
.join .join-plate1 .plate1-main .main-item .item-icon img {
  width: 100%;
}
.join .join-plate1 .plate1-main .main-item:hover {
  padding: 0 0.5rem 0 0.6rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.join .join-plate2 {
  position: relative;
  width: 100%;
  background: #f9f9f9;
}
.join .join-plate2 .plate2-main {
  position: relative;
  padding: 0.6rem 1.15rem 1.25rem;
}
.join .join-plate2 .plate2-main::after {
  content: '“';
  position: absolute;
  top: 0.3rem;
  left: 1.4rem;
  font-family: Arial;
  font-size: 2rem;
  color: #97cb02;
}
.join .join-plate2 .plate2-main .page-title2,
.join .join-plate2 .plate2-main .page-English {
  text-align: center;
}
.join .join-plate2 .plate2-main .page-heng {
  margin: 0.2rem auto 0;
}
.join .join-plate2 .plate2-main .main-text {
  margin-top: 0.6rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: justify;
  color: #333;
}
.join .join-plate3 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.9rem;
}
.join .join-plate3 .plate3-top {
  position: relative;
}
.join .join-plate3 .plate3-top::after {
  content: '“';
  position: absolute;
  top: -0.3rem;
  left: 1.4rem;
  font-family: Arial;
  font-size: 2rem;
  color: #97cb02;
}
.join .join-plate3 .plate3-top .page-title2,
.join .join-plate3 .plate3-top .page-English {
  text-align: center;
}
.join .join-plate3 .plate3-top .page-heng {
  margin: 0.2rem auto 0;
}
.join .join-plate3 .plate3-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  padding-bottom: 0.9rem;
}
.join .join-plate3 .plate3-swiper .swiper-slide {
  width: 8rem;
  height: auto;
  margin: 0 0.2rem;
}
.join .join-plate3 .plate3-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.join .join-plate3 .plate3-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-plate3 .plate3-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.join .join-plate3 .plate3-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  right: 0;
  width: 1.5rem;
  margin: 0 auto;
}
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev,
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev img,
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  margin: -7px 0 0 -4.5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev .img2,
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev:hover,
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next:hover {
  background: #97cb02;
}
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev:hover .img1,
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-prev:hover .img2,
.join .join-plate3 .plate3-swiper .swiper-button .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.video {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
.video .video-main {
  margin-top: 0.65rem;
}
.video .video-main .page-title2,
.video .video-main .page-English {
  text-align: center;
}
.video .video-main .page-heng {
  margin: 0.2rem auto 0;
}
.video .video-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.6rem 0 0.25;
}
.video .video-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.65rem;
}
.video .video-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.video .video-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.video .video-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-play {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  z-index: 2;
  cursor: pointer;
}
.video .video-main .main-cont .cont-item .item-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  border-radius: 50%;
  background: #fff;
  animation: mapAddress linear infinite 2s;
}
.video .video-main .main-cont .cont-item .item-play span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: #97cb02 url(../images/icon/icon-video-play.png) no-repeat center center;
  background-size: 0.2rem;
  border-radius: 50%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-play img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-play:hover span {
  background: #006337 url(../images/icon/icon-video-play.png) no-repeat center center;
  background-size: 0.2rem;
}
.video .video-main .main-cont .cont-item p {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #666;
}
.video .video-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.download {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
.download .download-main {
  margin-top: 0.65rem;
}
.download .download-main .page-title2,
.download .download-main .page-English {
  text-align: center;
}
.download .download-main .page-heng {
  margin: 0.2rem auto 0;
}
.download .download-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.6rem 0 0.45rem;
}
.download .download-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: 0.94rem;
  padding: 0 0.4rem;
  margin-bottom: 0.35rem;
  border: solid 2px #f2f0ea;
}
.download .download-main .main-cont .cont-item p {
  width: calc(100% - 0.35rem);
  height: auto;
  font-size: var(--fs18);
  font-weight: 700;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item em {
  width: 0.3rem;
  height: 100%;
  background: url(../images/icon/icon-pdf.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item:hover {
  border: solid 2px #fff;
  background: #fff;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.07);
}
.download .download-main .main-cont .cont-item:hover p {
  color: #97cb02;
}
.download .download-main .main-cont .cont-item:hover em {
  background: url(../images/icon/icon-pdf2.png) no-repeat center center;
  background-size: 100%;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.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;
}
.pageW {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.page-heng {
  width: 45px;
  height: 6px;
  margin-top: 0.2rem;
  background: #97cb02;
}
.page-title {
  font-size: var(--fs48);
  text-transform: uppercase;
  color: #000;
}
.page-title2 {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.page-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs28);
  text-transform: uppercase;
  color: #d6d6d6;
}
.page-button {
  display: block;
  position: relative;
  width: 1.46rem;
  height: 0.48rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.48rem;
  text-transform: uppercase;
  color: #fff;
  background: #97cb02;
  border-radius: 0.45rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button:hover {
  transform: translatey(-6px);
  -o-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -webkit-transform: translatey(-6px);
}
.page-button:hover::before {
  opacity: 0.4;
  transform: translatey(6px);
  -o-transform: translatey(6px);
  -moz-transform: translatey(6px);
  -webkit-transform: translatey(6px);
}
.page-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-top: 0.4rem;
  z-index: 9;
}
.page-link .link-icon {
  width: 14px;
  margin-right: 0.15rem;
}
.page-link .link-icon img {
  display: block;
  width: 100%;
}
.page-link .link-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #929292;
}
.page-link .link-text a {
  color: #929292;
}
.page-link .link-text a:hover {
  color: #97cb02;
  text-decoration: underline;
}
.page-link .link-text span {
  color: #006337;
}
.page-link .link-text em {
  width: 4px;
  height: 7px;
  margin: 0 0.15rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
.page-logo {
  width: 2.73rem;
}
.page-logo img {
  width: 100%;
}
