.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.04rem;
  z-index: 59;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.27rem;
  height: 0.4rem;
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-logo .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.3rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  font-size: 0.18rem;
  text-align: center;
  line-height: 1.04rem;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active {
  color: #fff !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link-active::after {
  height: 100%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list {
  position: absolute;
  top: 1.04rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  margin-left: -0.75rem;
  padding: 0.15rem 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  z-index: 29;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  font-size: 0.16rem;
  line-height: 0.34rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-list a:hover {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #0ca7e7 !important;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0.95rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.35rem;
  height: 100%;
  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 {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 100%;
  margin-left: 0.5rem;
  cursor: pointer;
}
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-nav-lang.png) no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: auto;
  margin: 0 0.15rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-arrow {
  width: 8px;
  height: 5px;
  background: url(../images/icon/icon-nav-lang-arrow.png) no-repeat center center;
  background-size: 8px 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 1.04rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.05rem 0.2rem;
  margin-left: -0.75rem;
  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: #f8f8f8;
  z-index: 0;
  transform: translatey(-100%);
  -o-transform: translatey(-100%);
  -moz-transform: translatey(-100%);
  -webkit-transform: translatey(-100%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.1rem 0;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333;
  opacity: 0;
  z-index: 9;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list .list-link:hover {
  color: #0ca7e7;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-arrow {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-list .list-link {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
nav .nav-main .main-cont .main-right .right-menu {
  display: none;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 0.92rem;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 0.4rem;
  background: #fff;
  border-top: solid 1px #eee;
  z-index: 59;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 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-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
  border-bottom: solid 1px #f7f8f9;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 18px;
  height: auto;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
  flex: 1;
  height: 0.75rem;
  padding: 0 0.5rem;
  font-size: 16px;
  color: #333;
  background: none;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 21px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main:hover {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main:hover .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 0.18rem;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-nav-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-nav-lang-arrow-on.png) no-repeat center center;
  background-size: 8px 5px;
}
nav .nav-main-on {
  top: -1.1rem;
}
nav .nav-main-active {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main-active .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 0.18rem;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-nav-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-nav-lang-arrow-on.png) no-repeat center center;
  background-size: 8px 5px;
}
nav .nav-main-active2 {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
nav .nav-main-active2 .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-nav .nav-cont .nav-li .li-link {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-right .right-serach span {
  background: url(../images/icon/icon-search-on.png) no-repeat center center;
  background-size: 0.18rem;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-flag {
  background: url(../images/icon/icon-nav-lang-on.png) no-repeat center center;
  background-size: 100%;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-title {
  color: #333;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-arrow {
  background: url(../images/icon/icon-nav-lang-arrow-on.png) no-repeat center center;
  background-size: 8px 5px;
}
nav .Whead-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #0ca7e7;
  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.75rem;
  right: 4.5rem;
  width: 0.2rem;
  cursor: pointer;
  z-index: 9;
}
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 img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .Whead-search .search-input {
  position: absolute;
  bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  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: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #fff;
}
nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-moz-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
  font-family: 'Arial';
  color: #fff;
}
nav .Whead-search .search-input .input-icon {
  width: 0.2rem;
  margin-right: 0.2rem;
}
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;
}
header .head-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
header .head-banner .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item {
  display: inline-block;
  position: absolute;
  width: auto;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item span {
  display: block;
  position: relative;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/icon/icon-banner-round.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;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border: solid 2px #fff;
  border-radius: 50%;
  animation: wid 2s linear infinite;
  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 .swiper-slide .slide-box .box-cent .cent-item span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border: solid 2px #fff;
  border-radius: 50%;
  opacity: 0;
  animation: wid 2s 1s linear infinite;
  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 .swiper-slide .slide-box .box-cent .cent-item .itme-title {
  position: absolute;
  top: 0.6rem;
  left: 50%;
  width: 1.22rem;
  height: 0.35rem;
  margin-left: -0.61rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.35rem;
  color: #0ca7e7;
  background: #fff;
  border-radius: 0.05rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item .itme-title::after {
  content: '';
  position: absolute;
  top: -0.2rem;
  left: 50%;
  width: auto;
  height: auto;
  margin-left: -0.1rem;
  border: solid 0.1rem transparent;
  border-bottom: solid 0.1rem #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:hover span {
  background: url(../images/icon/icon-banner-round-on.png) no-repeat center center;
  background-size: 100%;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:hover span::after,
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:hover span::before {
  border: solid 2px #0ca7e7;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:hover .itme-title {
  top: 0.4rem;
  color: #fff;
  background: #0ca7e7;
  visibility: visible;
  opacity: 1;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:hover .itme-title::after {
  border-bottom: solid 0.1rem #0ca7e7;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:nth-child(1) {
  top: 2.8rem;
  left: 2rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:nth-child(2) {
  top: 4.4rem;
  left: 9.5rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:nth-child(3) {
  top: 6.2rem;
  left: 7.5rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:nth-child(4) {
  top: 5.9rem;
  left: 8.4rem;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-item:nth-child(5) {
  top: 6.15rem;
  left: 10.7rem;
}
header .head-banner .swiper-pagination {
  bottom: 20px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 0.05rem;
  border: solid 2px #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #0ca7e7;
  border: solid 2px #0ca7e7;
}
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-video {
  width: 100%;
  height: auto;
}
header .head-banner .banner-video video {
  display: block;
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs30);
  line-height: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .banner-mouse {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: 1rem;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .banner-mouse .mouse-title {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-mouse img {
  display: block;
  width: 19px;
  margin: 8px auto 0;
  animation: moveTop infinite 1.5s linear;
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 0.8rem;
  background: #f8fafb;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: center;
  width: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-item {
  width: 1.76rem;
  height: 100%;
  margin: 0 0.06rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.8rem;
  color: #333;
}
header .head-strip .strip-box .box-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
header .head-strip .strip-box .box-item-on {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
header .head-strip .strip-box .box-item-on .menu-link {
  color: #fff !important;
}
header .head-strip .strip-box .box-item-on em {
  background: url(../images/icon/icon-strip-arrow2.png) no-repeat center center !important;
  background-size: 100%;
}
header .head-strip .strip-box .box-menu {
  position: relative;
  width: 2.2rem;
  cursor: pointer;
}
header .head-strip .strip-box .box-menu .menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
}
header .head-strip .strip-box .box-menu em {
  width: 12px;
  height: 7px;
  margin-left: 0.12rem;
  background: url(../images/icon/icon-strip-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;
}
header .head-strip .strip-box .box-menu .menu-list {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.25rem 0.2rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-menu .menu-list a {
  display: block;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
header .head-strip .strip-box .box-menu .menu-list a:hover {
  color: #0ca7e7;
}
header .head-strip .strip-box .box-menu:hover .menu-link {
  color: #fff !important;
}
header .head-strip .strip-box .box-menu:hover em {
  background: url(../images/icon/icon-strip-arrow2.png) no-repeat center center !important;
  background-size: 100%;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
header .head-strip .strip-box .box-menu:hover .menu-list {
  opacity: 1;
  visibility: visible;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #313131;
  overflow: hidden;
}
footer .foot-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.15rem 0 1rem;
}
footer .foot-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-nav {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: auto;
  padding-bottom: 0.45rem;
}
footer .foot-main .main-cont .cont-nav .nav-item {
  width: 1.9rem;
  height: auto;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-title {
  display: block;
  width: 100%;
  font-size: var(--fs18);
  color: #fff;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-title:hover {
  color: #0ca7e7;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a {
  display: block;
  width: 100%;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #999;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span {
  position: relative;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a span::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover {
  color: #fff;
}
footer .foot-main .main-cont .cont-nav .nav-item .item-cent a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
footer .foot-main .main-cont .cont-nav .nav-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.27rem;
}
footer .foot-main .main-cont .cont-nav .nav-logo img {
  width: 100%;
}
footer .foot-main .main-cont .cont-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  height: auto;
}
footer .foot-main .main-cont .cont-box .box-title {
  font-size: var(--fs18);
  font-weight: 100;
  text-align: right;
  color: #fff;
}
footer .foot-main .main-cont .cont-box .box-tel {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  text-align: right;
  color: #fff;
}
footer .foot-main .main-cont .cont-box .box-ewm {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
footer .foot-main .main-cont .cont-box .box-ewm img {
  width: 1.36rem;
  border-radius: 0.08rem;
}
footer .foot-main .main-cont .cont-box .box-share {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-cont .cont-box .box-share .share-item {
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.24rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.3);
}
footer .foot-main .main-cont .cont-box .box-share .share-item img {
  width: 0.2rem;
}
footer .foot-main .main-cont .cont-box .box-share .share-item:hover {
  border: solid 1px rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
footer .foot-main .main-cont .cont-box .cont-link {
  position: relative;
  width: 2.1rem;
  height: 0.45rem;
  margin-top: 0.45rem;
  cursor: pointer;
}
footer .foot-main .main-cont .cont-box .cont-link .link-title {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0.25rem;
  font-size: 0.14rem;
  line-height: 0.43rem;
  text-align: left;
  color: #9a9a9a;
  border-radius: 0.45rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  z-index: 5;
}
footer .foot-main .main-cont .cont-box .cont-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 0.14rem;
  height: 0.09rem;
  margin-top: -0.07rem;
  background: url(../images/icon/icon-foot-arrow.png) no-repeat center center;
  background-size: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cont .cont-box .cont-link .link-cent {
  position: absolute;
  bottom: 0.225rem;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  background: #fff;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
footer .foot-main .main-cont .cont-box .cont-link .link-cent a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.15rem 0.2rem;
  text-align: left;
  font-size: 0.14rem;
  color: #333;
}
footer .foot-main .main-cont .cont-box .cont-link .link-cent a:hover {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
footer .foot-main .main-cont .cont-box .cont-link:hover .link-title {
  background: #313131;
}
footer .foot-main .main-cont .cont-box .cont-link:hover .link-cent {
  opacity: 1;
  visibility: visible;
}
footer .foot-main .main-web-cont {
  display: none;
}
footer .foot-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
footer .foot-main .main-bottom .bottom-link {
  width: auto;
  font-size: var(--fs14);
  font-weight: 100;
  color: #999;
}
footer .foot-main .main-bottom .bottom-link a {
  color: #999;
}
footer .foot-main .main-bottom .bottom-link a:hover {
  color: #fff;
}
footer .foot-main .main-bottom .bottom-link span {
  margin: 0 0.25rem;
}
footer .foot-main .main-bottom .bottom-zizhi {
  font-size: var(--fs14);
  font-weight: 100;
  color: #999;
}
footer .foot-main .main-bottom .bottom-zizhi a {
  color: #999;
}
footer .foot-main .main-bottom .bottom-zizhi a:hover {
  color: #fff;
}
.container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .swiper-slide {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .slide-pic img {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-play {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic {
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-web-pic {
  display: none;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  padding-right: 0.8rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump {
  width: auto;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .cent-title {
  position: relative;
  font-size: 0.65rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .cent-English {
  margin-top: 0.1rem;
  margin-bottom: 1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0px 4px 4.68px rgba(0, 0, 0, 0.04);
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .cent-text {
  margin-top: 0.25rem;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: 0.44rem;
  line-height: 0.35rem;
  color: #fff;
  text-shadow: 0px 4px 4.68px rgba(0, 0, 0, 0.04);
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-lump .cent-text span {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.18rem;
  font-weight: 100;
  text-transform: uppercase;
  opacity: 0.66;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-pic {
  width: 6rem;
  height: auto;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent .cent-pic img {
  width: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 40%;
  right: 0;
  width: 8.9rem;
  height: auto;
  padding-right: 1.92rem;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.6rem;
  color: #000;
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-title span {
  font-weight: 100;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.22rem;
  text-transform: uppercase;
  color: #0ca7e7;
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: 100;
  line-height: 0.36rem;
  color: #333;
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button {
  margin-top: 0.6rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button .button span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button .button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent2 .cent-button .button:hover {
  background: linear-gradient(-90deg, #1eaae8, #54cd5c);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-pic {
  width: 2.01rem;
  height: auto;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.4s;
  -o-transition: all 0.5s 0.4s;
  -moz-transition: all 0.5s 0.4s;
  -webkit-transition: all 0.5s 0.4s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-pic img {
  width: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-title {
  font-size: 0.68rem;
  font-weight: bold;
  line-height: 0.8rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-title span {
  font-size: 0.45rem;
  font-weight: 100;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.22rem;
  text-transform: uppercase;
  color: #0ca7e7;
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-text {
  width: 5.3rem;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-weight: 100;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
  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;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button {
  margin-top: 0.6rem;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button .button span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button .button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .pege-container .cont-banner .swiper-slide .slide-box .box-cent3 .cent-button .button:hover {
  background: linear-gradient(-90deg, #1eaae8, #54cd5c);
}
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-title,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-English,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-text,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-button,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-button,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-button,
.container .pege-container .cont-banner .swiper-slide-active .box-cent .cent-pic,
.container .pege-container .cont-banner .swiper-slide-active .box-cent2 .cent-pic,
.container .pege-container .cont-banner .swiper-slide-active .box-cent3 .cent-pic {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
.container .pege-container .cont-banner .swiper-pagination {
  bottom: 0.3rem;
  left: 50%;
  width: 15.37rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
.container .pege-container .cont-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
.container .pege-container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-plate1 .plate1-cont {
  width: 60.7%;
  height: auto;
  padding: 1.2rem 1rem 0 1.92rem;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left {
  width: 2.8rem;
  height: auto;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #353535;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-English {
  position: relative;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.12rem;
  background: linear-gradient(90deg, #1eaae8 60%, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.9;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-English::after {
  content: '';
  position: absolute;
  top: 0.15rem;
  right: -0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/icon/icon-r.png) no-repeat center center;
  background-size: 100%;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-English2 {
  margin-top: 0.2rem;
  font-size: var(--fs48);
  font-weight: 100;
  color: #0ca7e7;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-button {
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  text-align: center;
  line-height: 0.58rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #1eaae8 45%, #54cd5c);
  transform: translatey(1rem);
  -o-transform: translatey(1rem);
  -moz-transform: translatey(1rem);
  -webkit-transform: translatey(1rem);
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-button img {
  width: 16px;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-left .left-button:hover {
  background: linear-gradient(-125deg, #1eaae8 45%, #54cd5c);
}
.container .pege-container .cont-plate1 .plate1-cont .cont-cent .cent-text {
  width: 4.65rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item {
  width: 2.24rem;
  height: auto;
  margin-left: 0.16rem;
  padding: 0.35rem 0.2rem;
  border-radius: 0.2rem;
  background: #f8fafb;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-icon {
  position: relative;
  width: 0.44rem;
  height: 0.4rem;
  margin: 0 auto;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-icon .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-title {
  margin-top: 0.1rem;
  font-size: var(--fs22);
  font-weight: bold;
  text-align: center;
  color: rgba(51, 51, 51, 0.8);
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item .item-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  color: rgba(51, 51, 51, 0.5);
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover {
  background: linear-gradient(45deg, #1eaae8 45%, #54cd5c);
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover .item-title,
.container .pege-container .cont-plate1 .plate1-cont .cont-bottom .bottom-item:hover .item-English {
  color: #fff;
}
.container .pege-container .cont-plate1 .plate1-pic {
  width: 38%;
  height: auto;
}
.container .pege-container .cont-plate1 .plate1-pic img {
  width: 100%;
}
.container .pege-container .cont-plate1 .plate1-pic .web {
  display: none;
}
.container .pege-container .cont-plate2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: 100vh;
}
.container .pege-container .cont-plate2 .plate2-main .main-bg {
  position: relative;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate2 .plate2-main .main-bg .bg-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-bg .bg-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2, 1.2) translateZ(0);
  -o-transform: scale(1.2, 1.2) translateZ(0);
  -moz-transform: scale(1.2, 1.2) translateZ(0);
  -webkit-transform: scale(1.2, 1.2 translateZ(0));
  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;
}
.container .pege-container .cont-plate2 .plate2-main .main-bg .bg-pic-active {
  position: static;
  opacity: 1;
}
.container .pege-container .cont-plate2 .plate2-main .main-bg .bg-pic-active img {
  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));
  transition: all 1.5s;
  -o-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
  width: 20%;
  height: 100vh;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-right: solid 1px #6f6e6e;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon {
  width: 1.27rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-icon img {
  width: 100%;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  width: 100%;
  margin-top: 0.75rem;
  font-size: var(--fs30);
  text-align: center;
  color: #fff;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-English {
  width: 100%;
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-text {
  position: absolute;
  width: 100%;
  margin-top: 0;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
  opacity: 0;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button {
  position: absolute;
  width: 0.58rem;
  height: 0.58rem;
  margin: 0 auto 0;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.6);
  overflow: hidden;
  opacity: 0;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.18rem;
  height: 0.14rem;
  margin: -0.07rem 0 0 -0.09rem;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
  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;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -15%;
  width: 0.18rem;
  height: 0.14rem;
  margin: -0.07rem 0 0 -0.09rem;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
  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;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button:hover {
  border: solid 1px #ffffff;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button:hover::before {
  left: 125%;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-button:hover::after {
  left: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box {
  background: linear-gradient(180deg, rgba(30, 170, 232, 0.85) 55%, rgba(0, 255, 204, 0.85));
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box .box-text,
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box .box-button {
  position: relative;
  opacity: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box .box-text {
  margin-top: 0.5rem;
}
.container .pege-container .cont-plate2 .plate2-main .main-swiper .swiper-slide-on .slide-box .box-button {
  margin: 0.6rem auto 0;
}
.container .pege-container .cont-plate3 {
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
  background: url(../images/plate3-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.container .pege-container .cont-plate3 .page-English,
.container .pege-container .cont-plate3 .page-title {
  text-align: center;
}
.container .pege-container .cont-plate3 .page-heng {
  margin: 0 auto;
}
.container .pege-container .cont-plate3 .plate3-text {
  width: 15.36rem;
  margin: 0.45rem auto 0;
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
  color: #666;
}
.container .pege-container .cont-plate3 .plate3-swiper {
  width: 15.36rem;
  height: auto;
  margin: 0.7rem auto 0;
  overflow: hidden;
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-slide {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .swiper-pagination {
  position: relative;
  width: 8.8rem;
  height: 4px;
  background: #cccccc;
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .swiper-pagination .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .plate3-swiper-button-next {
  width: 0.58rem;
  height: 0.58rem;
  margin-left: 0.62rem;
  text-align: center;
  line-height: 0.58rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #1eaae8 45%, #54cd5c);
  cursor: pointer;
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .plate3-swiper-button-next img {
  width: 16px;
}
.container .pege-container .cont-plate3 .plate3-swiper .swiper-bottom .plate3-swiper-button-next:hover {
  background: linear-gradient(-125deg, #1eaae8 45%, #54cd5c);
}
.container .pege-container .cont-plate4 {
  width: 100%;
  height: 100vh;
  padding-top: 1.3rem;
  overflow: hidden;
}
.container .pege-container .cont-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate4 .plate4-top .top-cent {
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate4 .plate4-top .top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-top .top-button span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
}
.container .pege-container .cont-plate4 .plate4-top .top-button em {
  width: 0.16rem;
  height: 0.12rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
}
.container .pege-container .cont-plate4 .plate4-top .top-button:hover {
  background: linear-gradient(-90deg, #1eaae8, #54cd5c);
}
.container .pege-container .cont-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: auto;
  margin: 0.9rem auto 0;
}
.container .pege-container .cont-plate4 .plate4-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.8rem);
  height: auto;
  margin-right: 1.2rem;
}
.container .pege-container .cont-plate4 .plate4-main .main-item:last-of-type {
  margin-right: 0;
}
.container .pege-container .cont-plate4 .plate4-main .main-item .item-title {
  height: 1rem;
  font-size: var(--fs26);
  line-height: 0.5rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-item .item-time {
  margin-top: 0.35rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs22);
  color: #e1e2e2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-item .item-text {
  height: 1.08rem;
  margin-top: 0.7rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-item .item-button {
  width: 0.46rem;
  height: 0.46rem;
  margin-top: 1.2rem;
  border-radius: 50%;
  border: solid 2px #f0f0f0;
  background: url(../images/icon/icon-button-arrow3.png) no-repeat center center;
  background-size: 5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-main .main-item .item-pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.05rem;
  border-radius: 0.08rem;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate4 .plate4-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;
}
.container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-title {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-time {
  color: #666;
}
.container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-text,
.container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-button {
  opacity: 0;
}
.container .pege-container .cont-plate4 .plate4-main .main-item:hover .item-pic {
  opacity: 1;
}
.container .pege-container .cont-plate5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  background: url(../images/plate5-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.container .pege-container .cont-plate5 .plate5-cont {
  position: relative;
  width: 7.25rem;
  height: auto;
  padding: 1.8rem 0 0 1.92rem;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-bg {
  position: absolute;
  top: -4.1rem;
  right: 0.35rem;
  width: 13.1rem;
  height: 13.1rem;
  background: url(../images/plate5-bg2.png) no-repeat top right;
  background-size: 100%;
  z-index: 1;
  animation: bgSvale 8s infinite ease-in-out;
}
.container .pege-container .cont-plate5 .plate5-cont::before {
  content: '';
  position: absolute;
  top: -4.6rem;
  right: 0;
  width: 13.1rem;
  height: 13.1rem;
  background: url(../images/plate5-bg3.png) no-repeat top right;
  background-size: 100%;
  animation: bgSvale 10s infinite ease-in-out;
}
.container .pege-container .cont-plate5 .plate5-cont::after {
  content: '';
  position: absolute;
  top: -4.6rem;
  right: 0.6rem;
  width: 14.71rem;
  height: 14.71rem;
  background: url(../images/plate5-bg4.png) no-repeat top right;
  background-size: 100%;
  animation: bgSvale 7s infinite ease-in-out;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-cent {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 9;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-cent .page-English,
.container .pege-container .cont-plate5 .plate5-cont .cont-cent .page-title {
  color: #fff;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-cent .page-heng {
  background: #fff;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #fff;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-button {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-button .button {
  display: block;
  width: 1.45rem;
  height: 0.48rem;
  margin-top: 0.3rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  border-radius: 0.45rem;
  border: solid 1px #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate5 .plate5-cont .cont-cent .cent-button .on {
  color: #0ca7e7;
  background: #fff;
}
.container .pege-container .cont-plate5 .plate5-main {
  position: relative;
  width: 10.64rem;
  height: auto;
}
.container .pege-container .cont-plate5 .plate5-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-right: 1.92rem;
  padding-top: 1.6rem;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-item {
  width: calc(100% / 2 - 0.2rem);
  height: 2.92rem;
  margin-bottom: 0.4rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.container .pege-container .cont-plate5 .plate5-main .main-box .box-item 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 .pege-container .cont-plate5 .plate5-main .main-box .box-item:nth-child(2n) {
  transform: translatey(1.2rem);
  -o-transform: translatey(1.2rem);
  -moz-transform: translatey(1.2rem);
  -webkit-transform: translatey(1.2rem);
}
.container .pege-container .cont-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));
}
.container .pege-container .cont-plate5 .plate5-main .main-box-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .pege-container .cont-plate6 {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 1.5rem;
  background: url(../images/plate6-bg.jpg) no-repeat top left;
  background-size: cover;
  overflow: hidden;
}
.container .pege-container .cont-plate6 .plate6-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .pege-container .cont-plate6 .plate6-top .top-cent {
  width: auto;
  height: auto;
}
.container .pege-container .cont-plate6 .plate6-top .top-cent .page-English,
.container .pege-container .cont-plate6 .plate6-top .top-cent .page-title {
  color: #fff;
}
.container .pege-container .cont-plate6 .plate6-top .top-cent .page-heng {
  background: #fff;
}
.container .pege-container .cont-plate6 .plate6-top .top-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.45rem;
  height: auto;
}
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev,
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next {
  position: relative;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  border: solid 1px #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev img,
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev .img2,
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next .img2 {
  opacity: 0;
}
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev:hover,
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next:hover {
  background: #fff;
}
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev:hover .img1,
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-prev:hover .img2,
.container .pege-container .cont-plate6 .plate6-top .top-button .plate6-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .pege-container .cont-plate6 .plate6-swiper {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0.8rem auto 0;
  overflow: hidden;
  z-index: 2;
}
.container .pege-container .cont-plate6 .plate6-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a {
  width: calc(100% / 7 - 0.2058rem);
  height: 1.2rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
  overflow: hidden;
}
.container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a:nth-child(7n) {
  margin-right: 0;
}
.container .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a 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 .pege-container .cont-plate6 .plate6-swiper .swiper-slide .slide-box a: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 .pege-container .cont-plate6 .plate6-3D {
  position: absolute;
  bottom: -50%;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
.container .pege-container .index-swiper-pagination {
  position: absolute;
  left: auto!important;
  right: 0.5rem !important;
  top: 50%!important;
  width: 10px;
  margin-left: 0px!important;
  margin-bottom: 0;
  z-index: 10!important;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0.15rem 0 !important;
  opacity: 0.5;
  border-radius: 50%;
  border: solid 2px #fff;
  background: none;
}
.container .pege-container .index-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.3rem 0 1.2rem;
}
.about .about-plate1 .plate1-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-top .top-cent {
  width: auto;
  height: auto;
}
.about .about-plate1 .plate1-top .top-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.12rem;
}
.about .about-plate1 .plate1-top .top-cent .cent-English span {
  position: relative;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate1 .plate1-top .top-cent .cent-English span::after {
  content: '';
  position: absolute;
  top: 0.15rem;
  right: -0.3rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/icon/icon-r.png) no-repeat center center;
  background-size: 100%;
}
.about .about-plate1 .plate1-top .top-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #353535;
}
.about .about-plate1 .plate1-top .top-cont {
  width: auto;
  height: auto;
}
.about .about-plate1 .plate1-top .top-cont .cont-data {
  display: flex;
  justify-content: flex-end;
  width: auto;
  margin-top: 0.65rem;
}
.about .about-plate1 .plate1-top .top-cont .cont-data .data-item {
  width: auto;
  height: auto;
  margin-left: 1.3rem;
}
.about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-title {
  font-size: var(--fs16);
  color: #333;
}
.about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-title span {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs48);
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-title em {
  position: relative;
}
.about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-title em::after {
  content: '+';
  position: absolute;
  top: -0.3rem;
  left: 0;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  color: #0ca7e7;
}
.about .about-plate1 .plate1-top .top-cont .cont-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: var(--fs16);
  color: #333;
}
.about .about-plate1 .plate1-text {
  width: 100%;
  margin-top: 0.5rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate2 {
  width: 100%;
  height: auto;
}
.about .about-plate2 img {
  width: 100%;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.28rem;
}
.about .about-plate3 .plate3-cent {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-cent .page-English,
.about .about-plate3 .plate3-cent .page-title {
  text-align: center;
}
.about .about-plate3 .plate3-cent .page-heng {
  margin: 0 auto;
}
.about .about-plate3 .plate3-cent .cent-title {
  margin-top: 0.55rem;
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
}
.about .about-plate3 .plate3-cent .cent-title span {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about .about-plate3 .plate3-cent .cent-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.about .about-plate3 .plate3-main {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.about .about-plate3 .plate3-main .main-box {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .main-box .box-item {
  display: inline-block;
  width: 4rem;
  height: 3.2rem;
  margin-right: 0.4rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-box .box-item 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-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));
}
.about .about-plate3 .plate3-main .str_wrap {
  background: none;
  overflow: visible;
}
.culture {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
}
.culture .culture-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.culture .culture-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.culture .culture-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.culture .culture-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.culture .culture-main .main-cont .cont-top {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.48rem;
  height: 4.48rem;
  padding: 1.35rem 0.6rem 0;
  margin: -2.24rem 0 0 -2.24rem;
  border-radius: 50%;
  background: #fff;
  z-index: 9;
}
.culture .culture-main .main-cont .cont-top .top-logo {
  width: 1.77rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-cont .cont-top .top-logo img {
  width: 100%;
}
.culture .culture-main .main-cont .cont-top .top-title {
  margin-top: 0.15rem;
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.culture .culture-main .main-cont .cont-item {
  width: calc(100% / 2 - 0.06rem);
  height: 3.46rem;
  margin-bottom: 0.12rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.culture .culture-main .main-cont .cont-item 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;
}
.culture .culture-main .main-cont .cont-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));
}
.history {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.88rem;
}
.history .history-main {
  width: 100%;
  height: auto;
  padding-bottom: 1.45rem;
  background: url(../images/history-bg.jpg) no-repeat left bottom;
  background-size: 100%;
  border-bottom: solid 1px #eeeeee;
}
.history .history-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.history .history-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.history .history-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.history .history-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0.64rem auto 0;
}
.history .history-main .main-box .box-cent {
  width: 5.44rem;
  height: 5.2rem;
  padding: 1rem 0.64rem;
  background: url(../images/history-bg2.jpg) no-repeat left bottom;
  background-size: cover;
}
.history .history-main .main-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.history .history-main .main-box .box-cent .cent-title {
  margin-top: 0.2rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.history .history-main .main-box .box-pic {
  width: 9.92rem;
  height: 5.2rem;
  overflow: hidden;
}
.history .history-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;
}
.history .history-main .main-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.history .history-cont {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: -0.6rem auto 0;
  padding-left: 1.2rem;
}
.history .history-cont .cont-swiper {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.history .history-cont .cont-swiper .swiper-slide {
  width: calc(100% / 3 - 0.22666667rem);
  height: auto;
  margin-right: 0.34rem;
}
.history .history-cont .cont-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.history .history-cont .cont-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.history .history-cont .cont-swiper .swiper-slide .slide-box .box-year {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-swiper .swiper-slide .slide-box .box-arrow {
  width: 12px;
  height: 15px;
  margin: 0.09rem auto 0;
  background: url(../images/icon/icon-history-arrow.png) no-repeat center center;
  background-size: 100%;
}
.history .history-cont .cont-swiper .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: 2.8rem;
  margin-top: 0.55rem;
  padding: 0.6rem 0.48rem 0.5rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #333;
  background: #f8fafb;
  border-radius: 0.1rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-swiper .swiper-slide .slide-box .box-cent P {
  height: 100%;
  overflow: auto;
}
.history .history-cont .cont-swiper .swiper-slide .slide-box:hover .box-year span {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.history .history-cont .cont-swiper .swiper-slide .slide-box:hover .box-cent {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
.history .history-cont .cont-button {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.48rem;
  height: auto;
}
.history .history-cont .cont-button .history-swiper-button-prev,
.history .history-cont .cont-button .history-swiper-button-next {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  margin-bottom: 0.2rem;
  border-radius: 50%;
  border: solid 1px #eeeeee;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-button .history-swiper-button-prev img,
.history .history-cont .cont-button .history-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  margin: -6px 0 0 -6px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.history .history-cont .cont-button .history-swiper-button-prev .img2,
.history .history-cont .cont-button .history-swiper-button-next .img2 {
  opacity: 0;
}
.history .history-cont .cont-button .history-swiper-button-prev:hover,
.history .history-cont .cont-button .history-swiper-button-next:hover {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.history .history-cont .cont-button .history-swiper-button-prev:hover .img1,
.history .history-cont .cont-button .history-swiper-button-next:hover .img1 {
  opacity: 0;
}
.history .history-cont .cont-button .history-swiper-button-prev:hover .img2,
.history .history-cont .cont-button .history-swiper-button-next:hover .img2 {
  opacity: 1;
}
.honor {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
  overflow: visible;
  z-index: 9;
}
.honor .honor-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.honor .honor-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.honor .honor-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.honor .honor-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: auto;
}
.honor .honor-main .main-cont .cont-box {
  width: 10.16rem;
  height: auto;
  padding-top: 0.6rem;
}
.honor .honor-main .main-cont .cont-box .box-text {
  margin-bottom: 0.45rem;
  padding-right: 1rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.honor .honor-main .main-cont .cont-box .box-lump {
  width: 100%;
  height: auto;
  margin-bottom: 0.6rem;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-box {
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.8rem;
  border-bottom: solid 1px #f2f2f2;
  cursor: pointer;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-item span {
  width: 16px;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-item span img {
  width: 100%;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-item .item-text {
  width: calc(100% - 16px);
  padding-left: 0.25rem;
  font-size: var(--fs18);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-item .itme-pic {
  position: absolute;
  top: -0.3rem;
  right: 0;
  width: 3.46rem;
  height: auto;
  padding: 0.25rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-item .itme-pic img {
  width: 100%;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-item:hover .item-text {
  color: #0ca7e7;
}
.honor .honor-main .main-cont .cont-box .box-lump .lump-item:hover .itme-pic {
  opacity: 1;
  visibility: visible;
}
.honor .honor-main .main-cont .cont-right {
  position: relative;
  width: 4.24rem;
  height: auto;
}
.honor .honor-main .main-cont .cont-right .right-pic {
  width: 100%;
  height: auto;
}
.honor .honor-main .main-cont .cont-right .right-pic img {
  width: 100%;
}
.honor .honor-main .main-cont .cont-right .right-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.7rem 0.55rem 0;
}
.honor .honor-main .main-cont .cont-right .right-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.honor .honor-main .main-cont .cont-right .right-cent .cent-English {
  margin-top: 0.25rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.25rem;
  line-height: 0.3rem;
  text-transform: uppercase;
  color: #999;
  opacity: 0.4;
}
.honor .honor-main .main-cont .cont-right .right-cent .cent-heng {
  width: 44px;
  height: 2px;
  margin-top: 0.35rem;
  background: #0ca7e7;
}
.partner {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
}
.partner .partner-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.partner .partner-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.partner .partner-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.partner .partner-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.partner .partner-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
}
.partner .partner-main .main-cont .cont-item {
  width: calc(100% / 7 - 0.2058rem);
  height: 1.2rem;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
  border-radius: 0.08rem;
  background: #fff;
  box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  overflow: hidden;
}
.partner .partner-main .main-cont .cont-item:nth-child(7n) {
  margin-right: 0;
}
.partner .partner-main .main-cont .cont-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.partner .partner-main .main-cont .cont-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));
}
.product {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
}
.product .product-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-web-menu {
  display: none;
}
.product .product-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.product .product-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.product .product-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.product .product-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  margin-bottom: 0.25rem;
}
.product .product-main .main-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
  margin-bottom: 0.5rem;
}
.product .product-main .main-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.product .product-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.54rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.product .product-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item .item-title {
  margin-top: 0.3rem;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs22);
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-box .box-item:hover .item-title {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.productDetail {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
  overflow: visible;
}
.productDetail .productDetail-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.productDetail .productDetail-main .page-bread {
  position: absolute;
  top: 0;
  right: 0;
}
.productDetail .productDetail-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-box .box-swiper {
  position: sticky;
  top: 1rem;
  width: 6.64rem;
  height: 100%;
  overflow: hidden;
}
.productDetail .productDetail-main .main-box .box-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-box .box-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.productDetail .productDetail-main .main-box .box-swiper .swiper-slide .slide-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-box .box-swiper .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.productDetail .productDetail-main .main-box .box-swiper .swiper-pagination {
  bottom: 0.3rem;
}
.productDetail .productDetail-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #aaaaaa;
}
.productDetail .productDetail-main .main-box .box-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0ca7e7;
}
.productDetail .productDetail-main .main-box .box-cont {
  width: 7.55rem;
  height: auto;
  padding-top: 0.65rem;
}
.productDetail .productDetail-main .main-box .box-cont .cont-title {
  margin-bottom: 0.55rem;
  font-size: var(--fs48);
  font-weight: bold;
  color: #333;
}
.productDetail .productDetail-main .main-box .box-cont .cont-item {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
}
.productDetail .productDetail-main .main-box .box-cont .cont-item .item-title {
  position: relative;
  padding-left: 0.22rem;
  font-size: var(--fs22);
  font-weight: bold;
  line-height: 0.36rem;
  color: #333;
}
.productDetail .productDetail-main .main-box .box-cont .cont-item .item-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 22px;
  margin-top: -11px;
  background: #0ca7e7;
}
.productDetail .productDetail-main .main-box .box-cont .cont-item .item-text {
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666666;
}
.productDetail .productDetail-main .main-bottom {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.productDetail .productDetail-main .main-bottom .bottom-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  margin-bottom: 0.25rem;
}
.productDetail .productDetail-main .main-bottom .bottom-box .box-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
}
.productDetail .productDetail-main .main-bottom .bottom-box .box-item:nth-child(4n) {
  margin-right: 0;
}
.productDetail .productDetail-main .main-bottom .bottom-box .box-item .item-pic {
  width: 100%;
  height: 3.54rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.productDetail .productDetail-main .main-bottom .bottom-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;
}
.productDetail .productDetail-main .main-bottom .bottom-box .box-item .item-title {
  margin-top: 0.3rem;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs22);
  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-bottom .bottom-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));
}
.productDetail .productDetail-main .main-bottom .bottom-box .box-item:hover .item-title {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.case {
  width: 100%;
  height: auto;
}
.case .case-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0 0.85rem;
}
.case .case-plate1 .plate1-title {
  margin-top: 0.2rem;
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.case .case-plate1 .plate1-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.case .case-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.case .case-plate1 .plate1-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
  margin-top: 0.6rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.case .case-plate1 .plate1-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.case .case-plate1 .plate1-main .main-item .item-pic {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.case .case-plate1 .plate1-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;
}
.case .case-plate1 .plate1-main .main-item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.35rem;
  font-size: var(--fs26);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.case .case-plate1 .plate1-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.case .case-top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.05rem;
  background: #f8fafb;
}
.case .case-top .button {
  position: relative;
  width: 1.84rem;
  height: 0.56rem;
  margin: 0 0.15rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.52rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-top .button span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px transparent;
  background: #f8fafb;
  border-radius: 0.45rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-top .button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -2px;
  border-radius: 0.45rem;
  /*important*/
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case .case-top .button:hover span {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case .case-top .on span {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case .case-main {
  position: relative;
  width: 100%;
  height: auto;
}
.case .case-main .main-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.case .case-main .main-cont .case-plate2 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.2rem;
  background: #f8fafb;
}
.case .case-main .main-cont .case-plate2 .plate2-button {
  width: 100%;
  height: auto;
}
.case .case-main .main-cont .case-plate2 .plate2-button .button {
  position: relative;
  width: 1.84rem;
  height: 0.56rem;
  margin: 0 0.15rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.52rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .case-plate2 .plate2-button .button span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px transparent;
  background: #f8fafb;
  border-radius: 0.45rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .case-plate2 .plate2-button .button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -2px;
  border-radius: 0.45rem;
  /*important*/
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case .case-main .main-cont .case-plate2 .plate2-button .button:hover span {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case .case-main .main-cont .case-plate2 .plate2-button .on span {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case .case-main .main-cont .case-plate2 .plate2-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.case .case-main .main-cont .case-plate2 .plate2-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
  opacity: 0.9;
}
.case .case-main .main-cont .case-plate2 .plate2-main .main-text {
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.case .case-main .main-cont .case-plate2 .plate2-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.case .case-main .main-cont .case-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;
}
.case .case-main .main-cont .case-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));
}
.case .case-main .main-cont .case-plate3 {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.15rem 0 1.2rem;
}
.case .case-main .main-cont .case-plate3 .plate3-pic {
  width: 5.6rem;
  height: 100%;
  overflow: hidden;
}
.case .case-main .main-cont .case-plate3 .plate3-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 .case-plate3 .plate3-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));
}
.case .case-main .main-cont .case-plate3 .plate3-cent {
  width: 8.8rem;
  height: auto;
}
.case .case-main .main-cont .case-plate3 .plate3-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #353535;
}
.case .case-main .main-cont .case-plate3 .plate3-cent .cent-text {
  width: 100%;
  margin-top: 0.4rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.case .case-main .main-cont .case-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
  background: #eef0f1;
}
.case .case-main .main-cont .case-plate4 .plate4-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.case .case-main .main-cont .case-plate4 .plate4-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
  opacity: 0.9;
}
.case .case-main .main-cont .case-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item {
  position: relative;
  width: 3.2rem;
  height: 2.88rem;
  margin-left: 0.1rem;
  padding: 0.6rem 0.4rem 0.7rem;
  background: #fff;
}
.case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item .item-text {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item em {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  background: linear-gradient(45deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -0.26rem;
  width: 0.26rem;
  height: 0.34rem;
  margin-top: -0.17rem;
  background: url(../images/icon/icon-case-arrow.jpg) no-repeat center center;
  background-size: 100%;
  z-index: 9;
}
.case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item:first-of-type {
  width: 5.58rem;
  margin-left: 0;
}
.case .case-main .main-cont .case-plate4 .plate4-main .main-box .box-item:last-of-type::after {
  display: none;
}
.case .case-main .main-cont .case-plate5 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
}
.case .case-main .main-cont .case-plate5 .plate5-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #353535;
  opacity: 0.9;
}
.case .case-main .main-cont .case-plate5 .plate5-main {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.case .case-main .main-cont .case-plate5 .plate5-main .main-box {
  width: 100%;
  height: auto;
}
.case .case-main .main-cont .case-plate5 .plate5-main .main-box .box-item {
  display: inline-block;
  width: 4.16rem;
  height: 2.92rem;
  margin-right: 0.4rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.case .case-main .main-cont .case-plate5 .plate5-main .main-box .box-item 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 .case-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));
}
.case .case-main .main-cont .case-plate5 .plate5-main .str_wrap {
  background: none;
  overflow: visible;
}
.case .case-main .main-cont .main-plate2 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.2rem;
  background: #f8fafb;
}
.case .case-main .main-cont .main-plate2 .plate2-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.case .case-main .main-cont .main-plate2 .plate2-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
  opacity: 0.9;
}
.case .case-main .main-cont .main-plate2 .plate2-main .main-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.case .case-main .main-cont .main-plate2 .plate2-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.case .case-main .main-cont .main-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;
}
.case .case-main .main-cont .main-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));
}
.case .case-main .main-cont .main-plate3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1rem;
}
.case .case-main .main-cont .main-plate3 .plate3-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #353535;
  opacity: 0.9;
}
.case .case-main .main-cont .main-plate3 .plate3-text {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  text-align: center;
  color: #353535;
  opacity: 0.9;
}
.case .case-main .main-cont .main-plate3 .plate3-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.case .case-main .main-cont .main-plate3 .plate3-cont .cont-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
  padding: 0.8rem 0.2rem 0.45rem;
  background: #f8fafb;
}
.case .case-main .main-cont .main-plate3 .plate3-cont .cont-item:last-of-type {
  margin-right: 0;
}
.case .case-main .main-cont .main-plate3 .plate3-cont .cont-item .item-icon {
  width: 0.66rem;
  height: 0.68rem;
  margin: 0 auto;
}
.case .case-main .main-cont .main-plate3 .plate3-cont .cont-item .item-icon img {
  width: 100%;
}
.case .case-main .main-cont .main-plate3 .plate3-cont .cont-item .item-title {
  margin-top: 0.6rem;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs22);
  text-align: center;
  color: #333333;
}
.case .case-main .main-cont .main-plate3 .plate3-cont .cont-item .item-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  line-height: 0.24rem;
  text-align: center;
  color: #ccc;
}
.case .case-main .main-cont .main-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.case .case-main .main-cont .main-plate3 .plate3-main .main-pic {
  width: 6rem;
  height: 100%;
  overflow: hidden;
}
.case .case-main .main-cont .main-plate3 .plate3-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;
}
.case .case-main .main-cont .main-plate3 .plate3-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));
}
.case .case-main .main-cont .main-plate3 .plate3-main .main-cent {
  width: 8.2rem;
  height: auto;
}
.case .case-main .main-cont .main-plate3 .plate3-main .main-cent .cent-title {
  margin-bottom: 0.5rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #353535;
  opacity: 0.9;
}
.case .case-main .main-cont .main-plate3 .plate3-main .main-cent .cent-text {
  position: relative;
  padding-left: 0.42rem;
  font-size: var(--fs18);
  line-height: 0.48rem;
  color: #666;
}
.case .case-main .main-cont .main-plate3 .plate3-main .main-cent .cent-text::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.2rem;
  height: 0.19rem;
  background: url(../images/icon/icon-case-guo.png) no-repeat center center;
  background-size: 100%;
}
.case .case-main .main-cont .main-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
  background: url(../images/case-bg.jpg) no-repeat left top;
  background-size: cover;
}
.case .case-main .main-cont .main-plate4 .plate4-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.case .case-main .main-cont .main-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  margin-top: 0.7rem;
}
.case .case-main .main-cont .main-plate4 .plate4-main .main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.02rem;
  height: 2.02rem;
  padding: 0 0.4rem;
  margin-right: 0.65rem;
  font-size: var(--fs24);
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: solid 3px rgba(255, 255, 255, 0.3);
}
.case .case-main .main-cont .main-plate4 .plate4-main .main-item:last-of-type {
  margin-right: 0;
}
.case .case-main .main-cont .main-plate5 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.15rem 0 1.2rem;
}
.case .case-main .main-cont .main-plate5 .plate5-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #353535;
  opacity: 0.9;
}
.case .case-main .main-cont .main-plate5 .plate5-pic {
  width: 10.8rem;
  height: auto;
  margin: 0.6rem auto 0;
}
.case .case-main .main-cont .main-plate5 .plate5-pic img {
  width: 100%;
}
.case .case-main .main-cont .main-plate6 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0;
  background: url(../images/case-bg2.jpg) no-repeat left top;
  background-size: cover;
}
.case .case-main .main-cont .main-plate6 .plate6-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.case .case-main .main-cont .main-plate6 .plate6-text {
  width: 12.3rem;
  height: auto;
  margin: 0.3rem auto 0;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
}
.case .case-main .main-cont .main-plate6 .plate6-map {
  position: relative;
  width: 10.98rem;
  height: auto;
  margin: 0.3rem auto 0;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-pic {
  width: 100%;
  height: auto;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-pic img {
  width: 100%;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-arrow {
  display: none;
  position: absolute;
  bottom: 2rem;
  right: 1.9rem;
  width: 8.1rem;
  height: auto;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-arrow img {
  width: 100%;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  width: auto;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item .item-arrow {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 0.1rem;
  border-radius: 50%;
  background: #5398c1;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item .item-arrow img {
  position: relative;
  width: 100%;
  z-index: 19;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item .item-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 1;
  animation: yuan linear infinite 3s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item .item-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 1;
  animation: yuan linear infinite 3s 1.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:hover .item-arrow {
  background: #fff;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item span {
  position: relative;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.85;
  z-index: 19;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(2) {
  top: 2.1rem;
  right: 1.34rem;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(2) .item-arrow img {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  width: 0.38rem;
  margin-left: -0.19rem;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(2) span {
  font-size: var(--fs22);
  font-weight: bold;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(3) {
  top: 2.4rem;
  right: 2.28rem;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(4) {
  top: 2.58rem;
  right: 1.75rem;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(5) {
  top: 3.05rem;
  right: 1.2rem;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(6) {
  flex-direction: row-reverse;
  top: 1.37rem;
  right: 4.67rem;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(7) {
  top: 1.76rem;
  left: 2.33rem;
}
.case .case-main .main-cont .main-plate6 .plate6-map .map-item:nth-child(8) {
  flex-direction: row-reverse;
  top: 1.82rem;
  left: 1.7rem;
}
.case .case-main .main-cont .main-plate6 .plate6-web-map {
  display: none;
}
.case .case-main .main-cont-on {
  position: relative;
  opacity: 1 !important;
  visibility: visible !important;
}
.case2 {
  width: 100%;
  height: auto;
}
.case2 .case-plate1 {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 0.85rem;
  background: #f8fafb;
}
.case2 .case-plate1 .plate1-box {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.case2 .case-plate1 .plate1-box .box-title {
  margin-top: 0.2rem;
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.case2 .case-plate1 .plate1-box .box-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.case2 .case-plate1 .plate1-box .box-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.case2 .case-plate1 .plate1-box .box-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
  margin-top: 0.6rem;
}
.case2 .case-plate1 .plate1-box .box-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.case2 .case-plate1 .plate1-box .box-main .main-item .item-pic {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.case2 .case-plate1 .plate1-box .box-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;
}
.case2 .case-plate1 .plate1-box .box-main .main-item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.3rem 0.35rem;
  font-size: var(--fs26);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}
.case2 .case-plate1 .plate1-box .box-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.case2 .case-plate2 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.case2 .case-plate2 .plate2-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.case2 .case-plate2 .plate2-button .button {
  position: relative;
  width: 1.84rem;
  height: 0.56rem;
  margin: 0 0.15rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.52rem;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case2 .case-plate2 .plate2-button .button span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 1px transparent;
  background: #f8fafb;
  border-radius: 0.45rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case2 .case-plate2 .plate2-button .button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: -2px;
  border-radius: 0.45rem;
  /*important*/
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case2 .case-plate2 .plate2-button .button:hover span {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case2 .case-plate2 .plate2-button .on span {
  color: #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.case2 .case-plate2 .plate2-main {
  width: 15.36rem;
  height: auto;
  margin: 0.8rem auto 0;
}
.case2 .case-plate2 .plate2-main .main-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #333;
  opacity: 0.9;
}
.case2 .case-plate2 .plate2-main .main-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #666;
}
.case2 .case-plate2 .plate2-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.case2 .case-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;
}
.case2 .case-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));
}
.case2 .case-plate3 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
.case2 .case-plate3 .plate3-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #353535;
  opacity: 0.9;
}
.case2 .case-plate3 .plate3-text {
  margin-top: 0.2rem;
  font-size: var(--fs24);
  text-align: center;
  color: #353535;
  opacity: 0.9;
}
.case2 .case-plate3 .plate3-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.case2 .case-plate3 .plate3-cont .cont-item {
  width: calc(100% / 4 - 0.3rem);
  height: auto;
  margin-right: 0.4rem;
  padding: 0.8rem 0.2rem 0.45rem;
  background: #f8fafb;
}
.case2 .case-plate3 .plate3-cont .cont-item:last-of-type {
  margin-right: 0;
}
.case2 .case-plate3 .plate3-cont .cont-item .item-icon {
  width: 0.66rem;
  height: 0.68rem;
  margin: 0 auto;
}
.case2 .case-plate3 .plate3-cont .cont-item .item-icon img {
  width: 100%;
}
.case2 .case-plate3 .plate3-cont .cont-item .item-title {
  margin-top: 0.6rem;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs22);
  text-align: center;
  color: #333333;
}
.case2 .case-plate3 .plate3-cont .cont-item .item-English {
  margin-top: 0.15rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  line-height: 0.24rem;
  text-align: center;
  color: #ccc;
}
.case2 .case-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}
.case2 .case-plate3 .plate3-main .main-pic {
  width: 6rem;
  height: 100%;
  overflow: hidden;
}
.case2 .case-plate3 .plate3-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;
}
.case2 .case-plate3 .plate3-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));
}
.case2 .case-plate3 .plate3-main .main-cent {
  width: 8.2rem;
  height: auto;
}
.case2 .case-plate3 .plate3-main .main-cent .cent-title {
  margin-bottom: 0.5rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #353535;
  opacity: 0.9;
}
.case2 .case-plate3 .plate3-main .main-cent .cent-text {
  position: relative;
  padding-left: 0.42rem;
  font-size: var(--fs18);
  line-height: 0.48rem;
  color: #666;
}
.case2 .case-plate3 .plate3-main .main-cent .cent-text::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.2rem;
  height: 0.19rem;
  background: url(../images/icon/icon-case-guo.png) no-repeat center center;
  background-size: 100%;
}
.case2 .case-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.2rem;
  background: url(../images/case-bg.jpg) no-repeat left top;
  background-size: cover;
}
.case2 .case-plate4 .plate4-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.case2 .case-plate4 .plate4-main {
  display: flex;
  justify-content: flex-start;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  margin-top: 0.7rem;
}
.case2 .case-plate4 .plate4-main .main-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.02rem;
  height: 2.02rem;
  padding: 0 0.4rem;
  margin-right: 0.65rem;
  font-size: var(--fs24);
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: solid 3px rgba(255, 255, 255, 0.3);
}
.case2 .case-plate4 .plate4-main .main-item:last-of-type {
  margin-right: 0;
}
.case2 .case-plate5 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.15rem 0 1.2rem;
}
.case2 .case-plate5 .plate5-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #353535;
  opacity: 0.9;
}
.case2 .case-plate5 .plate5-pic {
  width: 10.8rem;
  height: auto;
  margin: 0.6rem auto 0;
}
.case2 .case-plate5 .plate5-pic img {
  width: 100%;
}
.case2 .case-plate6 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 0;
  background: url(../images/case-bg2.jpg) no-repeat left top;
  background-size: cover;
}
.case2 .case-plate6 .plate6-title {
  font-size: var(--fs36);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.case2 .case-plate6 .plate6-text {
  width: 12.3rem;
  height: auto;
  margin: 0.3rem auto 0;
  font-size: var(--fs16);
  line-height: 0.36rem;
  text-align: center;
  color: #fff;
}
.case2 .case-plate6 .plate6-map {
  position: relative;
  width: 10.98rem;
  height: auto;
  margin: 0.3rem auto 0;
}
.case2 .case-plate6 .plate6-map .map-pic {
  width: 100%;
  height: auto;
}
.case2 .case-plate6 .plate6-map .map-pic img {
  width: 100%;
}
.case2 .case-plate6 .plate6-map .map-arrow {
  display: none;
  position: absolute;
  bottom: 2rem;
  right: 1.9rem;
  width: 8.1rem;
  height: auto;
}
.case2 .case-plate6 .plate6-map .map-arrow img {
  width: 100%;
}
.case2 .case-plate6 .plate6-map .map-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  width: auto;
}
.case2 .case-plate6 .plate6-map .map-item .item-arrow {
  position: relative;
  width: 13px;
  height: 13px;
  margin: 0 0.1rem;
  border-radius: 50%;
  background: #5398c1;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case2 .case-plate6 .plate6-map .map-item .item-arrow img {
  position: relative;
  width: 100%;
  z-index: 19;
}
.case2 .case-plate6 .plate6-map .map-item .item-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 1;
  animation: yuan linear infinite 3s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case2 .case-plate6 .plate6-map .map-item .item-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #fff;
  opacity: 1;
  animation: yuan linear infinite 3s 1.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.case2 .case-plate6 .plate6-map .map-item:hover .item-arrow {
  background: #fff;
}
.case2 .case-plate6 .plate6-map .map-item span {
  position: relative;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.85;
  z-index: 19;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(2) {
  top: 2.1rem;
  right: 1.34rem;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(2) .item-arrow img {
  position: absolute;
  bottom: 0.05rem;
  left: 50%;
  width: 0.38rem;
  margin-left: -0.19rem;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(2) span {
  font-size: var(--fs22);
  font-weight: bold;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(3) {
  top: 2.4rem;
  right: 2.28rem;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(4) {
  top: 2.58rem;
  right: 1.75rem;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(5) {
  top: 3.05rem;
  right: 1.2rem;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(6) {
  flex-direction: row-reverse;
  top: 1.37rem;
  right: 4.67rem;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(7) {
  top: 1.76rem;
  left: 2.33rem;
}
.case2 .case-plate6 .plate6-map .map-item:nth-child(8) {
  flex-direction: row-reverse;
  top: 1.82rem;
  left: 1.7rem;
}
.case2 .case-plate6 .plate6-web-map {
  display: none;
}
.caseList {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
}
.caseList .caseList-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.caseList .caseList-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.caseList .caseList-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.caseList .caseList-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.caseList .caseList-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.64rem;
  margin-bottom: 0.2rem;
}
.caseList .caseList-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.48rem;
  border-radius: 0.08rem;
  background: #f8fafb;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseList .caseList-main .main-box .box-item .item-pic {
  width: 4.8rem;
  height: 3.36rem;
  overflow: hidden;
}
.caseList .caseList-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseList .caseList-main .main-box .box-item .item-cent {
  width: calc(100% - 4.8rem);
  height: 100%;
  padding: 0.7rem 0.65rem 0;
}
.caseList .caseList-main .main-box .box-item .item-cent .cent-title {
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs26);
  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;
}
.caseList .caseList-main .main-box .box-item .item-cent .cent-title span {
  color: #333;
}
.caseList .caseList-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.caseList .caseList-main .main-box .box-item .item-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  margin-top: 0.45rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.caseList .caseList-main .main-box .box-item .item-cent .cent-button span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
}
.caseList .caseList-main .main-box .box-item .item-cent .cent-button em {
  width: 16px;
  height: 12px;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.caseList .caseList-main .main-box .box-item .item-cent .cent-button:hover {
  background: linear-gradient(-90deg, #1eaae8, #54cd5c);
}
.caseList .caseList-main .main-box .box-item:hover {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
.caseList .caseList-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));
}
.caseList .caseList-main .main-box .box-item:hover .item-cent .cent-title span {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
}
.news .news-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.news .news-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.news .news-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
  border-radius: 0.08rem;
  background: #f8fafb;
  overflow: hidden;
  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-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-cent {
  width: 50%;
  height: 100%;
  padding: 1rem 1.2rem 0;
}
.news .news-main .main-cont .cont-cent .cent-time {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs22);
  color: #0ca7e7;
}
.news .news-main .main-cont .cont-cent .cent-title {
  margin-top: 0.25rem;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs30);
  line-height: 0.5rem;
  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-cent .cent-title span {
  color: #333;
}
.news .news-main .main-cont .cont-cent .cent-text {
  margin-top: 0.25rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  margin-top: 0.45rem;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  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-cent .cent-button span {
  margin-right: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs14);
  text-transform: uppercase;
  color: #fff;
}
.news .news-main .main-cont .cont-cent .cent-button em {
  width: 16px;
  height: 12px;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.news .news-main .main-cont .cont-cent .cent-button:hover {
  background: linear-gradient(-90deg, #1eaae8, #54cd5c);
}
.news .news-main .main-cont:hover {
  background: #fff;
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
.news .news-main .main-cont:hover .cont-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-cont:hover .cont-cent .cent-title span {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news .news-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 1.2rem 0 0;
}
.news .news-main .main-box .box-item {
  width: calc(100% / 3 - 0.8rem);
  height: auto;
  margin-right: 1.2rem;
  margin-bottom: 0.9rem;
}
.news .news-main .main-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-box .box-item .item-pic {
  width: 100%;
  height: 3.04rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.news .news-main .main-box .box-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-title {
  height: 1rem;
  margin-top: 0.45rem;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs26);
  line-height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-box .box-item .item-title span {
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-box .box-item .item-time {
  margin-top: 0.45rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs22);
  color: #e1e2e2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-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));
}
.news .news-main .main-box .box-item:hover .item-title span {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.news .news-main .main-box .box-item:hover .item-time {
  color: #666;
}
.newsDetail {
  width: 100%;
  height: auto;
  margin-top: 1.04rem;
  padding: 1.2rem 0 1.3rem;
}
.newsDetail .newsDetail-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .page-bread {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.newsDetail .newsDetail-main .main-cent {
  width: 65%;
  height: auto;
}
.newsDetail .newsDetail-main .main-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.newsDetail .newsDetail-main .main-cent .cent-data {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0.36rem 0 0.6rem;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #666;
}
.newsDetail .newsDetail-main .main-cent .cent-data .data-item img {
  width: 18px;
  margin: -0.04rem 0.08rem 0 0;
}
.newsDetail .newsDetail-main .main-cent .cent-box {
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.newsDetail .newsDetail-main .main-cent .cent-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-list {
  position: relative;
  width: 3.76rem;
  height: auto;
  padding-top: 1.4rem;
}
.newsDetail .newsDetail-main .main-list .list-box {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 9;
}
.newsDetail .newsDetail-main .main-list .list-box .list-title {
  margin-top: 0.1rem;
  font-size: var(--fs30);
  color: #333;
}
.newsDetail .newsDetail-main .main-list .list-box .list-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs30);
  text-transform: uppercase;
  color: #333;
}
.newsDetail .newsDetail-main .main-list .list-box .list-heng {
  width: 30px;
  height: 6px;
  margin-top: 0.2rem;
  background: #0ca7e7;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.4rem 0 0.4rem;
  border-bottom: solid 1px #f5f5f5;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:last-of-type {
  margin-bottom: 0.5rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title {
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs22);
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item .item-title span {
  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-list .list-box .list-item .item-time {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs16);
  color: #666;
}
.newsDetail .newsDetail-main .main-list .list-box .list-item:hover .item-title span {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link {
  margin-top: 0.25rem;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link a {
  color: #333;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link:hover {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.newsDetail .newsDetail-main .main-list .list-box .list-link:hover a {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.15rem;
  border-radius: 50%;
  border: solid 1px #eee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item .img2 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover {
  border: solid 1px #fff;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img2 {
  opacity: 1;
}
.newsDetail .newsDetail-main .main-list .list-box .list-share .share-item:hover .img1 {
  opacity: 0;
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton {
  display: block;
  width: 100%;
  height: 0.56rem;
  margin-top: 0.5rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton img {
  width: 14px;
  margin: -0.04rem 0 0 0.1rem;
}
.newsDetail .newsDetail-main .main-list .list-box .list-botton:hover {
  background: linear-gradient(-90deg, #1eaae8, #54cd5c);
}
.newsDetail .newsDetail-main .main-list .list-box-active {
  position: fixed;
  top: 1.2rem;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0 1.2rem;
}
.contact .contact-plate1 .plate1-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.contact .contact-plate1 .plate1-top .top-cent {
  width: auto;
  height: auto;
}
.contact .contact-plate1 .plate1-top .page-bread {
  width: auto;
  margin: 0;
}
.contact .contact-plate1 .plate1-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.contact .contact-plate1 .plate1-cont .cont-cent {
  width: 50%;
  height: auto;
  padding-top: 0.7rem;
}
.contact .contact-plate1 .plate1-cont .cont-cent .cent-title {
  margin-bottom: 0.4rem;
  font-size: var(--fs36);
  font-weight: bold;
  color: #333;
}
.contact .contact-plate1 .plate1-cont .cont-cent p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 0.6rem;
}
.contact .contact-plate1 .plate1-cont .cont-cent p em {
  width: 0.26rem;
  height: 0.28rem;
}
.contact .contact-plate1 .plate1-cont .cont-cent p em img {
  display: block;
  width: 100%;
}
.contact .contact-plate1 .plate1-cont .cont-cent p span {
  width: calc(100% - 0.26rem);
  padding-left: 0.32rem;
  font-size: var(--fs18);
  color: #333;
}
.contact .contact-plate1 .plate1-cont .cont-map {
  width: 50%;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
}
.contact .contact-plate2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.contact .contact-plate2 .plate2-left {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  height: auto;
  padding: 1.2rem 1.92rem 1.2rem;
  background: url(../images/contact-bg.jpg) no-repeat bottom left;
  background-size: cover;
}
.contact .contact-plate2 .plate2-left .left-ewm {
  width: 1.92rem;
  height: auto;
}
.contact .contact-plate2 .plate2-left .left-ewm img {
  width: 100%;
}
.contact .contact-plate2 .plate2-left .left-cent {
  width: calc(100% - 1.92rem);
  height: auto;
  padding-left: 0.64rem;
  padding-top: 0.1rem;
}
.contact .contact-plate2 .plate2-left .left-cent .cent-title {
  font-size: var(--fs36);
  font-weight: bold;
  color: #fff;
}
.contact .contact-plate2 .plate2-left .left-cent .cent-name {
  margin-top: 0.5rem;
  font-size: var(--fs22);
  font-weight: bold;
  color: #fff;
}
.contact .contact-plate2 .plate2-left .left-cent .cent-text {
  margin-top: 0.2rem;
  font-size: var(--fs18);
  color: #fff;
}
.contact .contact-plate2 .plate2-right {
  width: 50%;
  height: auto;
  padding: 1.2rem 1.44rem 1.2rem;
  background: url(../images/contact-bg2.jpg) no-repeat bottom left;
  background-size: cover;
  border-top: solid 1px #eeeeee;
}
.contact .contact-plate2 .plate2-right .right-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.72rem;
}
.contact .contact-plate2 .plate2-right .right-English span {
  position: relative;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact .contact-plate2 .plate2-right .right-English span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.3rem;
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/icon/icon-r.png) no-repeat center center;
  background-size: 100%;
}
.contact .contact-plate2 .plate2-right .right-text {
  margin-top: 0.15rem;
  font-size: var(--fs36);
  color: #333;
}
.contact .contact-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 0.78rem;
  background: #f8fafb;
}
.contact .contact-plate3 .page-English,
.contact .contact-plate3 .page-title {
  text-align: center;
}
.contact .contact-plate3 .page-heng {
  margin: 0 auto;
}
.contact .contact-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  margin-top: 0.65rem;
}
.contact .contact-plate3 .plate3-main .main-item {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
  border-radius: 0.08rem;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate3 .plate3-main .main-item .item-pic {
  width: 100%;
  height: 3.28rem;
  overflow: hidden;
}
.contact .contact-plate3 .plate3-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact .contact-plate3 .plate3-main .main-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.55rem 0.4rem;
}
.contact .contact-plate3 .plate3-main .main-item .item-cent .cent-title {
  font-size: var(--fs22);
  font-weight: bold;
  color: #222;
}
.contact .contact-plate3 .plate3-main .main-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.contact .contact-plate3 .plate3-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.contact .contact-plate3 .plate3-main .main-item:hover {
  box-shadow: 0px 6px 38px 0px rgba(49, 49, 49, 0.12);
}
.contact .contact-plate3 .plate3-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.contact .contact-plate3 .plate3-main .main-item:hover .item-cent .cent-title {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.recruit {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
}
.recruit .recruit-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.recruit .recruit-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.recruit .recruit-main .main-search {
  display: flex;
  justify-content: flex-start;
  width: 6.1rem;
  height: 0.56rem;
  margin: 0 auto;
  border: solid 1px #e8e8e8;
  border-radius: 0.45rem;
}
.recruit .recruit-main .main-search input {
  width: calc(100% - 1.44rem);
  height: 100%;
  padding: 0 0.3rem;
  font-size: var(--fs16);
  color: #666;
  background: none;
  border-right: none;
}
.recruit .recruit-main .main-search input::placeholder {
  color: #999;
}
.recruit .recruit-main .main-search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.44rem;
  height: 100%;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-search a img {
  width: 15px;
  margin-right: 0.12rem;
}
.recruit .recruit-main .main-search a span {
  font-size: 0.18rem;
  color: #fff;
}
.recruit .recruit-main .main-search a:hover {
  background: linear-gradient(-90deg, #1eaae8, #54cd5c);
}
.recruit .recruit-main .main-box {
  width: 100%;
  height: auto;
  margin: 0.65rem 0;
}
.recruit .recruit-main .main-box .list-dd {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.recruit .recruit-main .main-box .list-dd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.recruit .recruit-main .main-box .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 1.93rem;
  padding: 0.4rem 0.5rem 0.35rem 0.35rem;
  background: #f7f9fb;
  border-top: solid 2px #dde3ea;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left {
  width: calc(100% - 65px);
  height: auto;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .title {
  margin-right: 1.5rem;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs22);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-title .text {
  font-size: var(--fs14);
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-heng {
  width: 20px;
  height: 3px;
  margin-top: 0.2rem;
  background: #e4e4e4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-left .top-text {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s 0.3s;
  -o-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  -webkit-transition: all 0.3s 0.3s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-right {
  position: relative;
  width: 59px;
  height: 59px;
  z-index: 19;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-right img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-right .img2 {
  opacity: 0;
}
.recruit .recruit-main .main-box .list-dd .dd-top .top-right::after {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 59px;
  color: #0ca7e7;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .top-active {
  background: #fff;
}
.recruit .recruit-main .main-box .list-dd .top-active .top-left .top-title .title {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.recruit .recruit-main .main-box .list-dd .top-active .top-left .top-text {
  opacity: 0;
  transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  -moz-transition: all 0.3s 0s;
  -webkit-transition: all 0.3s 0s;
}
.recruit .recruit-main .main-box .list-dd .top-active .top-right::after {
  content: '-';
  line-height: 55px;
  color: #fff;
  background: linear-gradient(45deg, #1eaae8, #54cd5c);
}
.recruit .recruit-main .main-box .list-dd .dd-cent {
  display: none;
  position: relative;
  top: -0.5rem;
  width: 100%;
  margin-top: -0.4rem;
  padding: 0.2rem 0.5rem 0 0.35rem;
  background: #fff;
  z-index: 9;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty {
  width: 100%;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-title {
  width: 100%;
  font-family: 'HARMONYOS_SANS_SC_MEDIUM';
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #333;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text,
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
  width: 100%;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text span,
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 span {
  display: inline-block;
  text-indent: 0.1rem;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-text2 {
  padding-bottom: 0;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button {
  width: 150px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 45px;
  background: #0ca7e7;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2 {
  width: 150px;
  height: 50px;
  margin-left: 0.2rem;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 45px;
  background: #dedede;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-bottom .bottom-button2:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.recruit .recruit-main .main-box .list-dd .dd-cent .cent-duty .duty-Emali {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #666;
}
.recruit .recruit-main .main-box .list-dd-active {
  box-shadow: 0px 4px 25px 0px rgba(16, 16, 16, 0.1);
}
.recruit .recruit-main .main-box .list-dd-active::after {
  width: 100%;
}
.download {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.28rem;
}
.download .download-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.download .download-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
}
.download .download-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.download .download-main .main-top .page-bread {
  width: auto;
  margin: 0;
}
.download .download-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  margin-bottom: 0.65rem;
}
.download .download-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.4rem;
  margin-bottom: 0.24rem;
  background: #f8fafb;
}
.download .download-main .main-cont .cont-item .item-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 1rem);
  height: auto;
}
.download .download-main .main-cont .cont-item .item-left span {
  font-family: 'MONTSERRAT-REGULAR';
  font-size: var(--fs18);
  color: #b2b4b6;
  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-left h3 {
  width: calc(100% - 1.2rem);
  padding-left: 0.45rem;
  font-size: var(--fs18);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item .cont-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 0.65rem;
  height: auto;
}
.download .download-main .main-cont .cont-item .cont-button em {
  width: 0.26rem;
  height: 0.22rem;
  background: url(../images/icon/icon-download-pic1.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item .cont-button span {
  font-size: var(--fs16);
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-cont .cont-item:hover {
  background: linear-gradient(90deg, #1eaae8, #54cd5c);
}
.download .download-main .main-cont .cont-item:hover .item-left span,
.download .download-main .main-cont .cont-item:hover .item-left h3 {
  color: #fff;
}
.download .download-main .main-cont .cont-item:hover .cont-button em {
  background: url(../images/icon/icon-download-pic1-active.png) no-repeat center center;
  background-size: 100%;
}
.download .download-main .main-cont .cont-item:hover .cont-button span {
  color: #fff;
}
.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;
}
.page-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: var(--fs36);
  text-transform: uppercase;
  color: #333;
}
.page-title {
  margin: 0.1rem 0 0.3rem;
  font-size: var(--fs36);
  color: #333;
}
.page-heng {
  width: 30px;
  height: 6px;
  background: #0ca7e7;
}
.page-bread {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.page-bread img {
  display: block;
  width: 14px;
}
.page-bread a {
  margin-right: 0.15rem;
  font-size: 0.16rem;
  color: #999;
}
.page-bread a:hover {
  color: #0ca7e7;
}
.page-bread span {
  font-size: 0.16rem;
  color: #666;
}
.page-bread em {
  width: 4px;
  height: 7px;
  margin-right: 0.15rem;
  background: url(../images/icon/icon-index-arrow.png) no-repeat center center;
  background-size: 100%;
}
