.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: auto;
  background: #fff;
  z-index: 199;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 0.9rem;
  padding-left: 10vw;
  margin: 0 auto;
  z-index: 99;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 11.93vw;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 1.35vw;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -6px;
  border: solid 2px #ffd700;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  font-weight: bold;
  color: #00c957 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  bottom: 0.15rem;
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 1.1rem;
  left: 50%;
  width: 2rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -1rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-top: solid 2px #00c957;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  padding-bottom: 0.15rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-item .item-top {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  color: #666;
  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 .list-item .item-top span {
  position: relative;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-item .item-top span::after {
  display: none;
  content: '';
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #00c957;
  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 .list-item .item-lump {
  position: absolute;
  top: -0.1rem;
  left: 100%;
  width: 2rem;
  height: auto;
  padding: 0.2rem 0.25rem 0.1rem;
  background: #f5f5f5;
  opacity: 0;
  visibility: hidden;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-item .item-lump a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  color: #666;
  z-index: 9;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-item .item-lump a:hover {
  color: #00c957;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-item:hover .item-top {
  color: #00c957;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-item:hover .item-top span::after {
  width: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list .list-item:hover .item-lump {
  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-link {
  color: #00c957 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  bottom: 0.15rem;
  opacity: 1;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  top: 0.9rem;
  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-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 5.45vw;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8vw;
  height: 100%;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  width: 0.22rem;
  height: 100%;
  background: url(../images/icon/icon-search.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-right .right-lang {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8vw;
  height: 100%;
  background: #000;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.3vw;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-transform: uppercase;
  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: 0.5vw;
  height: 0.65vh;
  background: url(../images/icon/icon-lang-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-right .right-lang .lang-list {
  position: absolute;
  top: 1.1rem;
  right: 0;
  width: 7.8vw;
  height: auto;
  padding: 0.15rem 0;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  border-top: solid 2px #00c957;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 1.5;
  text-align: center;
  color: #333;
  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: #00c957;
}
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 {
  top: 0.9rem;
  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-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;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main-on {
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
nav .nav-main-page {
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 21.7vh;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 26vw;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.9rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  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.6rem;
  line-height: 1.2;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-size: var(--fs36);
  line-height: 0.6rem;
  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-slide .slide-box .box-cent .cent-button {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 0.3rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.56rem;
  margin-right: 1.1vw;
  border: solid 1px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button span {
  font-size: var(--fs18);
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button em {
  width: 0.15rem;
  height: 0.13rem;
  margin-left: 0.7vw;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
  background: #fff;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover span {
  color: #000;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-play {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0.35rem auto 0;
  background: url(../images/icon/icon-video-play.png) no-repeat center center;
  background-size: 9px;
  border: solid 3px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-play .video-circle {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 82px;
  height: 82px;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-play .video-circle circle {
  fill: transparent;
  stroke: #fff;
  /* 进度条颜色 */
  stroke-width: 3;
  /* 线条宽度 */
  stroke-dasharray: 233;
  /* 圆的周长 */
  stroke-dashoffset: 233;
  /* 初始偏移量 */
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-play:hover .video-circle circle {
  stroke-dashoffset: 0;
}
header .head-banner .swiper-pagination {
  bottom: 0.6rem;
  left: 50%;
  width: 80vw;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 1.96rem;
  background: transparent;
  opacity: 1;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type::before,
header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type::after {
  display: none;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet em {
  position: absolute;
  top: 50%;
  height: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #fff;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% - 8px);
  width: calc(1.96rem + 18px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% - 8px);
  width: 0;
  height: 1px;
  background: #fff;
  z-index: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active em {
  width: 0.18rem;
  height: 0.18rem;
  margin: -9px 0 0 -9px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-on {
  width: 18px;
  height: 18px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-on::after {
  width: calc(1.96rem + 18px);
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition: all 4.5s;
  -o-transition: all 4.5s;
  -moz-transition: all 4.5s;
  -webkit-transition: all 4.5s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-button,
header .head-banner .swiper-slide-active .box-cent .cent-subTitle,
header .head-banner .swiper-slide-active .box-cent .cent-data,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title3,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-play {
  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 0.9rem;
  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-pic video {
  width: 100%;
}
header .head-banner .banner-pic .videoGif {
  display: none;
}
header .head-banner .banner-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  width: 100%;
}
header .head-banner .video-pic {
  display: none;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  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 .banner-cent .cent-title {
  width: 50%;
  margin-top: 0.05rem;
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  width: 50%;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffd700;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  color: #fff;
}
header .head-banner .banner-cent .cent-title2 {
  font-size: var(--fs36);
  text-align: center;
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: -0.29rem;
  text-align: center;
  line-height: 0.54rem;
  border: solid 1px #fff;
  border-radius: 50%;
  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 img,
header .head-banner .banner-swiper-button-next img {
  width: 6px;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  border: solid 1px #6ad4e6;
  background: #6ad4e6;
}
header .head-banner .banner-swiper-button-prev {
  left: 2.6vw;
}
header .head-banner .banner-swiper-button-next {
  right: 2.6vw;
}
header .head-banner .banner-play {
  position: absolute;
  top: 50%;
  right: 27.4vw;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  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-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -0.8rem 0 0 -0.8rem;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: mapAddress3 3s infinite linear;
}
header .head-banner .banner-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -0.8rem 0 0 -0.8rem;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: mapAddress3 3s 1.5s infinite linear;
}
header .head-banner .banner-play img {
  width: 100%;
}
header .head-banner .banner-play:hover {
  transform: rotate(122deg);
  -o-transform: rotate(122deg);
  -moz-transform: rotate(122deg);
  -webkit-transform: rotate(122deg);
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.65rem;
  left: 10vw;
  width: 1vw;
  height: 0.32rem;
  background: url(../images/icon/icon-banner-mouse.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  z-index: 19;
}
.header-mar0 {
  margin-top: 0 !important;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
}
footer .foot-top {
  width: 100%;
  height: auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
footer .foot-top .top-main {
  display: flex;
  justify-content: space-between;
}
footer .foot-top .top-main .main-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 48.1vw;
  height: 0.76rem;
}
footer .foot-top .top-main .main-nav .nav-item {
  width: auto;
  height: auto;
  margin-right: 1.1rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #999;
}
footer .foot-top .top-main .main-nav .nav-item:last-of-type {
  margin-right: 0;
}
footer .foot-top .top-main .main-nav .nav-item:hover {
  color: #fff;
}
footer .foot-top .top-main .main-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 17vw;
  height: auto;
  padding-left: 2.3vw;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
footer .foot-top .top-main .main-link:last-of-type {
  width: 14.9vw;
  padding-left: 4.1vw;
}
footer .foot-top .top-main .main-link span {
  margin-right: 0.1rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-top .top-main .main-link em {
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/icon/icon-foot-link2.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;
}
footer .foot-top .top-main .main-link:hover span {
  color: #ccc;
}
footer .foot-top .top-main .main-link:hover em {
  background: url(../images/icon/icon-foot-link.png) no-repeat center center;
  background-size: 100%;
}
footer .foot-main {
  width: 100%;
  height: auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  background: url(../images/foot-bg.png) no-repeat left bottom;
  background-size: 6.06rem;
}
footer .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
}
footer .foot-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48.1vw;
  height: auto;
  padding: 0.55rem 0.7rem 0.65rem 0;
}
footer .foot-main .main-cont .cont-box .box-left {
  width: auto;
}
footer .foot-main .main-cont .cont-box .box-left .left-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-cont .cont-box .box-left .left-text {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  color: #fff;
}
footer .foot-main .main-cont .cont-box .box-case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 24vw;
  height: auto;
}
footer .foot-main .main-cont .cont-box .box-case .case-item {
  max-width: 33.33%;
  width: auto;
}
footer .foot-main .main-cont .cont-box .box-case .case-item p {
  margin-bottom: 0.25rem;
  font-size: var(--fs16);
  color: #999;
}
footer .foot-main .main-cont .cont-box .box-case a {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 0.15rem;
  margin-bottom: 0.15rem;
  font-size: var(--fs14);
  font-weight: 100;
  color: #999;
}
footer .foot-main .main-cont .cont-box .box-case a:hover {
  color: #fff;
}
footer .foot-main .main-cont .cont-cent {
  width: 17vw;
  height: auto;
  padding: 0.55rem 1vw 0.65rem 2.3vw;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
footer .foot-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-cont .cont-cent .cent-tel {
  margin-top: 0.07rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs28);
  font-weight: bold;
  color: #7fff00;
}
footer .foot-main .main-cont .cont-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs14);
  line-height: 1.7;
  color: #999;
}
footer .foot-main .main-cont .cont-ewm {
  width: 14.9vw;
  padding: 0.55rem 0 0.65rem 3.8vw;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
footer .foot-main .main-cont .cont-ewm .ewm-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-cont .cont-ewm .ewm-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.25rem;
}
footer .foot-main .main-cont .cont-ewm .ewm-box .box-pic {
  width: 1rem;
}
footer .foot-main .main-cont .cont-ewm .ewm-box .box-pic img {
  width: 100%;
}
footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 1.15rem;
}
footer .foot-bottom .bottom-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
footer .foot-bottom .bottom-share .share-item {
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.12rem;
}
footer .foot-bottom .bottom-share .share-item:first-of-type {
  margin-left: 0;
}
footer .foot-bottom .bottom-share .share-item img {
  width: 100%;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-bottom .bottom-share .share-item:hover img {
  opacity: 1;
}
footer .foot-bottom .bottom-zizhi {
  font-size: var(--fs14);
  font-weight: 100;
  color: rgba(255, 255, 255, 0.3);
}
footer .foot-bottom .bottom-zizhi a {
  color: rgba(255, 255, 255, 0.3);
}
footer .foot-bottom .bottom-zizhi a:hover {
  color: #ffffff;
}
.index-plate1 {
  width: 100%;
  height: auto;
  padding: 0.88rem 0 1.2rem;
}
.index-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.index-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding-left: 10vw;
  padding-top: 0.5rem;
}
.index-plate1 .plate1-main .main-cent .cent-title {
  margin-top: 0.65rem;
  font-size: var(--fs36);
  color: #000;
}
.index-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 1.875;
  color: #666;
}
.index-plate1 .plate1-main .main-cent .page-button {
  margin-top: 0.7rem;
}
.index-plate1 .plate1-main .main-pic {
  width: 41.3vw;
  height: 100%;
  overflow: hidden;
}
.index-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;
}
.index-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);
}
.index-plate2 {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 0.2rem;
  background: url(../images/plate2-bg.jpg) no-repeat top left;
  background-size: cover;
}
.index-plate2 .plate2-main .index-English {
  text-align: center;
  color: #ffd700;
}
.index-plate2 .plate2-main .index-title {
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
.index-plate2 .plate2-main .main-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.index-plate2 .plate2-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.index-plate2 .plate2-main .main-top .top-item {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 0.41rem;
  font-size: var(--fs24);
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate2 .plate2-main .main-top .top-item::after {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffd700;
  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;
}
.index-plate2 .plate2-main .main-top .top-item-on {
  color: #ffd700;
}
.index-plate2 .plate2-main .main-top .top-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);
}
.index-plate2 .plate2-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.index-plate2 .plate2-main .main-cont .cont-box {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-top .top-item {
  width: auto;
  height: 0.48rem;
  padding: 0 0.25rem;
  margin: 0 0.05rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.48rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.45rem;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-top .top-item:hover {
  color: #333;
  background: #ffd700;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item {
  position: relative;
  width: calc(100% / 4 - 1.125vw);
  height: auto;
  margin-right: 1.5vw;
  margin-bottom: 0.34rem;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(4n) {
  margin-right: 0;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-pic {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-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;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.2rem 0.1rem;
  font-size: var(--fs22);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent span {
  margin-right: 0.1rem;
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs30);
  background: linear-gradient(180deg, #fff, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-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);
}
.index-plate2 .plate2-main .main-cont .cont-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1.2s;
  -o-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
}
.index-plate3 {
  width: 100%;
  height: auto;
  padding: 2.4rem 0;
  background: url(../images/plate3-bg.jpg) no-repeat center center;
  background-size: cover;
}
.index-plate3 .plate3-main .index-English,
.index-plate3 .plate3-main .index-title {
  text-align: center;
}
.index-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.index-plate3 .plate3-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.index-plate3 .plate3-main .main-box .box-item .item-icon {
  width: 0.5rem;
  height: auto;
  margin-right: 0.15rem;
}
.index-plate3 .plate3-main .main-box .box-item .item-icon img {
  width: 100%;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent {
  width: auto;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #000;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-num {
  font-size: var(--fs18);
  color: #333;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-num span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  color: #333;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-num em {
  position: relative;
}
.index-plate3 .plate3-main .main-box .box-item .item-cent .cent-num em::after {
  content: '+';
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  color: #333;
}
.index-plate4 {
  width: 100%;
  height: auto;
  padding: 1.35rem 0 1.65rem;
  background: #000;
}
.index-plate4 .plate4-main .index-English {
  color: #ffd700;
}
.index-plate4 .plate4-main .index-title {
  letter-spacing: 0;
  color: #fff;
}
.index-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.index-plate4 .plate4-main .main-cont .cont-list {
  width: 12vw;
  height: auto;
  margin-top: 0.65rem;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  padding-left: 1.3vw;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top {
  position: relative;
  font-size: var(--fs18);
  font-weight: bold;
  line-height: 0.24rem;
  color: #999999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.2vw;
  width: 10px;
  height: 0.24rem;
  background: url(../images/icon/icon-arrow3.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top::after {
  content: '';
  position: absolute;
  top: calc(0.12rem - 1.5px);
  left: -12vw;
  width: 1.9rem;
  height: 3px;
  opacity: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.1), transparent);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top:hover {
  color: #fff;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top:hover::before {
  background: url(../images/icon/icon-arrow4.png) no-repeat left center;
  background-size: 100%;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top-on {
  color: #fff;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top-on::before {
  background: url(../images/icon/icon-arrow4.png) no-repeat left center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-top-on::after {
  left: -11.3vw;
  opacity: 1;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-box {
  display: none;
  width: 100%;
  height: auto;
  padding-top: 0.1rem;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-box .box-item {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.22rem;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-box .box-item:hover {
  color: #fff;
}
.index-plate4 .plate4-main .main-cont .cont-list .list-lump .lump-box .box-item-on {
  color: #fff;
}
.index-plate4 .plate4-main .main-cont .cont-box {
  position: relative;
  width: 65.6vw;
  height: auto;
}
.index-plate4 .plate4-main .main-cont .cont-box::before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 2.4rem;
  width: 3.22rem;
  height: 5.86rem;
  background: url(../images/plate4-bg.png) no-repeat top left;
  background-size: 100%;
}
.index-plate4 .plate4-main .main-cont .cont-box::after {
  content: '';
  position: absolute;
  bottom: -6rem;
  right: 1.35rem;
  width: 5.86rem;
  height: 2.35rem;
  background: url(../images/plate4-bg.png) no-repeat top left;
  background-size: 100%;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 0.65rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic {
  position: absolute;
  top: -0.65rem;
  right: 0;
  width: 40vw;
  height: 4.5rem;
  overflow: hidden;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent {
  width: 42.2vw;
  height: auto;
  padding: 1rem 20vw 1.15rem 5.5vw;
  background: #fff;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs14);
  line-height: 1.7;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-text span {
  font-weight: bold;
  color: #333;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.5rem;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-slide-active {
  opacity: 1;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-pagination {
  bottom: 0.3rem;
  padding-right: 2rem;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #d6d6d6;
  opacity: 1;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffd700;
}
.index-plate4 .plate4-main .main-cont .cont-box .box-swiper-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate5 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 0;
}
.index-plate5 .plate5-top {
  position: relative;
}
.index-plate5 .plate5-top .top-list {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.index-plate5 .plate5-top .top-list .list-item {
  width: auto;
  margin: 0 0.5rem;
  cursor: pointer;
}
.index-plate5 .plate5-top .top-list .list-item .item-icon {
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 auto;
}
.index-plate5 .plate5-top .top-list .list-item .item-icon img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate5 .plate5-top .top-list .list-item .item-icon .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index-plate5 .plate5-top .top-list .list-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  text-align: center;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate5 .plate5-top .top-list .list-item-on .item-icon .img1 {
  opacity: 0;
}
.index-plate5 .plate5-top .top-list .list-item-on .item-icon .img2 {
  opacity: 1;
}
.index-plate5 .plate5-top .top-list .list-item-on .item-title {
  color: #333;
}
.index-plate5 .plate5-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.index-plate5 .plate5-main .main-cont {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.index-plate5 .plate5-main .main-cont .cont-item {
  position: relative;
  width: 25vw;
  height: 6.4rem;
  overflow: hidden;
}
.index-plate5 .plate5-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 100%;
  background: #000;
}
.index-plate5 .plate5-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate5 .plate5-main .main-cont .cont-item .item-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.index-plate5 .plate5-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.index-plate5 .plate5-main .main-cont .cont-item .item-cent .page-button {
  margin: 0.15rem auto 0;
  border: solid 1px #fff;
  background: transparent;
}
.index-plate5 .plate5-main .main-cont .cont-item .item-cent .page-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-arrow5.png) no-repeat center center;
  background-size: 100%;
}
.index-plate5 .plate5-main .main-cont .cont-item .item-cent .page-button:hover {
  border: solid 1px transparent;
}
.index-plate5 .plate5-main .main-cont .cont-item .item-cent .page-button:hover em {
  background: url(../images/icon/icon-arrow5.png) no-repeat center center;
  background-size: 100%;
}
.index-plate5 .plate5-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);
}
.index-plate5 .plate5-main .main-cont .cont-swiper {
  width: 100%;
  height: 6.4rem;
  overflow: hidden;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
  width: 33.33%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.32rem 0.3rem 0.32rem;
  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;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-title {
  position: relative;
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button {
  position: relative;
  margin: 0.1rem auto 0;
  border: solid 1px #fff;
  background: transparent;
  z-index: 9;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-arrow5.png) no-repeat center center;
  background-size: 100%;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button:hover {
  border: solid 1px #00c957 !important;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .page-button:hover em {
  background: url(../images/icon/icon-arrow5.png) no-repeat center center;
  background-size: 100%;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide:hover {
  width: 50%;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide:hover .slide-box .box-pic img {
  opacity: 1;
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05) translateZ(0);
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide:hover .slide-box .box-cent {
  top: auto;
  bottom: 0;
  padding: 1rem 0.3rem 0.32rem;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide:hover .slide-box .box-cent .page-button {
  border: solid 1px #000;
  background: #000;
}
.index-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide:hover .slide-box .box-cent::after {
  opacity: 1;
  transition: all 0.5s 0.3s;
  -o-transition: all 0.5s 0.3s;
  -moz-transition: all 0.5s 0.3s;
  -webkit-transition: all 0.5s 0.3s;
}
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 19;
}
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev .img2,
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
  left: 0;
}
.index-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  right: 0;
}
.index-plate5 .plate5-main .main-cont-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate6 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.25rem;
  background: #f4f4f4;
  overflow: hidden;
}
.index-plate6 .plate6-main .index-English,
.index-plate6 .plate6-main .index-title {
  text-align: center;
}
.index-plate6 .plate6-main .main-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.index-plate6 .plate6-main .main-top .top-item {
  width: 1.65rem;
  height: 0.48rem;
  margin: 0 0.27rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  line-height: 0.45rem;
  color: #999;
  border-radius: 0.45rem;
  border: solid 1px #e8e6e8;
  background: #fff;
  cursor: pointer;
}
.index-plate6 .plate6-main .main-top .top-item-on {
  font-weight: bold;
  color: #fff;
  border: solid 1px #ffd700;
  background: #ffd700;
}
.index-plate6 .plate6-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.32rem;
}
.index-plate6 .plate6-main .main-box .box-swiper {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-item {
  width: calc(100% / 7 - 0.6858vw);
  height: 1.15rem;
  margin-right: 0.8vw;
  margin-bottom: 0.24rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-item:nth-child(7n) {
  margin-right: 0;
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-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;
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-slide .slide-lump .lump-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);
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-pagination {
  bottom: 0;
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 0.1rem;
  background: #bababa;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate6 .plate6-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 0.45rem;
  background: #ffd700;
}
.index-plate6 .plate6-main .main-box .box-swiper-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.index-plate6 .plate6-3D {
  position: absolute;
  bottom: -70%;
  left: 0;
  opacity: 1;
}
.index-plate7 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.65rem;
  background: url(../images/plate7-bg.png) no-repeat right calc(100% + 1.1rem);
  background-size: 7.56rem;
}
.index-plate7 .plate7-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.index-plate7 .plate7-main .main-top .top-cent {
  width: auto;
}
.index-plate7 .plate7-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.index-plate7 .plate7-main .main-box .box-item {
  width: 36.5vw;
  height: auto;
}
.index-plate7 .plate7-main .main-box .box-item .item-pic {
  width: 100%;
  height: 4.35rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.index-plate7 .plate7-main .main-box .box-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;
}
.index-plate7 .plate7-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
}
.index-plate7 .plate7-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate7 .plate7-main .main-box .box-item .item-cent .cent-time {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  color: #bcbcbc;
}
.index-plate7 .plate7-main .main-box .box-item .item-cent .cent-button {
  width: 0.5rem;
  height: 0.35rem;
  margin-top: 0.2rem;
  border-radius: 0.45rem;
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #d0d0d0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate7 .plate7-main .main-box .box-item .item-cent .cent-button:hover {
  background: #00c957 url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #00c957;
}
.index-plate7 .plate7-main .main-box .box-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);
}
.index-plate7 .plate7-main .main-box .box-item:hover .item-cent .cent-title {
  color: #00c957;
}
.index-plate7 .plate7-main .main-box .box-swiper {
  position: relative;
  width: 38.1vw;
  height: auto;
  overflow: hidden;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide {
  width: calc(100% / 2 - 2.25vw);
  height: auto;
  margin-right: 4.5vw;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-time {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  color: #bcbcbc;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button {
  width: 0.5rem;
  height: 0.35rem;
  margin-top: 0.2rem;
  border-radius: 0.45rem;
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #d0d0d0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box .box-cent .cent-button:hover {
  background: #00c957 url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #00c957;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #00c957;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: auto;
  z-index: 9;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev,
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  cursor: pointer;
  outline: none;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev img,
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev .img2,
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev:hover .img1,
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next:hover .img1 {
  opacity: 0;
}
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-prev:hover .img2,
.index-plate7 .plate7-main .main-box .box-swiper .swiper-button .plate7-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate1 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
  background: #f5f5f5;
}
.about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.45rem 0.6rem 1.2rem;
  background: #fff;
}
.about-plate1 .plate1-main .main-cent {
  width: 40.9vw;
  height: auto;
}
.about-plate1 .plate1-main .main-cent .cent-title {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: var(--fs36);
  color: #333;
}
.about-plate1 .plate1-main .main-cent .cent-text {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 1.875;
  color: #333;
}
.about-plate1 .plate1-main .main-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 26vw;
}
.about-plate1 .plate1-main .main-data .data-item {
  width: 49%;
  margin-top: 0.6rem;
}
.about-plate1 .plate1-main .main-data .data-item .item-icon {
  width: 0.5rem;
  height: 0.45rem;
  margin: 0 auto;
}
.about-plate1 .plate1-main .main-data .data-item .item-icon img {
  width: 100%;
}
.about-plate1 .plate1-main .main-data .data-item .item-title {
  margin-top: 0.05rem;
  font-size: var(--fs20);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.about-plate1 .plate1-main .main-data .data-item .item-num {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.about-plate1 .plate1-main .main-data .data-item .item-num span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.72rem;
  color: #333;
}
.about-plate1 .plate1-main .main-data .data-item .item-num em {
  position: relative;
}
.about-plate1 .plate1-main .main-data .data-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.5rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  color: #333;
}
.about-plate2 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.85rem;
}
.about-plate2 .plate2-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 37.5vw;
  height: 100%;
  overflow: hidden;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-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;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 36.5vw;
  padding-right: 2vw;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item:last-of-type {
  margin-bottom: 0;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item .item-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #00c957;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-cent .cent-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.667;
  color: #333;
}
.about-plate2 .plate2-main .main-swiper .swiper-slide-active {
  opacity: 1;
}
.about-plate2 .plate2-main .main-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.2rem;
  left: 29.7vw;
  width: 1.25rem;
  height: auto;
  z-index: 9;
}
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev,
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  outline: none;
}
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev img,
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev .img2,
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover .img1,
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover .img2,
.about-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.4rem;
}
.about-plate2 .plate2-main .main-box .box-swiper {
  position: relative;
  width: 37.5vw;
  height: 100%;
  overflow: hidden;
}
.about-plate2 .plate2-main .main-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about-plate2 .plate2-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-plate2 .plate2-main .main-box .box-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;
}
.about-plate2 .plate2-main .main-box .box-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);
}
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.2rem;
  left: 29.7vw;
  width: 1.25rem;
  height: auto;
  z-index: 9;
}
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev,
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  outline: none;
}
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev img,
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev .img2,
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev:hover .img1,
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-prev:hover .img2,
.about-plate2 .plate2-main .main-box .box-swiper .swiper-button .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate2 .plate2-main .main-box .box-cent {
  width: 36.5vw;
  padding-right: 2vw;
}
.about-plate2 .plate2-main .main-box .box-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.about-plate2 .plate2-main .main-box .box-cent .cent-item:last-of-type {
  margin-bottom: 0;
}
.about-plate2 .plate2-main .main-box .box-cent .cent-item .item-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #00c957;
}
.about-plate2 .plate2-main .main-box .box-cent .cent-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.667;
  color: #333;
}
.about-plate3 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  background: #f5f5f5;
}
.about-plate3 .plate3-swiper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.75rem;
  margin-top: 0.85rem;
  overflow: hidden;
}
.about-plate3 .plate3-swiper .swiper-slide {
  width: 31.3vw;
  height: auto;
  margin: 0 0.8vw;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.about-plate3 .plate3-swiper .swiper-slide .slide-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-plate3 .plate3-swiper .swiper-slide .slide-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-plate3 .plate3-swiper .swiper-pagination {
  bottom: 0;
}
.about-plate3 .plate3-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #cccccc;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate3 .plate3-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.3rem;
  border-radius: 0.45rem;
  background: #00c957;
}
.about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.35rem 0 0.7rem;
}
.about-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.about-plate4 .plate4-main .main-box .box-pic {
  width: 30vw;
  height: auto;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.about-plate4 .plate4-main .main-box .box-cont {
  width: 43.5vw;
  height: auto;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-name {
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-title {
  margin-top: 0.15rem;
  font-size: var(--fs24);
  font-weight: 100;
  color: #333;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-text {
  margin-top: 0.45rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 2;
  color: #333;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.25rem;
  margin-top: 0.85rem;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00c957;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide {
  width: calc(100% / 8);
  height: auto;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide .slide-box {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.26rem;
  background: url(../images/icon/icon-about-palte4-line.jpg) no-repeat left bottom;
  background-size: 100%;
  cursor: pointer;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide .slide-box::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-left: -10px;
  border-radius: 50%;
  background: #cccccc;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide .slide-box::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0.17rem;
  height: 0.26rem;
  margin-left: -0.14rem;
  background: url(../images/icon/icon-about-palte4-arrow.png) no-repeat top center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide .slide-box .box-year {
  padding-right: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  color: #b7b7b7;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box::before {
  opacity: 0;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box::after {
  opacity: 1;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .lump-swiper .swiper-slide-on .slide-box .box-year {
  color: #00c957;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev,
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next {
  position: absolute;
  top: 0.05rem;
  width: 6px;
  height: 10px;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev img,
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev .img2,
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev:hover .img1,
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev:hover .img2,
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-prev {
  left: 0;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-lump .plate4-swiper-button-next {
  right: 0;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box .box-year {
  font-size: var(--fs18);
  color: #333;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box .box-year span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  color: #00c957;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box .box-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 1.875;
  color: #333;
}
.about-plate4 .plate4-main .main-box .box-cont .cont-wrap .wrap-box-on {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about-plate4 .plate4-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
}
.about-plate4 .plate4-main .main-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.about-plate4 .plate4-main .main-cent .cent-lump:last-of-type {
  margin-bottom: 0;
}
.about-plate4 .plate4-main .main-cent .cent-lump .lump-title {
  font-size: var(--fs36);
  color: #000;
}
.about-plate4 .plate4-main .main-cent .cent-lump .lump-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.875;
  color: #333;
}
.about-plate5 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 2rem;
  background: url(../images/about-palte5-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.about-plate5 .plate5-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.about-plate5 .plate5-main::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.about-plate5 .plate5-main .main-cont {
  position: relative;
  width: 100%;
  z-index: 9;
}
.about-plate5 .plate5-main .main-cont::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10vw;
  height: 3px;
  margin-top: -1.5px;
  background: #00c957;
  z-index: 9;
}
.about-plate5 .plate5-main .main-cont::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.about-plate5 .plate5-main .main-cont .cont-swiper {
  position: relative;
  height: 0.52rem;
  padding: 0 0.52rem;
  overflow: hidden;
}
.about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide {
  position: relative;
  width: calc(100% / 7);
  height: auto;
}
.about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 0vw;
  height: 3px;
  margin-top: -1.5px;
  background: #00c957;
  z-index: 9;
}
.about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  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-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
  color: #00c957;
}
.about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
  background: #ffd700;
}
.about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide-on::after {
  width: 100vw;
}
.about-plate5 .plate5-main .main-cont .cont-swiper .swiper-slide-on .slide-box .box-title {
  color: #00c957;
}
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev,
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 99;
}
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev img,
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev .img2,
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img1,
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev:hover .img2,
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-prev {
  left: 0;
}
.about-plate5 .plate5-main .main-cont .plate5-swiper-button-next {
  right: 0;
}
.about-plate5 .plate5-main .main-box {
  position: relative;
  margin-top: 1rem;
  padding: 0 0 0 0.56rem;
}
.about-plate5 .plate5-main .main-box .box-lump {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.about-plate5 .plate5-main .main-box .box-lump .lump-pic {
  width: 33.9vw;
  height: 4.5rem;
  overflow: hidden;
}
.about-plate5 .plate5-main .main-box .box-lump .lump-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-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-plate5 .plate5-main .main-box .box-lump .lump-cent {
  position: relative;
  width: 40vw;
  height: auto;
  padding: 0.9rem 3.5vw;
}
.about-plate5 .plate5-main .main-box .box-lump .lump-cent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.51rem;
  height: 0.47rem;
  background: url(../images/icon/icon-about-palte5-pic1.png) no-repeat center center;
  background-size: 100%;
}
.about-plate5 .plate5-main .main-box .box-lump .lump-cent::after {
  content: '';
  position: absolute;
  bottom: 1.35rem;
  right: 0;
  width: 0.51rem;
  height: 0.47rem;
  background: url(../images/icon/icon-about-palte5-pic2.png) no-repeat center center;
  background-size: 100%;
}
.about-plate5 .plate5-main .main-box .box-lump .lump-cent .cent-year {
  font-size: 0.44rem;
  line-height: 0.8;
  color: #00c957;
}
.about-plate5 .plate5-main .main-box .box-lump .lump-cent .cent-year span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.6rem;
}
.about-plate5 .plate5-main .main-box .box-lump .lump-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #010101;
}
.about-plate5 .plate5-main .main-box .box-lump .lump-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 1.25;
  color: #000;
}
.about-plate5 .plate5-main .main-box .box-lump-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about-plate5 .plate5-main .main-swiper {
  overflow: hidden;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide {
  position: relative;
  width: 20%;
  height: auto;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide .solid-box {
  position: relative;
  width: 150%;
  height: 3rem;
  padding-bottom: 0.6rem;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide .solid-box .box-year {
  font-size: var(--fs36);
  font-weight: bold;
  color: #00c957;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide .solid-box .box-title {
  font-size: var(--fs26);
  font-weight: bold;
  color: #000;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide .solid-box .box-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 1.4;
  color: #333;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide .solid-drop {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background: #00c957;
  border: solid 0.05rem #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.about-plate5 .plate5-main .main-swiper .swiper-slide .solid-drop::after {
  content: '';
  position: absolute;
  bottom: 0.22rem;
  left: 50%;
  width: 1px;
  height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.about-plate5 .plate5-main .main-swiper .swiper-slide:nth-child(even) {
  padding-top: 3rem;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide:nth-child(even) .solid-box {
  padding-bottom: 0;
  padding-top: 0.8rem;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide:nth-child(even) .solid-drop::after {
  bottom: auto;
  top: 0.22rem;
}
.about-plate5 .plate5-main .main-swiper .swiper-slide:last-of-type .solid-box {
  width: 100%;
}
.about-plate5 .plate5-main .plate5-swiper-button-prev,
.about-plate5 .plate5-main .plate5-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.52rem;
  height: 0.52rem;
  margin-top: -0.26rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 99;
}
.about-plate5 .plate5-main .plate5-swiper-button-prev img,
.about-plate5 .plate5-main .plate5-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about-plate5 .plate5-main .plate5-swiper-button-prev .img2,
.about-plate5 .plate5-main .plate5-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.about-plate5 .plate5-main .plate5-swiper-button-prev:hover .img1,
.about-plate5 .plate5-main .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about-plate5 .plate5-main .plate5-swiper-button-prev:hover .img2,
.about-plate5 .plate5-main .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about-plate5 .plate5-main .plate5-swiper-button-prev {
  left: 1rem;
}
.about-plate5 .plate5-main .plate5-swiper-button-next {
  right: 1rem;
}
.history-plate1 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 2rem;
  background: url(../images/about-palte5-bg.png) no-repeat bottom left;
  background-size: 100%;
}
.history-plate1 .plate1-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.history-plate1 .plate1-main::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.history-plate1 .plate1-main .main-cont {
  position: relative;
  width: 100%;
  z-index: 9;
}
.history-plate1 .plate1-main .main-cont::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10vw;
  height: 3px;
  margin-top: -1.5px;
  background: #00c957;
  z-index: 9;
}
.history-plate1 .plate1-main .main-cont::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dedede;
}
.history-plate1 .plate1-main .main-cont .cont-swiper {
  position: relative;
  height: 0.52rem;
  padding: 0 0.52rem;
  overflow: hidden;
}
.history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide {
  position: relative;
  width: calc(100% / 7);
  height: auto;
}
.history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 0vw;
  height: 3px;
  margin-top: -1.5px;
  background: #00c957;
  z-index: 9;
}
.history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box .box-title {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-align: center;
  color: #9a9a9a;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-title {
  color: #00c957;
}
.history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-icon {
  background: #ffd700;
}
.history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide-on::after {
  width: 100vw;
}
.history-plate1 .plate1-main .main-cont .cont-swiper .swiper-slide-on .slide-box .box-title {
  color: #00c957;
}
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev,
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 99;
}
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev img,
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev .img2,
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev:hover .img1,
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-next:hover .img1 {
  opacity: 0;
}
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev:hover .img2,
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-next:hover .img2 {
  opacity: 1;
}
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-prev {
  left: 0;
}
.history-plate1 .plate1-main .main-cont .plate5-swiper-button-next {
  right: 0;
}
.history-plate1 .plate1-main .main-box {
  position: relative;
  margin-top: 1rem;
  padding: 0 0 0 0.56rem;
}
.history-plate1 .plate1-main .main-box .box-lump {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.history-plate1 .plate1-main .main-box .box-lump .lump-pic {
  width: 33.9vw;
  height: 4.5rem;
  overflow: hidden;
}
.history-plate1 .plate1-main .main-box .box-lump .lump-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history-plate1 .plate1-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);
}
.history-plate1 .plate1-main .main-box .box-lump .lump-cent {
  position: relative;
  width: 40vw;
  height: auto;
  padding: 0.9rem 3.5vw;
}
.history-plate1 .plate1-main .main-box .box-lump .lump-cent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.51rem;
  height: 0.47rem;
  background: url(../images/icon/icon-about-palte5-pic1.png) no-repeat center center;
  background-size: 100%;
}
.history-plate1 .plate1-main .main-box .box-lump .lump-cent::after {
  content: '';
  position: absolute;
  bottom: 1.35rem;
  right: 0;
  width: 0.51rem;
  height: 0.47rem;
  background: url(../images/icon/icon-about-palte5-pic2.png) no-repeat center center;
  background-size: 100%;
}
.history-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-year {
  font-size: 0.44rem;
  line-height: 0.8;
  color: #00c957;
}
.history-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-year span {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.6rem;
}
.history-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #010101;
}
.history-plate1 .plate1-main .main-box .box-lump .lump-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 1.25;
  color: #000;
}
.history-plate1 .plate1-main .main-box .box-lump-on {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.history-plate1 .plate1-main .main-swiper {
  overflow: hidden;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide {
  position: relative;
  width: 20%;
  height: auto;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide .solid-box {
  position: relative;
  width: 150%;
  height: 3rem;
  padding-bottom: 0.6rem;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide .solid-box .box-year {
  font-size: var(--fs36);
  font-weight: bold;
  color: #00c957;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide .solid-box .box-title {
  font-size: var(--fs26);
  font-weight: bold;
  color: #000;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide .solid-box .box-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 1.4;
  color: #333;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide .solid-drop {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background: #00c957;
  border: solid 0.05rem #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.history-plate1 .plate1-main .main-swiper .swiper-slide .solid-drop::after {
  content: '';
  position: absolute;
  bottom: 0.22rem;
  left: 50%;
  width: 1px;
  height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.history-plate1 .plate1-main .main-swiper .swiper-slide:nth-child(even) {
  padding-top: 3rem;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide:nth-child(even) .solid-box {
  padding-bottom: 0;
  padding-top: 0.8rem;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide:nth-child(even) .solid-drop::after {
  bottom: auto;
  top: 0.22rem;
}
.history-plate1 .plate1-main .main-swiper .swiper-slide:last-of-type .solid-box {
  width: 100%;
}
.history-plate1 .plate1-main .plate1-swiper-button-prev,
.history-plate1 .plate1-main .plate1-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.52rem;
  height: 0.52rem;
  margin-top: -0.26rem;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  z-index: 99;
}
.history-plate1 .plate1-main .plate1-swiper-button-prev img,
.history-plate1 .plate1-main .plate1-swiper-button-next img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history-plate1 .plate1-main .plate1-swiper-button-prev .img2,
.history-plate1 .plate1-main .plate1-swiper-button-next .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.history-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
.history-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
  opacity: 0;
}
.history-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
.history-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
  opacity: 1;
}
.history-plate1 .plate1-main .plate1-swiper-button-prev {
  left: 1rem;
}
.history-plate1 .plate1-main .plate1-swiper-button-next {
  right: 1rem;
}
.honor-plate1 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0;
}
.honor-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.honor-plate1 .plate1-main .main-cent {
  width: 15.6vw;
  height: auto;
}
.honor-plate1 .plate1-main .main-text {
  width: 53.5vw;
  height: auto;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 1.875;
  color: #333;
}
.honor-plate2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.85rem;
}
.honor-plate2 .plate2-top {
  display: flex;
  justify-content: center;
}
.honor-plate2 .plate2-top .top-item {
  width: 1.48rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.46rem;
  color: #666666;
  border-radius: 0.45rem;
  border: solid 2px #e6e6e6;
}
.honor-plate2 .plate2-top .top-item:hover {
  color: #00c957;
  border: solid 2px #00c957;
}
.honor-plate2 .plate2-top .top-item-on {
  color: #00c957;
  border: solid 2px #00c957;
}
.honor-plate2 .plate2-main {
  margin-top: 0.6rem;
}
.honor-plate2 .plate2-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.honor-plate2 .plate2-main .main-box .box-item {
  position: relative;
  width: calc(100% / 4 - 0.24rem);
  height: auto;
  padding: 0.5rem 0.2rem;
  margin-right: 0.32rem;
  margin-bottom: 0.6rem;
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor-plate2 .plate2-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.honor-plate2 .plate2-main .main-box .box-item::after {
  content: '';
  position: absolute;
  top: 1.55rem;
  left: 50%;
  width: 0.76rem;
  height: 0.76rem;
  margin-left: -0.38rem;
  background: url(../images/icon/icon-honor-pic1.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor-plate2 .plate2-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
}
.honor-plate2 .plate2-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor-plate2 .plate2-main .main-box .box-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.honor-plate2 .plate2-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
}
.honor-plate2 .plate2-main .main-box .box-item:hover::after {
  opacity: 1;
}
.team-plate1 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0 0;
}
.team-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-plate1 .plate1-main .main-cent {
  width: 18.2vw;
  height: auto;
}
.team-plate1 .plate1-main .main-text {
  width: 51vw;
  height: auto;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 1.875;
  color: #333;
}
.team-plate2 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
}
.team-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team-plate2 .plate2-main .main-item {
  width: calc(100% / 2 - 0.18rem);
  height: auto;
  margin-bottom: 0.3rem;
}
.team-plate2 .plate2-main .main-item .item-pic {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
.team-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;
}
.team-plate2 .plate2-main .main-item .item-title {
  margin-top: 0.35rem;
  font-size: var(--fs30);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.team-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);
}
.contact-plate1 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0;
  background: url(../images/contact-bg.png) no-repeat right 0.55rem;
  background-size: 5.56rem;
}
.contact-plate1 .plate1-top .top-title {
  font-size: var(--fs30);
  text-align: center;
  color: #010812;
}
.contact-plate1 .plate1-top .top-text {
  margin-top: 0.1rem;
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #010812;
}
.contact-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  background: #fff;
}
.contact-plate1 .plate1-main .main-item {
  display: flex;
  justify-content: center;
  width: 33.33%;
  height: auto;
  padding: 1rem 0 0.95rem;
  border-right: solid 1px #e9e9e9;
}
.contact-plate1 .plate1-main .main-item:first-of-type {
  justify-content: flex-start;
  padding: 1rem 0.3rem 0.95rem 12.4vw;
}
.contact-plate1 .plate1-main .main-item:last-of-type {
  justify-content: flex-start;
  padding: 1rem 10vw 0.95rem 0.3rem;
  border-right: none;
}
.contact-plate1 .plate1-main .main-item:last-of-type .item-cent {
  flex: 1;
}
.contact-plate1 .plate1-main .main-item .item-icon {
  width: 0.61rem;
  height: auto;
}
.contact-plate1 .plate1-main .main-item .item-icon img {
  width: 100%;
}
.contact-plate1 .plate1-main .main-item .item-cent {
  width: auto;
  padding-left: 0.25rem;
}
.contact-plate1 .plate1-main .main-item .item-cent .cent-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
}
.contact-plate1 .plate1-main .main-item .item-cent .cent-tel {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  color: #00c957;
}
.contact-plate1 .plate1-main .main-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.67;
  color: #666;
}
.contact-plate2 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.6rem;
  background: url(../images/contact-bg2.jpg) no-repeat bottom left;
  background-size: cover;
}
.contact-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
}
.contact-plate2 .plate2-main .main-cent {
  width: 17.7vw;
  height: auto;
}
.contact-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 1.5;
  color: #333;
}
.contact-plate2 .plate2-main .main-cont {
  width: 58.6vw;
  height: auto;
}
.contact-plate2 .plate2-main .main-cont .cont-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 4.35rem;
}
.contact-plate2 .plate2-main .main-cont .cont-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2 - 0.2rem);
  height: auto;
  margin-bottom: 0.3rem;
  padding: 0 0.14rem;
  border: solid 1px #e6e6e6;
  background: #fff;
}
.contact-plate2 .plate2-main .main-cont .cont-form .form-item p {
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
}
.contact-plate2 .plate2-main .main-cont .cont-form .form-item p img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.contact-plate2 .plate2-main .main-cont .cont-form .form-item p em {
  color: #ff2100;
}
.contact-plate2 .plate2-main .main-cont .cont-form .form-item input {
  flex: 1;
  height: 0.75rem;
  padding-left: 0.2rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.contact-plate2 .plate2-main .main-cont .cont-form .form-item textarea {
  flex: 1;
  height: 1.8rem;
  padding: 0.2rem;
  font-family: '微软雅黑';
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.contact-plate2 .plate2-main .main-cont .cont-form .form-item:last-of-type {
  align-items: flex-start;
}
.contact-plate2 .plate2-main .main-cont .cont-form .form-item:last-of-type p {
  margin-top: 0.18rem;
}
.contact-plate2 .plate2-main .main-cont .cont-lump {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2.2rem;
  height: auto;
  padding: 0 0.14rem;
  border: solid 1px #e6e6e6;
  background: #fff;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-item p {
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-item p img {
  width: 0.16rem;
  margin-right: 0.05rem;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-item p em {
  color: #ff2100;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-item input {
  width: calc(100% - 60px);
  height: 0.75rem;
  padding-left: 0.2rem;
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-pic {
  width: 0.6rem;
  height: auto;
  margin-left: 0.15rem;
  cursor: pointer;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-pic img {
  width: 100%;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-button {
  width: 4.2rem;
  height: 0.58rem;
  margin-left: 0.58rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  line-height: 0.58rem;
  color: #fff;
  background: #ff9912;
}
.contact-plate2 .plate2-main .main-cont .cont-lump .lump-button:hover {
  background: #00c957;
}
.news-plate1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.9rem;
  background: url(../images/news-plate1-bg.jpg) no-repeat top left;
  background-size: cover;
}
.news-plate1 .plate1-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.news-plate1 .plate1-top .top-box {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: auto;
  z-index: 9;
}
.news-plate1 .plate1-top .top-box .box-item {
  width: 2.48rem;
  height: auto;
  margin-right: 0.3rem;
}
.news-plate1 .plate1-top .top-box .box-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.news-plate1 .plate1-top .top-box .box-item .item-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.35rem 0 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  color: #333;
  background: #fff;
  border-radius: 0.1rem;
  cursor: pointer;
}
.news-plate1 .plate1-top .top-box .box-item .item-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-select-arrow.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.news-plate1 .plate1-top .top-box .box-item .item-select .select-ul {
  display: none;
  position: absolute;
  top: 0.54rem;
  width: 100%;
  margin-top: -1px;
  background: #fff;
  border-top: none;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  overflow: hidden;
  z-index: 99;
}
.news-plate1 .plate1-top .top-box .box-item .item-select .select-ul .ul-lump {
  width: 100%;
  max-height: 2.5rem;
  overflow-y: scroll;
}
.news-plate1 .plate1-top .top-box .box-item .item-select .select-ul .select-li {
  display: block;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-top .top-box .box-item .item-select .select-ul .select-li:hover {
  color: #00c957;
}
.news-plate1 .plate1-swiper {
  position: relative;
  padding-bottom: 0.6rem;
  margin-top: 0.55rem;
  overflow: hidden;
}
.news-plate1 .plate1-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic {
  width: 41.7vw;
  height: 4.98rem;
  overflow: hidden;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent {
  width: 38.2vw;
  height: auto;
  padding: 0.55rem 0.64rem 0;
  background: #fff;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: var(--fs48);
  color: #7fff00;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.05rem;
  font-size: var(--fs26);
  font-weight: bold;
  line-height: 1.84;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 1.875;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.5rem;
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.05, 1.05) translateZ(0);
  -o-transform: scale(1.05, 1.05) translateZ(0);
  -moz-transform: scale(1.05, 1.05) translateZ(0);
  -webkit-transform: scale(1.05, 1.05) translateZ(0);
}
.news-plate1 .plate1-swiper .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #00c957;
}
.news-plate1 .plate1-swiper .swiper-pagination {
  bottom: 0;
}
.news-plate1 .plate1-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 0.1rem;
  background: #b3b4b5;
  opacity: 1;
}
.news-plate1 .plate1-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: #ffd700;
  border-radius: 0.45rem;
}
.news-plate2 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.6rem;
}
.news-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.77rem;
}
.news-plate2 .plate2-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.48rem);
  height: auto;
  margin-right: 0.72rem;
  margin-bottom: 0.68rem;
  background: #f7f7f7;
}
.news-plate2 .plate2-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.news-plate2 .plate2-main .main-item .item-pic {
  width: 100%;
  height: 2.88rem;
  overflow: hidden;
}
.news-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;
}
.news-plate2 .plate2-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.5rem 0.42rem 0.4rem;
}
.news-plate2 .plate2-main .main-item .item-cent .cent-title {
  height: calc(1.8 * 2 * (20 / 1920 * 100vw));
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 1.8;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-main .main-item .item-cent .cent-time {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  color: #cccccc;
}
.news-plate2 .plate2-main .main-item .item-cent .cent-button {
  width: 0.5rem;
  height: 0.35rem;
  margin-top: 0.3rem;
  border-radius: 0.45rem;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #7fff00;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news-plate2 .plate2-main .main-item .item-cent .cent-button:hover {
  background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 6px;
}
.news-plate2 .plate2-main .main-item:hover {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.news-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);
}
.news-plate2 .plate2-main .main-item:hover .item-cent .cent-title {
  color: #00c957;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
}
.newsDetail .newsDetail-main .main-cont {
  width: 54.2vw;
  height: auto;
  padding-bottom: 1.05rem;
}
.newsDetail .newsDetail-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  border-bottom: solid 2px #e5e5e5;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-time {
  width: 1.2rem;
  height: 1.57rem;
  padding-top: 0.3rem;
  border-radius: 0.1rem;
  background: #ededed;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-time .time-title {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.6rem;
  text-align: center;
  line-height: 0.85;
  color: #00c957;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-time .time-text {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-time .time-icon {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0.1rem auto 0;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-time .time-icon img {
  width: 100%;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent {
  flex: 1;
  padding-left: 0.7rem;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 1.67;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-text {
  width: auto;
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-text span {
  margin-right: 0.15rem;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share span {
  font-size: var(--fs16);
  font-weight: 100;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share a {
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.2rem;
  text-align: center;
  line-height: 0.35rem;
  border: solid 2px #eeeeee;
  border-radius: 50%;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share a img {
  width: 0.2rem;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-lump .lump-share a:hover {
  border: solid 2px #00c957;
}
.newsDetail .newsDetail-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.89;
  color: #484848;
}
.newsDetail .newsDetail-main .main-cont .cont-cent img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto !important;
}
.newsDetail .newsDetail-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #00c957;
}
.newsDetail .newsDetail-main .main-cont .cont-lump {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-item {
  display: flex !important;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.8rem;
  margin-bottom: 0.2rem;
  padding: 0 0.25rem;
  font-size: var(--fs16);
  line-height: 1.5;
  color: #333;
  border: solid 1px #ededed;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-item::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-top: solid 1px #00c957;
  border-left: solid 1px #00c957;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom: solid 1px #00c957;
  border-right: solid 1px #00c957;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-item span {
  width: 9rem;
  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;
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-item:hover {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-item:hover::before,
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-item:hover::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.newsDetail .newsDetail-main .main-cont .cont-lump .lump-item:hover span {
  color: #00c957;
}
.newsDetail .newsDetail-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-title {
  margin-bottom: 0.3rem;
  font-size: var(--fs30);
  font-weight: 100;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.4rem;
  padding-right: 0.4rem;
  margin-bottom: 0.2rem;
  background: #f9f9f9;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-time {
  width: 1.45rem;
  height: auto;
  padding: 0 0.48rem 0 0.3rem;
  border-right: solid 2px #e1e1e1;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-time .time-title {
  font-family: 'D-DIN-PRO-700-BOLD';
  font-size: 0.6rem;
  text-align: center;
  color: #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-time .time-text {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-cent {
  width: 8.05rem;
  height: auto;
  padding: 0 0.35rem 0 0.55rem;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-cent .cent-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  line-height: 1.5;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-button {
  width: 0.5rem;
  height: 0.35rem;
  margin-top: 0.2rem;
  border-radius: 0.45rem;
  background: url(../images/icon/icon-arrow7.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #d0d0d0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item .item-button:hover {
  background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #7fff00;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item:hover {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item:hover .item-time .time-title {
  color: #00c957;
}
.newsDetail .newsDetail-main .main-cont .cont-box .box-item:hover .item-button {
  background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #7fff00;
}
.newsDetail .newsDetail-main .main-box {
  width: 22.2vw;
  height: auto;
  border-left: solid 1px #eaeaea;
}
.newsDetail .newsDetail-main .main-box .box-top {
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
  padding: 0.3rem 0.42rem 1.6rem;
  background: url(../images/news-d-bg.jpg) no-repeat top left;
  background-size: cover;
}
.newsDetail .newsDetail-main .main-box .box-top .top-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #333;
}
.newsDetail .newsDetail-main .main-box .box-top .top-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs14);
  color: #cccccc;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-title {
  font-size: var(--fs16);
  font-weight: 100;
  color: #000;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.05rem;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem 0 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #999;
  background: #fff;
  border-radius: 0.05rem;
  cursor: pointer;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 12px;
  height: 7px;
  background: url(../images/icon/icon-select-arrow2.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-ul {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 2.5rem;
  margin-top: -1px;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-top: none;
  z-index: 99;
  overflow-y: scroll;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-item .item-select .select-ul .select-li:hover {
  color: #00c957;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.05rem;
  margin-bottom: 0.5rem;
  padding: 0 0.2rem;
  border-radius: 0.05rem;
  background: #fff;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-search input {
  flex: 1;
  height: 100%;
  padding-right: 0.15rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #666;
  background: transparent;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-search input::placeholder {
  color: #999;
}
.newsDetail .newsDetail-main .main-box .box-top .top-lump .lump-search a {
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 100%;
}
.newsDetail .newsDetail-main .main-box .box-top .top-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.newsDetail .newsDetail-main .main-box .box-top .top-share .share-item {
  position: relative;
  width: 0.38rem;
  height: auto;
  margin-right: 0.1rem;
  cursor: pointer;
}
.newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-pic {
  width: 100%;
  height: auto;
}
.newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-pic img {
  width: 100%;
}
.newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-ewm {
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 1rem;
  height: auto;
  padding: 0.05rem;
  border-radius: 0.05rem;
  box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-ewm::after {
  content: '';
  position: absolute;
  top: -0.2rem;
  left: 0.15rem;
  width: auto;
  height: auto;
  border: solid 0.1rem transparent;
  border-bottom: solid 0.1rem #fff;
}
.newsDetail .newsDetail-main .main-box .box-top .top-share .share-item .item-ewm img {
  width: 100%;
}
.newsDetail .newsDetail-main .main-box .box-top .top-share .share-item:hover .item-ewm {
  opacity: 1;
  visibility: visible;
}
.newsDetail .newsDetail-main .main-box .box-item {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.newsDetail .newsDetail-main .main-box .box-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetail .newsDetail-main .main-box .box-item .item-pic img {
  width: 100%;
}
.newsDetail .newsDetail-main .main-box .box-item .item-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.newsDetail .newsDetail-main .main-box .box-item .item-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: #7fff00;
}
.newsDetail .newsDetail-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
}
.newsDetail .newsDetail-main .main-box .box-item:last-of-type .item-cent .cent-English {
  color: #ffd700;
}
.solution-plate1 {
  width: 100%;
  height: auto;
  padding: 1.35rem 0 1.15rem;
}
.solution-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
}
.solution-plate1 .plate1-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 0.85rem;
}
.solution-plate1 .plate1-main .main-cent .cent-title {
  margin-top: 0.5rem;
  font-size: var(--fs36);
  line-height: 1.67;
  color: #333;
}
.solution-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 2;
  color: #333;
}
.solution-plate1 .plate1-main .cent-pic {
  width: 50%;
  height: 5rem;
  overflow: hidden;
}
.solution-plate1 .plate1-main .cent-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-plate1 .plate1-main .cent-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);
}
.solution-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.45rem 0 1.15rem;
  background: linear-gradient(145deg, #f6f6f6, #fff);
}
.solution-plate2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3.43rem;
  height: 3.78rem;
  background: url(../images/solution-wl-plate2-bg2.png) no-repeat top left;
  background-size: 100%;
}
.solution-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
}
.solution-plate2 .plate2-main .main-title {
  width: 23.2vw;
  height: auto;
  font-size: 0.6rem;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  color: #333;
}
.solution-plate2 .plate2-main .main-title span {
  font-size: 1.2rem;
  color: #00ff00;
}
.solution-plate2 .plate2-main .main-cont {
  width: 49.4vw;
  height: auto;
}
.solution-plate2 .plate2-main .main-cont .cont-box {
  position: relative;
  width: 6.4rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-bg {
  width: 100%;
  height: auto;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-bg img {
  width: 100%;
  height: auto;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-logo .logo-pic {
  width: 1.13rem;
  height: auto;
  margin: 0 auto;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-logo .logo-pic img {
  width: 100%;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-logo .logo-title {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  text-align: center;
  color: #333;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.15rem;
  font-size: var(--fs40);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background: url(../images/solution-wl-plate2-bg3.png) no-repeat center center;
  background-size: 100%;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent {
  position: absolute;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 1.33;
  color: #333;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(1) {
  top: -1.1rem;
  left: 2.28rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(1) .item-cent {
  top: 0.45rem;
  left: 2.2rem;
  width: 4.9rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(2) {
  top: 1.45rem;
  right: -1.03rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(2) .item-cent {
  top: 1.75rem;
  left: 1.45rem;
  width: 2.4rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(3) {
  bottom: -0.65rem;
  right: 0.62rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(3) .item-cent {
  top: 0.45rem;
  left: 2.05rem;
  width: 2.65rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(4) {
  bottom: -0.65rem;
  left: 0.55rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(4) .item-cent {
  top: 0.45rem;
  right: 2.05rem;
  width: 2.2rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(5) {
  top: 1.45rem;
  left: -1rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(5) .item-cent {
  top: 1.85rem;
  right: 1.15rem;
  width: 2.75rem;
}
.solution-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(5) .item-cent .cent-text {
  font-size: var(--fs18);
  line-height: 1.78;
}
.solution-plate3 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.45rem;
  background: linear-gradient(0deg, #f7f7f7, #fff);
}
.solution-plate3 .plate3-main .main-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.72rem;
  color: #00c957;
}
.solution-plate3 .plate3-main .main-title {
  margin-top: 0.2rem;
  font-size: var(--fs36);
  color: #333;
}
.solution-plate3 .plate3-main .main-text {
  margin-top: 0.15rem;
  font-size: var(--fs24);
  font-weight: 100;
  color: #333333;
}
.solution-plate3 .plate3-main .main-lump {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.solution-plate3 .plate3-main .main-lump .lump-item {
  position: relative;
  width: auto;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.solution-plate3 .plate3-main .main-lump .lump-item:nth-child(8n) {
  margin-right: 0;
}
.solution-plate3 .plate3-main .main-lump .lump-item:nth-child(8n)::after {
  display: none;
}
.solution-plate3 .plate3-main .main-lump .lump-item::after {
  content: '';
  display: none;
  position: absolute;
  top: 1.15rem;
  right: -1.2rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-solution-wl-arrow.png) no-repeat center center;
  background-size: 100%;
}
.solution-plate3 .plate3-main .main-lump .lump-item .item-icon {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0.1rem auto 0;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate3 .plate3-main .main-lump .lump-item .item-icon img {
  width: 100%;
  z-index: 9;
}
.solution-plate3 .plate3-main .main-lump .lump-item .item-title {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #333;
}
.solution-plate3 .plate3-main .main-lump .lump-arrow {
  width: 0.25rem;
  height: 0.25rem;
  margin-bottom: 0.45rem;
  background: url(../images/icon/icon-solution-wl-arrow.png) no-repeat center center;
  background-size: 100%;
}
.solution-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.6rem;
}
.solution-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.solution-plate4 .plate4-main .main-top .top-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.solution-plate4 .plate4-main .main-top .top-box .box-item {
  width: 2.48rem;
  height: auto;
  margin-right: 0.3rem;
}
.solution-plate4 .plate4-main .main-top .top-box .box-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.35rem 0 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  color: #333;
  background: #fff;
  border: solid 1px #d0d0d0;
  border-radius: 0.1rem;
  cursor: pointer;
}
.solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-select-arrow3.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-ul {
  display: none;
  position: absolute;
  top: 0.54rem;
  width: 100%;
  margin-top: -1px;
  background: #fff;
  border: solid 1px #d0d0d0;
  border-top: none;
  z-index: 99;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  overflow: hidden;
}
.solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-ul .ul-lump {
  width: 100%;
  max-height: 2.5rem;
  overflow-y: scroll;
}
.solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate4 .plate4-main .main-top .top-box .box-item .item-select .select-ul .select-li:hover {
  color: #00c957;
}
.solution-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0.7rem;
}
.solution-plate4 .plate4-main .main-box .box-item {
  width: calc(100% / 3 - 2.4vw);
  height: auto;
  margin-right: 3.6vw;
  margin-bottom: 0.48rem;
}
.solution-plate4 .plate4-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.solution-plate4 .plate4-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.72rem;
  overflow: hidden;
}
.solution-plate4 .plate4-main .main-box .box-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-plate4 .plate4-main .main-box .box-item .item-title {
  margin-top: 0.3rem;
  font-size: var(--fs30);
  font-weight: 100;
  text-align: center;
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate4 .plate4-main .main-box .box-item .item-button {
  width: 0.5rem;
  height: 0.35rem;
  margin: 0.35rem auto 0;
  border-radius: 0.45rem;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #7fff00;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution-plate4 .plate4-main .main-box .box-item .item-button:hover {
  background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 6px;
}
.solution-plate4 .plate4-main .main-box .box-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-plate4 .plate4-main .main-box .box-item:hover .item-title {
  color: #00c957;
}
.case {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  overflow: visible;
}
.case .case-list {
  width: 17.2vw;
  height: auto;
  padding-top: 0.55rem;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.case .case-list .list-box {
  position: sticky;
  top: 0.9rem;
  width: 100%;
  height: auto;
}
.case .case-list .list-box .box-lump {
  position: relative;
  width: 100%;
  height: auto;
}
.case .case-list .list-box .box-lump .lump-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.75rem;
  font-size: var(--fs18);
  font-weight: bold;
  line-height: 0.24rem;
  color: #999999;
  padding-left: 4.9vw;
  border-top: solid 2px #e5f9ee;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-list .list-box .box-lump .lump-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3.8vw;
  width: 10px;
  height: 0.75rem;
  background: url(../images/icon/icon-arrow3.png) no-repeat left center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-list .list-box .box-lump .lump-top::after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #00c957;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-list .list-box .box-lump .lump-top:hover {
  color: #333;
}
.case .case-list .list-box .box-lump .lump-top:hover::before {
  background: url(../images/icon/icon-arrow10.png) no-repeat left center;
  background-size: 100%;
}
.case .case-list .list-box .box-lump .lump-top-on {
  color: #333;
}
.case .case-list .list-box .box-lump .lump-top-on::before {
  background: url(../images/icon/icon-arrow10.png) no-repeat left center;
  background-size: 100%;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.case .case-list .list-box .box-lump .lump-top-on::after {
  width: 100%;
}
.case .case-list .list-box .box-lump .lump-box {
  display: none;
  width: 100%;
  height: auto;
  padding-left: 4.9vw;
  margin-bottom: 0.3rem;
}
.case .case-list .list-box .box-lump .lump-box .box-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.22rem;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-list .list-box .box-lump .lump-box .box-item:hover {
  color: #00c957;
}
.case .case-list .list-box .box-lump .lump-box .box-item-on {
  color: #00c957;
}
.case .case-main {
  width: 85.8vw;
  height: auto;
}
.case .case-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1.35rem 10vw 1.05rem 5.6vw;
}
.case .case-main .main-top .top-cent {
  width: 27.2vw;
  height: auto;
  padding-right: 4.6vw;
}
.case .case-main .main-top .top-cent .cent-text {
  margin-top: 0.65rem;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 1.875;
  color: #333;
}
.case .case-main .main-top .top-video {
  position: relative;
  width: 40vw;
  height: auto;
  overflow: hidden;
}
.case .case-main .main-top .top-video .video-pic {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
}
.case .case-main .main-top .top-video .video-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-top .top-video .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9rem;
  height: 0.9rem;
  margin: -0.45rem 0 0 -0.45rem;
  cursor: pointer;
}
.case .case-main .main-top .top-video .video-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-top .top-video .video-play:hover img {
  transform: rotate(125deg);
  -o-transform: rotate(125deg);
  -moz-transform: rotate(125deg);
  -webkit-transform: rotate(125deg);
}
.case .case-main .main-top .top-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);
}
.case .case-main .main-box {
  width: 100%;
  height: auto;
  padding: 0.8rem 1.1rem 0.7rem 0.8rem;
  background: #f5f5f5;
}
.case .case-main .main-box .box-cont {
  width: 100%;
  height: auto;
}
.case .case-main .main-box .box-cont .cont-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.75rem 0.8rem;
  margin-bottom: 0.3rem;
  background: #fff;
}
.case .case-main .main-box .box-cont .cont-item:nth-child(even) {
  flex-direction: row-reverse;
}
.case .case-main .main-box .box-cont .cont-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00c957;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-box .box-cont .cont-item .item-pic {
  width: 40vw;
  height: 4.5rem;
  overflow: hidden;
}
.case .case-main .main-box .box-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-box .box-cont .cont-item .item-cent {
  width: 21vw;
  height: auto;
  padding-top: 0.6rem;
}
.case .case-main .main-box .box-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case-main .main-box .box-cont .cont-item .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs14);
  line-height: 2.14;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.case .case-main .main-box .box-cont .cont-item .item-cent .cent-text span {
  font-weight: bold;
  color: #000;
}
.case .case-main .main-box .box-cont .cont-item .item-cent .page-button {
  margin-top: 0.35rem;
  border: solid 1px #000;
  background: transparent;
}
.case .case-main .main-box .box-cont .cont-item .item-cent .page-button span {
  color: #000000;
}
.case .case-main .main-box .box-cont .cont-item .item-cent .page-button:hover {
  border: solid 1px #00c957;
}
.case .case-main .main-box .box-cont .cont-item:hover {
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.1);
}
.case .case-main .main-box .box-cont .cont-item:hover::after {
  width: 100%;
}
.case .case-main .main-box .box-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-box .box-cont .cont-item:hover .item-cent .page-button {
  background: #000;
}
.case .case-main .main-box .box-cont .cont-item:hover .item-cent .page-button span {
  color: #fff;
}
.case .case-main .main-box .box-load {
  display: block;
  width: 1.25rem;
  height: auto;
  margin: 1rem auto 0;
}
.case .case-main .main-box .box-load p {
  font-size: var(--fs30);
  text-align: center;
  color: #4d4d4d;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-box .box-load .load-arrow {
  width: 16px;
  height: auto;
  margin: 0.1rem auto 0;
}
.case .case-main .main-box .box-load .load-arrow img {
  width: 100%;
}
.case .case-main .main-box .box-load:hover p {
  color: #00c957;
}
.caseDetail-top {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 0.45rem;
  background: url(../images/caseDetail-bg.png) no-repeat top left;
  background-size: 100%;
}
.caseDetail-top .top-main {
  padding-right: 24.3vw;
}
.caseDetail-top .top-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 1.389;
  color: #333;
}
.caseDetail-top .top-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.caseDetail-top .top-main .main-bottom .bottom-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #ccc;
}
.caseDetail-top .top-main .main-bottom .bottom-time img {
  width: 0.16rem;
}
.caseDetail-top .top-main .main-bottom .bottom-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
.caseDetail-top .top-main .main-bottom .bottom-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.22rem;
}
.caseDetail-top .top-main .main-bottom .bottom-share .share-item 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;
}
.caseDetail-top .top-main .main-bottom .bottom-share .share-item .img2 {
  opacity: 0;
}
.caseDetail-top .top-main .main-bottom .bottom-share .share-item:hover .img1 {
  opacity: 0;
}
.caseDetail-top .top-main .main-bottom .bottom-share .share-item:hover .img2 {
  opacity: 1;
}
.caseDetail-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-left: 10vw;
  overflow: visible;
}
.caseDetail-main .main-cont {
  width: 55.8vw;
  height: auto;
  padding-bottom: 1.5rem;
}
.caseDetail-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.89;
  color: #333;
}
.caseDetail-main .main-cont .cont-cent img {
  max-width: 100%;
  width: auto;
  height: auto !important;
}
.caseDetail-main .main-cont .cont-lump {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 1.15rem;
}
.caseDetail-main .main-cont .cont-lump .lump-item {
  display: flex !important;
  align-items: center;
  position: relative;
  width: calc(100% / 2 - 0.16rem);
  height: 0.8rem;
  padding: 0 0.25rem;
  font-size: var(--fs16);
  line-height: 1.5;
  color: #333;
  border: solid 1px #ededed;
}
.caseDetail-main .main-cont .cont-lump .lump-item::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  border-top: solid 1px #00c957;
  border-left: solid 1px #00c957;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail-main .main-cont .cont-lump .lump-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-bottom: solid 1px #00c957;
  border-right: solid 1px #00c957;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail-main .main-cont .cont-lump .lump-item span {
  width: 4rem;
  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;
}
.caseDetail-main .main-cont .cont-lump .lump-item:hover {
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}
.caseDetail-main .main-cont .cont-lump .lump-item:hover::before,
.caseDetail-main .main-cont .cont-lump .lump-item:hover::after {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.caseDetail-main .main-cont .cont-lump .lump-item:hover span {
  color: #00c957;
}
.caseDetail-main .main-box {
  position: relative;
  width: 27.6vw;
  height: auto;
  padding: 0.5rem 12.5vw 0 2.8vw;
  background: #f3f3f3;
}
.caseDetail-main .main-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #7fff00, #00c957);
}
.caseDetail-main .main-box .box-lump {
  position: sticky;
  top: 1rem;
  left: 0;
  width: 100%;
  height: auto;
}
.caseDetail-main .main-box .box-lump .lump-title {
  font-size: var(--fs18);
  font-weight: bold;
  color: #00c957;
}
.caseDetail-main .main-box .box-lump .lump-wrap {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.caseDetail-main .main-box .box-lump .lump-wrap .wrap-item {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.caseDetail-main .main-box .box-lump .lump-wrap .wrap-item .item-pic {
  width: 100%;
  height: 1.38rem;
  overflow: hidden;
}
.caseDetail-main .main-box .box-lump .lump-wrap .wrap-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-main .main-box .box-lump .lump-wrap .wrap-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: 100;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail-main .main-box .box-lump .lump-wrap .wrap-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-main .main-box .box-lump .lump-wrap .wrap-item:hover .item-title {
  color: #00c957;
}
.caseDetail-main .main-box .box-lump .lump-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.46rem;
  height: 0.48rem;
  margin-top: 0.4rem;
  background: #00c957;
}
.caseDetail-main .main-box .box-lump .lump-button span {
  position: relative;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail-main .main-box .box-lump .lump-button:hover {
  background: #000;
}
.product {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.6rem;
}
.product .product-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  margin-bottom: 0.7rem;
}
.product .product-main .main-box .box-item {
  width: calc(100% / 3 - 2.4vw);
  height: auto;
  margin-right: 3.6vw;
  margin-bottom: 0.5rem;
}
.product .product-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-box .box-item .item-lump {
  position: relative;
  width: 100%;
  height: auto;
}
.product .product-main .main-box .box-item .item-lump .lump-pic {
  width: 100%;
  height: 3.1rem;
  overflow: hidden;
}
.product .product-main .main-box .box-item .item-lump .lump-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-lump .lump-cent {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-lump .lump-cent .cent-text {
  width: 100%;
  font-size: var(--fs18);
  font-weight: 100;
  left: 0.02rem;
  text-align: center;
  color: #fff;
}
.product .product-main .main-box .box-item .item-lump .lump-cent .cent-button {
  width: 0.5rem;
  height: 0.35rem;
  margin: 0.2rem auto 0;
  border-radius: 0.45rem;
  background: url(../images/icon/icon-arrow9.png) no-repeat center center;
  background-size: 6px;
  border: solid 1px #7fff00;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-lump .lump-cent .cent-button:hover {
  background: #7fff00 url(../images/icon/icon-arrow8.png) no-repeat center center;
  background-size: 6px;
}
.product .product-main .main-box .box-item .item-title {
  margin-top: 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #000;
}
.product .product-main .main-box .box-item:hover .item-lump .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);
}
.product .product-main .main-box .box-item:hover .item-lump .lump-cent {
  opacity: 1;
}
.productDetail {
  width: 100%;
  height: auto;
  padding: 0.32rem 0 1.85rem;
}
.productDetail .product-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.productDetail .product-main .main-item {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: calc(100% / 2 - 0.1rem);
  height: 7.5rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  background: #f6f6f6;
  border: solid 1px #ececec;
}
.productDetail .product-main .main-item .item-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.4rem 0.85rem 0;
}
.productDetail .product-main .main-item .item-cent .cent-lump {
  flex: 1;
  padding-right: 0.15rem;
}
.productDetail .product-main .main-item .item-cent .cent-lump .lump-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  color: #7fff00;
}
.productDetail .product-main .main-item .item-cent .cent-lump .lump-text {
  width: 100%;
  margin-top: 0.1rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 2;
  color: #333;
}
.productDetail .product-main .main-item .item-cent .cent-lump .lump-text span {
  font-weight: bold;
}
.productDetail .product-main .main-item .item-cent .cent-button {
  width: 1.72rem;
  height: 0.55rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.5rem;
  color: #00c957;
  border-radius: 0.45rem;
  background: transparent;
  border: solid 2px #00c957;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .product-main .main-item .item-cent .cent-button:hover {
  color: #fff;
  background: #00c957;
}
.productDetail .product-main .main-item .item-pic {
  width: 100%;
  height: auto;
}
.productDetail .product-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;
}
.productDetail .product-main .main-item:hover {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.productDetail .product-main .main-item:hover .item-cent .cent-button {
  opacity: 1;
}
.solutionDetail-subNav {
  position: sticky;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
.solutionDetail-subNav .subNav-main {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.solutionDetail-subNav .subNav-main .main-item {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.8rem;
  font-size: var(--fs16);
  color: #000;
  cursor: pointer;
}
.solutionDetail-subNav .subNav-main .main-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00c957;
  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-subNav .subNav-main .main-item:last-of-type {
  margin-right: 0;
}
.solutionDetail-subNav .subNav-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);
}
.solutionDetail-subNav .subNav-main .main-item-on {
  font-weight: bold;
}
.solutionDetail-subNav .subNav-main .main-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);
}
.solutionDetail-top {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.6rem;
}
.solutionDetail-plate1 {
  width: 100%;
  height: auto;
  padding: 0.55rem 0 1.5rem;
}
.solutionDetail-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.solutionDetail-plate1 .plate1-main .main-box .box-item {
  position: relative;
  width: calc(100% / 2 - 0.48rem);
  height: auto;
}
.solutionDetail-plate1 .plate1-main .main-box .box-item .item-pic {
  width: 100%;
  height: 4rem;
  background: #000;
  overflow: hidden;
}
.solutionDetail-plate1 .plate1-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent .cent-icon {
  width: 0.52rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent .cent-icon img {
  width: 100%;
}
.solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.solutionDetail-plate1 .plate1-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.solutionDetail-plate1 .plate1-main .main-box .box-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);
}
.solutionDetail-plate2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.35rem;
  background: #f6f6f6;
}
.solutionDetail-plate2 .plate2-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  margin-bottom: 0.6rem;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-title {
  font-size: var(--fs36);
  text-align: center;
  color: #00c957;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 39.1vw;
  height: auto;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item {
  min-height: 2.6rem;
  width: calc(100% / 2 - 0.15rem);
  height: auto;
  padding: 0.55rem 0.38rem 0.45rem;
  background: #fff;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(1) {
  margin-bottom: 0.3rem;
  border-top: solid 2px #00c957;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(2) {
  margin-bottom: 0.3rem;
  border-top: solid 2px #00ff00;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(3) {
  border-top: solid 2px #ff9912;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item:nth-child(4) {
  border-top: solid 2px #ffd700;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-title {
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02rem;
  color: #000;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-lump .lump-item .item-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  line-height: 1.67;
  color: #000;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper {
  position: relative;
  width: 39.1vw;
  height: auto;
  padding-bottom: 0.35rem;
  overflow: hidden;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 5.5rem;
  border: solid 1px #f4f4f4;
  overflow: hidden;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-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;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-pagination {
  bottom: 0;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #cfcfcf;
  opacity: 1;
}
.solutionDetail-plate2 .plate2-main .main-cont .cont-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffd700;
}
.solutionDetail-plate2 .plate2-main .main-box {
  width: 100%;
  height: auto;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap {
  width: 100%;
  height: auto;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-title {
  font-size: var(--fs36);
  text-align: center;
  color: #00c957;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.18rem 0.25rem 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.9rem;
  background: #fff;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent {
  width: 32.8vw;
  height: auto;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent .cent-item {
  width: 100%;
  margin-bottom: 0.35rem;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent .cent-item:last-of-type {
  margin-bottom: 0;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent .cent-item .item-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #000;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-cent .cent-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.67;
  color: #000;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper {
  position: relative;
  width: 39.1vw;
  height: auto;
  padding-bottom: 0.35rem;
  overflow: hidden;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 5.5rem;
  border: solid 1px #f4f4f4;
  overflow: hidden;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-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;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-pagination {
  bottom: 0;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #cfcfcf;
  opacity: 1;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap .wrap-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffd700;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap:last-of-type .wrap-lump {
  margin-bottom: 0;
}
.solutionDetail-plate2 .plate2-main .main-box .box-wrap:nth-child(even) .wrap-lump {
  flex-direction: row-reverse;
}
.solutionDetail-plate3 {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.2rem;
}
.solutionDetail-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.solutionDetail-plate3 .plate3-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.45rem;
}
.solutionDetail-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.solutionDetail-plate3 .plate3-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}
.solutionDetail-plate3 .plate3-main .main-box .box-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;
}
.solutionDetail-plate3 .plate3-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.25rem 0;
}
.solutionDetail-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #000;
}
.solutionDetail-plate3 .plate3-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  line-height: 1.67;
  color: #000;
}
.solutionDetail-plate3 .plate3-main .main-box .box-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);
}
.solutionDetail-plate4 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0 1.35rem;
  background: #f3f3f3 url(../images/solutionDetail-plate4-bg.jpg) no-repeat top right;
  background-size: 100%;
}
.solutionDetail-plate4 .plate4-main .main-lump {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.18rem 0.25rem 0.5rem;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-cent {
  width: 32.8vw;
  height: auto;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-cent .cent-item {
  width: 100%;
  margin-bottom: 0.35rem;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-cent .cent-item .item-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #000;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-cent .cent-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.67;
  color: #000;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-swiper {
  position: relative;
  width: 39.1vw;
  height: auto;
  padding-bottom: 0.35rem;
  overflow: hidden;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 5.5rem;
  border: solid 1px #f4f4f4;
  overflow: hidden;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-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;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-pagination {
  bottom: 0;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #cfcfcf;
  opacity: 1;
}
.solutionDetail-plate4 .plate4-main .main-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #00c957;
}
.solutionDetail-plate5 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.25rem;
}
.solutionDetail-plate5 .plate5-main .main-lump {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.18rem 0.25rem 0.5rem;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-cent {
  width: 32.8vw;
  height: auto;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-cent .cent-item {
  width: 100%;
  margin-bottom: 0.35rem;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-cent .cent-item .item-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #000;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-cent .cent-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.67;
  color: #000;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-swiper {
  position: relative;
  width: 39.1vw;
  height: auto;
  padding-bottom: 0.35rem;
  overflow: hidden;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 5.5rem;
  overflow: hidden;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-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;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-pagination {
  bottom: 0;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #cfcfcf;
  opacity: 1;
}
.solutionDetail-plate5 .plate5-main .main-lump .lump-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #00c957;
}
.solutionDetail-plate6 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 1rem;
  background: #f3f3f3;
}
.solutionDetail-plate6 .plate6-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.solutionDetail-plate6 .plate6-main .main-box .box-item {
  width: calc(100% / 4 - 0.12rem);
  height: auto;
  margin-right: 0.16rem;
  margin-bottom: 0.3rem;
  background: #fff;
}
.solutionDetail-plate6 .plate6-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.solutionDetail-plate6 .plate6-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.48rem;
  overflow: hidden;
}
.solutionDetail-plate6 .plate6-main .main-box .box-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;
}
.solutionDetail-plate6 .plate6-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.25rem 0.5rem;
}
.solutionDetail-plate6 .plate6-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solutionDetail-plate6 .plate6-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  line-height: 2;
  color: #333;
}
.solutionDetail-plate6 .plate6-main .main-box .box-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);
}
.solutionDetail-plate7 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.35rem;
}
.solutionDetail-plate7 .plate7-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item {
  width: calc(100% / 4 - 0.12rem);
  height: auto;
  margin-right: 0.16rem;
  margin-bottom: 0.3rem;
  padding: 0.68rem 0.4rem 0.8rem;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  border: solid 1px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item .item-icon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #f3f3f3;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item .item-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item .item-icon .img2 {
  opacity: 0;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  line-height: 2;
  color: #333;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item:hover {
  border: solid 1px #7fff00;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item:hover .item-icon {
  background: #00c957;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.solutionDetail-plate7 .plate7-main .main-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.solutionDetail-recommend {
  width: 100%;
  height: auto;
  padding: 0.6rem 0 1.4rem;
}
.solutionDetail-recommend .recommend-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.solutionDetail-recommend .recommend-main .main-top .top-box {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.solutionDetail-recommend .recommend-main .main-top .top-box .box-item {
  width: 2.48rem;
  height: auto;
  margin-right: 0.3rem;
}
.solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.35rem 0 0.25rem;
  font-size: var(--fs18);
  font-weight: 100;
  color: #333;
  background: #fff;
  border: solid 1px #d0d0d0;
  border-radius: 0.1rem;
  cursor: pointer;
}
.solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-title em {
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 0.18rem;
  height: 0.11rem;
  background: url(../images/icon/icon-select-arrow3.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-ul {
  display: none;
  position: absolute;
  top: 0.54rem;
  width: 100%;
  margin-top: -1px;
  background: #fff;
  border: solid 1px #d0d0d0;
  border-top: none;
  z-index: 99;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  overflow: hidden;
}
.solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-ul .ul-lump {
  width: 100%;
  max-height: 2.5rem;
  overflow-y: scroll;
}
.solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-ul .select-li {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.35rem;
  border-bottom: solid 1px #e6e6e6;
  font-size: var(--fs16);
  font-weight: 100;
  line-height: 0.5rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-recommend .recommend-main .main-top .top-box .box-item .item-select .select-ul .select-li:hover {
  color: #00c957;
}
.solutionDetail-recommend .recommend-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.solutionDetail-recommend .recommend-main .main-box .box-pic {
  width: 6rem;
  height: auto;
  overflow: hidden;
}
.solutionDetail-recommend .recommend-main .main-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-recommend .recommend-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
}
.solutionDetail-recommend .recommend-main .main-box .box-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 46vw;
  height: 100%;
  padding-top: 0.4rem;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item {
  position: relative;
  width: calc(100% / 3 - 0.094rem);
  height: auto;
  margin-right: 0.14rem;
  margin-bottom: 0.65rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #cccccc;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #00c957;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item:nth-child(3n) {
  margin-right: 0;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item p {
  display: inline-block;
  position: relative;
  font-size: var(--fs20);
  font-weight: 100;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.2rem;
  width: 0.16rem;
  height: 0.12rem;
  margin-top: -0.06rem;
  background: url(../images/icon/icon-arrow13.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item:hover::after {
  width: 100%;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item:hover p {
  font-weight: bold;
  color: #000;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump .lump-item:hover p::after {
  right: -0.35rem;
  opacity: 1;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump-xqjy .lump-item {
  width: calc(100% / 4 - 0.15rem);
  margin-right: 0.2rem;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump-xqjy .lump-item:nth-child(3n) {
  margin-right: 0.2rem;
}
.solutionDetail-recommend .recommend-main .main-box .box-lump-xqjy .lump-item:nth-child(4n) {
  margin-right: 0;
}
.solutionDetail-button {
  display: block;
  width: 1.48rem;
  height: 0.5rem;
  margin: 0.6rem auto 0;
  font-size: var(--fs14);
  font-weight: 100;
  text-align: center;
  line-height: 0.48rem;
  color: #00c957;
  border: solid 1px #00c957;
}
.solutionDetail-button:hover {
  color: #fff;
  background: #00c957;
}
.solutionDetail-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.solutionDetail-lump .lump-num {
  font-family: 'POPPINS-BOLD';
  font-size: 0.8rem;
  line-height: 1;
  color: #7fff00;
}
.solutionDetail-lump .lump-cent {
  flex: 1;
  padding-left: 0.05rem;
}
.solutionDetail-lump .lump-cent .cent-title {
  font-size: var(--fs40);
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.solutionDetail-lump .lump-cent .cent-English {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #999;
}
.solutionDetail-xqjy-plate1 {
  width: 100%;
  height: auto;
  padding: 0.55rem 0 0.7rem;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item {
  position: relative;
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-pic {
  width: 100%;
  height: 4rem;
  background: #000;
  overflow: hidden;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 0.3rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent .cent-icon {
  width: 0.51rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent .cent-icon img {
  width: 100%;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent .cent-title {
  margin-top: 0.1rem;
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.solutionDetail-xqjy-plate1 .plate1-main .main-box .box-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);
}
.solutionDetail-xqjy-plate2 {
  width: 100%;
  height: auto;
  padding: 0.7rem 0 0.5rem;
}
.solutionDetail-xqjy-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  background: #f6f6f6;
}
.solutionDetail-xqjy-plate2 .plate2-main .main-cent {
  width: 36.9vw;
  height: auto;
  padding: 0.95rem 0.65rem 0.5rem 0.55rem;
}
.solutionDetail-xqjy-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.55rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.67;
  color: #333;
}
.solutionDetail-xqjy-plate2 .plate2-main .main-pic {
  width: 43.1vw;
  height: 5.52rem;
  overflow: hidden;
}
.solutionDetail-xqjy-plate2 .plate2-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-xqjy-plate2 .plate2-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);
}
.solutionDetail-xqjy-plate3 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.4rem;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  margin-bottom: 0.7rem;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item {
  width: calc(100% / 3 - 0.32rem);
  height: auto;
  margin-right: 0.48rem;
  margin-bottom: 0.5rem;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: 4.8rem;
  border: solid 1px #ececec;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-button {
  position: absolute;
  bottom: 0.58rem;
  left: 50%;
  width: 1.72rem;
  height: 0.55rem;
  margin-left: -0.86rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border: solid 2px #00c957;
  background: #00c957;
  border-radius: 0.45rem;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-button:hover {
  color: #00c957;
  background: transparent;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  font-weight: 100;
  line-height: 1.875;
  text-transform: uppercase;
  color: #333;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item .item-cent .cent-text span {
  font-weight: bold;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item:hover .item-pic {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item:hover .item-button {
  opacity: 1;
}
.solutionDetail-xqjy-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-title {
  color: #00c957;
}
.prompt {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.prompt .prompt-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.prompt .prompt-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.prompt .prompt-main .main-cent {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.search {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.2rem;
}
.search .search-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.search .search-main .main-top a {
  width: auto;
  height: 0.5rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.45rem;
  color: #fff;
  background: #ffd700;
  border: solid 2px #ffd700;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #ffd700;
  background: transparent;
}
.search .search-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  color: #000;
}
.search .search-main .main-cont span {
  margin-right: 0.3rem;
}
.search .search-main .main-cont b {
  color: #cd0000;
}
.search .search-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.search .search-main .main-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  border-bottom: 1px dashed #eee;
}
.search .search-main .main-box a p {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .search-main .main-box a:first-of-type {
  border-top: 1px dashed #eee;
}
.search .search-main .main-box a:hover p {
  color: #ffd700;
}
.page-heng {
  width: 0.25rem;
  height: 3px;
  margin-top: 0.2rem;
  background: #ffd700;
}
.page-title {
  font-size: var(--fs36);
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: #000;
}
.page-English {
  margin-top: 0.05rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #000;
}
.index-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  line-height: 1.15;
  text-transform: uppercase;
  color: #000;
}
.index-title {
  font-size: var(--fs30);
  letter-spacing: 0.02rem;
  color: #000;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.46rem;
  height: 0.48rem;
  background: #000;
  overflow: hidden;
}
.page-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 105%;
  background: #00c957;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 105%;
  background: #00c957;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button span {
  position: relative;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  position: relative;
  width: 13px;
  height: 10px;
  margin-left: 0.08rem;
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover::before,
.page-button:hover::after {
  width: 52%;
}
.page-message {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 0.85rem;
  background: url(../images/page-bg.jpg) no-repeat top left;
  background-attachment: fixed;
  background-size: cover;
}
.page-message .message-main .main-title {
  font-size: var(--fs36);
  text-align: center;
  color: #fff;
}
.page-message .message-main .main-button {
  display: block;
  width: 1.72rem;
  height: 0.55rem;
  margin: 0.25rem auto 0;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.55rem;
  color: #fff;
  background: #00c957;
}
.page-message .message-main .main-button:hover {
  background: #ffd700;
}
.pupop-pic-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 199;
}
.pupop-pic-main {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 7rem;
  margin: -3.5rem 0 0 -3.5rem;
  z-index: 299;
}
.pupop-pic-main .main-pic {
  width: 100%;
  height: 100%;
}
.pupop-pic-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pupop-pic-main .main-hide {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  width: 0.24rem;
  cursor: pointer;
}
.pupop-pic-main .main-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-pic-main .main-hide:hover img {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.page-up {
  display: none;
  position: fixed;
  bottom: 15%;
  right: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #7fff00 url(../images/icon/icon-arrow12.png) no-repeat center center;
  background-size: 12px;
  cursor: pointer;
  z-index: 199;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-up:hover {
  background-color: #00c957;
}
.page-hang {
  position: fixed;
  bottom: 35%;
  right: 0;
  width: 1.22rem;
  height: auto;
  z-index: 99;
}
.page-hang .hang-hide {
  position: absolute;
  top: -0.3rem;
  right: 0.1rem;
  width: 16px;
  height: 16px;
  background: url(../images/close.gif) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}
.page-hang .hang-pc {
  display: block;
  width: 100%;
  height: auto;
}
.page-hang .hang-pc img {
  width: 100%;
}
.page-hang .hang-web {
  display: none;
}
.page-crumb {
  width: 100%;
  height: auto;
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #999;
}
.page-crumb .crumb-box a {
  display: flex;
  align-items: center;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs14);
  color: #999;
}
.page-crumb .crumb-box a img {
  display: inline-block;
  width: 0.6vw;
  margin-right: 0.5vw;
}
.page-crumb .crumb-box a:hover {
  color: #ffd700;
  text-decoration: underline;
}
.page-crumb .crumb-box em {
  margin: 0 4px;
}
.page-crumb .crumb-box span {
  color: #999;
}
.page-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.page-load .load-icon {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.15rem;
  background: url(../images/icon/icon-load.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;
}
.page-load .load-title {
  font-size: var(--fs16);
  text-align: center;
  color: #ffd700;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load:hover .load-icon {
  margin-right: 0.25rem;
}
.page-strip {
  position: relative;
  width: 100%;
  height: 0.7rem;
  margin-top: -0.7rem;
  background: rgba(0, 0, 0, 0.3);
  z-index: 29;
}
.page-strip .strip-box {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.page-strip .strip-box .box-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1.72rem;
  height: 100%;
  margin-right: 0.16rem;
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.page-strip .strip-box .box-item:last-of-type {
  margin-right: 0;
}
.page-strip .strip-box .box-item:hover {
  font-weight: bold;
}
.page-strip .strip-box .box-item-on {
  font-weight: bold;
}
.page-Wnav {
  display: none;
}
.wrap {
  width: 80vw;
  height: auto;
  margin: 0 auto;
}
