.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
nav {
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.92rem;
  background: #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: 15.36rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 2.59rem;
  height: auto;
}
nav .nav-main .main-cont .main-logo img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-nav {
  display: flex;
  justify-content: 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%;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li .li-link {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.45rem;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.92rem;
  color: #222;
}
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: #2c4b9c;
  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: 0.92rem;
  left: 0;
  width: 3.5rem;
  height: auto;
  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;
  padding: 0.2rem 0.25rem;
  font-size: 14px;
  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: #fff;
  background: #2c4b9c;
}
nav .nav-main .main-cont .main-nav .nav-cont .nav-li:hover .li-link {
  color: #2c4b9c !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.35rem;
}
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;
  margin-left: 0.4rem;
  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: 20px;
  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: 1rem;
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-title {
  width: 0.24rem;
  height: 0.24rem;
  background: url(../images/icon/icon-lang.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-list {
  position: absolute;
  top: 0.92rem;
  left: 50%;
  width: 1.4rem;
  height: auto;
  margin-left: -0.7rem;
  padding: 0.05rem 0.2rem;
  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(-103%);
  -o-transform: translatey(-103%);
  -moz-transform: translatey(-103%);
  -webkit-transform: translatey(-103%);
  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: #2c4b9c;
}
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-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 .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: 0.92rem !important;
  z-index: 19;
}
header .head-banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
header .head-banner .swiper-slide {
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: 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: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.72rem;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #fff;
  opacity: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  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-title span {
  font-weight: bold;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-English {
  margin-top: 0.45rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.36rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  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-English2 {
  margin-top: 0.45rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.48rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  z-index: 9;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.72rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.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 {
  margin-top: 0.4rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  line-height: 0.28rem;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide-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-English2,
header .head-banner .swiper-slide-active .box-cent2 .cent-English2,
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 {
  display: block;
  bottom: 0.78rem;
  left: 50%;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .swiper-pagination::before {
  content: '';
  position: absolute;
  top: 58%;
  left: 50%;
  width: calc(100% - 20px);
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 0.55rem;
  border: solid 2px #fff;
  border-radius: 50%;
  background: none;
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  background: #a8aeb0;
  border: solid 1px #fff;
  opacity: 0;
  border-radius: 50%;
  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-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 36px;
  margin: -18px 0 0 -17px;
  background: url(../images/icon/icon-banner-pagination-pic.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:hover::after {
  opacity: 0.5;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin: 0 0.55rem 0 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin: 0 0 0 0.55rem;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active::after {
  display: none;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
  transform: rotate(0);
  -o-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}
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: #2c4b9c;
}
header .head-banner .banner-cent .cent-heng {
  width: 60px;
  height: 3px;
  margin-top: 0.35rem;
  background: #2c4b9c;
}
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: #2c4b9c;
}
header .head-strip .strip-box .box-item-active {
  font-weight: bold;
  color: #2c4b9c;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #2a2a2a;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.3rem 0 1.1rem;
}
footer .foot-main .main-share {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  height: auto;
}
footer .foot-main .main-share .share-item {
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.48rem;
  border-radius: 50%;
  background: #fff;
}
footer .foot-main .main-share .share-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.18rem;
  height: auto;
  margin: -0.09rem 0 0 -0.09rem;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main .main-share .share-item .img2 {
  opacity: 0;
}
footer .foot-main .main-share .share-item:hover {
  background: #2c4b9c;
}
footer .foot-main .main-share .share-item:hover .img1 {
  opacity: 0;
}
footer .foot-main .main-share .share-item:hover .img2 {
  opacity: 1;
}
footer .foot-main .main-cont {
  width: 70%;
  height: auto;
}
footer .foot-main .main-cont .cont-link {
  width: 100%;
  height: auto;
}
footer .foot-main .main-cont .cont-link a {
  margin-right: 1.05rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.18rem;
  text-transform: uppercase;
  color: #fff;
}
footer .foot-main .main-cont .cont-link a:hover {
  color: #2c4b9c;
}
footer .foot-main .main-cont .cont-zizhi {
  margin-top: 0.3rem;
  font-size: 0.14rem;
  color: #7d7d7f;
}
footer .foot-main .main-cont .cont-zizhi a {
  color: #7d7d7f;
}
footer .foot-main .main-cont .cont-zizhi a:hover {
  color: #fff;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 2rem;
}
.container .cont-plate1 .plate1-bg {
  position: absolute;
  top: 0.55rem;
  left: 0.2rem;
  width: 4.98rem;
  height: 5.1rem;
}
.container .cont-plate1 .plate1-bg img {
  width: 100%;
}
.container .cont-plate1 .plate1-lump {
  position: absolute;
  top: 0;
  left: 40%;
  width: 6.45rem;
  height: 3.3rem;
  background: #eaf2f9;
}
.container .cont-plate1 .plate1-cent {
  width: 50%;
  height: auto;
  padding-left: 13.5%;
  padding-right: 0.7rem;
}
.container .cont-plate1 .plate1-cent .cent-English {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-transform: uppercase;
  color: #333;
}
.container .cont-plate1 .plate1-cent .cent-heng {
  width: 33px;
  height: 6px;
  margin-top: 0.3rem;
  border-radius: 0.45rem;
  background: #2c4b9c;
}
.container .cont-plate1 .plate1-cent .cent-title {
  margin-top: 1rem;
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.24rem;
  color: #2c4b9c;
}
.container .cont-plate1 .plate1-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #333;
}
.container .cont-plate1 .plate1-cent .page-button {
  margin-top: 0.9rem;
}
.container .cont-plate1 .plate1-pic {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.container .cont-plate1 .plate1-pic img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-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 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
  padding-top: 1rem;
}
.container .cont-plate2 .plate2-lump {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.45rem;
  height: 100%;
  background: #eaf2f9;
}
.container .cont-plate2 .plate2-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
.container .cont-plate2 .plate2-main {
  width: 100%;
  height: auto;
  margin-top: 0.9rem;
  padding-left: 10%;
}
.container .cont-plate2 .plate2-main .main-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .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;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont {
  position: absolute;
  top: 1.18rem;
  right: 1.92rem;
  width: 4.8rem;
  height: 6rem;
  padding: 0.8rem 0.7rem 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-icon {
  width: 0.76rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-English {
  margin-top: 0.7rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.36rem;
  line-height: 0.55rem;
  text-align: center;
  color: #2c4b9c;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-text {
  margin-top: 0.35rem;
  font-family: Arial;
  font-size: 0.18rem;
  text-align: center;
  color: #2c4b9c;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-slide .slide-box .slide-cont .cont-heng {
  width: 30px;
  height: 1px;
  margin: 0.4rem auto 0;
  background: #2c4b9c;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 2.5rem;
  right: 3rem;
  width: 2.5rem;
  height: auto;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev,
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: solid 1px #2c4b9c;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev img,
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 11px;
  margin: -5.5px 0 0 -6.5px;
  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-button .plate2-swiper-button-prev .img2,
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover,
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover {
  background: #2c4b9c;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover .img1,
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover .img1 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-prev:hover .img2,
.container .cont-plate2 .plate2-main .main-swiper .swiper-button .plate2-swiper-button-next:hover .img2 {
  opacity: 1;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
}
.container .cont-plate3 .plate3-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  padding: 0 0.2rem;
}
.container .cont-plate3 .plate3-main .main-item {
  position: relative;
  width: calc(50% - 0.1rem);
  height: auto;
  margin-bottom: 0.2rem;
}
.container .cont-plate3 .plate3-main .main-item:first-of-type {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-item:first-of-type .item-cent .page-button2 {
  margin: 0.8rem auto 0;
}
.container .cont-plate3 .plate3-main .main-item .img-web {
  display: none;
}
.container .cont-plate3 .plate3-main .main-item .item-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-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;
}
.container .cont-plate3 .plate3-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.8rem 1.7rem 0;
}
.container .cont-plate3 .plate3-main .main-item .item-cent .cent-title {
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.3rem;
  text-align: center;
  color: #323232;
}
.container .cont-plate3 .plate3-main .main-item .item-cent .page-button2 {
  margin: 0.3rem auto 0;
}
.container .cont-plate4 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.6rem;
  margin-top: 1.1rem;
  background: #f0f2f5;
  overflow: hidden;
}
.container .cont-plate4 #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .cont-plate4 .plate4-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  z-index: 9;
}
.container .cont-plate4 .plate4-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item {
  position: relative;
  width: calc(100% / 3);
  height: auto;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-pic {
  width: 100%;
  height: 6.5rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-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;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item .item-cent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.3rem;
  padding: 0 0.5rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  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 .cont-item .item-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 67, 237, 0.5);
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-main .main-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));
}
.container .cont-plate4 .plate4-main .main-cont .cont-item:hover .item-cent {
  bottom: -1.3rem;
  opacity: 0;
}
.container .cont-plate4 .plate4-main .main-cont .cont-item:hover .item-cont {
  opacity: 1;
}
.container .cont-plate5 {
  width: 100%;
  height: auto;
  padding: 1.6rem 0 1.5rem;
}
.container .cont-plate5 .plate5-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate5 .plate5-main .main-left {
  width: 50%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-left .page-title {
  text-align: left;
}
.container .cont-plate5 .plate5-main .main-left .left-Emali {
  margin-top: 0.3rem;
  font-family: 'MONTSERRAT-MEDIUM';
  font-size: 0.24rem;
  color: #2c4b9c;
}
.container .cont-plate5 .plate5-main .main-right {
  width: 50%;
  height: auto;
}
.container .cont-plate5 .plate5-main .main-right .right-text {
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #333;
}
.container .cont-plate5 .plate5-main .main-right .page-button {
  margin-top: 0.5rem;
}
.page-title {
  font-family: 'MONTSERRAT-BOLD';
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #333;
}
.page-heng {
  width: 33px;
  height: 6px;
  margin: 0.3rem auto 0;
  border-radius: 0.45rem;
  background: #2c4b9c;
}
.page-button {
  display: block;
  width: 1.87rem;
  height: 0.56rem;
  margin-top: 0.9rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  border-radius: 0.45rem;
  background: linear-gradient(90deg, #2b54be, #2c4b9c);
  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, #2b54be, #2c4b9c);
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.page-button2 {
  display: block;
  width: 1.87rem;
  height: 0.56rem;
  margin-top: 0.4rem;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.52rem;
  color: #2c4b9c;
  border-radius: 0.45rem;
  border: solid 1px #2c4b9c;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-button2:hover {
  color: #fff;
  background: linear-gradient(90deg, #2b54be, #2c4b9c);
}
.pupop-cont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 99;
}
.pupop-cont .cont-hide {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.24rem;
  height: auto;
  cursor: pointer;
}
.pupop-cont .cont-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-cont .cont-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pupop-cont .cont-pic {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.pupop-cont .cont-pic img {
  width: 100%;
}
