.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.1rem;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem 0 0.55rem;
  z-index: 9;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 2.93rem;
  height: 0.44rem;
}
nav .nav-main .main-cont .main-logo 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;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
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 {
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.28rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  font-size: var(--fs18);
  font-weight: 100;
  text-align: center;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #25aaac;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  font-weight: bold;
  color: #25aaac;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 100%;
  max-height: 4.5rem;
  height: auto;
  padding: 0.25rem 0;
  background: rgba(255, 255, 255);
  border-top: solid 1px #f7f7f7;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0deg, #ea5504, #ff752a);
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  margin-right: 0.35rem;
  padding: 0.1rem 0;
  font-size: var(--fs16);
  color: #999;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  color: #25aaac !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 100%;
  max-height: 4.5rem;
  padding: 0.65rem 0;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box {
  display: flex;
  justify-content: center;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item {
  display: none;
  width: 2.6rem;
  height: auto;
  margin-right: 0.8rem;
  opacity: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item:last-of-type {
  width: auto;
  margin-right: 0;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top {
  display: block;
  width: 100%;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-top:hover {
  color: #25aaac;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent a {
  display: block;
  font-size: var(--fs14);
  line-height: 0.4rem;
  color: #666;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-cont .cont-box .box-item .item-cent a:hover {
  color: #25aaac;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(6) .li-list a,
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:nth-child(7) .li-list a {
  font-weight: bold;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  font-weight: bold;
  color: #25aaac !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-cont {
  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-cont .box-item {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.22rem;
  height: 100%;
  margin-left: 0.33rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-serach span {
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 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: 100%;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-flag {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: url(../images/icon/icon-lang-world.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;
  font-size: var(--fs18);
  font-weight: 100;
  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: 11px;
  height: 9px;
  background: url(../images/icon/icon-lang-arrow.png) no-repeat center center;
  background-size: 11px 9px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-105%);
  -o-transform: translatey(-105%);
  -moz-transform: translatey(-105%);
  -webkit-transform: translatey(-105%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  font-weight: bold;
  color: #25aaac;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-title {
  color: #25aaac;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-nav .nav-cont .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main-active {
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
nav .nav-main-active .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-active .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-active .main-nav .nav-cont .nav-li .li-link {
  color: #333 !important;
}
nav .nav-main-active .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center !important;
  background-size: 100% !important;
}
nav .nav-main-active .main-right .right-lang .lang-title {
  color: #333 !important;
}
nav .nav-main-on {
  background: #fff;
  border-bottom: solid 1px #e9e9e9;
}
nav .nav-main-on .main-logo .img1 {
  opacity: 0 !important;
}
nav .nav-main-on .main-logo .img2 {
  opacity: 1 !important;
}
nav .nav-main-on .main-nav .nav-cont .nav-li .li-link {
  color: #333 !important;
}
nav .nav-main-on .main-right .right-serach span {
  background: url(../images/icon/icon-search2.png) no-repeat center center !important;
  background-size: 100% !important;
}
nav .nav-main-on .main-right .right-lang .lang-title {
  color: #333 !important;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 1.1rem;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  margin-left: -0.1rem;
  background: url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .Whead-search .hide-pic:hover {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5rem;
}
nav .Whead-search .search-input .input-box {
  flex: 1;
}
nav .Whead-search .search-input .input-box input {
  width: 100%;
  height: 0.5rem;
  padding: 0.08rem 0;
  font-family: 'Arial';
  font-size: 0.16rem;
  color: #444;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #ccc;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #444;
}
nav .Whead-search .search-input .input-icon {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
nav .Whead-search .search-input .input-icon img {
  width: 100%;
}
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition: all 1.4s 0.5s;
  -o-transition: all 1.4s 0.5s;
  -moz-transition: all 1.4s 0.5s;
  -webkit-transition: all 1.4s 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.72rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subTitle {
  font-size: var(--fs30);
  font-weight: 100;
  text-align: center;
  line-height: 0.72rem;
  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 {
  width: 1.7rem;
  height: 0.5rem;
  margin: 0.75rem auto 0;
  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-pagination {
  bottom: 0.5rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 0.21rem;
  background: transparent;
  border: solid 3px rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: 0;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: -200%;
  left: 70%;
  width: 0.42rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type::after {
  display: none;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #25aaac;
  border: solid 3px rgba(255, 255, 255);
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-subTitle,
header .head-banner .swiper-slide-active .box-cent .cent-button {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-pic .img2 {
  display: none;
}
header .head-banner .video-pic {
  display: none;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  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 {
  font-size: 0.72rem;
  color: #333;
}
header .head-banner .banner-cent .cent-text {
  font-size: var(--fs30);
  font-weight: 100;
  color: #333;
}
header .head-banner .banner-cent .cent-lump {
  width: 6.8rem;
  height: auto;
  margin-top: 0.25rem;
  padding: 0.1rem 0.14rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #fff;
  background: linear-gradient(90deg, #25aaac, transparent);
  border-radius: 0.05rem;
}
header .head-banner .banner-cent .cent-text2 {
  width: 5.85rem;
  height: auto;
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-cent .cent-heng {
  width: 0.4rem;
  height: 4px;
  margin-top: 0.4rem;
  background: #fff;
}
header .head-banner .banner-cent .cent-box {
  width: 5.85rem;
  height: auto;
  margin-top: 0.45rem;
}
header .head-banner .banner-cent .cent-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
header .head-banner .banner-cent .cent-box .box-item em {
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/icon/icon-dui.png) no-repeat center center;
  background-size: 100%;
}
header .head-banner .banner-cent .cent-box .box-item span {
  width: calc(100% - 0.26rem);
  padding-left: 0.18rem;
  font-size: var(--fs18);
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  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-cent2 .cent-title {
  font-size: 0.72rem;
  color: #333;
}
header .head-banner .banner-cent2 .cent-text2 {
  width: 5.85rem;
  height: auto;
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-heng {
  width: 0.4rem;
  height: 4px;
  margin-top: 0.4rem;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-box {
  width: 5.85rem;
  height: auto;
  margin-top: 0.45rem;
}
header .head-banner .banner-cent2 .cent-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
header .head-banner .banner-cent2 .cent-box .box-item em {
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/icon/icon-dui.png) no-repeat center center;
  background-size: 100%;
}
header .head-banner .banner-cent2 .cent-box .box-item span {
  width: calc(100% - 0.26rem);
  padding-left: 0.18rem;
  font-size: var(--fs18);
  color: #fff;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 2px #fff;
  outline: none;
  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 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  background: #fff;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev {
  left: 0.7rem;
}
header .head-banner .banner-swiper-button-next {
  right: 0.7rem;
}
header .head-banner .banner-play {
  display: none;
}
header .head-banner .banner-box {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0 1rem;
}
header .head-banner .banner-box .box-pic {
  width: 5.54rem;
  height: auto;
  overflow: hidden;
}
header .head-banner .banner-box .box-pic img {
  width: 100%;
}
header .head-banner .banner-box .box-cent {
  width: 6.1rem;
}
header .head-banner video {
  width: 100%;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.28rem;
  left: 50%;
  width: 0.7rem;
  height: auto;
  margin-left: -0.35rem;
  cursor: pointer;
  z-index: 9;
}
header .head-banner .banner-mouse p {
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse .mouse-pic {
  width: 0.32rem;
  margin: 0.15rem auto 0;
}
header .head-banner .banner-mouse .mouse-pic img {
  width: 100%;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.25rem !important;
  overflow: hidden;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
footer .foot-main .main-cont {
  width: 50%;
  height: auto;
}
footer .foot-main .main-cont .cont-tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-tel .tel-icon {
  width: 0.58rem;
  height: auto;
}
footer .foot-main .main-cont .cont-tel .tel-icon img {
  width: 100%;
}
footer .foot-main .main-cont .cont-tel .tel-cent {
  width: calc(100% - 0.58rem);
  height: auto;
  padding-left: 0.2rem;
}
footer .foot-main .main-cont .cont-tel .tel-cent .cent-title {
  font-size: var(--fs18);
  color: #666666;
}
footer .foot-main .main-cont .cont-tel .tel-cent .cent-num {
  font-size: var(--fs40);
  font-weight: bold;
  color: #25aaac;
}
footer .foot-main .main-cont .cont-text {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
footer .foot-main .main-cont .cont-text p {
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #9a9a9a;
}
footer .foot-main .main-cont .cont-link {
  display: none;
  position: relative;
  width: 2.46rem;
}
footer .foot-main .main-cont .cont-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-main .main-cont .cont-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #7f7f7f;
  height: 46px;
  font-size: var(--fs14);
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px #e2e2e2;
  padding: 0 40px 0 15px;
  background-image: url(../images/icon/icon-arrow5.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-color: #fff;
}
footer .foot-main .main-cont .cont-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #f7f7f7;
  border-bottom: none;
}
footer .foot-main .main-cont .cont-link .link-box .box-list a {
  display: block;
  color: #666;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 26px;
}
footer .foot-main .main-cont .cont-link .link-box .box-list a:hover {
  color: #fff;
  background: #25aaac;
}
footer .foot-main .main-cont .cont-lump {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
footer .foot-main .main-cont .cont-lump .lump-share {
  display: none;
  justify-content: flex-end;
  width: 100%;
}
footer .foot-main .main-cont .cont-lump .lump-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.24rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
footer .foot-main .main-cont .cont-lump .lump-share .share-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-cont .cont-lump .lump-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.32rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-lump .lump-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-lump .lump-share .share-item:hover {
  background: #25aaac;
}
footer .foot-main .main-cont .cont-lump .lump-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cont .cont-lump .lump-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-cont .cont-lump .lump-link {
  font-size: var(--fs14);
  color: #9a9a9a;
}
footer .foot-main .main-cont .cont-lump .lump-link a {
  font-weight: bold;
  color: #9a9a9a;
}
footer .foot-main .main-cont .cont-lump .lump-link a:hover {
  color: #25aaac;
}
footer .foot-main .main-cont .cont-lump .lump-link span {
  margin: 0 0.3rem;
}
footer .foot-main .main-cont .cont-lump .lump-zizhi {
  margin-top: 0.1rem;
  font-size: var(--fs12);
  color: #9a9a9a;
}
footer .foot-main .main-cont .cont-lump .lump-zizhi a {
  color: #9a9a9a;
}
footer .foot-main .main-cont .cont-lump .lump-zizhi a:hover {
  color: #25aaac;
}
footer .foot-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 6.2rem;
  height: auto;
}
footer .foot-main .main-box .box-nav {
  width: auto;
}
footer .foot-main .main-box .box-nav a {
  display: block;
  font-size: var(--fs18);
  font-weight: bold;
  line-height: 0.44rem;
  color: #666;
}
footer .foot-main .main-box .box-nav a:hover {
  color: #25aaac;
}
footer .foot-main .main-box .box-lump {
  position: relative;
  width: auto;
}
footer .foot-main .main-box .box-lump .lump-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
footer .foot-main .main-box .box-lump .lump-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.24rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
footer .foot-main .main-box .box-lump .lump-share .share-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-box .box-lump .lump-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.32rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-box .box-lump .lump-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-box .box-lump .lump-share .share-item:hover {
  background: #25aaac;
}
footer .foot-main .main-box .box-lump .lump-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-box .box-lump .lump-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-box .box-lump .lump-ewm {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-top: 0.35rem;
}
footer .foot-main .main-box .box-lump .lump-ewm .ewm-item {
  width: 1.2rem;
  height: auto;
  margin-right: 0.2rem;
}
footer .foot-main .main-box .box-lump .lump-ewm .ewm-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-box .box-lump .lump-ewm .ewm-item .item-pic {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
}
footer .foot-main .main-box .box-lump .lump-ewm .ewm-item .item-pic img {
  width: 100%;
}
footer .foot-main .main-box .box-lump .lump-ewm .ewm-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs14);
  text-align: center;
  color: #9a9a9a;
}
footer .foot-main .main-box .box-lump .lump-link {
  position: relative;
  left: calc(100% - 2.3rem);
  width: 2.3rem;
  margin-top: 0.3rem;
}
footer .foot-main .main-box .box-lump .lump-link .link-box {
  position: relative;
  width: 100%;
  text-align: left;
}
footer .foot-main .main-box .box-lump .lump-link .link-box .box-name {
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #7f7f7f;
  height: 46px;
  font-size: var(--fs14);
  line-height: 40px;
  border-radius: 5px;
  border: solid 1px #e2e2e2;
  padding: 0 40px 0 15px;
  background-image: url(../images/icon/icon-arrow5.png);
  background-repeat: no-repeat;
  background-position: right 28px center;
  background-color: #fff;
}
footer .foot-main .main-box .box-lump .lump-link .link-box .box-list {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 45px;
  z-index: 6;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  background-color: #f7f7f7;
  border-bottom: none;
}
footer .foot-main .main-box .box-lump .lump-link .link-box .box-list a {
  display: block;
  color: #666;
  line-height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 26px;
}
footer .foot-main .main-box .box-lump .lump-link .link-box .box-list a:hover {
  color: #fff;
  background: #25aaac;
}
footer .foot-main .main-box .box-lump input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
footer .foot-main .main-box .box-cont {
  display: none;
}
footer .foot-3D {
  position: absolute;
  bottom: -128%;
  left: 0;
  opacity: 1;
}
.container {
  position: relative;
  width: 100%;
  height: auto;
}
.container::before {
  content: '';
  position: absolute;
  top: 1.95rem;
  left: 0;
  width: 100%;
  height: 23.95rem;
  background: url(../images/index-bg.png) no-repeat top left;
  background-size: cover;
  z-index: 9;
}
.container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.13rem;
  background: url(../images/plate6-bg.png) no-repeat top left;
  background-size: cover;
}
.container .cont-plate1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.65rem 0;
  background: #25aaac;
  z-index: 1;
}
.container .cont-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .cont-plate1 .plate1-main .main-cent {
  width: auto;
}
.container .cont-plate1 .plate1-main .main-cent .cent-title {
  font-size: var(--fs28);
  font-weight: bold;
  color: #fff;
}
.container .cont-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #fff;
}
.container .cont-plate1 .plate1-main .page-button:hover {
  background: #fff;
}
.container .cont-plate1 .plate1-main .page-button:hover span {
  color: #25aaac;
}
.container .cont-plate1 .plate1-main .page-button:hover em {
  background: url(../images/icon/icon-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.94rem;
  background: linear-gradient(-90deg, #e2e2e2, #ffffff);
}
.container .cont-plate2 .page-title {
  position: relative;
  text-align: center;
  z-index: 19;
}
.container .cont-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 0.4rem;
  z-index: 19;
}
.container .cont-plate2 .plate2-main .main-cent {
  width: 4rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cent .cent-title {
  font-size: var(--fs18);
  color: #333;
}
.container .cont-plate2 .plate2-main .main-cent .cent-subTitle {
  position: relative;
  margin-top: 0.1rem;
  padding-bottom: 0.25rem;
  font-size: var(--fs48);
  font-weight: bold;
  line-height: 0.5rem;
  color: #333;
  border-bottom: solid 2px #cacaca;
}
.container .cont-plate2 .plate2-main .main-cent .cent-subTitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background: #25aaac;
}
.container .cont-plate2 .plate2-main .main-cent .cent-text {
  width: 100%;
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(1) {
  margin-right: 0.16rem;
  background: #25aaac;
  border: solid 1px #25aaac;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(1):hover {
  background: transparent;
  border: solid 1px #000000;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(1):hover span {
  color: #333;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(1):hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(2) {
  width: 1.9rem;
  border: solid 1px #000000;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(2) span {
  color: #333;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(2) em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(2):hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(2):hover span {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-cent .cent-bottom .page-button:nth-child(2):hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 9rem;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.0867rem);
  height: 3.82rem;
  margin-right: 0.13rem;
  background: #25aaac;
  border-radius: 0.05rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item:nth-child(2) .item-box {
  background: #fff url(../images/plate1-bg2.png) no-repeat -3.02rem bottom;
  background-size: 8.98rem auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item:nth-child(3) .item-box {
  background: #fff url(../images/plate1-bg2.png) no-repeat right bottom;
  background-size: 8.98rem auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box {
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.2rem;
  border-radius: 0.05rem;
  border: solid 1px #bfbfbf;
  background: #fff url(../images/plate1-bg2.png) no-repeat bottom left;
  background-size: 8.98rem auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box .box-icon {
  position: relative;
  width: 0.67rem;
  height: 0.54rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box .box-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box .box-icon .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box .box-title {
  margin-top: 0.25rem;
  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;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box .box-text {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box .box-text p {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box .box-text p em {
  width: 0.14rem;
  height: 0.12rem;
  margin-top: 0.06rem;
  margin-right: 0.08rem;
  background: url(../images/icon/icon-plate2-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item .item-box .box-text p span {
  width: calc(100% - 0.22rem);
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #333;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item:hover .item-box {
  height: calc(100% - 0.1rem);
}
.container .cont-plate2 .plate2-main .main-cont .cont-item:hover .item-box .box-icon .img1 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item:hover .item-box .box-icon .img2 {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .main-cont .cont-item:hover .item-box .box-title {
  color: #25aaac;
}
.container .cont-plate2 .plate2-main .main-bottom {
  display: none;
}
.container .cont-plate3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.95rem;
}
.container .cont-plate3 .plate3-main {
  position: relative;
  z-index: 19;
}
.container .cont-plate3 .plate3-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide {
  width: 100%;
  height: 5.28rem;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: 100%;
  padding: 0.6rem 0.3rem;
  background: #fff;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 4.5rem;
  height: auto;
  margin-right: 0.6rem;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs36);
  font-weight: 100;
  line-height: 0.54rem;
  color: #999;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-subTitle {
  font-size: var(--fs36);
  font-weight: bold;
  line-height: 0.54rem;
  color: #333;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  width: 100%;
  margin-top: 0.35rem;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text p {
  padding-left: 0.28rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
  background: url(../images/icon/icon-arrow4.png) no-repeat left 0.1rem;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button {
  width: 2.1rem;
  height: 0.6rem;
  margin-top: 0.5rem;
  border: solid 1px #000000;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button span {
  color: #333;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button:hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button:hover span {
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-cent .page-button:hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 7.45rem;
  height: auto;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev,
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: solid 2px #25aaac;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev img,
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev .img2,
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover,
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover {
  background: #25aaac;
}
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover .img1,
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev:hover .img2,
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-prev {
  left: 0.6rem;
}
.container .cont-plate3 .plate3-main .main-swiper .plate3-swiper-button-next {
  right: 0.6rem;
}
.container .cont-plate4 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem 0 0.94rem;
  background: linear-gradient(90deg, #e2e2e2, #f6f6f6);
  z-index: 19;
}
.container .cont-plate4 .page-title {
  position: relative;
  text-align: center;
  z-index: 9;
}
.container .cont-plate4 .plate4-mian {
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: 0.3rem;
  z-index: 9;
}
.container .cont-plate4 .plate4-mian .main-item {
  position: relative;
  width: 2.02rem;
  height: 6.23rem;
  margin-right: 0.07rem;
  border-radius: 0.1rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 6.04rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-mian .main-item:last-of-type {
  margin-right: 0;
}
.container .cont-plate4 .plate4-mian .main-item .item-cent {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
}
.container .cont-plate4 .plate4-mian .main-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.container .cont-plate4 .plate4-mian .main-item .item-cent .cent-text {
  width: 4.44rem;
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
.container .cont-plate4 .plate4-mian .main-item .item-cent .page-button {
  display: none;
  margin-top: 0.4rem;
}
.container .cont-plate4 .plate4-mian .main-item-on {
  width: 6.04rem;
}
.container .cont-plate4 .plate4-mian .main-item-on .item-cent {
  top: 0;
  padding: 0.8rem 0.4rem 1rem;
  background: linear-gradient(172deg, #25aaac 20%, transparent 85%);
}
.container .cont-plate4 .plate4-mian .main-item-on .item-cent .cent-title {
  text-align: left;
}
.container .cont-plate4 .plate4-mian .main-item-on .item-cent .cent-text {
  display: -webkit-box;
}
.container .cont-plate4 .plate4-mian .main-item-on .item-cent .page-button {
  display: flex;
}
.container .cont-plate5 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.container .cont-plate5 .page-title {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 9;
}
.container .cont-plate5 .plate5-main {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate5 .plate5-main .main-box .box-pic {
  width: 100%;
  height: 7.61rem;
  overflow: hidden;
}
.container .cont-plate5 .plate5-main .main-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-main .main-box .box-cent {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7.2rem;
  padding-top: 1.9rem;
}
.container .cont-plate5 .plate5-main .main-box .box-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.container .cont-plate5 .plate5-main .main-box .box-cent .cent-text {
  width: 4.8rem;
  margin-top: 0.45rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate5 .plate5-main .main-box .box-cent .page-button {
  margin-top: 0.6rem;
}
.container .cont-plate5 .plate5-main .main-box-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.container .cont-plate5 .plate5-tool {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.85rem;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.container .cont-plate5 .plate5-tool .tool-box {
  display: flex;
  justify-content: center;
  height: 100%;
}
.container .cont-plate5 .plate5-tool .tool-box .box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4);
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate5 .plate5-tool .tool-box .box-item:first-of-type {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.container .cont-plate5 .plate5-tool .tool-box .box-item .item-icon {
  width: 0.28rem;
  height: auto;
  margin-right: 0.1rem;
}
.container .cont-plate5 .plate5-tool .tool-box .box-item .item-icon img {
  width: 100%;
}
.container .cont-plate5 .plate5-tool .tool-box .box-item p {
  font-size: var(--fs16);
  color: #fff;
}
.container .cont-plate5 .plate5-tool .tool-box .box-item-on {
  background-color: rgba(255, 255, 255, 0.1);
}
.container .cont-plate6 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.95rem;
}
.container .cont-plate6 .plate6-main {
  position: relative;
  z-index: 1;
}
.container .cont-plate6 .plate6-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-top .top-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate6 .plate6-main .main-top .top-tab .tab-item {
  margin: 0 0.18rem;
  font-size: var(--fs18);
  font-weight: bold;
  color: #c6c6c6;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-top .top-tab .tab-item:hover {
  color: #333;
}
.container .cont-plate6 .plate6-main .main-top .top-tab .tab-item-on {
  color: #333;
}
.container .cont-plate6 .plate6-main .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide {
  width: calc(100% / 4 - 0.27rem);
  height: auto;
  margin-right: 0.36rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.container .cont-plate6 .plate6-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;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding-top: 0.35rem;
  padding-right: 0.25rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-time {
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-source {
  font-size: var(--fs14);
  color: #666;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-title {
  height: 0.6rem;
  margin-top: 0.15rem;
  font-size: var(--fs22);
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-link {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-link span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box .box-cent .cent-link span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #25aaac;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-cont .cont-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));
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-time {
  color: #25aaac;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-link {
  color: #25aaac;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper .swiper-slide .slide-box:hover .box-cent .cent-link span::after {
  width: 100%;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-pic {
  width: 6.62rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .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));
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent {
  width: 6rem;
  height: auto;
  padding-top: 0.55rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .cent-lump {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0.25rem;
  margin-top: 0.15rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .cent-lump::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #25aaac;
  border-radius: 1.5px;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .cent-lump .lump-time {
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .cent-lump .lump-source {
  font-size: var(--fs14);
  color: #666;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.45rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .page-button {
  margin-top: 0.4rem;
  background: #25aaac;
  border: solid 1px #25aaac;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .page-button:hover {
  background: transparent;
  border: solid 1px #000000;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .page-button:hover span {
  color: #333;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box .box-cent .page-button:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-swiper2 .swiper-slide .slide-box:hover .box-cent .cent-title {
  color: #25aaac;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .box-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -0.85rem;
  right: 0;
  width: 1.4rem;
  height: auto;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .box-button .plate6-swiper-button-prev,
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .box-button .plate6-swiper-button-next {
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
  border: solid 2px #6a6a6a;
  border-radius: 0.05rem;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .box-button .plate6-swiper-button-prev {
  background: url(../images/icon/icon-swiper-prev3.png) no-repeat center center;
  background-size: 9px;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .box-button .plate6-swiper-button-prev:hover {
  width: 0.7rem;
  border: solid 2px #25aaac;
  background: url(../images/icon/icon-swiper-prev4.png) no-repeat center center;
  background-size: 0.29rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .box-button .plate6-swiper-button-next {
  background: url(../images/icon/icon-swiper-next3.png) no-repeat center center;
  background-size: 9px;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .box-button .plate6-swiper-button-next:hover {
  width: 0.7rem;
  border: solid 2px #25aaac;
  background: url(../images/icon/icon-swiper-next4.png) no-repeat center center;
  background-size: 0.29rem;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .page-button {
  width: 2.1rem;
  height: 0.6rem;
  margin: 0 auto;
  border: solid 1px #000000;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .page-button span {
  color: #333;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .page-button em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .page-button:hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .page-button:hover span {
  color: #fff;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box .box-bottom .page-button:hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate6 .plate6-main .main-cont .cont-box-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.container .cont-plate7 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.95rem;
  background: #efefef;
}
.container .cont-plate7 .plate7-main {
  position: relative;
  z-index: 1;
}
.container .cont-plate7 .plate7-main .page-title {
  text-align: center;
}
.container .cont-plate7 .plate7-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding-bottom: 0.62rem;
  overflow: hidden;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate7 .plate7-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;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.55rem 0.6rem;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1) {
  margin-right: 0.16rem;
  background: #25aaac;
  border: solid 1px #25aaac;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover {
  background: transparent;
  border: solid 1px #000000;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover span {
  color: #333;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) {
  width: 1.98rem;
  border: solid 1px #000000;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) span {
  color: #333;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover span {
  color: #fff;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-pagination {
  bottom: 0;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.32rem;
  height: 5px;
  background: #bdbcbc;
  border-radius: 0;
  opacity: 1;
}
.container .cont-plate7 .plate7-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #25aaac;
}
.container .cont-plate8 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.9rem;
}
.container .cont-plate8 .plate8-main {
  position: relative;
  z-index: 9;
}
.container .cont-plate8 .plate8-main .page-title {
  text-align: center;
}
.container .cont-plate8 .plate8-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.55rem;
}
.container .cont-plate8 .plate8-main .main-box .box-item {
  width: calc(100% / 6 - 0.2084rem);
  height: auto;
  margin-right: 0.25rem;
  margin-top: 0.45rem;
}
.container .cont-plate8 .plate8-main .main-box .box-item:nth-child(6n) {
  margin-right: 0;
}
.container .cont-plate8 .plate8-main .main-box .box-item .item-pic {
  width: 100%;
  height: 1.18rem;
  border: solid 1px #dddddd;
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate8 .plate8-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;
}
.container .cont-plate8 .plate8-main .main-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate8 .plate8-main .main-box .box-item:hover .item-pic {
  border: solid 1px #25aaac;
}
.container .cont-plate8 .plate8-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));
}
.container .cont-plate8 .plate8-main .main-box .box-item:hover .item-title {
  color: #25aaac;
}
.container .cont-plate8 .plate8-main .page-button {
  width: 2.1rem;
  height: 0.6rem;
  margin: 0 auto;
  border: solid 1px #000000;
}
.container .cont-plate8 .plate8-main .page-button span {
  color: #333;
}
.container .cont-plate8 .plate8-main .page-button em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate8 .plate8-main .page-button:hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.container .cont-plate8 .plate8-main .page-button:hover span {
  color: #fff;
}
.container .cont-plate8 .plate8-main .page-button:hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.OEM {
  width: 100%;
  height: auto;
}
.OEM .OEM-plate1 {
  padding: 0.9rem 0 0.96rem;
}
.OEM .OEM-plate1 .plate1-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.OEM .OEM-plate1 .plate1-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  color: #333;
}
.OEM .OEM-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.OEM .OEM-plate1 .plate1-main .main-item {
  width: calc(100% / 2 - 0.36rem);
  height: auto;
  padding: 0.45rem 0.52rem 0.55rem;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.05rem;
}
.OEM .OEM-plate1 .plate1-main .main-item .item-title {
  display: flex;
  justify-content: flex-start;
}
.OEM .OEM-plate1 .plate1-main .main-item .item-title em {
  width: 0.27rem;
  height: 0.27rem;
  margin-top: 0.05rem;
  background: url(../images/icon/icon-gou.png) no-repeat center center;
  background-size: 100%;
}
.OEM .OEM-plate1 .plate1-main .main-item .item-title span {
  width: calc(100% - 0.27rem);
  padding-left: 0.2rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.OEM .OEM-plate1 .plate1-main .main-item .item-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  line-height: 0.24rem;
  color: #333;
}
.OEM .OEM-plate1 .plate1-main .main-item .item-pic {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.OEM .OEM-plate1 .plate1-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;
}
.OEM .OEM-plate2 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0 1rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.OEM .OEM-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
}
.OEM .OEM-plate2 .plate2-main .main-cent {
  width: 6.6rem;
  height: auto;
}
.OEM .OEM-plate2 .plate2-main .main-cent .cent-titlte {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.OEM .OEM-plate2 .plate2-main .main-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.OEM .OEM-plate2 .plate2-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-top: 0.3rem;
  border-radius: 0.05rem;
  background: #25aaac;
}
.OEM .OEM-plate2 .plate2-main .main-cent .cent-button span {
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.OEM .OEM-plate2 .plate2-main .main-cent .cent-button em {
  width: 0.31rem;
  height: 0.27rem;
  background: url(../images/icon/icon-seek.png) no-repeat center center;
  background-size: 100%;
}
.OEM .OEM-plate2 .plate2-main .main-cent .cent-button:hover span {
  margin-right: 0.1rem;
}
.OEM .OEM-plate2 .plate2-main .main-pic {
  width: 5.63rem;
  height: auto;
  overflow: hidden;
}
.OEM .OEM-plate2 .plate2-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;
}
.OEM .OEM-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));
}
.OEM .OEM-plate3 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.1rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.OEM .OEM-plate3 .plate3-main {
  display: flex;
  justify-content: flex-end;
}
.OEM .OEM-plate3 .plate3-main .main-cont {
  width: 6.6rem;
  height: auto;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-sunTitle {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #fff;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-lump {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  padding: 0.4rem;
  background: #fff;
  border-radius: 0.05rem;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-lump .lump-item:last-of-type {
  margin-bottom: 0;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-lump .lump-item em {
  width: 0.37rem;
  height: 0.4rem;
  padding: 0.02rem 0 0 0.02rem;
  font-size: var(--fs14);
  font-weight: bold;
  color: #fff;
  background: url(../images/icon/icon-OEM-bg.png) no-repeat top left;
  background-size: 100%;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-lump .lump-item p {
  width: calc(100% - 0.37rem);
  padding-top: 0.02rem;
  font-size: var(--fs16);
  line-height: 0.2rem;
  color: #333;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-lump .lump-item p span {
  font-weight: bold;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-top: 0.3rem;
  border-radius: 0.05rem;
  background: #25aaac;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-button span {
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-button em {
  width: 0.31rem;
  height: 0.27rem;
  background: url(../images/icon/icon-seek.png) no-repeat center center;
  background-size: 100%;
}
.OEM .OEM-plate3 .plate3-main .main-cont .cont-button:hover span {
  margin-right: 0.1rem;
}
.product {
  width: 100%;
  height: auto;
}
.product .product-plate1 {
  padding: 0.9rem 0 0.8rem;
}
.product .product-plate1 .plate1-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.product .product-plate1 .plate1-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.26rem;
  color: #333;
}
.product .product-plate1 .plate1-text2 {
  padding-bottom: 0.4rem;
  margin-top: 0.15rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #666;
  border-bottom: solid 1px #333;
}
.product .product-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.product .product-plate1 .plate1-main .main-item {
  width: auto;
  height: auto;
  margin-right: 0.19rem;
}
.product .product-plate1 .plate1-main .main-item:last-of-type {
  margin-right: 0;
}
.product .product-plate1 .plate1-main .main-item .item-pic {
  width: auto;
  height: 1.42rem;
  padding: 0.08rem;
  border: solid 1px #cdcdcd;
  border-radius: 0.03rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate1 .plate1-main .main-item .item-pic img {
  width: auto;
  height: 100%;
}
.product .product-plate1 .plate1-main .main-item .item-title {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}
.product .product-plate1 .plate1-main .main-item .item-title span {
  max-width: calc(100% - 0.22rem);
  width: auto;
  padding-right: 0.08rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate1 .plate1-main .main-item .item-title em {
  width: 0.22rem;
  height: 0.16rem;
  margin-top: 0.02rem;
  background: url(../images/icon/icon-download.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate1 .plate1-main .main-item:hover .item-pic {
  border: solid 1px #25aaac;
}
.product .product-plate1 .plate1-main .main-item:hover .item-title span {
  color: #25aaac;
}
.product .product-plate1 .plate1-main .main-item:hover .item-title em {
  background: url(../images/icon/icon-download2.png) no-repeat center center;
  background-size: 100%;
}
.product .product-plate2 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.95rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.product .product-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.product .product-plate2 .plate2-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0 0.4rem;
  border: solid 1px #cacaca;
  border-radius: 0.05rem;
}
.product .product-plate2 .plate2-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.product .product-plate2 .plate2-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.64rem;
}
.product .product-plate2 .plate2-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .product-plate2 .plate2-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0 0.35rem;
  margin-top: 0.1rem;
}
.product .product-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-title {
  height: 0.3rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 0.3rem;
  color: #999;
}
.product .product-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-sunTitle {
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .product-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product .product-plate2 .plate2-main .main-cont .cont-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #fff;
  background: #fff;
}
.product .product-plate2 .plate2-main .main-text {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  font-size: var(--fs18);
  color: #333;
  border-top: solid 1px #333;
}
.product .product-plate2 .plate2-main .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-top: 0.2rem;
  border-radius: 0.05rem;
  background: #25aaac;
}
.product .product-plate2 .plate2-main .main-button span {
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-plate2 .plate2-main .main-button em {
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-notepad.png) no-repeat center center;
  background-size: 100%;
}
.product .product-plate2 .plate2-main .main-button:hover span {
  margin-right: 0.1rem;
}
.productDetail {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
  border-top: solid 1px #e9e9e9;
  overflow: visible;
}
.productDetail .page-crumb {
  position: static;
  margin-top: 0.2rem;
  background: transparent;
}
.productDetail .page-crumb .crumb-box a,
.productDetail .page-crumb .crumb-box span,
.productDetail .page-crumb .crumb-box em {
  color: #666;
}
.productDetail .productDetail-top {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 0 0.95rem;
}
.productDetail .productDetail-top .top-cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 7.38rem;
  height: auto;
}
.productDetail .productDetail-top .top-cont .cont-pic {
  width: 6rem;
  height: 5.18rem;
  border-radius: 0.05rem;
  border: solid 1px #ccc;
  overflow: hidden;
}
.productDetail .productDetail-top .top-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-top .top-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-top .top-cont .cont-swiper {
  width: 1.22rem;
  height: 5.18rem;
  overflow: hidden;
}
.productDetail .productDetail-top .top-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: 1.07rem;
  margin-bottom: 0.12rem;
}
.productDetail .productDetail-top .top-cont .cont-swiper .swiper-slide:last-of-type {
  margin-bottom: 0;
}
.productDetail .productDetail-top .top-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  border-radius: 0.05rem;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-top .top-cont .cont-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-top .top-cont .cont-swiper .swiper-slide .slide-box:hover {
  border: solid 1px #25aaac;
}
.productDetail .productDetail-top .top-cont .cont-swiper .swiper-slide .slide-box-on {
  border: solid 1px #25aaac;
}
.productDetail .productDetail-top .top-cont .top-swiper-button-prev,
.productDetail .productDetail-top .top-cont .top-swiper-button-next {
  position: absolute;
  bottom: -0.3rem;
  width: 9px;
  height: 15px;
  cursor: pointer;
  outline: none;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.productDetail .productDetail-top .top-cont .top-swiper-button-prev img,
.productDetail .productDetail-top .top-cont .top-swiper-button-next img {
  width: 100%;
}
.productDetail .productDetail-top .top-cont .top-swiper-button-prev {
  right: 0.5rem;
}
.productDetail .productDetail-top .top-cont .top-swiper-button-next {
  right: 0.8rem;
}
.productDetail .productDetail-top .top-box {
  position: relative;
  width: 6.15rem;
  height: auto;
  padding-top: 0.5rem;
}
.productDetail .productDetail-top .top-box .box-share {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.productDetail .productDetail-top .top-box .box-share .share-top {
  width: 0.19rem;
  cursor: pointer;
}
.productDetail .productDetail-top .top-box .box-share .share-top img {
  width: 100%;
}
.productDetail .productDetail-top .top-box .box-share .share-lump {
  position: absolute;
  top: 0;
  right: 0.35rem;
  width: 1.68rem;
  height: auto;
  border-radius: 0.05rem;
  border: solid 1px #e4e4e4;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.productDetail .productDetail-top .top-box .box-share .share-lump .lump-item {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  line-height: 0.5rem;
  color: #666;
  border-bottom: solid 1px #e4e4e4;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-top .top-box .box-share .share-lump .lump-item:last-of-type {
  border-bottom: none;
}
.productDetail .productDetail-top .top-box .box-share .share-lump .lump-item:hover {
  color: #25aaac;
}
.productDetail .productDetail-top .top-box .box-share:hover .share-lump {
  opacity: 1;
  visibility: visible;
}
.productDetail .productDetail-top .top-box .box-title {
  font-size: var(--fs30);
  font-weight: 100;
  line-height: 0.42rem;
  color: #333;
}
.productDetail .productDetail-top .top-box .box-subTitle {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.42rem;
  color: #333;
}
.productDetail .productDetail-top .top-box .box-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.productDetail .productDetail-top .top-box .box-link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.productDetail .productDetail-top .top-box .box-link span {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-top .top-box .box-link a {
  margin-left: 0.1rem;
  font-size: var(--fs16);
  color: #333;
}
.productDetail .productDetail-top .top-box .box-link a:hover {
  color: #25aaac;
}
.productDetail .productDetail-top .top-box .box-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 0.5rem;
  margin-right: 0.15rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button em {
  position: relative;
  width: 0.33rem;
  height: 0.27rem;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button em img {
  display: block;
  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;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button em .img2 {
  opacity: 0;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button:hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button:hover span {
  color: #fff;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button:hover em .img1 {
  opacity: 0;
}
.productDetail .productDetail-top .top-box .box-bottom .bototm-button:hover em .img2 {
  opacity: 1;
}
.productDetail .productDetail-top .top-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.productDetail .productDetail-cont {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background: url(../images/product-d-bg.jpg) no-repeat top left;
  background-size: cover;
}
.productDetail .productDetail-cont .cont-title {
  margin-bottom: 0.2rem;
  font-size: var(--fs20);
  font-weight: bold;
  color: #fff;
}
.productDetail .productDetail-cont .cont-main {
  display: flex;
  justify-content: space-between;
}
.productDetail .productDetail-cont .cont-main .main-lump {
  width: 6rem;
  height: auto;
}
.productDetail .productDetail-cont .cont-main .main-lump .lump-pic {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
}
.productDetail .productDetail-cont .cont-main .main-lump .lump-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-cont .cont-main .main-lump .lump-title {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.productDetail .productDetail-cont .cont-main .main-cent {
  width: 7rem;
  height: auto;
  padding-top: 0.5rem;
}
.productDetail .productDetail-cont .cont-main .main-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: 4.55rem;
  height: auto;
  margin-bottom: 0.3rem;
}
.productDetail .productDetail-cont .cont-main .main-cent .cent-item:last-of-type {
  margin-bottom: 0;
}
.productDetail .productDetail-cont .cont-main .main-cent .cent-item em {
  width: 6px;
  height: 6px;
  margin-top: 0.12rem;
  border-radius: 50%;
  background: #fff;
}
.productDetail .productDetail-cont .cont-main .main-cent .cent-item .item-cent {
  width: calc(100% - 6px);
  padding-left: 0.18rem;
}
.productDetail .productDetail-cont .cont-main .main-cent .cent-item .item-cent .cent-title {
  font-size: var(--fs18);
  font-weight: bold;
  line-height: 0.3rem;
  color: #fff;
}
.productDetail .productDetail-cont .cont-main .main-cent .cent-item .item-cent .cent-text {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.productDetail .productDetail-main {
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.productDetail .productDetail-main .main-cont {
  display: flex;
  justify-content: space-between;
}
.productDetail .productDetail-main .main-cont .cont-list {
  width: 2.74rem;
  padding-top: 0.8rem;
}
.productDetail .productDetail-main .main-cont .cont-list .list-lump {
  position: sticky;
  top: 1.2rem;
  width: 2.1rem;
  height: auto;
  border: solid 1px #d8d8d8;
  border-radius: 0.05rem;
  overflow: hidden;
}
.productDetail .productDetail-main .main-cont .cont-list .list-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  padding-left: 0.24rem;
  border-bottom: solid 1px #d8d8d8;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-list .list-lump .lump-item:last-of-type {
  border-bottom: none;
}
.productDetail .productDetail-main .main-cont .cont-list .list-lump .lump-item em {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}
.productDetail .productDetail-main .main-cont .cont-list .list-lump .lump-item span {
  width: calc(100% - 5px);
  padding-left: 0.22rem;
  font-size: var(--fs18);
  color: #333;
}
.productDetail .productDetail-main .main-cont .cont-list .list-lump .lump-item:hover {
  background: #d8d8d8;
}
.productDetail .productDetail-main .main-cont .cont-list .list-lump .lump-item-on {
  background: #d8d8d8;
}
.productDetail .productDetail-main .main-cont .cont-box {
  width: 11.66rem;
  height: auto;
  padding: 0.4rem 0 0.45rem;
  border-left: solid 1px #d8d8d8;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump {
  width: 100%;
  height: auto;
  padding: 0.6rem 0 0.65rem 0.55rem;
  border-bottom: solid 1px #d8d8d8;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump:last-of-type {
  border-bottom: none;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-title {
  margin-top: 0.2rem;
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-table {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.45rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-table .table-title {
  margin-bottom: 0.2rem;
  font-size: var(--fs18);
  color: #333;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-table table {
  width: 100% !important;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-table th {
  padding: 0.15rem 0.15rem;
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.24rem;
  text-align: center;
  color: #fff;
  background: #25aaac;
  border: solid 1px #eeeeee !important;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-table td {
  padding: 0.1rem 0.35rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #666;
  border: solid 1px #cccccc !important;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-download {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-download .download-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-download .download-item:last-of-type {
  margin-bottom: 0;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-download .download-item em {
  width: 0.24rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-download .download-item em img {
  display: block;
  width: 100%;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-download .download-item p {
  width: calc(100% - 0.24rem);
  height: auto;
  padding-left: 0.14rem;
  font-size: var(--fs16);
  text-decoration: underline;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-download .download-item:hover p {
  color: #25aaac;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-box .box-item {
  width: 33.33%;
  height: auto;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-box .box-item .item-pic {
  width: 100%;
  height: 1.6rem;
  text-align: center;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-box .box-item .item-pic img {
  width: auto;
  height: 100%;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-box .box-item .item-title {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-box .box-item:hover .item-title {
  color: #25aaac;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-cont {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-cont .cont-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-cont .cont-item .item-top {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.2rem 0.5rem 0.2rem 0.2rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #25aaac;
  border-radius: 0.05rem;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-cont .cont-item .item-top::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0.3rem;
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-cont .cont-item .item-top-on {
  color: #fff;
  background: #25aaac;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-cont .cont-item .item-top-on::after {
  content: '-';
  font-size: var(--fs30);
  color: #fff;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-cont .cont-item .item-cent {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.2rem;
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #333;
  background: #fff;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.96rem;
  height: 0.48rem;
  margin-right: 0.12rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button span {
  margin: 0 0.16rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button em {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button:nth-child(1) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow6.png);
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button:nth-child(2) em {
  width: 0.22rem;
  height: 0.18rem;
  background-image: url(../images/icon/icon-return.png);
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button:nth-child(3) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow3.png);
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button:hover span {
  color: #fff;
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button:hover:nth-child(1) em {
  background-image: url(../images/icon/icon-arrow7.png);
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button:hover:nth-child(2) em {
  background-image: url(../images/icon/icon-return-on.png);
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-bottom .bottom-button:hover:nth-child(3) em {
  background-image: url(../images/icon/icon-arrow.png);
}
.productDetail .productDetail-main .main-cont .cont-box .box-lump .lump-text {
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #666;
}
.lab {
  width: 100%;
  height: auto;
}
.lab .lab-plate1 {
  padding: 0.9rem 0 0.8rem;
}
.lab .lab-plate1 .plate1-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.lab .lab-plate1 .plate1-subTitle {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.25rem;
}
.lab .lab-plate1 .plate1-subTitle em {
  width: 0.27rem;
  height: 0.27rem;
  margin-top: 0.05rem;
  background: url(../images/icon/icon-gou.png) no-repeat center center;
  background-size: 100%;
}
.lab .lab-plate1 .plate1-subTitle span {
  width: calc(100% - 0.27rem);
  padding-left: 0.2rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.lab .lab-plate1 .plate1-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #333;
}
.lab .lab-plate1 .plate1-pic {
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
}
.lab .lab-plate1 .plate1-pic img {
  width: 100%;
}
.lab .lab-plate2 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.lab .lab-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
}
.lab .lab-plate2 .plate2-main .main-pic {
  width: 7.8rem;
  height: auto;
  overflow: hidden;
}
.lab .lab-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;
}
.lab .lab-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));
}
.lab .lab-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.6rem;
  height: auto;
  padding: 0 0.8rem;
  background: #25aaac;
}
.lab .lab-plate2 .plate2-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
}
.lab .lab-plate2 .plate2-main .main-cont .cont-cent .cent-title {
  display: flex;
  justify-content: flex-start;
}
.lab .lab-plate2 .plate2-main .main-cont .cont-cent .cent-title em {
  width: 0.27rem;
  height: 0.27rem;
  margin-top: 0.05rem;
  background: url(../images/icon/icon-gou2.png) no-repeat center center;
  background-size: 100%;
}
.lab .lab-plate2 .plate2-main .main-cont .cont-cent .cent-title span {
  width: calc(100% - 0.27rem);
  padding-left: 0.2rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
}
.lab .lab-plate2 .plate2-main .main-cont .cont-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #fff;
}
.lab .lab-plate3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}
.lab .lab-plate3 .plate3-cent {
  width: 6.78rem;
  height: auto;
  padding: 0.95rem 1rem;
  background: #f7f7f7;
}
.lab .lab-plate3 .plate3-cent .cent-title {
  display: flex;
  justify-content: flex-start;
}
.lab .lab-plate3 .plate3-cent .cent-title em {
  width: 0.27rem;
  height: 0.27rem;
  margin-top: 0.05rem;
  background: url(../images/icon/icon-gou.png) no-repeat center center;
  background-size: 100%;
}
.lab .lab-plate3 .plate3-cent .cent-title span {
  width: calc(100% - 0.27rem);
  padding-left: 0.2rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.lab .lab-plate3 .plate3-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.lab .lab-plate3 .plate3-pic {
  width: 6.75rem;
  height: auto;
  overflow: hidden;
}
.lab .lab-plate3 .plate3-pic img {
  width: 100%;
}
.lab .lab-plate4 {
  width: 100%;
  height: 6.28rem;
  padding-top: 1.9rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.lab .lab-plate4 .plate4-main .main-cont {
  width: 5.6rem;
  height: auto;
}
.lab .lab-plate4 .plate4-main .main-cont .cont-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.lab .lab-plate4 .plate4-main .main-cont .cont-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #fff;
}
.lab .lab-plate5 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.05rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.lab .lab-plate5 .plate5-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.lab .lab-plate5 .plate5-main .main-top .top-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.lab .lab-plate5 .plate5-main .main-top .top-text {
  width: 11.4rem;
  height: auto;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.lab .lab-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.lab .lab-plate5 .plate5-main .main-box .box-item {
  width: calc(100% / 4 - 0.1575rem);
  height: auto;
  margin-right: 0.21rem;
  overflow: hidden;
}
.lab .lab-plate5 .plate5-main .main-box .box-item:last-of-type {
  margin-right: 0;
}
.lab .lab-plate5 .plate5-main .main-box .box-item img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.lab .lab-plate5 .plate5-main .main-box .box-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.lab .lab-plate6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.98rem 0 0.94rem;
}
.lab .lab-plate6 .plate6-cent {
  width: 5.4rem;
  height: auto;
}
.lab .lab-plate6 .plate6-cent .cent-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.lab .lab-plate6 .plate6-cent .cent-lump span {
  width: auto;
  height: 0.4rem;
  padding: 0 0.25rem;
  margin-right: 0.14rem;
  margin-bottom: 0.08rem;
  font-size: var(--fs18);
  font-weight: bold;
  line-height: 0.4rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #25aaac;
}
.lab .lab-plate6 .plate6-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
}
.lab .lab-plate6 .plate6-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-top: 0.4rem;
  border: solid 1px #25aaac;
  border-radius: 0.05rem;
  background: #25aaac;
}
.lab .lab-plate6 .plate6-cent .cent-button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.lab .lab-plate6 .plate6-cent .cent-button em {
  position: relative;
  width: 0.33rem;
  height: 0.27rem;
}
.lab .lab-plate6 .plate6-cent .cent-button em img {
  display: block;
  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;
}
.lab .lab-plate6 .plate6-cent .cent-button em .img2 {
  opacity: 0;
}
.lab .lab-plate6 .plate6-cent .cent-button:hover {
  background: transparent;
  border: solid 1px #000;
}
.lab .lab-plate6 .plate6-cent .cent-button:hover span {
  color: #333;
}
.lab .lab-plate6 .plate6-cent .cent-button:hover em .img1 {
  opacity: 0;
}
.lab .lab-plate6 .plate6-cent .cent-button:hover em .img2 {
  opacity: 1;
}
.lab .lab-plate6 .plate6-pic {
  width: 7.24rem;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
.lab .lab-plate6 .plate6-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.lab .lab-plate6 .plate6-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 {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  padding: 0.78rem 0 0.96rem;
}
.about .about-plate1 .plate1-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.05rem;
  overflow: hidden;
}
.about .about-plate1 .plate1-cont .cont-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 0.9rem;
}
.about .about-plate1 .plate1-cont .cont-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.about .about-plate1 .plate1-cont .cont-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.about .about-plate1 .plate1-cont .cont-swiper {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-plate1 .plate1-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.about .about-plate1 .plate1-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
}
.about .about-plate1 .plate1-cont .cont-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 .about-plate1 .plate1-cont .cont-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 .about-plate1 .plate1-cont .cont-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 2.15rem;
  height: 0.6rem;
  padding-right: 0.18rem;
  text-align: right;
  line-height: 0.6rem;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.4), transparent);
}
.about .about-plate1 .plate1-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border: solid 1px #fff;
  background: transparent;
  opacity: 1;
}
.about .about-plate1 .plate1-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.about .about-plate1 .plate1-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
}
.about .about-plate1 .plate1-box .box-item {
  width: calc(100% / 5 - 0.2rem);
  height: auto;
  margin-right: 0.25rem;
  padding: 0.55rem 0.4rem 0.4rem;
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
  background: url(../images/bg22.png) no-repeat right bottom;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-box .box-item:last-of-type {
  margin-right: 0;
}
.about .about-plate1 .plate1-box .box-item .item-icon {
  position: relative;
  width: 0.51rem;
  height: 0.46rem;
  margin-bottom: 0.5rem;
}
.about .about-plate1 .plate1-box .box-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-box .box-item .item-icon .img2 {
  opacity: 0;
}
.about .about-plate1 .plate1-box .box-item .item-num {
  position: relative;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-box .box-item .item-num span {
  font-size: var(--fs48);
  font-weight: bold;
}
.about .about-plate1 .plate1-box .box-item .item-num em {
  position: relative;
}
.about .about-plate1 .plate1-box .box-item .item-num em::after {
  content: '+';
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-box .box-item .item-text {
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
}
.about .about-plate1 .plate1-box .box-item .item-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.4rem;
  color: #333;
}
.about .about-plate1 .plate1-box .box-item .item-text2 {
  font-size: var(--fs16);
  font-weight: 100;
  color: #999;
}
.about .about-plate1 .plate1-box .box-item:hover {
  background-color: #25aaac;
  box-shadow: none;
}
.about .about-plate1 .plate1-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.about .about-plate1 .plate1-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.about .about-plate1 .plate1-box .box-item:hover .item-num {
  color: #fff;
}
.about .about-plate1 .plate1-box .box-item:hover .item-num em::after {
  color: #fff;
}
.about .about-plate1 .plate1-box .box-item:hover .item-text,
.about .about-plate1 .plate1-box .box-item:hover .item-title,
.about .about-plate1 .plate1-box .box-item:hover .item-text2 {
  color: #fff;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.9rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.about .about-plate2 .plate2-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.about .about-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.about .about-plate2 .plate2-main::after {
  content: '';
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c2d4da;
}
.about .about-plate2 .plate2-main .main-cont {
  position: relative;
  z-index: 9;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper {
  width: 100%;
  height: auto;
  padding-bottom: 0.15rem;
  overflow: hidden;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide {
  width: calc(100% / 5);
  height: auto;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top {
  position: relative;
  width: 100%;
  padding-top: 55px;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top::after {
  content: '';
  position: absolute;
  top: 62px;
  left: 0;
  width: 0;
  height: 2px;
  background: #25aaac;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .top-title {
  position: absolute;
  bottom: 0.15rem;
  font-size: var(--fs24);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .top-icon {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c2d4da;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-top .top-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  margin: -5.5px 0 0 -5.5px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  position: relative;
  width: calc(100% - 0.24rem);
  height: 100%;
  margin: 0.4rem auto 0;
  padding: 0.3rem 0.3rem 0.25rem;
  background: #fff;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #25aaac;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-text {
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #333;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-pic {
  width: 100%;
  margin-top: 0.21rem;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box .box-cent .cent-pic img {
  max-width: 100%;
  width: auto;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-top::after {
  width: 100%;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-top .top-title {
  font-size: var(--fs40);
  color: #25aaac;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide .slide-box:hover .box-top .top-icon {
  background: #25aaac;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-top::after {
  width: 100%;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-top .top-title {
  font-size: var(--fs40);
  color: #25aaac;
}
.about .about-plate2 .plate2-main .main-cont .cont-swiper .swiper-slide-active .slide-box .box-top .top-icon {
  background: #25aaac;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next {
  position: absolute;
  top: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #25aaac;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev img,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev .img2,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover {
  background: #25aaac;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover .img1,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev:hover .img2,
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-prev {
  left: -1.45rem;
}
.about .about-plate2 .plate2-main .main-cont .plate2-swiper-button-next {
  right: -1.45rem;
}
.about .about-plate3 {
  padding: 0.98rem 0 0.92rem;
}
.about .about-plate3 .plate3-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-top .top-item {
  width: 50%;
  height: 0.65rem;
  font-size: var(--fs22);
  text-align: center;
  line-height: 0.65rem;
  color: #333;
  border-radius: 0.05rem;
  background: #ebebeb;
  cursor: pointer;
}
.about .about-plate3 .plate3-top .top-item-on {
  font-weight: bold;
  color: #fff;
  background: #25aaac;
}
.about .about-plate3 .plate3-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.28rem;
}
.about .about-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.05rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
.about .about-plate3 .plate3-main .main-cont .cont-cent {
  width: 50%;
  height: auto;
  padding: 0.8rem 0.9rem;
}
.about .about-plate3 .plate3-main .main-cont .cont-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.about .about-plate3 .plate3-main .main-cont .cont-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about .about-plate3 .plate3-main .main-cont .cont-cent .page-button {
  margin-top: 0.6rem;
  background: #25aaac;
  border: solid 1px #25aaac;
}
.about .about-plate3 .plate3-main .main-cont .cont-cent .page-button:hover {
  background: transparent;
  border: solid 1px #000000;
}
.about .about-plate3 .plate3-main .main-cont .cont-cent .page-button:hover span {
  color: #333;
}
.about .about-plate3 .plate3-main .main-cont .cont-cent .page-button:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
}
.about .about-plate3 .plate3-main .main-cont .cont-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 .about-plate3 .plate3-main .main-cont .cont-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 .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 2.15rem;
  height: 0.6rem;
  padding-right: 0.18rem;
  text-align: right;
  line-height: 0.6rem;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.4), transparent);
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border: solid 1px #fff;
  background: transparent;
  opacity: 1;
}
.about .about-plate3 .plate3-main .main-cont .cont-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.about .about-plate3 .plate3-main .main-cont-on {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.about .about-plate3 .plate3-text {
  margin-top: 0.45rem;
  font-size: var(--fs16);
  color: #333;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 0.98rem 0 1.18rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.about .about-plate4 .plate4-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.about .about-plate4 .plate4-main {
  position: relative;
  margin-top: 0.35rem;
}
.about .about-plate4 .plate4-main .main-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide {
  width: calc(100% / 5 - 0.224rem);
  height: auto;
  margin-right: 0.28rem;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.18rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.05rem;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev,
.about .about-plate4 .plate4-main .plate4-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  border: solid 2px #25aaac;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev img,
.about .about-plate4 .plate4-main .plate4-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev .img2,
.about .about-plate4 .plate4-main .plate4-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover {
  background: #25aaac;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img1,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev:hover .img2,
.about .about-plate4 .plate4-main .plate4-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-prev {
  left: -1.45rem;
}
.about .about-plate4 .plate4-main .plate4-swiper-button-next {
  right: -1.45rem;
}
.aboutJump {
  width: 100%;
  height: auto;
  padding-bottom: 0.4rem;
}
.aboutJump .aboutJump-top {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0 1rem;
}
.aboutJump .aboutJump-top .top-title {
  width: 3rem;
  height: auto;
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.aboutJump .aboutJump-top .top-cent {
  width: 8.75rem;
  height: auto;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.aboutJump .aboutJump-main {
  margin-bottom: 0.65rem;
  border-radius: 0.1rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  overflow: hidden;
}
.aboutJump .aboutJump-main .main-top {
  width: 8.2rem;
  height: 0.65rem;
  padding: 0 0.4rem;
  font-size: var(--fs24);
  line-height: 0.65rem;
  color: #fff;
  background: linear-gradient(90deg, #25aaac, transparent);
}
.aboutJump .aboutJump-main .main-lump {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0 1.18rem;
  margin-top: 0.75rem;
}
.aboutJump .aboutJump-main .main-lump .lump-cent {
  width: 6.45rem;
  height: auto;
}
.aboutJump .aboutJump-main .main-lump .lump-cent .cent-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
.aboutJump .aboutJump-main .main-lump .lump-cent .cent-title span {
  margin-right: 0.12rem;
  font-family: 'ButterKings';
  font-size: var(--fs36);
  color: #25aaac;
}
.aboutJump .aboutJump-main .main-lump .lump-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.aboutJump .aboutJump-main .main-lump .lump-pic {
  width: 4.6rem;
  height: auto;
  overflow: hidden;
}
.aboutJump .aboutJump-main .main-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;
}
.aboutJump .aboutJump-main .main-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));
}
.aboutJump .aboutJump-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0.85rem 1.18rem 1rem;
}
.aboutJump .aboutJump-main .main-cont .cont-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
.aboutJump .aboutJump-main .main-cont .cont-title span {
  margin-right: 0.12rem;
  font-family: 'ButterKings';
  font-size: var(--fs36);
  color: #25aaac;
}
.aboutJump .aboutJump-main .main-cont .cont-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.aboutJump .aboutJump-main .main-cont .cont-pic {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.aboutJump .aboutJump-main .main-cont .cont-pic img {
  max-width: 100%;
  width: auto;
}
.cooperate {
  width: 100%;
  height: auto;
  padding-top: 0.6rem;
}
.cooperate .cooperate-main {
  width: 100%;
  height: auto;
}
.cooperate .cooperate-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.cooperate .cooperate-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.cooperate .cooperate-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;
}
.cooperate .cooperate-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.cooperate .cooperate-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding: 0.6rem 2.4rem 0.4rem 0.75rem;
}
.cooperate .cooperate-main .main-item .item-cent .cent-title {
  margin-bottom: 0.25rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.cooperate .cooperate-main .main-item .item-cent .cent-text {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.cooperate .cooperate-main .main-item .item-cent .cent-subTitle {
  margin-top: 0.35rem;
  font-size: var(--fs20);
  color: #333;
}
.cooperate .cooperate-main .main-item .item-cent .cent-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.cooperate .cooperate-main .main-item .item-cent .cent-lump .lump-item {
  width: 1.25rem;
  height: 0.42rem;
  margin-top: 0.12rem;
  margin-right: 0.12rem;
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  line-height: 0.4rem;
  color: #333;
  border-radius: 0.05rem;
  border: solid 1px #000;
}
.cooperate .cooperate-main .main-item .item-cent .cent-lump .lump-item:last-child {
  margin-right: 0;
}
.cooperate .cooperate-main .main-item .item-cent .cent-lump .lump-item:hover {
  color: #25aaac;
  border: solid 1px #25aaac;
}
.cooperate .cooperate-main .main-item .item-cent .cent-lump .lump-item-on {
  color: #25aaac;
  border: solid 1px #25aaac;
}
.cooperate .cooperate-main .main-item .item-cent .cent-box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0.1rem 0 0.2rem;
}
.cooperate .cooperate-main .main-item .item-cent .cent-box .box-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
  opacity: 0;
}
.cooperate .cooperate-main .main-item .item-cent .cent-box .box-text-on {
  position: relative;
  opacity: 1;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  background: #25aaac;
  border: solid 1px #25aaac;
  border-radius: 0.05rem;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button em {
  position: relative;
  width: 0.33rem;
  height: 0.27rem;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button em img {
  display: block;
  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;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button em .img2 {
  opacity: 0;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button:hover {
  background: transparent;
  border: solid 1px #000;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button:hover span {
  color: #000;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button:hover em .img1 {
  opacity: 0;
}
.cooperate .cooperate-main .main-item .item-cent .cent-button:hover em .img2 {
  opacity: 1;
}
.cooperate .cooperate-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.cooperate .cooperate-main .main-item:nth-child(odd) .item-cent {
  padding: 0.6rem 0.75rem 0.4rem 2.4rem;
}
.cooperate .cooperate-form {
  width: 100%;
  height: auto;
  padding: 0.85rem 0;
  background: url(../images/cooperate-bg.jpg) no-repeat top left;
  background-size: cover;
}
.cooperate .cooperate-form .form-title {
  font-size: var(--fs48);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.cooperate .cooperate-form .form-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 9.8rem;
  height: auto;
  margin: 0.3rem auto 0;
}
.cooperate .cooperate-form .form-main select {
  width: calc(100% / 3 - 0.08rem);
  height: 0.5rem;
  margin-bottom: 0.18rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #fff;
  border: solid 1px #4e4e4e;
  background: url(../images/icon/icon-arrow8.png) no-repeat scroll right 0.15rem center;
  border-radius: 0.05rem;
  appearance: none;
  outline: none;
}
.cooperate .cooperate-form .form-main select option {
  color: #333;
}
.cooperate .cooperate-form .form-main select option:first-of-type {
  display: none;
}
.cooperate .cooperate-form .form-main input {
  width: calc(100% / 3 - 0.08rem);
  height: 0.5rem;
  padding: 0 0.18rem;
  margin-bottom: 0.18rem;
  font-size: var(--fs14);
  color: #fff;
  border: solid 1px #4e4e4e;
  border-radius: 0.05rem;
  background: transparent;
}
.cooperate .cooperate-form .form-main input:nth-child(3) {
  margin-right: 0;
}
.cooperate .cooperate-form .form-main input::placeholder {
  color: #fff;
}
.cooperate .cooperate-form .form-main textarea {
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0.22rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  color: #fff;
  border: solid 1px #4e4e4e;
  border-radius: 0.05rem;
  background: transparent;
}
.cooperate .cooperate-form .form-main textarea::placeholder {
  color: #fff;
}
.cooperate .cooperate-form .form-button {
  display: flex;
  justify-content: center;
  width: 9.8rem;
  height: auto;
  margin: 0.3rem auto 0;
}
.cooperate .cooperate-form .form-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
  background: #4e4e4e;
}
.cooperate .cooperate-form .form-button .button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #fff;
}
.cooperate .cooperate-form .form-button .button em {
  width: 0.19rem;
  height: 0.19rem;
}
.cooperate .cooperate-form .form-button .button em img {
  width: 100%;
}
.cooperate .cooperate-form .form-button .button:last-of-type {
  background: #25aaac;
}
.cooperate .cooperate-form .form-button .button:last-of-type:hover {
  background: #4e4e4e;
}
.cooperate .cooperate-form .form-button .button:hover {
  background: #25aaac;
}
.activity {
  width: 100%;
  height: auto;
}
.activity .activity-plate1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0 0.95rem;
}
.activity .activity-plate1 .plate1-pic {
  width: 7.2rem;
  height: auto;
  overflow: hidden;
}
.activity .activity-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.activity .activity-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.activity .activity-plate1 .plate1-cent {
  width: 6.6rem;
  height: auto;
}
.activity .activity-plate1 .plate1-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.38rem;
}
.activity .activity-plate1 .plate1-cent .cent-item:last-of-type {
  margin-bottom: 0;
}
.activity .activity-plate1 .plate1-cent .cent-item .item-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.activity .activity-plate1 .plate1-cent .cent-item .item-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
}
.activity .activity-plate2 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.activity .activity-plate2 .plate2-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.activity .activity-plate2 .plate2-main .main-top select {
  width: 3.36rem;
  height: 0.42rem;
  margin-right: 0.18rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #888;
  background: url(../images/icon/icon-arrow9.png) no-repeat scroll right 0.15rem center;
  border-radius: 0.05rem;
  appearance: none;
  outline: none;
}
.activity .activity-plate2 .plate2-main .main-top select option {
  color: #333;
}
.activity .activity-plate2 .plate2-main .main-top select option:first-of-type {
  display: none;
}
.activity .activity-plate2 .plate2-main .main-top .layui-input-inline {
  width: 3.36rem;
  height: 0.42rem;
  margin-right: 0.18rem;
}
.activity .activity-plate2 .plate2-main .main-top input {
  width: 100%;
  height: 100%;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #888;
  border-radius: 0.05rem;
  background: transparent url(../images/icon/icon-arrow9.png) no-repeat scroll right 0.15rem center;
}
.activity .activity-plate2 .plate2-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.45rem;
  padding-top: 0.5rem;
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
}
.activity .activity-plate2 .plate2-main .main-box .box-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent {
  width: 7.1rem;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .cent-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.05rem;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .cent-lump .lump-item {
  width: auto;
  height: 0.3rem;
  padding: 0 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  background: #bababa;
  border-radius: 0.05rem;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .cent-box {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0.25rem;
  margin-top: 0.2rem;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .cent-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 0.45rem;
  background: #25aaac;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .cent-box p {
  font-size: var(--fs16);
  line-height: 0.22rem;
  color: #333;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .cent-box p span {
  font-size: var(--fs18);
  font-weight: bold;
  color: #25aaac;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .page-button {
  margin-top: 0.15rem;
  background: #25aaac;
  border: solid 1px #25aaac;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .page-button:hover {
  background: transparent;
  border: solid 1px #000000;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .page-button:hover span {
  color: #333;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-cent .page-button:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-pic {
  position: relative;
  width: 4.92rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #25aaac;
}
.activity .activity-plate2 .plate2-main .main-box .box-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;
}
.activity .activity-plate2 .plate2-main .main-box .box-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.activityDetail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.activityDetail .activityDetail-cont {
  width: 40.8%;
  height: auto;
  padding: 0.6rem 1rem 1.9rem 2.4rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.activityDetail .activityDetail-cont .cont-top {
  width: 2.56rem;
  height: auto;
}
.activityDetail .activityDetail-cont .cont-top img {
  width: 100%;
}
.activityDetail .activityDetail-cont .cont-cent {
  width: 100%;
  margin-top: 0.2rem;
}
.activityDetail .activityDetail-cont .cont-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.activityDetail .activityDetail-cont .cont-cent .cent-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.05rem;
}
.activityDetail .activityDetail-cont .cont-cent .cent-lump .lump-item {
  width: auto;
  height: 0.3rem;
  padding: 0 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.3rem;
  color: #fff;
  background: #bababa;
  border-radius: 0.05rem;
}
.activityDetail .activityDetail-cont .cont-cent .cent-box {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 0.25rem;
  margin-top: 0.2rem;
}
.activityDetail .activityDetail-cont .cont-cent .cent-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  border-radius: 0.45rem;
  background: #25aaac;
}
.activityDetail .activityDetail-cont .cont-cent .cent-box p {
  font-size: var(--fs16);
  line-height: 0.22rem;
  color: #333;
}
.activityDetail .activityDetail-cont .cont-cent .cent-box p span {
  font-size: var(--fs18);
  font-weight: bold;
  color: #25aaac;
}
.activityDetail .activityDetail-cont .cont-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.activityDetail .activityDetail-cont .cont-cent .page-button {
  margin-top: 0.15rem;
  background: #25aaac;
  border: solid 1px #25aaac;
}
.activityDetail .activityDetail-cont .cont-cent .page-button:hover {
  background: transparent;
  border: solid 1px #000000;
}
.activityDetail .activityDetail-cont .cont-cent .page-button:hover span {
  color: #333;
}
.activityDetail .activityDetail-cont .cont-cent .page-button:hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.activityDetail .activityDetail-cont .cont-pic {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.activityDetail .activityDetail-cont .cont-pic img {
  width: 100%;
}
.activityDetail .activityDetail-cont .cont-pic p {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  text-align: center;
  color: #999;
}
.activityDetail .activityDetail-main {
  width: 59.2%;
  height: auto;
  padding: 0.6rem 2.4rem 1.9rem 1.28rem;
}
.activityDetail .activityDetail-main .main-cent {
  width: 100%;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
}
.activityDetail .activityDetail-main .main-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.activityDetail .activityDetail-main .main-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.96rem;
  height: 0.48rem;
  margin-right: 0.12rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.activityDetail .activityDetail-main .main-bottom .bottom-button span {
  margin: 0 0.16rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.activityDetail .activityDetail-main .main-bottom .bottom-button em {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.activityDetail .activityDetail-main .main-bottom .bottom-button:nth-child(2) em {
  width: 0.22rem;
  height: 0.18rem;
  background-image: url(../images/icon/icon-return.png);
}
.activityDetail .activityDetail-main .main-bottom .bottom-button:nth-child(1) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow3.png);
}
.activityDetail .activityDetail-main .main-bottom .bottom-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.activityDetail .activityDetail-main .main-bottom .bottom-button:hover span {
  color: #fff;
}
.activityDetail .activityDetail-main .main-bottom .bottom-button:hover:nth-child(2) em {
  background-image: url(../images/icon/icon-return-on.png);
}
.activityDetail .activityDetail-main .main-bottom .bottom-button:hover:nth-child(1) em {
  background-image: url(../images/icon/icon-arrow.png);
}
.solution {
  width: 100%;
  height: auto;
  padding: 0.98rem 0;
}
.solution .solution-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.solution .solution-main .main-top .top-item {
  display: flex;
  justify-content: space-between;
  width: calc(100% / 2 - 0.32rem);
  height: auto;
  padding: 0.55rem 0.46rem 0.55rem 0.5rem;
  background: #f3f3f3;
  border-radius: 0.05rem;
}
.solution .solution-main .main-top .top-item .item-pic {
  width: 2.57rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solution .solution-main .main-top .top-item .item-pic img {
  width: 100%;
}
.solution .solution-main .main-top .top-item .item-cent {
  width: 2.85rem;
  height: auto;
  padding-top: 0.25rem;
}
.solution .solution-main .main-top .top-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.solution .solution-main .main-top .top-item .item-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #333;
}
.solution .solution-main .main-top .top-item .item-cent .cent-lump {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.solution .solution-main .main-top .top-item .item-cent .cent-lump .lump-item {
  width: 50%;
  height: auto;
  margin-bottom: 0.15rem;
}
.solution .solution-main .main-top .top-item .item-cent .cent-lump .lump-item span {
  position: relative;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-top .top-item .item-cent .cent-lump .lump-item span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.3rem;
  width: 8px;
  height: 15px;
  margin-top: -7px;
  background: url(../images/icon/icon-arrow10.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;
}
.solution .solution-main .main-top .top-item .item-cent .cent-lump .lump-item:hover span {
  color: #25aaac;
}
.solution .solution-main .main-top .top-item .item-cent .cent-lump .lump-item:hover span::after {
  background: url(../images/icon/icon-arrow11.png) no-repeat center center;
  background-size: 100%;
}
.solution .solution-main .main-top .top-item .item-cent .cent-text2 {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.solution .solution-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  padding: 0.8rem 1.2rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution .solution-main .main-box .box-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.solution .solution-main .main-box .box-text {
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #fff;
}
.solution .solution-main .main-box .box-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 0.48rem;
  margin-top: 0.3rem;
  border: solid 1px #fff;
  border-radius: 0.05rem;
}
.solution .solution-main .main-box .box-button span {
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #fff;
}
.solution .solution-main .main-box .box-button em {
  width: 0.26rem;
}
.solution .solution-main .main-box .box-button em img {
  display: block;
  width: 100%;
}
.solution .solution-main .main-box .box-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.solutionDetail {
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate1 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0;
  background: url(../images/solutionDetail-bg.jpg) no-repeat top left;
  background-size: cover;
}
.solutionDetail .solutionDetail-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0.8rem 0.8rem 0.65rem;
  background: #fff;
  border-radius: 0.05rem;
}
.solutionDetail .solutionDetail-plate1 .plate1-main .main-pic {
  width: 6.06rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-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;
}
.solutionDetail .solutionDetail-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));
}
.solutionDetail .solutionDetail-plate1 .plate1-main .main-cent {
  width: 6.1rem;
  height: auto;
  padding-top: 0.7rem;
}
.solutionDetail .solutionDetail-plate1 .plate1-main .main-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.solutionDetail .solutionDetail-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.solutionDetail .solutionDetail-plate2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 0.95rem 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide {
  width: calc(100% / 2 - 0.41rem);
  height: auto;
  margin-right: 0.82rem;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  border-radius: 0.05rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.9rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.4rem;
  background: #eeeeee;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #333;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box: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 .solutionDetail-plate2 .plate2-swiper-button-prev,
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  border: solid 2px #25aaac;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-prev img,
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-prev .img2,
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-prev:hover,
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-next:hover {
  background: #25aaac;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-prev:hover .img1,
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-prev:hover .img2,
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-prev {
  left: -1.45rem;
}
.solutionDetail .solutionDetail-plate2 .plate2-swiper-button-next {
  right: -1.45rem;
}
.solutionDetail .solutionDetail-plate3 {
  width: 100%;
  height: auto;
  padding: 0.56rem 0 0.6rem;
  background: #010a97;
}
.solutionDetail .solutionDetail-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent {
  width: 6rem;
  height: auto;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs24);
  color: #fff;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  border: solid 1px #fff;
  border-radius: 0.05rem;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button em {
  position: relative;
  width: 0.33rem;
  height: 0.27rem;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button em img {
  display: block;
  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;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button em .img2 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button:hover {
  background: #fff;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button:hover span {
  color: #25aaac;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button:hover em .img1 {
  opacity: 0;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-cent .cent-button:hover em .img2 {
  opacity: 1;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-pic {
  width: 4.48rem;
  height: auto;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate3 .plate3-main .main-pic img {
  width: 100%;
}
.solutionDetail .solutionDetail-plate4 {
  padding: 0.9rem 0 0.95rem;
}
.solutionDetail .solutionDetail-plate4 .page-title {
  text-align: center;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding-bottom: 0.62rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solutionDetail .solutionDetail-plate4 .plate4-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;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.55rem 0.6rem;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1) {
  margin-right: 0.16rem;
  background: #25aaac;
  border: solid 1px #25aaac;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover {
  background: transparent;
  border: solid 1px #000000;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover span {
  color: #333;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) {
  width: 1.98rem;
  border: solid 1px #000000;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) span {
  color: #333;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover span {
  color: #fff;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-pagination {
  bottom: 0;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.32rem;
  height: 5px;
  background: #bdbcbc;
  border-radius: 0;
  opacity: 1;
}
.solutionDetail .solutionDetail-plate4 .plate4-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #25aaac;
}
.solutionDetail .solutionDetail-plate5 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.95rem;
  background: linear-gradient(90deg, #e2e2e2, #f0f0f0);
}
.solutionDetail .solutionDetail-plate5 .plate5-main .page-title {
  text-align: center;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-box .box-item {
  width: calc(100% / 6 - 0.2084rem);
  height: auto;
  margin-right: 0.25rem;
  margin-top: 0.45rem;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-box .box-item:nth-child(6n) {
  margin-right: 0;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-box .box-item .item-pic {
  width: 100%;
  height: 1.18rem;
  border: solid 1px #dddddd;
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate5 .plate5-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 .solutionDetail-plate5 .plate5-main .main-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate5 .plate5-main .main-box .box-item:hover .item-pic {
  border: solid 1px #25aaac;
}
.solutionDetail .solutionDetail-plate5 .plate5-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 .solutionDetail-plate5 .plate5-main .main-box .box-item:hover .item-title {
  color: #25aaac;
}
.solutionDetail .solutionDetail-plate6 {
  padding: 1rem 0 0;
}
.solutionDetail .solutionDetail-plate6 .plate6-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.solutionDetail .solutionDetail-plate6 .plate6-top .page-button {
  width: 1.98rem;
  border: solid 1px #000000;
}
.solutionDetail .solutionDetail-plate6 .plate6-top .page-button span {
  color: #333;
}
.solutionDetail .solutionDetail-plate6 .plate6-top .page-button em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail .solutionDetail-plate6 .plate6-top .page-button:hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.solutionDetail .solutionDetail-plate6 .plate6-top .page-button:hover span {
  color: #fff;
}
.solutionDetail .solutionDetail-plate6 .plate6-top .page-button:hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail .solutionDetail-plate6 .plate6-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-item {
  width: calc(100% / 3 - 0.6rem);
  height: auto;
  margin-right: 0.9rem;
  padding-top: 0.28rem;
  margin-bottom: 0.9rem;
  border-top: solid 2px #333;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-item .item-time {
  font-size: var(--fs18);
  color: #333;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail .solutionDetail-plate6 .plate6-main .main-item:hover .item-title {
  color: #25aaac;
}
.solutionDetail2 {
  width: 100%;
  height: auto;
}
.solutionDetail2 .solutionDetail-plate1 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0;
  background: url(../images/solutionDetail2-bg.jpg) no-repeat top left;
  background-size: cover;
}
.solutionDetail2 .solutionDetail-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0.8rem 0.8rem 0.65rem;
  background: #fff;
  border-radius: 0.05rem;
}
.solutionDetail2 .solutionDetail-plate1 .plate1-main .main-pic {
  width: 6.06rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solutionDetail2 .solutionDetail-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;
}
.solutionDetail2 .solutionDetail-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));
}
.solutionDetail2 .solutionDetail-plate1 .plate1-main .main-cent {
  width: 6.1rem;
  height: auto;
  padding-top: 0.7rem;
}
.solutionDetail2 .solutionDetail-plate1 .plate1-main .main-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.solutionDetail2 .solutionDetail-plate1 .plate1-main .main-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.solutionDetail2 .solutionDetail-plate2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 0.95rem 0;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide {
  width: calc(100% / 2 - 0.41rem);
  height: auto;
  margin-right: 0.82rem;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  border-radius: 0.05rem;
  overflow: hidden;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 3.9rem;
  overflow: hidden;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.35rem 0.4rem;
  background: #eeeeee;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.05rem;
  font-size: var(--fs16);
  color: #333;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-prev,
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 50%;
  border: solid 2px #25aaac;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-prev img,
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-prev .img2,
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-prev:hover,
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-next:hover {
  background: #25aaac;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-prev:hover .img1,
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-prev:hover .img2,
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-prev {
  left: -1.45rem;
}
.solutionDetail2 .solutionDetail-plate2 .plate2-swiper-button-next {
  right: -1.45rem;
}
.solutionDetail2 .solutionDetail-plate3 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.9rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.solutionDetail2 .solutionDetail-plate3 .plate3-title {
  font-size: var(--fs30);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main {
  margin-top: 0.5rem;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.3734rem);
  height: auto;
  margin-right: 0.56rem;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.35rem 0.4rem;
  border: solid 1px #cacaca;
  border-radius: 0.05rem;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: auto;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-pic img {
  width: 100%;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs24);
  line-height: 0.3rem;
  color: #333;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
  height: 0.78rem;
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0.35rem;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-link span {
  margin-right: 0.1rem;
  font-size: var(--fs14);
  color: #333;
  opacity: 0.5;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-link em {
  width: 0.34rem;
  height: 0.07rem;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail2 .solutionDetail-plate3 .plate3-main .main-cont .cont-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #fff;
  background: #fff;
}
.solutionDetail2 .solutionDetail-plate4 {
  padding: 0.9rem 0 0.95rem;
}
.solutionDetail2 .solutionDetail-plate4 .page-title {
  text-align: center;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding-bottom: 0.62rem;
  overflow: hidden;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-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;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent {
  width: 50%;
  height: auto;
  padding: 0.55rem 0.6rem;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1) {
  margin-right: 0.16rem;
  background: #25aaac;
  border: solid 1px #25aaac;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover {
  background: transparent;
  border: solid 1px #000000;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover span {
  color: #333;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(1):hover em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) {
  width: 1.98rem;
  border: solid 1px #000000;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) span {
  color: #333;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2) em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover span {
  color: #fff;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-slide .slide-box .box-cent .cent-bottom .page-button:nth-child(2):hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-pagination {
  bottom: 0;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.32rem;
  height: 5px;
  background: #bdbcbc;
  border-radius: 0;
  opacity: 1;
}
.solutionDetail2 .solutionDetail-plate4 .plate4-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #25aaac;
}
.solutionDetail2 .solutionDetail-plate5 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.95rem;
  background: linear-gradient(90deg, #e2e2e2, #f0f0f0);
}
.solutionDetail2 .solutionDetail-plate5 .plate5-main .page-title {
  text-align: center;
}
.solutionDetail2 .solutionDetail-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.solutionDetail2 .solutionDetail-plate5 .plate5-main .main-box .box-item {
  width: calc(100% / 6 - 0.2084rem);
  height: auto;
  margin-right: 0.25rem;
  margin-top: 0.45rem;
}
.solutionDetail2 .solutionDetail-plate5 .plate5-main .main-box .box-item:nth-child(6n) {
  margin-right: 0;
}
.solutionDetail2 .solutionDetail-plate5 .plate5-main .main-box .box-item .item-pic {
  width: 100%;
  height: 1.18rem;
  border: solid 1px #dddddd;
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate5 .plate5-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;
}
.solutionDetail2 .solutionDetail-plate5 .plate5-main .main-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate5 .plate5-main .main-box .box-item:hover .item-pic {
  border: solid 1px #25aaac;
}
.solutionDetail2 .solutionDetail-plate5 .plate5-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));
}
.solutionDetail2 .solutionDetail-plate5 .plate5-main .main-box .box-item:hover .item-title {
  color: #25aaac;
}
.solutionDetail2 .solutionDetail-plate6 {
  padding: 1rem 0 0;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-top .page-button {
  width: 1.98rem;
  border: solid 1px #000000;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-top .page-button span {
  color: #333;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-top .page-button em {
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-top .page-button:hover {
  background: #25aaac;
  border: solid 1px #25aaac;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-top .page-button:hover span {
  color: #fff;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-top .page-button:hover em {
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-main .main-item {
  width: calc(100% / 3 - 0.6rem);
  height: auto;
  margin-right: 0.9rem;
  padding-top: 0.28rem;
  margin-bottom: 0.9rem;
  border-top: solid 2px #333;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-main .main-item .item-time {
  font-size: var(--fs18);
  color: #333;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-main .main-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate6 .plate6-main .main-item:hover .item-title {
  color: #25aaac;
}
.solutionDetail2 .solutionDetail-plate7 {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.95rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-title {
  font-size: 0.36rem;
  color: #fff;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-text {
  width: 5.85rem;
  height: auto;
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #fff;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-box {
  width: 5.85rem;
  height: auto;
  margin-top: 0.35rem;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-box .box-item em {
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/icon/icon-dui.png) no-repeat center center;
  background-size: 100%;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-box .box-item span {
  width: calc(100% - 0.26rem);
  padding-left: 0.18rem;
  font-size: var(--fs18);
  color: #fff;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  border: solid 1px #fff;
  border-radius: 0.05rem;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button em {
  position: relative;
  width: 0.33rem;
  height: 0.27rem;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button em img {
  display: block;
  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;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button em .img2 {
  opacity: 0;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button:hover {
  background: #fff;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button:hover span {
  color: #25aaac;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button:hover em .img1 {
  opacity: 0;
}
.solutionDetail2 .solutionDetail-plate7 .plate7-main .main-button:hover em .img2 {
  opacity: 1;
}
.solutionDetail2 .solutionDetail-plate8 {
  width: 100%;
  height: auto;
  padding: 0.56rem 0 0.6rem;
  background: #010a97;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent {
  width: 6rem;
  height: auto;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs24);
  color: #fff;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 0.5rem;
  margin-top: 0.4rem;
  border: solid 1px #fff;
  border-radius: 0.05rem;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button em {
  position: relative;
  width: 0.33rem;
  height: 0.27rem;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button em img {
  display: block;
  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;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button em .img2 {
  opacity: 0;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button:hover {
  background: #fff;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button:hover span {
  color: #25aaac;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button:hover em .img1 {
  opacity: 0;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-cent .cent-button:hover em .img2 {
  opacity: 1;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-pic {
  width: 4.48rem;
  height: auto;
  overflow: hidden;
}
.solutionDetail2 .solutionDetail-plate8 .plate3-main .main-pic img {
  width: 100%;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-plate1 {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0 0.95rem;
}
.contact .contact-plate1 .plate1-cent {
  width: 6rem;
  height: auto;
}
.contact .contact-plate1 .plate1-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.contact .contact-plate1 .plate1-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.contact .contact-plate1 .plate1-cent .cent-subtitle {
  margin-top: 0.65rem;
  margin-bottom: 0.25rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.contact .contact-plate1 .plate1-cent .cent-item {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.contact .contact-plate1 .plate1-cent .cent-item:last-of-type {
  margin-bottom: 0;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-title {
  font-size: var(--fs16);
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-text {
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.65rem;
  height: 0.5rem;
  margin-top: 0.1rem;
  padding: 0 0.3rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button em {
  position: relative;
  width: 0.33rem;
  height: 0.27rem;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button em img {
  display: block;
  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;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button em .img2 {
  opacity: 0;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button:hover span {
  color: #fff;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button:hover em .img1 {
  opacity: 0;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-button:hover em .img2 {
  opacity: 1;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.88rem;
  height: 0.48rem;
  margin-right: 0.15rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item span {
  margin-right: 0.16rem;
  font-size: var(--fs16);
  color: #333;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item em {
  position: relative;
  width: 0.22rem;
  height: 0.19rem;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item em 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;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item em .img2 {
  opacity: 0;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item:last-of-type {
  width: 3.22rem;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item:hover span {
  color: #fff;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item:hover em .img1 {
  opacity: 0;
}
.contact .contact-plate1 .plate1-cent .cent-item .item-lump .lump-item:hover em .img2 {
  opacity: 1;
}
.contact .contact-plate1 .plate1-cont {
  width: 6.06rem;
  height: auto;
}
.contact .contact-plate1 .plate1-cont .cont-pic {
  width: 100%;
  height: auto;
}
.contact .contact-plate1 .plate1-cont .cont-pic img {
  width: 100%;
}
.contact .contact-plate1 .plate1-cont .cont-cent {
  width: 100%;
  height: auto;
  background: #f3f3f3;
}
.contact .contact-plate1 .plate1-cont .cont-cent .cent-ewm {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1.1rem 1.1rem 0.6rem;
  border-bottom: solid 1px #dfdfdf;
}
.contact .contact-plate1 .plate1-cont .cont-cent .cent-ewm .ewm-item {
  width: 1.7rem;
  height: auto;
}
.contact .contact-plate1 .plate1-cont .cont-cent .cent-ewm .ewm-item .item-pic {
  width: 100%;
  height: auto;
  border-radius: 0.05rem;
  overflow: hidden;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
}
.contact .contact-plate1 .plate1-cont .cont-cent .cent-ewm .ewm-item .item-pic img {
  width: 100%;
}
.contact .contact-plate1 .plate1-cont .cont-cent .cent-ewm .ewm-item .item-title {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  color: #666;
}
.contact .contact-plate1 .plate1-cont .cont-cent .cent-lump {
  width: 100%;
  height: 1.68rem;
  padding: 0.4rem 0.3rem 0.3rem;
  font-size: var(--fs18);
  text-align: center;
  color: #333;
}
.contact .contact-plate2 {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.15rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.contact .contact-plate2 .plate2-main .main-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.contact .contact-plate2 .plate2-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3 - 0.16rem);
  height: auto;
  margin-bottom: 0.24rem;
  margin-right: 0.24rem;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.34rem 0.2rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.36rem;
  color: #fff;
}
.contact .contact-plate2 .plate2-main .main-cont .cont-item .item-cent .cent-text {
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #fff;
}
.contact .contact-plate2 .plate2-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));
}
.contact .contact-form {
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
  background: url(../images/contact-bg.jpg) no-repeat top left;
  background-size: cover;
}
.contact .contact-form .form-main .form-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
}
.contact .contact-form .form-main .form-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 9.6rem;
  height: auto;
  margin-top: 0.3rem;
}
.contact .contact-form .form-main .form-main select {
  width: calc(100% / 3 - 0.08rem);
  height: 0.5rem;
  margin-bottom: 0.18rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #fff;
  border: solid 1px #4e4e4e;
  background: url(../images/icon/icon-arrow8.png) no-repeat scroll right 0.15rem center;
  border-radius: 0.05rem;
  appearance: none;
  outline: none;
}
.contact .contact-form .form-main .form-main select option {
  color: #333;
}
.contact .contact-form .form-main .form-main select option:first-of-type {
  display: none;
}
.contact .contact-form .form-main .form-main input {
  width: calc(100% / 3 - 0.08rem);
  height: 0.5rem;
  padding: 0 0.18rem;
  margin-bottom: 0.18rem;
  font-size: var(--fs14);
  color: #fff;
  border: solid 1px #4e4e4e;
  border-radius: 0.05rem;
  background: transparent;
}
.contact .contact-form .form-main .form-main input:nth-child(3) {
  margin-right: 0;
}
.contact .contact-form .form-main .form-main input::placeholder {
  color: #fff;
}
.contact .contact-form .form-main .form-main textarea {
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0.22rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  color: #fff;
  border: solid 1px #4e4e4e;
  border-radius: 0.05rem;
  background: transparent;
}
.contact .contact-form .form-main .form-main textarea::placeholder {
  color: #fff;
}
.contact .contact-form .form-main .form-button {
  display: flex;
  justify-content: flex-start;
  width: 9.8rem;
  height: auto;
  margin-top: 0.3rem;
}
.contact .contact-form .form-main .form-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
  background: #4e4e4e;
}
.contact .contact-form .form-main .form-button .button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #fff;
}
.contact .contact-form .form-main .form-button .button em {
  width: 0.19rem;
  height: 0.19rem;
}
.contact .contact-form .form-main .form-button .button em img {
  width: 100%;
}
.contact .contact-form .form-main .form-button .button:last-of-type {
  background: #25aaac;
}
.contact .contact-form .form-main .form-button .button:last-of-type:hover {
  background: #4e4e4e;
}
.contact .contact-form .form-main .form-button .button:hover {
  background: #25aaac;
}
.contact .contact-form .form-main .form-subTitle {
  margin-top: 0.4rem;
  font-size: var(--fs30);
  font-weight: bold;
  color: #fff;
}
.contact .contact-form .form-main .form-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  color: #fff;
}
.abilities {
  width: 100%;
  height: auto;
}
.abilities .abilities-plate1 {
  padding: 0.6rem 0 0.98rem;
}
.abilities .abilities-plate1 .plate1-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.abilities .abilities-plate1 .plate1-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.abilities .abilities-plate1 .plate1-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.abilities .abilities-plate1 .plate1-box .box-item {
  width: calc(100% / 4 - 0.1575rem);
  height: auto;
  margin-right: 0.21rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.abilities .abilities-plate1 .plate1-box .box-item:last-of-type {
  margin-right: 0;
}
.abilities .abilities-plate1 .plate1-box .box-item img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.abilities .abilities-plate1 .plate1-box .box-item:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.abilities .abilities-plate2 {
  width: 100%;
  height: auto;
  padding: 0.95rem 0;
  background: url(../images/abilities-bg.jpg) no-repeat top left;
  background-size: cover;
}
.abilities .abilities-plate2 .plate2-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.abilities .abilities-plate2 .plate2-main .main-top .top-cent {
  width: 4.32rem;
  height: auto;
  padding-top: 0.4rem;
}
.abilities .abilities-plate2 .plate2-main .main-top .top-cent .cent-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #fff;
}
.abilities .abilities-plate2 .plate2-main .main-top .top-cent .cent-text {
  margin-top: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.abilities .abilities-plate2 .plate2-main .main-top .top-cont {
  display: flex;
  justify-content: space-between;
  width: 8.1rem;
  height: auto;
}
.abilities .abilities-plate2 .plate2-main .main-top .top-cont .cont-pic {
  width: 4.04rem;
  height: auto;
  border-radius: 0.05rem;
  overflow: hidden;
}
.abilities .abilities-plate2 .plate2-main .main-top .top-cont .cont-pic img {
  width: 100%;
  height: auto;
}
.abilities .abilities-plate2 .plate2-main .main-top .top-cont .cont-pic:last-of-type {
  width: 3.7rem;
}
.abilities .abilities-plate2 .plate2-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.abilities .abilities-plate2 .plate2-main .main-pic img {
  width: 100%;
}
.abilities .abilities-plate2 .plate2-main .main-text {
  margin-top: 0.45rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.abilities .abilities-plate3 {
  padding: 0.9rem 0 1.15rem;
}
.abilities .abilities-plate3 .plate3-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.abilities .abilities-plate3 .plate3-text {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.abilities .abilities-plate3 .plate3-pic {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.abilities .abilities-plate3 .plate3-pic img {
  width: 100%;
}
.abilities .abilities-plate3 .plate3-pic .gif {
  position: absolute;
  top: 0.15rem;
  right: 2rem;
  width: 3.4rem;
  height: auto;
}
.abilities .abilities-plate3 .plate3-pic .gif2 {
  position: absolute;
  top: 3rem;
  right: 1.8rem;
  width: 4rem;
  height: auto;
}
.news {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1rem;
}
.news .news-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.news .news-main .main-top select {
  width: 3.36rem;
  height: 0.42rem;
  margin-right: 0.18rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #888;
  background: url(../images/icon/icon-arrow9.png) no-repeat scroll right 0.15rem center;
  border-radius: 0.05rem;
  appearance: none;
  outline: none;
}
.news .news-main .main-top select option {
  color: #333;
}
.news .news-main .main-top select option:first-of-type {
  display: none;
}
.news .news-main .main-top .layui-input-inline {
  width: 3.36rem;
  height: 0.42rem;
  margin-right: 0.18rem;
}
.news .news-main .main-top .layui-input-inline input {
  color: #999;
}
.news .news-main .main-top input {
  width: 100%;
  height: 100%;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #888;
  border-radius: 0.05rem;
  background: transparent url(../images/icon/icon-arrow9.png) no-repeat scroll right 0.15rem center;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.38rem;
  margin-bottom: 0.45rem;
  border-bottom: solid 1px #cccccc;
}
.news .news-main .main-cont .cont-item {
  display: block;
  width: calc(100% / 4 - 0.27rem);
  height: auto;
  margin-right: 0.36rem;
  margin-bottom: 0.55rem;
}
.news .news-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.news .news-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}
.news .news-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding-top: 0.35rem;
  padding-right: 0.25rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time {
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-source {
  font-size: var(--fs14);
  color: #666;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
  height: 0.6rem;
  margin-top: 0.15rem;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-link {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.news .news-main .main-cont .cont-item .item-cent .cent-link span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-link span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #25aaac;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #25aaac;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-link {
  color: #25aaac;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-link span::after {
  width: 100%;
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.95rem;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
}
.newsDetail .newsDetail-main .main-cent {
  width: 9.4rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-cent .cent-top {
  width: 100%;
  height: auto;
}
.newsDetail .newsDetail-main .main-cent .cent-top .top-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.newsDetail .newsDetail-main .main-cent .cent-top .top-time {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  color: #666;
}
.newsDetail .newsDetail-main .main-cent .cent-top .top-add {
  font-size: var(--fs14);
  color: #666;
}
.newsDetail .newsDetail-main .main-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
}
.newsDetail .newsDetail-main .main-cent .cent-box img {
  max-width: 100%;
  height: auto !important;
}
.newsDetail .newsDetail-main .main-cont {
  width: 4.26rem;
  height: auto;
}
.newsDetail .newsDetail-main .main-cont .cont-top {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.35rem 0.32rem;
  background: #f3f3f3;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent {
  width: 100%;
  height: auto;
  padding-top: 0.35rem;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-time {
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-source {
  font-size: var(--fs14);
  color: #666;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-title {
  margin-top: 0.15rem;
  font-size: var(--fs22);
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-link {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-link span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.1rem;
}
.newsDetail .newsDetail-main .main-cont .cont-top .top-cent .cent-link span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #25aaac;
  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-top:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.newsDetail .newsDetail-main .main-cont .cont-top:hover .top-cent .cent-title {
  color: #25aaac;
}
.newsDetail .newsDetail-main .main-cont .cont-top:hover .top-cent .cent-link {
  color: #25aaac;
}
.newsDetail .newsDetail-main .main-cont .cont-top:hover .top-cent .cent-link span::after {
  width: 100%;
}
.newsDetail .newsDetail-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  padding: 0.3rem 0.35rem 0.3rem;
  background: #f3f3f3;
}
.newsDetail .newsDetail-main .main-cont .cont-box a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  font-size: var(--fs18);
  line-height: 0.42rem;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-box a em {
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  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 a span {
  width: calc(100% - 5px);
  padding-left: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-cont .cont-box a:hover {
  color: #25aaac;
}
.newsDetail .newsDetail-main .main-cont .cont-box a:hover em {
  background-color: #25aaac;
}
.newsDetail .newsDetail-main .main-cont .cont-box a:hover::after {
  color: #25aaac;
}
.newsDetail .newsDetail-main .main-cont .cont-share {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.35rem;
  margin-top: 0.2rem;
  background: #f3f3f3;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-title {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.2rem;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.24rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item:last-of-type {
  margin-right: 0;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.32rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item:hover {
  background: #25aaac;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-cont .cont-share .share-box .box-item:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-main .main-cont .cont-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.48rem;
  margin-bottom: 0.08rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button span {
  margin: 0 0.16rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button em {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  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-bottom .bottom-button:nth-child(1) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow3.png);
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:nth-child(3) em {
  width: 0.22rem;
  height: 0.18rem;
  background-image: url(../images/icon/icon-return.png);
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:nth-child(2) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow3.png);
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:hover span {
  color: #fff;
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:hover:nth-child(1) em {
  background-image: url(../images/icon/icon-arrow.png);
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:hover:nth-child(3) em {
  background-image: url(../images/icon/icon-return-on.png);
}
.newsDetail .newsDetail-main .main-cont .cont-bottom .bottom-button:hover:nth-child(2) em {
  background-image: url(../images/icon/icon-arrow.png);
}
.case {
  width: 100%;
  height: auto;
  padding: 0.55rem 0 0.95rem;
  overflow: visible;
}
.case .case-main {
  display: flex;
  justify-content: space-between;
}
.case .case-main .main-list {
  width: 2.32rem;
  height: auto;
}
.case .case-main .main-list .list-cont {
  position: sticky;
  top: 1.2rem;
  width: 100%;
  height: auto;
  border-radius: 0.05rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
  overflow: hidden;
}
.case .case-main .main-list .list-cont .cont-lump {
  width: 100%;
  height: auto;
  border: solid 1px #d8d8d8;
}
.case .case-main .main-list .list-cont .cont-lump .lump-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.25rem;
  cursor: pointer;
}
.case .case-main .main-list .list-cont .cont-lump .lump-top::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.35rem;
  width: 12px;
  height: 12px;
  background: url(../images/icon/icon-case-jia.png) no-repeat center center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.case .case-main .main-list .list-cont .cont-lump .lump-top span {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-list .list-cont .cont-lump .lump-top-on::after {
  content: '';
  background: url(../images/icon/icon-case-jian.png) no-repeat center center;
  background-size: 100%;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box {
  display: none;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="radio"],
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice input[type="checkbox"] {
  display: none;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: var(--fs14);
  cursor: pointer;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.08rem;
  border: solid 1px #cdcdcd;
  border-radius: 50%;
  background: #fff;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice .choice-item span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: #25aaac;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span {
  border: solid 2px #25aaac;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.14rem;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 input[type="radio"],
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 input[type="checkbox"] {
  display: none;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 .choice-item:last-of-type {
  margin-bottom: 0;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 .choice-item span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.08rem;
  border: solid 1px #ccc;
  border-radius: 5px;
  background: #fff;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 .choice-item span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 8px;
  background: url(../images/icon/icon-guo.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 input:checked + label .choice-item span {
  border: solid 2px #25aaac;
}
.case .case-main .main-list .list-cont .cont-lump .lump-box .box-choice2 input:checked + label .choice-item span::after {
  opacity: 1;
}
.case .case-main .main-cont {
  width: 11.56rem;
  height: auto;
}
.case .case-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  margin-bottom: 0.26rem;
  border-bottom: solid 1px #d8d8d8;
}
.case .case-main .main-cont .cont-box .box-item {
  width: calc(100% / 3 - 0.2267rem);
  height: auto;
  margin-right: 0.34rem;
  margin-bottom: 0.36rem;
  border-radius: 0.05rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.case .case-main .main-cont .cont-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-main .main-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: 2.3rem;
  overflow: hidden;
}
.case .case-main .main-cont .cont-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;
}
.case .case-main .main-cont .cont-box .box-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem 0.2rem;
  border-bottom: solid 1px #ebebeb;
}
.case .case-main .main-cont .cont-box .box-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-box .box-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.25rem;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-left em {
  margin-right: 0.1rem;
  font-size: var(--fs14);
  color: #333;
  opacity: 0.5;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-left div {
  position: relative;
  max-width: 0.7rem;
  width: auto;
  height: 0.25rem;
  margin-right: 0.05rem;
  padding: 0 0.05rem;
  border: solid 1px #ccc;
  border-radius: 0.05rem;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-left div:last-of-type {
  margin-right: 0;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-left div p {
  width: 100%;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-left div span {
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  width: auto;
  height: 0.25rem;
  padding: 0 0.1rem;
  font-size: var(--fs14);
  line-height: 0.25rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-left div span::after {
  content: '';
  position: absolute;
  bottom: -0.12rem;
  left: 50%;
  width: auto;
  height: auto;
  margin-left: -0.06rem;
  border: solid 0.06rem transparent;
  border-top: solid 0.06rem #fff;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-left div:hover span {
  opacity: 1;
  visibility: visible;
}
.case .case-main .main-cont .cont-box .box-item .item-bottom .bottom-right {
  width: 0.7rem;
  height: 0.24rem;
  border-radius: 0.05rem;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 0.32rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .cont-box .box-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.case .case-main .main-cont .cont-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));
}
.case .case-main .main-cont .cont-box .box-item:hover .item-cent .cent-title {
  color: #25aaac;
}
.case .case-main .main-cont .cont-box .box-item:hover .item-bottom .bottom-right {
  background: #25aaac url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 0.32rem;
}
.caseDetail {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.caseDetail .caseDetail-top {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 2.1rem;
  background: url(../images/caseDetail-bg.jpg) no-repeat top left;
  background-size: cover;
}
.caseDetail .caseDetail-top .page-crumb {
  position: relative;
  background: transparent;
}
.caseDetail .caseDetail-top .page-crumb .crumb-box a,
.caseDetail .caseDetail-top .page-crumb .crumb-box em,
.caseDetail .caseDetail-top .page-crumb .crumb-box span {
  color: #666;
}
.caseDetail .caseDetail-top .top-main {
  display: flex;
  justify-content: space-between;
  margin-top: 0.65rem;
}
.caseDetail .caseDetail-top .top-main .main-cent {
  width: 8rem;
  height: auto;
}
.caseDetail .caseDetail-top .top-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.caseDetail .caseDetail-top .top-main .main-cent .cent-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.caseDetail .caseDetail-top .top-main .main-cent .cent-lump a {
  width: auto;
  height: 0.3rem;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  padding: 0 0.15rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #333;
  border-radius: 0.05rem;
  background: #fff;
}
.caseDetail .caseDetail-top .top-main .main-cent .cent-lump a:hover {
  color: #fff;
  background: #25aaac;
}
.caseDetail .caseDetail-top .top-main .main-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 5.5rem;
  height: auto;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-time em {
  width: 0.25rem;
  height: auto;
  margin-right: 0.16rem;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-time em img {
  display: block;
  width: 100%;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-time p {
  font-size: var(--fs16);
  color: #999;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-time p span {
  margin-left: 0.16rem;
  color: #ffff;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0.45rem;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 0.16rem;
  font-size: var(--fs16);
  color: #999;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share p em {
  display: block;
  width: 0.25rem;
  margin-right: 0.16rem;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share p em img {
  display: block;
  width: 100%;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share .share-box {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share .share-box .box-item {
  position: relative;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.12rem;
  background: #fff;
  border-radius: 50%;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share .share-box .box-item:last-of-type {
  margin-right: 0;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share .share-box .box-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.27rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share .share-box .box-item .img2 {
  opacity: 0;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share .share-box .box-item:hover {
  background: #25aaac;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share .share-box .box-item:hover .img1 {
  opacity: 0;
}
.caseDetail .caseDetail-top .top-main .main-cont .cont-share .share-box .box-item:hover .img2 {
  opacity: 1;
}
.caseDetail .caseDetail-plate1 {
  display: flex;
  justify-content: space-between;
  margin-top: -1.6rem;
  padding: 0.2rem 1.05rem 0.2rem 0.2rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.caseDetail .caseDetail-plate1 .plate1-pic {
  width: 6.12rem;
  height: auto;
  overflow: hidden;
}
.caseDetail .caseDetail-plate1 .plate1-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.caseDetail .caseDetail-plate1 .plate1-cent {
  width: 6.1rem;
  height: auto;
  padding-top: 0.8rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.caseDetail .caseDetail-plate2 {
  margin-top: 0.7rem;
}
.caseDetail .caseDetail-plate2 .plate2-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
.caseDetail .caseDetail-plate2 .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.caseDetail .caseDetail-plate2 .main-box .box-item {
  width: calc(100% / 6 - 0.2084rem);
  height: auto;
  margin-right: 0.25rem;
  margin-top: 0.35rem;
}
.caseDetail .caseDetail-plate2 .main-box .box-item:nth-child(6n) {
  margin-right: 0;
}
.caseDetail .caseDetail-plate2 .main-box .box-item .item-pic {
  width: 100%;
  height: 1.18rem;
  border: solid 1px #dddddd;
  background: #fff;
  border-radius: 0.05rem;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-plate2 .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;
}
.caseDetail .caseDetail-plate2 .main-box .box-item .item-title {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-plate2 .main-box .box-item:hover .item-pic {
  border: solid 1px #25aaac;
}
.caseDetail .caseDetail-plate2 .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));
}
.caseDetail .caseDetail-plate2 .main-box .box-item:hover .item-title {
  color: #25aaac;
}
.caseDetail .caseDetail-plate3 {
  margin: 0.7rem auto 0.6rem;
}
.caseDetail .caseDetail-plate3 .plate3-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
.caseDetail .caseDetail-plate3 .plate3-cont {
  width: 9.5rem;
  height: auto;
  margin-top: 0.35rem;
}
.caseDetail .caseDetail-plate3 .plate3-cont .cont-text {
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
}
.caseDetail .caseDetail-plate3 .plate3-cont .cont-button {
  display: inline-block;
  width: auto;
  height: 0.55rem;
  margin: 0.15rem 0 0.2rem;
  padding: 0 0.35rem;
  font-size: var(--fs16);
  line-height: 0.55rem;
  color: #fff;
  border-radius: 0.05rem;
  background: #25aaac;
}
.caseDetail .caseDetail-bottom {
  display: flex;
  justify-content: center;
  padding: 0.65rem 0 1.05rem;
  border-top: solid 1px #d8d8d8;
}
.caseDetail .caseDetail-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 0.48rem;
  margin-right: 0.15rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.caseDetail .caseDetail-bottom .bottom-button:last-of-type {
  margin-right: 0;
}
.caseDetail .caseDetail-bottom .bottom-button span {
  margin: 0 0.16rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-bottom .bottom-button em {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-bottom .bottom-button:nth-child(1) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow3.png);
}
.caseDetail .caseDetail-bottom .bottom-button:nth-child(3) em {
  width: 0.22rem;
  height: 0.18rem;
  background-image: url(../images/icon/icon-return.png);
}
.caseDetail .caseDetail-bottom .bottom-button:nth-child(2) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow3.png);
}
.caseDetail .caseDetail-bottom .bottom-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.caseDetail .caseDetail-bottom .bottom-button:hover span {
  color: #fff;
}
.caseDetail .caseDetail-bottom .bottom-button:hover:nth-child(1) em {
  background-image: url(../images/icon/icon-arrow.png);
}
.caseDetail .caseDetail-bottom .bottom-button:hover:nth-child(3) em {
  background-image: url(../images/icon/icon-return-on.png);
}
.caseDetail .caseDetail-bottom .bottom-button:hover:nth-child(2) em {
  background-image: url(../images/icon/icon-arrow.png);
}
.caseDetail .caseDetail-product {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.95rem;
  background: linear-gradient(90deg, #e2e2e2, #f7f7f7);
}
.caseDetail .caseDetail-product .product-main .main-title {
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
}
.caseDetail .caseDetail-product .product-main .main-swiper {
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  overflow: hidden;
}
.caseDetail .caseDetail-product .product-main .main-swiper .swiper-slide {
  width: calc(100% / 4);
  height: auto;
}
.caseDetail .caseDetail-product .product-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.caseDetail .caseDetail-product .product-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 2.67rem;
}
.caseDetail .caseDetail-product .product-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.caseDetail .caseDetail-product .product-main .main-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.caseDetail .caseDetail-product .product-main .main-swiper .swiper-slide .slide-box .box-cent .cent-title {
  font-size: var(--fs20);
  font-weight: 100;
  text-align: center;
  color: #999;
}
.caseDetail .caseDetail-product .product-main .main-swiper .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.1rem;
  font-size: var(--fs20);
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-product .product-main .main-swiper .swiper-slide .slide-box:hover .box-cent .cent-text {
  color: #25aaac;
}
.caseDetail .caseDetail-product .product-main .main-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.caseDetail .caseDetail-product .product-main .main-bottom::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.67rem;
  height: 1px;
  background: #cccccc;
}
.caseDetail .caseDetail-product .product-main .main-bottom::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6.67rem;
  height: 1px;
  background: #cccccc;
}
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button {
  display: flex;
  justify-content: space-between;
  width: 0.9rem;
  height: auto;
  margin: 0 auto;
}
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-prev,
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-next {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: solid 2px #25aaac;
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-prev img,
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 12px;
  margin: -6px 0 0 -4px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-prev .img2,
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-next .img2 {
  opacity: 0;
}
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-prev:hover,
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-next:hover {
  background: #25aaac;
}
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-prev:hover .img1,
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-next:hover .img1 {
  opacity: 0;
}
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-prev:hover .img2,
.caseDetail .caseDetail-product .product-main .main-bottom .bottom-button .product-swiper-button-next:hover .img2 {
  opacity: 1;
}
.training {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 0.85rem;
}
.training .training-main .main-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.training .training-main .main-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  background: #f3f3f3;
  border-radius: 0.05rem;
  overflow: hidden;
}
.training .training-main .main-top .top-item {
  width: 33.33%;
  height: 0.55rem;
  font-size: var(--fs20);
  text-align: center;
  line-height: 0.55rem;
  color: #333;
  border-radius: 0.05rem;
}
.training .training-main .main-top .top-item:hover {
  color: #fff;
  background: #25aaac;
}
.training .training-main .main-top .top-item-on {
  color: #fff;
  background: #25aaac;
}
.training .training-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
  margin-bottom: 0.1rem;
}
.training .training-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 4 - 0.225rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.36rem;
  border-radius: 0.05rem;
  background: #f3f3f3;
  overflow: hidden;
}
.training .training-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.training .training-main .main-cont .cont-item .item-play {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: -0.18rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.training .training-main .main-cont .cont-item .item-play img {
  width: 100%;
}
.training .training-main .main-cont .cont-item .item-play:hover {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.training .training-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.15rem;
  overflow: hidden;
}
.training .training-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.training .training-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.26rem 0.2rem;
  border-bottom: solid 1px #ebebeb;
}
.training .training-main .main-cont .cont-item .item-cent .cent-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.training .training-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.training .training-main .main-cont .cont-item .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.26rem;
}
.training .training-main .main-cont .cont-item .item-bottom .bottom-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.training .training-main .main-cont .cont-item .item-bottom .bottom-link span {
  margin-right: 0.1rem;
  font-size: var(--fs14);
  color: #333;
  opacity: 0.5;
}
.training .training-main .main-cont .cont-item .item-bottom .bottom-link em {
  width: 0.34rem;
  height: 0.07rem;
  background: url(../images/icon/icon-arrow3.png) no-repeat center center;
  background-size: 100%;
}
.training .training-main .main-cont .cont-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.training .training-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));
}
.training .training-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #25aaac;
}
.training .training-main .main-cont .cont-item:hover .item-bottom .bottom-right {
  background: #25aaac url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 0.32rem;
}
.support {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 1rem;
}
.support .support-main .main-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.support .support-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.support .support-main .main-cont .cont-cent {
  width: 6.15rem;
}
.support .support-main .main-cont .cont-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-bottom: 0.45rem;
}
.support .support-main .main-cont .cont-cent .cent-lump:last-of-type {
  margin-bottom: 0;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-text {
  margin-top: 0.15rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #333;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-top: 0.25rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button em {
  position: relative;
  width: 0.28rem;
  height: 0.28rem;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button em 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;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button em .img2 {
  opacity: 0;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button:hover span {
  color: #fff;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button:hover em .img1 {
  opacity: 0;
}
.support .support-main .main-cont .cont-cent .cent-lump .lump-button:hover em .img2 {
  opacity: 1;
}
.support .support-main .main-cont .cont-pic {
  width: 7.2rem;
  height: 100%;
  border-radius: 0.05rem;
  overflow: hidden;
}
.support .support-main .main-cont .cont-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.support .support-main .main-cont .cont-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.FAQ {
  width: 100%;
  height: auto;
  padding: 0.6rem 0 0.98rem;
}
.FAQ .FAQ-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.FAQ .FAQ-main .main-top .top-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.FAQ .FAQ-main .main-top .top-filter {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.FAQ .FAQ-main .main-top .top-filter select {
  width: 2.3rem;
  height: 0.45rem;
  margin-right: 0.14rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #888;
  background: url(../images/icon/icon-arrow9.png) no-repeat scroll right 0.15rem center;
  border-radius: 0.05rem;
  appearance: none;
  outline: none;
}
.FAQ .FAQ-main .main-top .top-filter select:last-of-type {
  margin-right: 0;
}
.FAQ .FAQ-main .main-top .top-filter select option {
  color: #333;
}
.FAQ .FAQ-main .main-top .top-filter select option:first-of-type {
  display: none;
}
.FAQ .FAQ-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.FAQ .FAQ-main .main-cont .cont-item {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #333333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-cont .cont-item:first-of-type {
  border-top: solid 1px #333333;
}
.FAQ .FAQ-main .main-cont .cont-item .item-top {
  position: relative;
  width: 100%;
  padding: 0.3rem 0.25rem;
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-cont .cont-item .item-top::before {
  content: '+';
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.FAQ .FAQ-main .main-cont .cont-item .item-top:hover {
  color: #25aaac;
}
.FAQ .FAQ-main .main-cont .cont-item .item-top-on {
  color: #25aaac;
}
.FAQ .FAQ-main .main-cont .cont-item .item-top-on::before {
  content: '_';
  top: 0.2rem;
}
.FAQ .FAQ-main .main-cont .cont-item .item-cent {
  display: none;
  width: 100%;
  height: auto;
  padding: 0 0.25rem 0.3rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #666;
}
.download {
  width: 100%;
  height: auto;
  padding: 0.55rem 0 0.9rem;
}
.download .download-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.download .download-main .main-top .top-title {
  font-size: var(--fs30);
  font-weight: bold;
  color: #333;
}
.download .download-main .main-top .top-filter {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
.download .download-main .main-top .top-filter select {
  width: 2.3rem;
  height: 0.45rem;
  margin-right: 0.14rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #888;
  background: url(../images/icon/icon-arrow9.png) no-repeat scroll right 0.15rem center;
  border-radius: 0.05rem;
  appearance: none;
  outline: none;
}
.download .download-main .main-top .top-filter select:last-of-type {
  margin-right: 0;
}
.download .download-main .main-top .top-filter select option {
  color: #333;
}
.download .download-main .main-top .top-filter select option:first-of-type {
  display: none;
}
.download .download-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.55rem;
}
.download .download-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.95rem;
  border-bottom: solid 1px #333;
}
.download .download-main .main-cont .cont-item:first-of-type {
  border-top: solid 1px #333;
}
.download .download-main .main-cont .cont-item .item-title {
  width: 11.1rem;
  height: auto;
  font-size: var(--fs20);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item .item-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0.9rem;
}
.download .download-main .main-cont .cont-item .item-button span {
  font-size: var(--fs16);
  color: #999;
}
.download .download-main .main-cont .cont-item .item-button em {
  width: 0.15rem;
  height: 0.16rem;
  background: url(../images/icon/icon-download-arrow.png) no-repeat top left;
  background-size: 100%;
}
.download .download-main .main-cont .cont-item:hover {
  border-bottom: solid 1px #25aaac;
}
.download .download-main .main-cont .cont-item:hover .item-title {
  color: #25aaac;
}
.productScreening {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.productScreening .page-crumb {
  position: static;
  margin-top: 0.2rem;
  background: transparent;
}
.productScreening .page-crumb .crumb-box a,
.productScreening .page-crumb .crumb-box span,
.productScreening .page-crumb .crumb-box em {
  color: #666;
}
.productScreening .productScreening-top {
  margin-top: 0.3rem;
  padding-bottom: 0.6rem;
}
.productScreening .productScreening-top .top-title {
  font-size: var(--fs24);
  font-weight: bold;
  color: #333;
}
.productScreening .productScreening-top .top-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.productScreening .productScreening-top .top-main .main-item {
  width: calc(100% / 3 - 0.6rem);
  height: auto;
  margin-right: 0.9rem;
}
.productScreening .productScreening-top .top-main .main-item:last-of-type {
  margin-right: 0;
}
.productScreening .productScreening-top .top-main .main-item .item-title {
  margin-bottom: 0.15rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.productScreening .productScreening-top .top-main .main-item select {
  width: 100%;
  height: 0.48rem;
  font-size: var(--fs14);
  color: #666;
  border: solid 1px transparent;
  border-bottom: solid 1px #888888;
  background: url(../images/icon/icon-arrow12.png) no-repeat scroll right center;
  appearance: none;
  outline: none;
}
.productScreening .productScreening-top .top-main .main-item select option {
  text-align: center;
  color: #666;
}
.productScreening .productScreening-top .top-main .main-item select option:first-of-type {
  display: none;
}
.productScreening .productScreening-top .top-main .main-item .item-lump {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0.1rem;
  margin-right: 0.15rem;
}
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice input[type="radio"],
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice input[type="checkbox"] {
  display: none;
}
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  cursor: pointer;
}
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice .choice-item:last-of-type {
  margin-bottom: 0;
}
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.06rem;
  border: solid 1px #dedede;
  border-radius: 50%;
}
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice .choice-item span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  font-size: var(--fs14);
  line-height: 0.14rem;
  text-align: center;
  color: #fff;
  background: #25aaac;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice input:checked + label .choice-item span {
  border: solid 1px #25aaac;
}
.productScreening .productScreening-top .top-main .main-item .item-lump .lump-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.productScreening .productScreening-top .top-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.productScreening .productScreening-top .top-box .box-wavelength {
  width: calc(100% / 2 - 0.63rem);
  height: auto;
}
.productScreening .productScreening-top .top-box .box-wavelength .wavelength-title {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.productScreening .productScreening-top .top-box .box-wavelength .wavelength-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.productScreening .productScreening-top .top-box .box-wavelength #slider-demo-theme-1 .layui-slider {
  position: relative;
  height: 7px;
  background: transparent;
}
.productScreening .productScreening-top .top-box .box-wavelength #slider-demo-theme-1 .layui-slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/productScreening-bg.png) no-repeat left top;
  background-size: 100%;
}
.productScreening .productScreening-top .top-box .box-wavelength #slider-demo-theme-1 .layui-slider .layui-slider-bar {
  background: transparent;
}
.productScreening .productScreening-top .top-box .box-wavelength #slider-demo-theme-1 .layui-slider .layui-slider-wrap .layui-slider-wrap-btn {
  width: 4px;
  height: 33px;
  border-radius: 45px;
  background: transparent;
}
.productScreening .productScreening-top .top-box .box-power {
  width: calc(100% / 2 - 0.63rem);
  height: auto;
}
.productScreening .productScreening-top .top-box .box-power .power-title {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.productScreening .productScreening-top .top-box .box-power .power-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.productScreening .productScreening-top .top-box .box-power #slider-demo-theme-2 .layui-slider {
  position: relative;
  height: 7px;
  background: #b5b5b5;
  border-radius: 45px;
}
.productScreening .productScreening-top .top-box .box-power #slider-demo-theme-2 .layui-slider .layui-slider-wrap .layui-slider-wrap-btn {
  width: 4px;
  height: 33px;
  border-radius: 45px;
  background: transparent;
}
.productScreening .productScreening-main {
  width: 100%;
  height: auto;
  padding: 0.85rem 0 0.95rem;
  background: #f0efef;
}
.productScreening .productScreening-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}
.productScreening .productScreening-main .main-box .box-item {
  width: calc(100% / 4 - 0.15rem);
  height: auto;
  margin-right: 0.2rem;
  margin-bottom: 0.22rem;
  padding: 0.2rem 0 0.4rem;
  border: solid 1px #cacaca;
  border-radius: 0.05rem;
}
.productScreening .productScreening-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.productScreening .productScreening-main .main-box .box-item .item-pic {
  width: 100%;
  height: 2.64rem;
  overflow: hidden;
}
.productScreening .productScreening-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productScreening .productScreening-main .main-box .box-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  padding: 0 0.35rem;
}
.productScreening .productScreening-main .main-box .box-item .item-cent .cent-title {
  height: 0.3rem;
  font-size: var(--fs24);
  font-weight: 100;
  line-height: 0.3rem;
  color: #999;
}
.productScreening .productScreening-main .main-box .box-item .item-cent .cent-sunTitle {
  font-size: var(--fs24);
  font-weight: bold;
  line-height: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productScreening .productScreening-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.productScreening .productScreening-main .main-box .box-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #fff;
  background: #fff;
}
.trainingDetail {
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.95rem;
}
.trainingDetail .trainingDetail-main .main-cent {
  width: 9.4rem;
  height: auto;
  margin: 0 auto;
}
.trainingDetail .trainingDetail-main .main-cent .cent-top {
  width: 100%;
  height: auto;
}
.trainingDetail .trainingDetail-main .main-cent .cent-top .top-title {
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.trainingDetail .trainingDetail-main .main-cent .cent-top .top-time {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  color: #666;
}
.trainingDetail .trainingDetail-main .main-cent .cent-top .top-add {
  font-size: var(--fs14);
  color: #666;
}
.trainingDetail .trainingDetail-main .main-cent .cent-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #333;
}
.trainingDetail .trainingDetail-main .main-cent .cent-box img {
  max-width: 100%;
}
.trainingDetail .trainingDetail-main .main-cent .cent-box video {
  width: 100%;
  height: auto;
}
.trainingDetail .trainingDetail-main .main-cent .cent-box .videoWrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.trainingDetail .trainingDetail-main .main-cent .cent-box .videoWrap embed,
.trainingDetail .trainingDetail-main .main-cent .cent-box .videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.trainingDetail .trainingDetail-main .main-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.96rem;
  height: 0.48rem;
  margin-right: 0.12rem;
  border: solid 1px #000;
  border-radius: 0.05rem;
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:last-of-type {
  margin-right: 0;
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button span {
  margin: 0 0.16rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button em {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:nth-child(1) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow6.png);
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:nth-child(2) em {
  width: 0.22rem;
  height: 0.18rem;
  background-image: url(../images/icon/icon-return.png);
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:nth-child(3) em {
  width: 0.34rem;
  height: 0.07rem;
  background-image: url(../images/icon/icon-arrow3.png);
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:hover span {
  color: #fff;
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:hover:nth-child(1) em {
  background-image: url(../images/icon/icon-arrow7.png);
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:hover:nth-child(2) em {
  background-image: url(../images/icon/icon-return-on.png);
}
.trainingDetail .trainingDetail-main .main-bottom .bottom-button:hover:nth-child(3) em {
  background-image: url(../images/icon/icon-arrow.png);
}
.page-pupop-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 39;
}
.page-pupop-form .form-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.84rem;
  height: auto;
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.page-pupop-form .form-main .main-hide {
  position: absolute;
  top: 0.25rem;
  right: 0.34rem;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-pupop-form .form-main .main-hide img {
  width: 100%;
}
.page-pupop-form .form-main .main-hide:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.page-pupop-form .form-main .main-top {
  width: 100%;
  height: 0.75rem;
  padding: 0 0.6rem;
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 0.75rem;
  color: #fff;
  background: #25aaac url(../images/bg22.png) no-repeat bottom right;
  background-size: 3.38rem;
}
.page-pupop-form .form-main .main-box {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.6rem 0.8rem;
}
.page-pupop-form .form-main .main-box .box-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.32rem;
}
.page-pupop-form .form-main .main-box .box-form select {
  width: calc(100% / 3 - 0.08rem);
  height: 0.5rem;
  margin-right: 0.12rem;
  margin-bottom: 0.18rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #e0e0e0;
  background: url(../images/icon/icon-arrow12.png) no-repeat scroll right 0.15rem center;
  border-radius: 0.05rem;
  appearance: none;
  outline: none;
}
.page-pupop-form .form-main .main-box .box-form select:nth-child(3n) {
  margin-right: 0;
}
.page-pupop-form .form-main .main-box .box-form select option {
  color: #333;
}
.page-pupop-form .form-main .main-box .box-form select option:first-of-type {
  display: none;
}
.page-pupop-form .form-main .main-box .box-form input {
  width: calc(100% / 3 - 0.08rem);
  height: 0.5rem;
  padding: 0 0.22rem;
  margin-right: 0.12rem;
  margin-bottom: 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #e0e0e0;
  border-radius: 0.05rem;
  background: transparent;
}
.page-pupop-form .form-main .main-box .box-form input:nth-child(3n) {
  margin-right: 0;
}
.page-pupop-form .form-main .main-box .box-form textarea {
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0.22rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #e0e0e0;
  border-radius: 0.05rem;
  background: transparent;
}
.page-pupop-form .form-main .main-box .box-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.page-pupop-form .form-main .main-box .box-bottom .box-text {
  font-size: var(--fs14);
  color: #666;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
  background: #cccccc;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button em {
  position: relative;
  width: 0.19rem;
  height: 0.19rem;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button em 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;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button em .img2 {
  opacity: 0;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button:hover {
  background: #25aaac;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button:hover span {
  color: #fff;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button:hover em .img1 {
  opacity: 0;
}
.page-pupop-form .form-main .main-box .box-bottom .bottom-button .button:hover em .img2 {
  opacity: 1;
}
.page-form {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.82rem;
  background: url(../images/page-form-bg.jpg) no-repeat top left;
  background-size: cover;
}
.page-form .form-main {
  position: relative;
  z-index: 1;
}
.page-form .form-main .main-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #fff;
}
.page-form .form-main .main-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 9.6rem;
  margin-top: 0.32rem;
}
.page-form .form-main .main-form input {
  width: calc(100% / 3 - 0.08rem);
  height: 0.5rem;
  padding: 0 0.22rem;
  margin-right: 0.12rem;
  margin-bottom: 0.18rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #4e4e4e;
  border-radius: 0.05rem;
  background: transparent;
}
.page-form .form-main .main-form input:nth-child(3) {
  margin-right: 0;
}
.page-form .form-main .main-form textarea {
  width: 100%;
  height: 0.95rem;
  padding: 0.15rem 0.22rem;
  font-family: '微软雅黑';
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #4e4e4e;
  border-radius: 0.05rem;
  background: transparent;
}
.page-form .form-main .main-button {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.page-form .form-main .main-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 0.6rem;
  margin-right: 0.1rem;
  border-radius: 0.05rem;
  background: #4e4e4e;
}
.page-form .form-main .main-button .button span {
  margin-right: 0.22rem;
  font-size: var(--fs16);
  color: #fff;
}
.page-form .form-main .main-button .button em {
  width: 0.19rem;
  height: 0.19rem;
}
.page-form .form-main .main-button .button em img {
  width: 100%;
}
.page-form .form-main .main-button .button:last-of-type {
  background: #25aaac;
}
.page-form .form-main .main-button .button:last-of-type:hover {
  background: #4e4e4e;
}
.page-form .form-main .main-button .button:hover {
  background: #25aaac;
}
.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: #25aaac;
  border: solid 2px #25aaac;
  border-radius: 0.1rem;
}
.search .search-main .main-top a:hover {
  color: #25aaac;
  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: #25aaac;
}
.page-heng {
  width: 0.25rem;
  height: 3px;
  margin-top: 0.15rem;
  background: #25aaac;
}
.page-title {
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.page-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  text-transform: uppercase;
  color: #666;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.48rem;
  border: solid 1px #fff;
  border-radius: 0.05rem;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-button span {
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button em {
  width: 0.34rem;
  height: 0.07rem;
  margin-left: 0.2rem;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  border: solid 1px #25aaac;
  background: #25aaac;
}
.page-crumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.48rem;
  background: rgba(0, 0, 0, 0.3);
}
.page-crumb .crumb-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.page-crumb .crumb-box a {
  font-size: var(--fs14);
  color: #fff;
}
.page-crumb .crumb-box a:hover {
  text-decoration: underline;
}
.page-crumb .crumb-box span {
  font-size: var(--fs14);
  font-weight: bold;
  color: #fff;
}
.page-crumb .crumb-box em {
  display: block;
  font-size: var(--fs14);
  color: #fff;
  margin: 0 0.05rem;
}
.page-load {
  display: block;
  width: 0.7rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-pic {
  width: 0.4rem;
  height: auto;
  margin: 0 auto;
}
.page-load .load-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-load .load-title {
  margin-top: 0.12rem;
  font-size: var(--fs16);
  text-align: center;
  color: #25aaac;
}
.page-load:hover .load-pic img {
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.page-subnav {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #e3e3e3;
}
.page-subnav .subnav-main {
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
}
.page-subnav .subnav-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 75%;
  height: 100%;
}
.page-subnav .subnav-main .main-cont .cont-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-right: 0.65rem;
  font-size: var(--fs16);
  color: #333;
}
.page-subnav .subnav-main .main-cont .cont-item:last-of-type {
  margin-right: 0;
}
.page-subnav .subnav-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #25aaac;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-subnav .subnav-main .main-cont .cont-item:hover {
  color: #25aaac;
}
.page-subnav .subnav-main .main-cont .cont-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.page-subnav .subnav-main .main-cont .cont-item-on {
  color: #25aaac;
}
.page-subnav .subnav-main .main-cont .cont-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));
}
.page-subnav .subnav-main .main-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  height: 100%;
}
.page-subnav .subnav-main .main-box a {
  font-size: var(--fs14);
  color: #666;
}
.page-subnav .subnav-main .main-box a:hover {
  color: #25aaac;
  text-decoration: underline;
}
.page-subnav .subnav-main .main-box span {
  font-size: var(--fs14);
  font-weight: bold;
  color: #666;
}
.page-subnav .subnav-main .main-box em {
  display: block;
  font-size: var(--fs14);
  color: #666;
  margin: 0 0.05rem;
}
.page-Wnav {
  display: none;
}
.pageW {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
