.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: 1rem;
  background: #fff;
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.42rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 1.17rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-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.25rem;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-size: 0.18rem;
  text-align: center;
  line-height: 1rem;
  color: #333;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #4289d4;
  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: 1rem;
  left: 50%;
  width: 1.5rem;
  height: auto;
  margin-left: -0.75rem;
  padding: 0.15rem 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  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: #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-nav .nav-cont .nav-li .li-list a {
  display: none;
  position: relative;
  width: auto;
  font-size: 14px;
  line-height: 30px;
  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 {
  color: #4289d4;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #4289d4 !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: 1.7rem;
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.4rem;
  height: 0.4rem;
  background: #4289d4;
  border-radius: 50%;
  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-serach.png) no-repeat center center;
  background-size: 16px;
  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-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 1rem;
  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 .Whead-search,
nav .sidebar-mask,
nav .Whead-sidebar,
nav .head-Wnav,
nav .cont-web-suosou,
nav .cont-web-caidan {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  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: 30%;
  left: 50%;
  width: 14.42rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  margin-top: 0.1rem;
  font-size: 0.54rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.72rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button {
  width: 1.4rem;
  height: 0.46rem;
  margin: 0.2rem auto 0;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.14rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #6db2fb, #4289d4);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button img {
  width: 13px;
  margin-left: 0.16rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover {
  background: linear-gradient(90deg, #6db2fb, #4289d4);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-button .button:hover img {
  margin-left: 0.06rem;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.42rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.64rem;
  font-weight: bold;
  text-align: right;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-English {
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.36rem;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent2 .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent2 .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-title2,
header .head-banner .swiper-slide-active .box-cent2 .cent-title2,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent2 .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-text,
header .head-banner .swiper-slide-active .box-cent2 .cent-text,
header .head-banner .swiper-slide-active .box-cent .cent-button,
header .head-banner .swiper-slide-active .box-cent2 .cent-button {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .swiper-pagination {
  bottom: 0.55rem;
  left: 50%;
  width: 15.36rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.4rem;
  height: 5px;
  margin: 0 0.1rem;
  background: #fff;
  border-radius: 0.45rem;
  opacity: 0.5;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .banner-pic {
  width: 100%;
  height: auto;
  background-position: left 1rem;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  overflow: hidden;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.42rem;
  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 span {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent .cent-title em {
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #4289d4;
}
header .head-banner .banner-cent .cent-heng {
  width: 60px;
  height: 3px;
  margin-top: 0.35rem;
  background: #4289d4;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 0.56rem;
  color: #fff;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent2 .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.4rem;
  text-align: right;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-English {
  margin-top: 0.25rem;
  font-family: Arial;
  font-size: 0.18rem;
  text-align: right;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-heng {
  width: 60px;
  height: 5px;
  margin: 0.35rem auto 0;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-search {
  display: flex;
  justify-content: center;
  width: 40%;
  height: auto;
  margin: 0.5rem auto 0;
}
header .head-banner .banner-cent2 .cent-search input {
  width: 80%;
  height: 0.55rem;
  padding: 0 0.3rem;
  font-size: 0.18rem;
  font-weight: 300;
  color: #666;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 0.55rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
}
header .head-banner .banner-cent2 .cent-search a img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
header .head-banner .banner-cent2 .cent-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-text span {
  padding: 0.02rem 0.08rem;
  margin: 0 0.1rem;
  border: 1px solid #fff;
  border-radius: 0.45rem;
}
header .head-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.42rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-item {
  width: 1.7rem;
  height: auto;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
  border-right: dotted 1px #8ea5b9;
}
header .head-strip .strip-box .box-item:last-of-type {
  border-right: none;
}
header .head-strip .strip-box .box-item:hover {
  color: #4289d4;
}
header .head-strip .strip-box .box-item-active {
  font-weight: bold;
  color: #4289d4;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #000;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.05rem 0 0;
}
footer .foot-main .main-cent {
  width: 2.5rem;
  height: auto;
}
footer .foot-main .main-cent .cent-title {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.5);
}
footer .foot-main .main-cent .cent-tel {
  margin: 0.1rem 0 0.2rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.24rem;
  color: #fff;
}
footer .foot-main .main-cent .cent-text {
  margin: 0.1rem 0 0.5rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  color: #fff;
}
footer .foot-main .main-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  width: auto;
}
footer .foot-main .main-cent .cent-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  background: #fff;
}
footer .foot-main .main-cent .cent-share .share-item:last-of-type {
  margin-right: 0;
}
footer .foot-main .main-cent .cent-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-cent .cent-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-cent .cent-share .share-item:hover {
  background: linear-gradient(-90deg, #6db2fb, #4289d4);
}
footer .foot-main .main-cent .cent-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-cent .cent-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 2.2rem;
  height: auto;
  padding-right: 0.2rem;
}
footer .foot-main .main-nav .nav-item:last-of-type {
  width: auto;
}
footer .foot-main .main-nav .nav-item .item-title {
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-title:hover {
  color: #4289d4;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.34rem;
  color: rgba(153, 153, 153, 0.7);
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #fff;
}
footer .foot-bottom {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.5rem 0 0.35rem;
}
footer .foot-bottom .bottom-link {
  text-align: center;
  font-size: 0.14rem;
  color: #999;
}
footer .foot-bottom .bottom-link a {
  color: #999;
}
footer .foot-bottom .bottom-link a:hover {
  color: #fff;
}
footer .foot-bottom .bottom-link span {
  margin: 0 0.1rem;
}
footer .foot-bottom .bottom-zhizi {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  text-align: center;
  color: #999;
}
footer .foot-bottom .bottom-zhizi a {
  color: #999;
}
footer .foot-bottom .bottom-zhizi a:hover {
  color: #4289d4;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 1.2rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.container .cont-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-left: 12.5%;
  padding-right: 1.1rem;
}
.container .cont-plate1 .plate1-cent .cent-text {
  margin-top: 0.35rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: rgba(255, 255, 255, 0.8);
}
.container .cont-plate1 .plate1-cent .cent-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.9rem;
}
.container .cont-plate1 .plate1-cent .cent-data .data-item {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-cent .cent-data .data-item .item-title {
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 0.8);
}
.container .cont-plate1 .plate1-cent .cent-data .data-item .item-title span {
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  color: #fff;
}
.container .cont-plate1 .plate1-cent .cent-data .data-item .item-text {
  margin-top: 0.1rem;
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 0.8);
}
.container .cont-plate1 .plate1-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate1 .plate1-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.container .cont-plate2 .plate2-main {
  position: relative;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.1rem 0 1.32rem;
}
.container .cont-plate2 .plate2-main .main-text {
  position: relative;
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.5);
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -1.46rem;
  padding-top: 2.56rem;
  overflow: hidden;
  z-index: 0;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 5.2rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.55rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.3rem;
  text-align: center;
  color: #4289d4;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.1rem;
  font-size: 0.28rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box:hover .box-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate2 .plate2-main .main-swiper .main-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.1rem;
  height: 0.9rem;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev,
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  outline: none;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev img,
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.18rem;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev .img2,
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev:hover,
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next:hover {
  border: solid 2px #4289d4;
}
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev:hover .img1,
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-prev:hover .img2,
.container .cont-plate2 .plate2-main .main-swiper .main-button .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate3 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate3 .plate3-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-main .main-cent {
  width: 50%;
  height: auto;
  padding-left: 12.5%;
  padding-top: 1.1rem;
}
.container .cont-plate3 .plate3-main .main-cont {
  display: flex;
  align-items: flex-end;
  width: 50%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-cont .cont-lump {
  width: 100%;
  height: auto;
  padding: 0.8rem 2.4rem 0.9rem 0.98rem;
  background: #4289d4;
}
.container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-text {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 0.46rem;
  margin-top: 0.5rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 0.45rem;
}
.container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-button em {
  width: 0.13rem;
  height: 0.12rem;
  margin-left: 0.18rem;
  background: url(../images/icon/icon-button-arrow.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-button:hover {
  color: #4289d4;
  background: #fff;
}
.container .cont-plate3 .plate3-main .main-cont .cont-lump .lump-button:hover em {
  margin-left: 0.06rem;
  background: url(../images/icon/icon-button-arrow2.png) no-repeat center center;
  background-size: 100%;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 1.15rem 0 1.36rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.container .cont-plate4 .plate4-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide {
  width: calc(100% / 3 - 0.28rem);
  height: auto;
  margin-right: 0.42rem;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item {
  display: block;
  width: 100%;
  height: auto;
  background: #25272b;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-pic {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.4rem;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-cent .cent-title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item .item-cent .cent-time {
  margin-top: 0.35rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.16rem;
  color: #4289d4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item:hover .item-cent .cent-title {
  font-weight: bold;
  color: #4289d4;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-slide .slide-item:hover .item-cent .cent-time {
  color: rgba(255, 255, 255, 0.35);
}
.container .cont-plate4 .plate4-main .main-cont .swiper-pagination {
  display: none;
  bottom: 0.55rem;
  left: 50%;
  width: 14.42rem;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate4 .plate4-main .main-cont .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.4rem;
  height: 5px;
  margin: 0 0.1rem;
  background: #fff;
  border-radius: 0.45rem;
  opacity: 0.5;
}
.container .cont-plate4 .plate4-main .main-cont .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 1.15rem 0;
  background: #17181a;
}
.about .about-plate1 .plate1-cent {
  width: 8.95rem;
  height: auto;
  padding-right: 1.1rem;
}
.about .about-plate1 .plate1-cent .cent-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 2.4rem;
}
.about .about-plate1 .plate1-cent .cent-title img {
  width: 0.7rem;
  margin-right: 0.4rem;
}
.about .about-plate1 .plate1-cent .cent-title span {
  padding-top: 0.2rem;
  margin-right: 0.1rem;
  font-family: 'MONTSERRAT-LIGHT';
  font-size: 0.42rem;
  color: rgba(255, 255, 255, 0.5);
}
.about .about-plate1 .plate1-cent .cent-title em {
  padding-top: 0.2rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.42rem;
  color: rgba(255, 255, 255, 0.5);
}
.about .about-plate1 .plate1-cent .cent-text {
  margin-top: 0.6rem;
  padding-left: 2.4rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.about .about-plate1 .plate1-cent .cent-text2 {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.about .about-plate1 .plate1-cont {
  width: 10.25rem;
  height: auto;
  padding-right: 12.5%;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
}
.about .about-plate2 {
  width: 100%;
  height: 8rem;
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.38rem 0;
  background: #17181a;
}
.about .about-plate3 .plate3-main {
  position: relative;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item {
  display: block;
  width: 2.88rem;
  height: 1.68rem;
  background: #212223;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item .item-pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item .item-pic img {
  position: absolute;
  top: 0;
  left: 0;
  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-swiper .swiper-slide .slide-box .box-item .item-pic .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item .item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  background: #4289d4;
  overflow: hidden;
  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-swiper .swiper-slide .slide-box .box-item:hover {
  background: #fff !important;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:hover .item-pic {
  height: calc(100% - 0.4rem);
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:hover .item-pic .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:hover .item-pic .img2 {
  opacity: 1;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:hover .item-title {
  height: 0.4rem;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(1) {
  margin-left: 5.76rem;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(2) {
  background: #28292a;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(4) {
  margin-left: 2.88rem;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(5) {
  background: #4289d4;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(5):hover {
  background: #4289d4 !important;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(5):hover .item-pic {
  height: 100%;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(5):hover .item-title {
  display: none;
  height: 0;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(6) {
  margin-right: 2.88rem;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(8) {
  background: #28292a;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-item:nth-child(10) {
  margin-left: 2.88rem;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-button {
  position: absolute;
  top: 1.9rem;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 1.2rem;
  z-index: 9;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-prev,
.about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  line-height: 0.42rem;
  border-radius: 50%;
  border: solid 2px rgba(153, 153, 153, 0.5);
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-next img {
  width: 7px;
  opacity: 0.7;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-next:hover {
  border: solid 2px #4289d4;
  background: #4289d4;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-prev:hover img,
.about .about-plate3 .plate3-main .main-swiper .swiper-button .plate3-swiper-button-next:hover img {
  opacity: 1;
}
.culture {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.72rem;
  background: #17181a url(../images/culture/bg.png) no-repeat top right;
}
.culture .culture-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.culture .culture-main .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1.9rem;
}
.culture .culture-main .main-item .item-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.culture .culture-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.culture .culture-main .main-item .item-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.culture .culture-main .main-item .item-cent {
  width: 50%;
  height: auto;
  padding-left: 1.3rem;
}
.culture .culture-main .main-item .item-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.culture .culture-main .main-item .item-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.culture .culture-main .main-item .item-cent .cent-heng {
  width: 43px;
  height: 3px;
  margin-top: 0.25rem;
  background: rgba(255, 255, 255, 0.15);
}
.culture .culture-main .main-item .item-cent .cent-subtitle {
  margin-top: 0.5rem;
  font-size: 0.34rem;
  color: #fff;
}
.culture .culture-main .main-item .item-cent .cent-English2 {
  margin-top: 0.1rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 0.5);
}
.culture .culture-main .main-item:first-of-type::after {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: -2.4rem;
  width: 8.9rem;
  height: 4.8rem;
  background: url(../images/culture/bg1.jpg) no-repeat top left;
  background-size: cover;
  z-index: 0;
}
.culture .culture-main .main-item:nth-child(2)::before {
  content: 'Vision';
  position: absolute;
  top: -1rem;
  left: 50%;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 1.8rem;
  text-transform: uppercase;
  color: transparent;
  text-stroke: 1px #4289d4;
  -webkit-text-stroke: 1px #4289d4;
  opacity: 0.1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.culture .culture-main .main-item:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  right: -0.4rem;
  width: 7.2rem;
  height: 4.8rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.culture .culture-main .main-item:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: -0.4rem;
  width: 7.2rem;
  height: 4.8rem;
  background: #1c1d1f;
}
.culture .culture-main .main-item:nth-child(even) {
  flex-direction: row-reverse;
}
.culture .culture-main .main-item:nth-child(even) .item-cent {
  padding-left: 0;
  padding-right: 1.3rem;
}
.culture .culture-main .main-item:last-of-type {
  margin-bottom: 0;
}
.honor {
  width: 100%;
  height: auto;
  padding: 1.18rem 0;
  background: #17181a url(../images/culture/bg.png) no-repeat top right;
}
.honor .honor-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.honor .honor-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.honor .honor-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.18rem);
  height: auto;
  margin-right: 0.24rem;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0.6rem 0.35rem;
  background: #27282a;
}
.honor .honor-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 3.07rem;
  overflow: hidden;
}
.honor .honor-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-cont .cont-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .honor-main .main-cont .cont-item .item-text {
  margin-top: 0.08rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
}
.honor .honor-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.honor .honor-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.honor .honor-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.honor .honor-main .main-load img {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.honor .honor-main .main-load span {
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
}
.honor .honor-main .main-load:hover img {
  margin-right: 0.05rem;
}
.produce {
  width: 100%;
  height: auto;
  background: #17181a url(../images/culture/bg.png) no-repeat top right;
}
.produce .produce-plate1 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.35rem 0 1.05rem;
}
.produce .produce-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.produce .produce-plate1 .plate1-main .main-item {
  width: calc(100% / 5 - 0.24rem);
  height: auto;
  margin-right: 0.3rem;
}
.produce .produce-plate1 .plate1-main .main-item .item-pic {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.produce .produce-plate1 .plate1-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produce .produce-plate1 .plate1-main .main-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.produce .produce-plate1 .plate1-main .main-item:nth-child(5n) {
  margin-right: 0;
}
.produce .produce-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));
}
.produce .produce-plate2 {
  width: 100%;
  height: auto;
}
.produce .produce-plate2 .plate2-top {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.produce .produce-plate2 .plate2-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  overflow: hidden;
}
.produce .produce-plate2 .plate2-main .swiper-slide {
  width: 50%;
  height: auto;
}
.produce .produce-plate2 .plate2-main .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.produce .produce-plate2 .plate2-main .swiper-slide .slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produce .produce-plate2 .plate2-main .swiper-slide .slide-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.produce .produce-plate2 .plate2-main .plate2-swiper-button-prev,
.produce .produce-plate2 .plate2-main .plate2-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  border-radius: 50%;
  background: #fff;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produce .produce-plate2 .plate2-main .plate2-swiper-button-prev img,
.produce .produce-plate2 .plate2-main .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produce .produce-plate2 .plate2-main .plate2-swiper-button-prev .img2,
.produce .produce-plate2 .plate2-main .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.produce .produce-plate2 .plate2-main .plate2-swiper-button-prev {
  left: 0.42rem;
}
.produce .produce-plate2 .plate2-main .plate2-swiper-button-next {
  right: 0.42rem;
}
.produce .produce-plate3 {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
  padding: 1.18rem 0;
}
.produce .produce-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.produce .produce-plate3 .plate3-main .main-itme {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
}
.produce .produce-plate3 .plate3-main .main-itme .item-pic {
  width: 100%;
  height: 4.7rem;
  overflow: hidden;
}
.produce .produce-plate3 .plate3-main .main-itme .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;
}
.produce .produce-plate3 .plate3-main .main-itme .item-title {
  margin-top: 0.25rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.produce .produce-plate3 .plate3-main .main-itme:nth-child(3n) {
  margin-right: 0;
}
.produce .produce-plate3 .plate3-main .main-itme: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));
}
.produce .produce-plate4 {
  width: 100%;
  height: auto;
  padding: 1.4rem 12.5%;
  background-position: top left;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.produce .produce-plate4 .plate4-main {
  width: 7.2rem;
  height: auto;
  padding: 0.65rem 0.6rem 0.55rem;
  background: #4289d4;
}
.produce .produce-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.48rem;
}
.produce .produce-plate4 .plate4-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3);
  height: auto;
  padding-left: 0.2rem;
  margin-bottom: 0.25rem;
  font-size: 0.16rem;
  color: #fff;
}
.produce .produce-plate4 .plate4-main .main-cont .cont-item::after {
  content: '';
  position: absolute;
  top: 0.07rem;
  left: 0;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 1px #fff;
}
.video {
  width: 100%;
  height: auto;
  padding: 1.35rem 0;
  background: #17181a url(../images/culture/bg.png) no-repeat top right;
}
.video .video-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.video .video-main .main-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.video .video-main .main-top .top-pic {
  position: relative;
  width: 64.6%;
  height: auto;
  overflow: hidden;
}
.video .video-main .main-top .top-pic .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-top .top-pic .pic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0 0 -0.5rem;
  cursor: pointer;
  z-index: 9;
}
.video .video-main .main-top .top-pic .pic-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-top .top-pic .pic-play:hover img {
  transform: scale(0.9, 0.9) translateZ(0);
  -o-transform: scale(0.9, 0.9) translateZ(0);
  -moz-transform: scale(0.9, 0.9) translateZ(0);
  -webkit-transform: scale(0.9, 0.9 translateZ(0));
}
.video .video-main .main-top .top-pic:hover .img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.video .video-main .main-top .top-cent {
  position: relative;
  width: 35.4%;
  height: auto;
  padding: 0.8rem 0.58rem 0;
  background: #232426;
  overflow: hidden;
}
.video .video-main .main-top .top-cent #particles-js {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
}
.video .video-main .main-top .top-cent .cent-title {
  font-size: 0.36rem;
  line-height: 0.44rem;
  color: #fff;
}
.video .video-main .main-top .top-cent .cent-heng {
  width: 40px;
  height: 4px;
  margin-top: 0.35rem;
  background: #fff;
}
.video .video-main .main-top .top-cent .cent-English {
  margin-top: 0.2rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #fff;
}
.video .video-main .main-top .top-cent .cent-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 0.45rem;
  z-index: 9;
}
.video .video-main .main-top .top-cent .cent-share span {
  margin-right: 0.18rem;
  font-size: 0.16rem;
  color: #fff;
}
.video .video-main .main-top .top-cent .cent-share a {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.2rem;
  border-radius: 50%;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-top .top-cent .cent-share a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  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;
}
.video .video-main .main-top .top-cent .cent-share a .img2 {
  opacity: 0;
}
.video .video-main .main-top .top-cent .cent-share a:hover .img1 {
  opacity: 0;
}
.video .video-main .main-top .top-cent .cent-share a:hover .img2 {
  opacity: 1;
}
.video .video-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0.7rem 0 0.8rem;
}
.video .video-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.26rem);
  height: auto;
  margin-right: 0.39rem;
  margin-bottom: 0.3rem;
}
.video .video-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.video .video-main .main-cont .cont-item .item-pic {
  position: relative;
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
.video .video-main .main-cont .cont-item .item-pic .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-pic .pic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.56rem;
  height: 0.56rem;
  margin: -0.28rem 0 0 -0.28rem;
  cursor: pointer;
  z-index: 9;
}
.video .video-main .main-cont .cont-item .item-pic .pic-play img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-cont .cont-item .item-pic .pic-play:hover img {
  transform: scale(0.9, 0.9) translateZ(0);
  -o-transform: scale(0.9, 0.9) translateZ(0);
  -moz-transform: scale(0.9, 0.9) translateZ(0);
  -webkit-transform: scale(0.9, 0.9 translateZ(0));
}
.video .video-main .main-cont .cont-item .item-title {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.video .video-main .main-cont .cont-item:hover .item-pic .img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product {
  width: 100%;
  height: auto;
  padding: 1.7rem 0 1.2rem;
  background: #030305 url(../images/product/bg.jpg) no-repeat left bottom;
  background-size: 100%;
}
.product .product-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.product .product-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.4rem);
  height: auto;
  margin-right: 0.6rem;
  margin-bottom: 0.9rem;
  transform: translatey(-0.68rem);
  -o-transform: translatey(-0.68rem);
  -moz-transform: translatey(-0.68rem);
  -webkit-transform: translatey(-0.68rem);
}
.product .product-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.product .product-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 5.2rem;
  overflow: hidden;
}
.product .product-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-item .item-num {
  margin-top: 0.4rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.3rem;
  text-align: center;
  color: #4289d4;
}
.product .product-main .main-cont .cont-item .item-title {
  margin-top: 0.05rem;
  font-size: 0.28rem;
  text-align: center;
  color: #fff;
}
.product .product-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-cont .cont-item:nth-child(3n + 1) {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
.product .product-main .main-cont .cont-item:nth-child(3n) {
  transform: translatey(-1.36rem);
  -o-transform: translatey(-1.36rem);
  -moz-transform: translatey(-1.36rem);
  -webkit-transform: translatey(-1.36rem);
}
.product .product-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.product .product-main .main-load img {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-load span {
  font-size: 0.14rem;
  font-weight: bold;
  color: #4289d4;
}
.product .product-main .main-load:hover img {
  margin-right: 0.05rem;
}
.productDetail {
  width: 100%;
  height: auto;
  padding: 1.35rem 0;
  background: #030305 url(../images/product/bg.jpg) no-repeat left bottom;
  background-size: 100%;
}
.productDetail .productDetail-main {
  width: 12.5rem;
  height: auto;
  margin: 0 auto;
}
.productDetail .productDetail-main .main-text {
  font-size: 0.32rem;
  line-height: 0.58rem;
  text-align: center;
  color: #fff;
}
.productDetail .productDetail-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.productDetail .productDetail-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-swiper .swiper-slide .slide-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productDetail .productDetail-main .main-swiper .swiper-slide .slide-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetail .productDetail-main .main-swiper .product-swiper-button-prev,
.productDetail .productDetail-main .main-swiper .product-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.16rem;
  height: 0.3rem;
  margin-top: -0.15rem;
  outline: none;
  cursor: pointer;
  z-index: 9;
}
.productDetail .productDetail-main .main-swiper .product-swiper-button-prev img,
.productDetail .productDetail-main .main-swiper .product-swiper-button-next 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;
}
.productDetail .productDetail-main .main-swiper .product-swiper-button-prev .img2,
.productDetail .productDetail-main .main-swiper .product-swiper-button-next .img2 {
  opacity: 0;
}
.productDetail .productDetail-main .main-swiper .product-swiper-button-prev:hover .img1,
.productDetail .productDetail-main .main-swiper .product-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetail .productDetail-main .main-swiper .product-swiper-button-prev:hover .img2,
.productDetail .productDetail-main .main-swiper .product-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetail .productDetail-main .main-swiper .product-swiper-button-prev {
  left: 0.68rem;
}
.productDetail .productDetail-main .main-swiper .product-swiper-button-next {
  right: 0.68rem;
}
.productDetail .productDetail-main .main-swiper .swiper-pagination {
  bottom: 0.4rem;
}
.productDetail .productDetail-main .main-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 4px;
  margin: 0 0.07rem;
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.productDetail .productDetail-main .main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #4289d4;
}
.productDetail .productDetail-main .main-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1.4rem;
}
.productDetail .productDetail-main .main-box .box-item {
  width: calc(100% / 5);
  height: auto;
  margin-bottom: 1rem;
}
.productDetail .productDetail-main .main-box .box-item .item-pic {
  width: 100%;
  height: 0.65rem;
  padding: 0 0.2rem;
  text-align: center;
}
.productDetail .productDetail-main .main-box .box-item .item-pic img {
  width: 2.5rem;
}
.productDetail .productDetail-main .main-box .box-item .item-title {
  margin-top: 0.25rem;
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
}
.productDetail .productDetail-main .main-table {
  width: 100%;
  height: auto;
}
.productDetail .productDetail-main .main-table table {
  width: 100%;
  text-align: left;
}
.productDetail .productDetail-main .main-table tr:nth-child(odd) {
  background: #17191d;
}
.productDetail .productDetail-main .main-table th {
  padding: 0.15rem 0.3rem;
  font-size: 0.16rem;
  color: #fff;
  background: #4289d4;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-top: solid 1px #4289d4;
}
.productDetail .productDetail-main .main-table th:first-of-type {
  border-left: solid 1px #4289d4;
}
.productDetail .productDetail-main .main-table th:last-of-type {
  border-left: solid 1px #4289d4;
}
.productDetail .productDetail-main .main-table td {
  padding: 0.15rem 0.3rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.warranty {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #030305 url(../images/warranty/bg.jpg) no-repeat left bottom;
  background-size: 100%;
}
.warranty .warranty-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.warranty .warranty-main .main-cent {
  width: 50%;
  height: auto;
  padding-right: 1.1rem;
}
.warranty .warranty-main .main-cent .cent-text {
  margin-top: 0.6rem;
  font-size: 0.48rem;
  font-weight: 100;
  color: #fff;
}
.warranty .warranty-main .main-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.warranty .warranty-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;
}
.warranty .warranty-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));
}
.download {
  width: 100%;
  height: auto;
  padding: 1.65rem 0 1.2rem;
  background: #030305 url(../images/product/bg.jpg) no-repeat left bottom;
  background-size: 100%;
}
.download .download-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.download .download-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.download .download-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.3rem 0 0.38rem;
  margin-bottom: 0.2rem;
  background: #1a1c20;
}
.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: 0.16rem;
  color: rgba(255, 255, 255, 0.4);
  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 p {
  width: calc(100% - 1rem);
  padding-left: 0.45rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
  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: 0.14rem;
  color: rgba(255, 255, 255, 0.8);
  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: #4289d4;
}
.download .download-main .main-cont .cont-item:hover .item-left span,
.download .download-main .main-cont .cont-item:hover .item-left p {
  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;
}
.download .download-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.download .download-main .main-load img {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-load span {
  font-size: 0.14rem;
  font-weight: bold;
  color: #4289d4;
}
.download .download-main .main-load:hover img {
  margin-right: 0.05rem;
}
.FAQ {
  width: 100%;
  height: auto;
  padding: 1.65rem 0 1.2rem;
  background: #030305 url(../images/product/bg.jpg) no-repeat left bottom;
  background-size: 100%;
}
.FAQ .FAQ-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.FAQ .FAQ-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.FAQ .FAQ-main .main-cont .cont-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.3rem;
  background: #1b1c20;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  padding-left: 0.5rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-title::after {
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.26rem;
  height: 0.26rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.26rem;
  color: #fff;
  background: #4289d4;
  border-radius: 50%;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-top .dd-show {
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/icon/icon-FAQ-jia.png) no-repeat center center;
  background-size: 100%;
}
.FAQ .FAQ-main .main-cont .cont-dd .top-active .dd-show {
  background: url(../images/icon/icon-FAQ-jian.png) no-repeat center center;
  background-size: 100%;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.4rem 0.3rem;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty::after {
  content: 'A';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.26rem;
  height: 0.26rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.16rem;
  text-align: center;
  line-height: 0.26rem;
  color: #fff;
  background: #4289d4;
  border-radius: 50%;
}
.FAQ .FAQ-main .main-cont .cont-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
}
.FAQ .FAQ-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.FAQ .FAQ-main .main-load img {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-load span {
  font-size: 0.14rem;
  font-weight: bold;
  color: #4289d4;
}
.FAQ .FAQ-main .main-load:hover img {
  margin-right: 0.05rem;
}
.news {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #17181a url(../images/news/bj.jpg) no-repeat left top;
  background-size: 100%;
}
.news .news-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.news .news-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.news .news-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.28rem);
  height: auto;
  margin-right: 0.42rem;
  margin-bottom: 0.7rem;
  background: #25272b;
}
.news .news-main .main-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
.news .news-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 2.9rem;
  overflow: hidden;
}
.news .news-main .main-cont .cont-item .item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent {
  width: 100%;
  height: auto;
  padding: 0.45rem 0.42rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-cont .cont-item .item-cent .cent-time {
  margin-top: 0.45rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.16rem;
  color: #4289d4;
}
.news .news-main .main-cont .cont-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #4289d4;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-time {
  color: rgba(255, 255, 255, 0.35);
}
.news .news-main .main-load {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: auto;
  margin: 0.7rem auto 0;
}
.news .news-main .main-load img {
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.15rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.news .news-main .main-load span {
  font-size: 0.14rem;
  font-weight: bold;
  color: #fff;
}
.news .news-main .main-load:hover img {
  margin-right: 0.05rem;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-plate1 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0;
  background: #17181a url(../images/contact/bg.jpg) no-repeat top left;
  background-size: 100%;
}
.contact .contact-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-plate1 .plate1-main .main-cent {
  width: 6.82rem;
  height: auto;
  padding-right: 1rem;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-title {
  margin-top: 0.5rem;
  font-size: 0.36rem;
  font-weight: 100;
  color: #fff;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-English {
  margin: 0.1rem 0 0.5rem;
  font-family: 'MONTSERRAT-EXTRALIGHT';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.contact .contact-plate1 .plate1-main .main-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-item .item-icon {
  width: 0.32rem;
  height: auto;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-item .item-icon img {
  width: 100%;
}
.contact .contact-plate1 .plate1-main .main-cent .cent-item .item-text {
  width: calc(100% - 0.32rem);
  height: auto;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
}
.contact .contact-plate1 .plate1-main .main-map {
  width: 7.6rem;
  height: auto;
  overflow: hidden;
}
.contact .contact-plate1 .plate1-main .main-map img {
  width: 100%;
}
.contact .contact-plate2 {
  width: 100%;
  height: auto;
  padding: 1.35rem 0 1.4rem;
  background: #17181a url(../images/contact/bg2.jpg) no-repeat top left;
  background-size: 100%;
}
.contact .contact-plate2 .plate2-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.contact .contact-plate2 .plate2-main .main-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.contact .contact-plate2 .plate2-main .main-form input {
  width: calc(100% / 3 - 0.13333334rem);
  height: 0.55rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
  background: #24262a;
  border-radius: 0.05rem;
}
.contact .contact-plate2 .plate2-main .main-form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact .contact-plate2 .plate2-main .main-form input:nth-child(3n) {
  margin-right: 0;
}
.contact .contact-plate2 .plate2-main .main-form textarea {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.3rem;
  font-size: 0.16rem;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
  background: #24262a;
  border-radius: 0.05rem;
}
.contact .contact-plate2 .plate2-main .main-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact .contact-plate2 .plate2-main .main-button {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  font-size: 0.14rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.05rem;
  background: linear-gradient(-90deg, #6db2fb, #4289d4);
}
.contact .contact-plate2 .plate2-main .main-button:hover {
  background: linear-gradient(90deg, #6db2fb, #4289d4);
}
.newsDetail {
  width: 100%;
  height: auto;
  padding: 1.35rem 0;
  background: #17181a url(../images/news/bj.jpg) no-repeat left top;
  background-size: 100%;
}
.newsDetail .newsDetail-main {
  width: 14.42rem;
  height: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  text-align: center;
  color: #fff;
}
.newsDetail .newsDetail-main .main-time {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.newsDetail .newsDetail-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.76rem;
  padding: 0.9rem 1.45rem 1.25rem;
  background: #fff;
}
.newsDetail .newsDetail-main .main-cont .cont-box {
  width: 100%;
  height: auto;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
}
.newsDetail .newsDetail-main .main-cont .cont-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetail .newsDetail-main .main-cont .cont-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 0.7rem;
  margin: 1rem auto 0;
  background: #4289d4;
}
.newsDetail .newsDetail-main .main-cont .cont-button span {
  font-size: 0.14rem;
  color: #fff;
}
.newsDetail .newsDetail-main .main-cont .cont-button img {
  width: 0.17rem;
  margin-left: 0.12rem;
}
.newsDetail .newsDetail-main .main-cont .cont-button:hover {
  background: #4289d4;
}
.page-English {
  position: relative;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.48rem;
  text-transform: uppercase;
  color: transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.2));
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.5;
  z-index: 9;
}
.page-title {
  position: relative;
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
  z-index: 9;
}
.page-heng {
  position: relative;
  width: 46px;
  height: 3px;
  margin-top: 0.2rem;
  background: #fff;
  z-index: 9;
}
.page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.4rem;
  height: 0.46rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.14rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(-90deg, #6db2fb, #4289d4);
  z-index: 9;
}
.page-button img {
  width: 0.13rem;
  margin-left: 0.18rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button:hover {
  background: linear-gradient(90deg, #6db2fb, #4289d4);
}
.page-button:hover img {
  margin-left: 0.06rem;
}
