.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section {
  overflow: hidden;
}
nav {
  position: relative;
  width: 100%;
  height: auto;
}
nav .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  z-index: 59;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-logo {
  position: relative;
  width: 3.55rem;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
nav .nav-main .main-cont .main-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  /*width: 2.74rem;*/
  width: 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;
}
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-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.25rem;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 106px;
  color: #fff;
}
nav .nav-main .main-cont .main-nav .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #4812FE;
  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-li .li-link-active {
  font-weight: bold;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 200px;
  height: auto;
  padding: 0.28rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.21);
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 0.2rem);
  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-li .li-list::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  width: 44px;
  height: 37px;
  background: url(../images/icon/icon-nav-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  margin-bottom: 0.25rem;
  font-size: 14px;
  color: #333;
  border-bottom: solid 1px #d3d4d6;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a:last-of-type {
  padding-bottom: 0.1rem;
  margin-bottom: 0;
  border-bottom: none;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a em {
  width: 6px;
  height: 9px;
  background: url(../images/icon/icon-nav-list-arrow.png) no-repeat 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-nav .nav-li .li-list a:hover {
  font-weight: bold;
  color: #4812FE;
}
nav .nav-main .main-cont .main-nav .nav-li .li-list a:hover em {
  background: url(../images/icon/icon-nav-list-arrow-active.png) no-repeat center;
  background-size: 100%;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-link {
  font-weight: bold;
  color: #4812FE !important;
}
nav .nav-main .main-cont .main-nav .nav-li:hover .li-list {
  opacity: 0.96;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main .main-cont .main-nav .nav-li-active .li-link {
  color: #4812FE;
}
nav .nav-main .main-cont .main-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.2rem;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-icon {
  position: relative;
  width: 20px;
  height: 20px;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 150px;
  height: auto;
  padding: 0.2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.21);
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 0.2rem);
  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-subnav::after {
  content: '';
  position: absolute;
  top: -24px;
  left: 50%;
  width: 44px;
  height: 37px;
  background: url(../images/icon/icon-nav-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
nav .nav-main .main-cont .main-right .right-lang .lang-subnav .subnav-link {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #1c1d21;
  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-subnav .subnav-link:hover {
  color: #4812FE;
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-cont .cont-arrow img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-right .right-lang:hover .lang-subnav {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main .main-cont .main-right .right-serach {
  position: relative;
  width: 1.2rem;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-serach img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  z-index: 9;
  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;
}
nav .nav-main .main-cont .main-right .right-serach .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-right .right-menu {
  position: relative;
  width: 1.2rem;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
nav .nav-main .main-cont .main-right .right-menu img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  z-index: 9;
  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;
}
nav .nav-main .main-cont .main-right .right-menu .img2 {
  opacity: 0;
}
nav .nav-main .main-cont .main-web-right {
  display: none;
}
nav .nav-main .main-cont .main-popup-suosou {
  position: absolute;
  top: 106px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  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: 15.36rem;
  height: 0.75rem;
  margin: 0 auto;
  border-bottom: solid 1px #4812FE;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
  width: 16px;
  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: 22px;
  height: auto;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-popup-nav {
  position: absolute;
  top: 106px;
  left: 50%;
  width: 100%;
  height: auto;
  padding: 0.55rem 0 0.48rem;
  background: rgba(23, 107, 170, 0.95);
  border-top: solid 1px #eee;
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, -80px);
  -o-transform: translate(-50%, -80px);
  -moz-transform: translate(-50%, -80px);
  -webkit-transform: translate(-50%, -80px);
  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-nav .nav-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
nav .nav-main .main-cont .main-popup-nav .nav-cont .cont-item {
  position: relative;
  width: 250px;
  padding-bottom: 15px;
  margin-right: 115px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
nav .nav-main .main-cont .main-popup-nav .nav-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
nav .nav-main .main-cont .main-popup-nav .nav-cont .cont-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: url(../images/icon/icon-subnav-arrow.png) no-repeat center center;
  z-index: 10;
  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-nav .nav-cont .cont-item:hover::after {
  transform: translateX(0.15rem);
  -o-transform: translateX(0.15rem);
  -moz-transform: translateX(0.15rem);
  -webkit-transform: translateX(0.15rem);
}
nav .nav-main .main-cont .main-popup-nav .nav-hidden {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
nav .nav-main .main-cont .main-popup-nav .nav-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-nav .nav-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main .main-cont .main-popup-nav-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main:hover {
  background: #fff;
}
nav .nav-main:hover .main-cont .main-logo {
  border-right: solid 1px #ededed;
}
nav .nav-main:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-nav .nav-li .li-link {
  color: #333;
}
nav .nav-main:hover .main-cont .main-right .right-lang {
  border-left: solid 1px #ededed;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 1;
}
nav .nav-main:hover .main-cont .main-right .right-serach,
nav .nav-main:hover .main-cont .main-right .right-menu {
  border-left: solid 1px #ededed;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img1,
nav .nav-main:hover .main-cont .main-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main:hover .main-cont .main-right .right-serach .img2,
nav .nav-main:hover .main-cont .main-right .right-menu .img2 {
  opacity: 1;
}
nav .nav-main-active {
  background: #fff;
  border-bottom: solid 1px #ededed;
}
nav .nav-main-active .main-cont .main-logo {
  border-right: solid 1px #ededed;
}
nav .nav-main-active .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-nav .nav-li .li-link {
  color: #333;
}
nav .nav-main-active .main-cont .main-right .right-lang {
  border-left: solid 1px #ededed;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-cont .cont-icon .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 1;
}
nav .nav-main-active .main-cont .main-right .right-serach,
nav .nav-main-active .main-cont .main-right .right-menu {
  border-left: solid 1px #ededed;
}
nav .nav-main-active .main-cont .main-right .right-serach .img1,
nav .nav-main-active .main-cont .main-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main-active .main-cont .main-right .right-serach .img2,
nav .nav-main-active .main-cont .main-right .right-menu .img2 {
  opacity: 1;
}
nav .nav-main-active2 {
  background: #fff;
}
nav .nav-main-active2 .main-cont .main-box .box-item .item-title {
  color: #333;
}
nav .nav-main-active2 .main-cont .main-right .right-suosou {
  border: solid 1px rgba(76, 69, 139, 0.3);
}
nav .nav-main-active2 .main-cont .main-right .right-suosou .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-right .right-suosou .img2 {
  opacity: 1;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont {
  border: solid 1px rgba(76, 69, 139, 0.3);
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-text {
  color: #000;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-icon .img1,
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-arrow .img1 {
  opacity: 0;
}
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-icon .img2,
nav .nav-main-active2 .main-cont .main-right .right-lang .lang-cont .cont-arrow .img2 {
  opacity: 1;
}
nav .nav-main2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  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-main2 .main-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-main2 .main-cont .main-logo {
  position: relative;
  width: 2.7rem;
  height: 100%;
}
nav .nav-main2 .main-cont .main-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.74rem;
  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;
}
nav .nav-main2 .main-cont .main-nav {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
nav .nav-main2 .main-cont .main-nav .nav-li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  padding: 0 0.25rem;
}
nav .nav-main2 .main-cont .main-nav .nav-li .li-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 90px;
  color: #333;
}
nav .nav-main2 .main-cont .main-nav .nav-li .li-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #4812FE;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main2 .main-cont .main-nav .nav-li .li-link-active {
  font-weight: bold;
}
nav .nav-main2 .main-cont .main-nav .nav-li .li-link-active::after {
  width: 100%;
}
nav .nav-main2 .main-cont .main-nav .nav-li:hover .li-link {
  font-weight: bold;
  color: #4812FE !important;
}
nav .nav-main2 .main-cont .main-nav .nav-li:hover .li-link::after {
  width: 100%;
}
nav .nav-main2 .main-cont .main-nav .nav-li:hover .li-list {
  opacity: 0.96;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main2 .main-cont .main-nav .nav-li-active .li-link {
  color: #4812FE;
}
nav .nav-main2 .main-cont .main-nav .nav-li-active .li-link::after {
  width: 100%;
}
nav .nav-main2 .main-cont .main-web-right {
  display: none;
}
nav .nav-main2 .main-cont .main-popup-suosou {
  position: absolute;
  top: 106px;
  left: 50%;
  display: none;
  width: 100%;
  height: auto;
  padding: 0.9rem 0 1.2rem;
  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-main2 .main-cont .main-popup-suosou .sousuo-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 15.36rem;
  height: 0.75rem;
  margin: 0 auto;
  border-bottom: solid 1px #4812FE;
}
nav .nav-main2 .main-cont .main-popup-suosou .sousuo-box a {
  width: 16px;
  height: auto;
}
nav .nav-main2 .main-cont .main-popup-suosou .sousuo-box a img {
  width: 100%;
}
nav .nav-main2 .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-main2 .main-cont .main-popup-suosou .sousuo-box input::placeholder {
  font-size: 16px;
  color: #999;
}
nav .nav-main2 .main-cont .main-popup-suosou .sousuo-box .box-hidden {
  width: 22px;
  height: auto;
  cursor: pointer;
}
nav .nav-main2 .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-main2 .main-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main2 .main-cont .main-popup-nav {
  position: absolute;
  top: 106px;
  left: 50%;
  width: 100%;
  height: auto;
  padding: 0.55rem 0 0.48rem;
  background: rgba(23, 107, 170, 0.95);
  border-top: solid 1px #eee;
  opacity: 0;
  visibility: hidden;
  z-index: 59;
  transform: translate(-50%, -80px);
  -o-transform: translate(-50%, -80px);
  -moz-transform: translate(-50%, -80px);
  -webkit-transform: translate(-50%, -80px);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main2 .main-cont .main-popup-nav .nav-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
nav .nav-main2 .main-cont .main-popup-nav .nav-cont .cont-item {
  position: relative;
  width: 250px;
  padding-bottom: 15px;
  margin-right: 115px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
nav .nav-main2 .main-cont .main-popup-nav .nav-cont .cont-item:nth-child(3n) {
  margin-right: 0;
}
nav .nav-main2 .main-cont .main-popup-nav .nav-cont .cont-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: url(../images/icon/icon-subnav-arrow.png) no-repeat center center;
  z-index: 10;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
nav .nav-main2 .main-cont .main-popup-nav .nav-cont .cont-item:hover::after {
  transform: translateX(0.15rem);
  -o-transform: translateX(0.15rem);
  -moz-transform: translateX(0.15rem);
  -webkit-transform: translateX(0.15rem);
}
nav .nav-main2 .main-cont .main-popup-nav .nav-hidden {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
nav .nav-main2 .main-cont .main-popup-nav .nav-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-main2 .main-cont .main-popup-nav .nav-hidden:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
nav .nav-main2 .main-cont .main-popup-nav-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
nav .nav-main2:hover {
  background: #fff;
}
nav .nav-main2:hover .main-cont .main-logo .img1 {
  opacity: 0;
}
nav .nav-main2:hover .main-cont .main-logo .img2 {
  opacity: 1;
}
nav .nav-main2:hover .main-cont .main-nav .nav-li .li-link {
  color: #333;
}
nav .nav-main2:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img1 {
  opacity: 0;
}
nav .nav-main2:hover .main-cont .main-right .right-lang .lang-cont .cont-icon .img2 {
  opacity: 1;
}
nav .nav-main2:hover .main-cont .main-right .right-serach .img1,
nav .nav-main2:hover .main-cont .main-right .right-menu .img1 {
  opacity: 0;
}
nav .nav-main2:hover .main-cont .main-right .right-serach .img2,
nav .nav-main2:hover .main-cont .main-right .right-menu .img2 {
  opacity: 1;
}
nav .nav-cont2 {
  width: 100%;
  height: 70px;
  background: #042238;
}
nav .nav-cont2 .cont-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
nav .nav-cont2 .cont-main .main-left {
  width: max-content;
  height: auto;
  font-size: 18px;
  color: #fff;
}
nav .nav-cont2 .cont-main .main-right {
  width: max-content;
  height: auto;
}
nav .nav-cont2 .cont-main .main-right a {
  margin-left: 0.4rem;
  font-size: 18px;
  color: #fff;
}
nav .nav-cont2 .cont-main .main-right a:hover {
  text-decoration: underline;
}
nav .borB {
  border-bottom: solid 1px #dadada;
}
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;
}
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%;
}
header .head-banner .swiper-slide .slide-box .slide-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
header .head-banner .swiper-slide .slide-box .slide-pic video {
  width: 100%;
  height: auto;
}
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%;
}
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.4rem;
  height: auto;
  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-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.98rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  -moz-transition: all 0.5s 0.6s;
  -webkit-transition: all 0.5s 0.6s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-title2 {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  line-height: 0.95rem;
  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-subtitle {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.72rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 0.8s;
  -o-transition: all 0.5s 0.8s;
  -moz-transition: all 0.5s 0.8s;
  -webkit-transition: all 0.5s 0.8s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle2 {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.8rem;
  line-height: 0.95rem;
  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-English {
  margin-top: 0.25rem;
  font-family: 'Poppins-Regular';
  font-size: 0.3rem;
  color: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  -moz-transition: all 0.5s 1s;
  -webkit-transition: all 0.5s 1s;
}
header .head-banner .swiper-slide .slide-box .box-cent .cent-heng {
  width: 30px;
  height: 3px;
  margin-top: 0.7rem;
  background: #fff;
  opacity: 0;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
  transition: all 0.5s 1.2s;
  -o-transition: all 0.5s 1.2s;
  -moz-transition: all 0.5s 1.2s;
  -webkit-transition: all 0.5s 1.2s;
}
header .head-banner .swiper-slide-active .box-cent .cent-title,
header .head-banner .swiper-slide-active .box-cent .cent-English,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle,
header .head-banner .swiper-slide-active .box-cent .cent-heng,
header .head-banner .swiper-slide-active .box-cent .cent-subtitle2,
header .head-banner .swiper-slide-active .box-cent .cent-title2 {
  opacity: 1 !important;
  transform: translatey(0) !important;
  -o-transform: translatey(0) !important;
  -moz-transform: translatey(0) !important;
  -webkit-transform: translatey(0) !important;
}
header .head-banner .banner-pic {
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
header .head-banner .banner-pic img {
  width: 100%;
  opacity: 0;
}
header .head-banner .banner-pic2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .head-banner .banner-pic2 img {
  width: 100%;
  height: auto;
}
header .head-banner .banner-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-cent .cent-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #fff;
}
header .head-banner .banner-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent .cent-English {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #fff;
}
header .head-banner .banner-cent .cent-cont {
  width: 4.6rem;
  height: auto;
  padding: 0.9rem 0.8rem 0.8rem 0.6rem;
  background: #ffffff;
}
header .head-banner .banner-cent .cent-cont .cont-English {
  font-family: 'Poppins-Regular';
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
header .head-banner .banner-cent .cent-cont .cont-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #000;
}
header .head-banner .banner-cent .cent-cont .cont-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
header .head-banner .banner-cent2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14.4rem;
  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-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-title2 {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #4812FE;
}
header .head-banner .banner-cent2 .cent-text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #4812FE;
}
header .head-banner .banner-cent2 .cent-text2 {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
header .head-banner .banner-cent2 .cent-button {
  display: block;
  width: 180px;
  height: 50px;
  margin: 0.75rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button:hover {
  color: #4812FE;
  background: #fff;
}
header .head-banner .banner-cent2 .cent-button2 {
  display: block;
  width: 180px;
  height: 50px;
  margin: 0.75rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #4812FE;
  border: solid 1px #4812FE;
  border-radius: 45px;
}
header .head-banner .banner-cent2 .cent-button2:hover {
  color: #fff;
  background: #4812FE;
}
header .head-banner .swiper-pagination {
  bottom: 0.55rem;
  left: 50%;
  width: 15.37rem;
  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: 8px;
  height: 8px;
  margin: 0 18px;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart {
  width: 30px;
  height: 30px;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__background {
  opacity: 0;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet .circlechart .circle-chart .circle-chart__circle {
  stroke-dasharray: 182 182;
  stroke-dashoffset: 182;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__background {
  opacity: 0.2 !important;
}
header .head-banner .swiper-pagination .swiper-pagination-bullet-active .circle-chart__circle {
  stroke-dashoffset: 0 !important;
  transition: all 10.5s;
  -o-transition: all 10.5s;
  -moz-transition: all 10.5s;
  -webkit-transition: all 10.5s;
}
header .head-banner .banner-swiper-button-prev,
header .head-banner .banner-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f6f6f6;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
header .head-banner .banner-swiper-button-prev img,
header .head-banner .banner-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
header .head-banner .banner-swiper-button-prev .img2,
header .head-banner .banner-swiper-button-next .img2 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev:hover,
header .head-banner .banner-swiper-button-next:hover {
  border: solid 1px #4812FE;
  background: #4812FE;
}
header .head-banner .banner-swiper-button-prev:hover .img2,
header .head-banner .banner-swiper-button-next:hover .img2 {
  opacity: 1;
}
header .head-banner .banner-swiper-button-prev:hover .img1,
header .head-banner .banner-swiper-button-next:hover .img1 {
  opacity: 0;
}
header .head-banner .banner-swiper-button-prev {
  left: 0;
}
header .head-banner .banner-swiper-button-next {
  right: 0;
}
header .head-banner .scroll-on {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  width: auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
header .head-banner .scroll-on .scroll-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
header .head-banner .scroll-on .scroll-icon {
  width: 20px;
  height: auto;
  margin: 16px auto 0;
  overflow: hidden;
}
header .head-banner .scroll-on .scroll-icon img {
  width: 100%;
  animation: run 1.5s infinite linear;
}
header .head-banner:hover .banner-swiper-button-prev {
  left: 0.9rem;
  opacity: 1;
}
header .head-banner:hover .banner-swiper-button-next {
  right: 0.9rem;
  opacity: 1;
}
header .head-strip {
  position: relative;
  width: 100%;
  height: 0.8rem;
  background: #f8f8f8;
  border-bottom: solid 1px #ebebeb;
  z-index: 29;
}
header .head-strip .strip-box {
  display: flex;
  justify-content: space-between;
  width: 15.38rem;
  height: 100%;
  margin: 0 auto;
}
header .head-strip .strip-box .box-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
header .head-strip .strip-box .box-left .left-list {
  position: relative;
  width: auto;
  height: 100%;
  padding: 0 0.4rem;
  margin-right: 0.3rem;
  font-size: 16px;
  line-height: 0.8rem;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-strip .strip-box .box-left .left-list:last-of-type {
  margin-right: 0;
}
header .head-strip .strip-box .box-left .left-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #909090;
}
header .head-strip .strip-box .box-left .left-list:hover {
  background: #fff;
}
header .head-strip .strip-box .box-left .left-list:hover a {
  color: #4812FE;
}
header .head-strip .strip-box .box-left .left-list-active {
  background: #fff;
}
header .head-strip .strip-box .box-left .left-list-active a {
  color: #4812FE;
}
header .head-strip .strip-box .box-right {
  display: flex;
  justify-content: flex-end;
  width: 28%;
  text-align: right;
  line-height: 0.8rem;
}
header .head-strip .strip-box .box-right .right-icon1 {
  width: 15px;
}
header .head-strip .strip-box .box-right .right-icon1 img {
  margin-top: -0.04rem;
}
header .head-strip .strip-box .box-right .right-icon1 a {
  transition: none;
  -webkit-transition: none;
}
header .head-strip .strip-box .box-right .right-text {
  width: auto;
  font-size: 14px;
}
header .head-strip .strip-box .box-right .right-text a {
  color: #6f7275;
}
header .head-strip .strip-box .box-right .right-text a:hover {
  color: #4812FE;
  text-decoration: underline;
}
header .head-strip .strip-box .box-right .right-text img {
  width: 3px;
  margin: -0.04rem 0.1rem 0;
}
header .head-strip .strip-box .box-right .right-text span {
  color: #4812FE;
}
header .background {
  background: #f5f7f9;
}
header .head-Wnav {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #242424;
}
footer .foot-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.2rem;
}
footer .foot-main .main-nav {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
footer .foot-main .main-nav .nav-item {
  width: 1.48rem;
  height: auto;
}
footer .foot-main .main-nav .nav-item .item-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
footer .foot-main .main-nav .nav-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
footer .foot-main .main-nav .nav-item .item-cent a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #999;
}
footer .foot-main .main-nav .nav-item .item-cent a:hover {
  color: #fff;
}
footer .foot-main .main-right {
  width: 1.46rem;
  height: auto;
}
footer .foot-main .main-right .right-ewm {
  width: 100%;
  height: auto;
}
footer .foot-main .main-right .right-ewm img {
  width: 100%;
}
footer .foot-main .main-right .right-ewm .ewm-title {
  margin-top: 0.1rem;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
footer .foot-main .main-right .right-intel {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
footer .foot-main .main-right .right-intel img {
  width: 100%;
}
footer .foot-box {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.55rem 0;
  border-bottom: solid 1px #3a3a3a;
}
footer .foot-box .box-link {
  font-size: 14px;
}
footer .foot-box .box-link span {
  color: rgba(255, 255, 255, 0.3);
}
footer .foot-box .box-link a {
  margin: 0 0.2rem;
  color: rgba(255, 255, 255, 0.3);
}
footer .foot-box .box-link a:hover {
  color: #fff;
}
footer .foor-bottom {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.55rem 0 0.65rem;
}
footer .foor-bottom .bottom-zizhi {
  font-size: 14px;
  color: #999;
}
footer .foor-bottom .bottom-zizhi a {
  margin-left: 0.3rem;
  color: #999;
}
footer .foor-bottom .bottom-zizhi a:hover {
  color: #fff;
}
footer .foor-bottom .bottom-cont {
  width: auto;
  height: auto;
}
footer .foor-bottom .bottom-cont a {
  margin-left: 0.3rem;
  color: #999;
}
footer .foor-bottom .bottom-cont a:hover {
  color: #fff;
}
footer .foot-main2 {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 0.75rem 0 0.8rem;
}
footer .foot-main2 .main-left {
  width: auto;
  height: auto;
}
footer .foot-main2 .main-left .left-logo {
  width: 2.5rem;
  height: auto;
}
footer .foot-main2 .main-left .left-logo img {
  width: 100%;
}
footer .foot-main2 .main-left .left-link {
  width: auto;
  height: auto;
  margin-top: 0.4rem;
}
footer .foot-main2 .main-left .left-link a {
  font-size: 14px;
  color: #fff;
}
footer .foot-main2 .main-left .left-link a:hover {
  color: #4812FE;
}
footer .foot-main2 .main-left .left-link span {
  margin: 0 0.2rem;
  font-size: 14px;
  color: #fff;
}
footer .foot-main2 .main-left .left-zizhi {
  margin-top: 0.3rem;
  font-size: 14px;
  color: #999;
}
footer .foot-main2 .main-left .left-zizhi a {
  margin-left: 0.25rem;
  color: #999;
}
footer .foot-main2 .main-left .left-zizhi a:hover {
  color: #fff;
}
footer .foot-main2 .main-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
footer .foot-main2 .main-right .right-cent {
  width: max-content;
  height: auto;
}
footer .foot-main2 .main-right .right-cent .cent-title {
  font-size: 14px;
  color: #666;
}
footer .foot-main2 .main-right .right-cent .cent-tel {
  margin-top: 0.1rem;
  font-family: 'DIN-BOLD';
  font-size: 0.4rem;
  color: #fff;
}
footer .foot-main2 .main-right .right-cent .cent-bottom {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 0.2rem;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item {
  position: relative;
  width: 43px;
  height: 43px;
  margin-right: 0.28rem;
  border-radius: 50%;
  background: #fff;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:last-of-type {
  margin-right: 0;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  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-main2 .main-right .right-cent .cent-bottom .bottom-item .img2 {
  opacity: 0;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item .link-ewm {
  position: absolute;
  bottom: 55px;
  left: 50%;
  width: 93px;
  height: 93px;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0.2rem);
  -o-transform: translate(-50%, 0.2rem);
  -moz-transform: translate(-50%, 0.2rem);
  -webkit-transform: translate(-50%, 0.2rem);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item .link-ewm img {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item .link-ewm::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid 8px #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:hover {
  background: #4d4948;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:hover .img1 {
  opacity: 0;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:hover .img2 {
  opacity: 1;
}
footer .foot-main2 .main-right .right-cent .cent-bottom .bottom-item:hover .link-ewm {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
footer .foot-main2 .main-right .right-ewm {
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
}
footer .foot-main2 .main-right .right-ewm img {
  width: 100%;
}
footer .foot-main2 .main-zizhi {
  display: none;
}
.container {
  width: 100%;
  height: auto;
}
.container .cont-plate1 {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-top {
  width: 100%;
  height: auto;
  padding: 0.6rem 0 0.56rem;
}
.container .cont-plate1 .plate1-top .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-top .top-box .box-cent {
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-top .top-box .box-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate1 .plate1-top .top-box .box-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'Poppins-Regular';
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #999;
}
.container .cont-plate1 .plate1-top .top-box .box-list {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item {
  width: 2rem;
  height: 1.2rem;
  margin-left: 0.15rem;
  padding-top: 0.3rem;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon {
  position: relative;
  width: 29px;
  height: 28px;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon .img2,
.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-icon .img3 {
  opacity: 0;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item .item-title {
  margin-top: 0.15rem;
  font-size: 16px;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover {
  box-shadow: 0.05rem 0.1rem 0.25rem rgba(0, 0, 0, 0.07);
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item:hover .item-title {
  font-weight: bold;
  color: #4812FE;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active {
  box-shadow: 0.05rem 0.1rem 0.25rem rgba(0, 0, 0, 0.07);
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-icon .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-icon .img2 {
  opacity: 1;
}
.container .cont-plate1 .plate1-top .top-box .box-list .list-item-active .item-title {
  font-weight: bold;
  color: #4812FE;
}
.container .cont-plate1 .plate1-box {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #f2f2f2;
}
.container .cont-plate1 .plate1-box .box-cont {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translatey(0.4rem);
  -o-transform: translatey(0.4rem);
  -moz-transform: translatey(0.4rem);
  -webkit-transform: translatey(0.4rem);
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 10.9rem;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item {
  width: 25%;
  height: auto;
  margin-bottom: 0.5rem;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-title {
  display: block;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 18px;
  color: #333;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-title:hover {
  color: #4812FE;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link::after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: solid 2px #4812FE;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-left .left-item .item-cent .cent-link:hover {
  color: #4812FE;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right {
  width: 3.35rem;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-title {
  font-size: 18px;
  color: #333;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-heng {
  width: 20px;
  height: 3px;
  margin: 0.25rem 0 0.3rem;
  background: #4812FE;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  --swiper-theme-color: #4812FE;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #fff;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  padding: 0.23rem 0.18rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-title {
  width: 100%;
  height: auto;
  padding: 0.4rem 0.18rem;
  font-size: 18px;
  text-align: center;
  color: #333;
  border-top: solid 1px #eeeeee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-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-plate1 .plate1-box .box-cont .cont-lump .lump-right .right-swiper .swiper-slide .slide-box:hover .box-title {
  color: #4812FE;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lunp-web-box,
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-title,
.container .cont-plate1 .plate1-box .box-cont .cont-lump .lump-heng {
  display: none;
}
.container .cont-plate1 .plate1-box .box-cont .cont-lump-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate2 {
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.container .cont-plate2 .plate2-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate2 .plate2-top .top-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate2 .plate2-top .top-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'Poppins-Regular';
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #999;
}
.container .cont-plate2 .plate2-top a {
  width: auto;
  height: auto;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.container .cont-plate2 .plate2-top a em {
  font-size: 16px;
}
.container .cont-plate2 .plate2-top a:hover {
  color: #4812FE;
}
.container .cont-plate2 .plate2-main {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-main .swiper-slide {
  width: 20%;
  height: auto;
}
.container .cont-plate2 .plate2-main .main-item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  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-item .item-pic {
  width: 100%;
  height: 100%;
  background: #999;
  overflow: hidden;
}
.container .cont-plate2 .plate2-main .main-item .item-pic img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  object-fit: cover;
}
.container .cont-plate2 .plate2-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem 1rem 0 1.2rem;
  z-index: 9;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-icon {
  width: 40px;
  height: 47px;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-icon img {
  width: 100%;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-title {
  margin-top: 0.5rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 18px;
  color: #051323;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-English {
  margin-top: 0.2rem;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-symbol {
  margin-top: 0.6rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #c8c8c8;
}
.container .cont-plate2 .plate2-main .main-item .item-cent .cent-text {
  display: none;
  margin-top: 0.35rem;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.container .cont-plate2 .plate2-main .main-item .item-cent-active .cent-title {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-item .item-cent-active .cent-English {
  color: #fff;
}
.container .cont-plate2 .plate2-main .main-item .item-cent-active .cent-text {
  color: #fff;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2 {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.4);
  cursor: pointer;
  outline: none;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2 img,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  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 .plate2-swiper-button-prev2 .img2,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2 .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2:hover,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2:hover {
  background: #fff;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2:hover .img1,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2:hover .img1 {
  opacity: 0;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2:hover .img2,
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2:hover .img2 {
  opacity: 1;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-prev2 {
  left: 0.3rem;
}
.container .cont-plate2 .plate2-main .plate2-swiper-button-next2 {
  right: 0.3rem;
}
.container .cont-plate2 .plate2-web-main {
  display: none;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.2rem;
  background: url(../images/plate3-bg.jpg) no-repeat top left;
  background-size: cover;
}
.container .cont-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-left: 10%;
}
.container .cont-plate3 .plate3-main .main-cent {
  width: 37%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'Poppins-Regular';
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cent .cent-subtitle {
  margin-top: 0.5rem;
  font-size: 0.26rem;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  opacity: 0.8;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
  background: #4e5764;
  border-radius: 10px;
  overflow: hidden;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 1.8rem;
  padding: 0 0.5rem 0 0.6rem;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left {
  width: auto;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .left-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-English {
  margin-top: 0.1rem;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-icon {
  width: 24px;
  height: 24px;
  margin-top: 0.2rem;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-left .item-icon img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item .item-right {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.4);
  background: url(../images/icon/icon-plate3-arrow.png) no-repeat center center;
  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-cent .cent-bottom .bottom-item:hover {
  background: #3d4551;
}
.container .cont-plate3 .plate3-main .main-cent .cent-bottom .bottom-item:hover .item-right {
  border: solid 1px #fff;
  background: #fff url(../images/icon/icon-plate3-arrow-active.png) no-repeat center center;
}
.container .cont-plate3 .plate3-main .main-map {
  position: relative;
  width: 53%;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-map .map-pic {
  width: 9.25rem;
  height: auto;
}
.container .cont-plate3 .plate3-main .main-map .map-pic img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-map .right-item {
  position: absolute;
  top: 1.8rem;
  right: 1.6rem;
  width: 22px;
  height: auto;
  cursor: pointer;
}
.container .cont-plate3 .plate3-main .main-map .right-item .item-add {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.container .cont-plate3 .plate3-main .main-map .right-item .item-add img {
  width: 100%;
}
.container .cont-plate3 .plate3-main .main-map .right-item .item-add::after {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 50%;
  width: 0.57rem;
  height: 0.28rem;
  background: url(../images/icon/icon-plate3-map-mask.png) no-repeat center;
  background-size: 100%;
  z-index: -1;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.container .cont-plate3 .plate3-main .main-map .right-item .item-cent {
  position: absolute;
  bottom: 0;
  left: 130%;
  width: max-content;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 19;
}
.container .cont-plate3 .plate3-main .main-map .right-item:hover .item-add img {
  animation: DW 0.8s linear infinite;
}
.container .cont-plate3 .plate3-main .main-map .right-item:hover .item-add::after {
  animation: isScale 0.8s linear infinite;
}
.container .cont-plate3 .plate3-main .main-web-bottom,
.container .cont-plate3 .plate3-main .main-wen-map,
.container .cont-plate3 .plate3-main .cent-button {
  display: none;
}
.container .cont-plate3 .plate3-bottom {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0.4rem auto 0;
}
.container .cont-plate3 .plate3-bottom .bottom-item {
  max-width: 20%;
  width: max-content;
  height: auto;
}
.container .cont-plate3 .plate3-bottom .bottom-item .item-title {
  font-size: 16px;
  color: #fff;
}
.container .cont-plate3 .plate3-bottom .bottom-item .item-num {
  width: auto;
  height: auto;
}
.container .cont-plate3 .plate3-bottom .bottom-item .item-num .num1 {
  font-family: 'HarmonyOS_Sans_Bold';
  font-size: 0.58rem;
  color: #fff;
}
.container .cont-plate3 .plate3-bottom .bottom-item .item-num em {
  position: relative;
  font-size: 16px;
  color: #fff;
}
.container .cont-plate3 .plate3-bottom .bottom-item .item-num em i {
  position: absolute;
  top: -0.25rem;
  left: 0;
  font-size: 0.24rem;
  color: #fff;
}
.container .cont-plate4 {
  width: 100%;
  height: auto;
  padding: 0 0 1.2rem;
}
.container .cont-plate4 .plate4-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.7rem 0 0.6rem;
}
.container .cont-plate4 .plate4-top .top-cent {
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate4 .plate4-top .top-cent .cent-English {
  margin-top: 0.1rem;
  font-family: 'Poppins-Regular';
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #999;
}
.container .cont-plate4 .plate4-top .top-box {
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
}
.container .cont-plate4 .plate4-top .top-box .box-item {
  width: auto;
  height: auto;
  margin: 0 0.23rem;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate4 .plate4-top .top-box .box-item:hover {
  font-weight: bold;
  color: #333;
}
.container .cont-plate4 .plate4-top .top-box .box-item-active {
  font-weight: bold;
  color: #333;
}
.container .cont-plate4 .plate4-top a {
  width: auto;
  height: auto;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}
.container .cont-plate4 .plate4-top a em {
  font-size: 16px;
}
.container .cont-plate4 .plate4-top a:hover {
  color: #4812FE;
}
.container .cont-plate4 .plate4-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-plate4 .plate4-main .main-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-cent {
  width: 7.1rem;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0 0.4rem;
  margin-bottom: 0.45rem;
  border-bottom: solid 1px #efeff0;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:last-of-type {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-pic {
  width: 1.89rem;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-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;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-box {
  width: calc(100% - 2.49rem);
  height: auto;
  padding-left: 0.35rem;
  padding-right: 0.7rem;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-box .box-title {
  font-size: 18px;
  line-height: 30px;
  color: #1e1e1e;
  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-box .box-cent .cent-item .item-box .box-text {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 24px;
  color: #7b7b7b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item .item-right .right-button {
  width: 0.4rem;
  height: 0.4rem;
  border: solid 2px #cfd2d6;
  border-radius: 50%;
  background: url(../images/icon/icon-plate4-arrow.png) no-repeat center center;
  background-size: 9px;
  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-box .box-cent .cent-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-box .box-cent .cent-item:hover .item-box .box-title {
  color: #4812FE;
}
.container .cont-plate4 .plate4-main .main-box .box-cent .cent-item:hover .item-right .right-button {
  border: solid 2px #4812FE;
  background: url(../images/icon/icon-plate4-arrow-active.png) no-repeat center center;
  background-size: 9px;
}
.container .cont-plate4 .plate4-main .main-box .box-video {
  position: relative;
  width: 7.12rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.container .cont-plate4 .plate4-main .main-box .box-video .video-pic {
  width: 100%;
  height: auto;
}
.container .cont-plate4 .plate4-main .main-box .box-video .video-pic img {
  width: 100%;
}
.container .cont-plate4 .plate4-main .main-box .box-video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate4 .plate4-main .main-box .box-video .video-icon img {
  position: relative;
  width: 100%;
  z-index: 9;
}
.container .cont-plate4 .plate4-main .main-box .box-video .video-icon .right-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.container .cont-plate4 .plate4-main .main-box .box-video .video-icon:hover .right-solid {
  animation: videoPlay 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation: videoPlay 1.5s;
  -webkit-animation-iteration-count: infinite;
}
.container .cont-plate4 .plate4-main .main-box-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  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-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 24px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.container .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about {
  width: 100%;
  height: auto;
}
.about .about-plate1 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.about .about-plate1 .plate1-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate1 .plate1-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 1rem;
  background: #4812FE;
}
.about .about-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.about .about-plate1 .plate1-main .main-cent {
  width: 56%;
  height: auto;
  padding-right: 1rem;
}
.about .about-plate1 .plate1-main .main-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  color: #222;
}
.about .about-plate1 .plate1-main .main-cent .cent-English {
  margin: 0.4rem 0 0.45rem;
  font-size: 22px;
  font-family: 'Poppins-Regular';
  color: #b2b2b2;
}
.about .about-plate1 .plate1-main .main-cent .cent-text {
  font-size: 16px;
  line-height: 36px;
  color: #656565;
}
.about .about-plate1 .plate1-main .main-pic {
  width: 44%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about .about-plate1 .plate1-main .main-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate1 .plate1-main .main-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate2 {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}
.about .about-plate2 .plate2-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate2 .plate2-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 1rem;
  background: #4812FE;
}
.about .about-plate2 .plate2-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.about .about-plate2 .plate2-main .main-item {
  width: calc(100% / 3 - 0.31rem);
  height: auto;
  margin-right: 0.46rem;
  margin-bottom: 0.4rem;
}
.about .about-plate2 .plate2-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.about .about-plate2 .plate2-main .main-item .item-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about .about-plate2 .plate2-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;
}
.about .about-plate2 .plate2-main .main-item .item-title {
  margin-top: 0.2rem;
  font-size: 18px;
  text-align: center;
  color: #222;
}
.about .about-plate3 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0 1.6rem;
  background: #fafafa;
}
.about .about-plate3 .plate3-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.about .about-plate3 .plate3-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem auto 1rem;
  background: #4812FE;
}
.about .about-plate3 .plate3-main {
  position: relative;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate3 .plate3-main .main-swiper {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide {
  width: calc(100% / 3 - 59.3px);
  height: auto;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box {
  width: 100%;
  height: auto;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-pic:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide .slide-box .box-title {
  margin-top: 0.3rem;
  font-size: 16px;
  text-align: center;
  color: #999;
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-pic {
  transform: scale(1.3, 1.3) translateZ(0);
  -o-transform: scale(1.3, 1.3) translateZ(0);
  -moz-transform: scale(1.3, 1.3) translateZ(0);
  -webkit-transform: scale(1.3, 1.3 translateZ(0));
}
.about .about-plate3 .plate3-main .main-swiper .swiper-slide-active .slide-box .box-title {
  margin-top: 0.8rem;
  font-weight: bold;
  color: #333;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev,
.about .about-plate3 .plate3-main .plate3-swiper-button-next {
  position: absolute;
  top: 45%;
  width: 35px;
  height: 35px;
  border: solid 2px #b6b6b6;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev img,
.about .about-plate3 .plate3-main .plate3-swiper-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev .img2,
.about .about-plate3 .plate3-main .plate3-swiper-button-next .img2 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover,
.about .about-plate3 .plate3-main .plate3-swiper-button-next:hover {
  border: solid 2px #4812FE;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover .img1,
.about .about-plate3 .plate3-main .plate3-swiper-button-next:hover .img1 {
  opacity: 0;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev:hover .img2,
.about .about-plate3 .plate3-main .plate3-swiper-button-next:hover .img2 {
  opacity: 1;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-prev {
  left: -1rem;
}
.about .about-plate3 .plate3-main .plate3-swiper-button-next {
  right: -1rem;
}
.about .about-plate4 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: url(../images/about/bg.jpg) no-repeat top left;
  background-size: cover;
}
.about .about-plate4 .plate4-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate4 .plate4-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.about .about-plate4 .plate4-main .main-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 1rem;
  background: #fff;
}
.about .about-plate4 .plate4-main .main-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
.about .about-plate4 .plate4-main .main-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.about .about-plate4 .plate4-main .main-box .box-swiper {
  width: 14.3rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-wrapper {
  height: auto;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide {
  position: relative;
  width: calc(100% / 8);
  height: 5.2rem;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide:nth-child(2n) .slide-box {
  top: 2.6rem;
  bottom: auto;
  padding-top: 0.6rem;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #4812FE;
  background: #fff;
  box-sizing: border-box;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box {
  position: absolute;
  bottom: 2.6rem;
  left: 0;
  width: 100%;
  height: 2.6rem;
  padding: 0.26rem 0 0 0.3rem;
  overflow-y: scroll;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box::-webkit-scrollbar-thumb {
  background: #4812FE;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background: #e3e4e6;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-year {
  font-family: 'Poppins-Regular';
  font-size: 0.3rem;
  color: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-year span {
  font-weight: bold;
}
.about .about-plate4 .plate4-main .main-box .box-swiper .swiper-slide .slide-box .box-text {
  margin-top: 0.15rem;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.about .about-plate5 {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.about .about-plate5 .plate5-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.about .about-plate5 .plate5-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem auto 1rem;
  background: #4812FE;
}
.about .about-plate5 .plate5-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.about .about-plate5 .plate5-main .main-item {
  position: relative;
  width: 5.46rem;
  height: auto;
}
.about .about-plate5 .plate5-main .main-item .item-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about .about-plate5 .plate5-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;
}
.about .about-plate5 .plate5-main .main-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1rem 0 0 0.6rem;
}
.about .about-plate5 .plate5-main .main-item .item-cent .cent-icon {
  width: 50px;
  height: auto;
}
.about .about-plate5 .plate5-main .main-item .item-cent .cent-icon img {
  width: 100%;
}
.about .about-plate5 .plate5-main .main-item .item-cent .cent-title {
  margin: 0.2rem 0 0.1rem;
  font-size: 0.24rem;
  color: #fff;
}
.about .about-plate5 .plate5-main .main-item .item-cent .cent-text {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.about .about-plate5 .plate5-main .main-right {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 9.6rem;
  height: auto;
}
.about .about-plate5 .plate5-main .main-right .right-item {
  position: relative;
  width: 100%;
  height: auto;
}
.about .about-plate5 .plate5-main .main-right .right-item .item-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .main-right .right-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;
}
.about .about-plate5 .plate5-main .main-right .right-item .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0 0.6rem;
}
.about .about-plate5 .plate5-main .main-right .right-item .item-cent .cent-icon {
  width: 50px;
  height: auto;
}
.about .about-plate5 .plate5-main .main-right .right-item .item-cent .cent-icon img {
  width: 100%;
}
.about .about-plate5 .plate5-main .main-right .right-item .item-cent .cent-title {
  margin: 0.2rem 0 0.1rem;
  font-size: 0.24rem;
  color: #fff;
}
.about .about-plate5 .plate5-main .main-right .right-item .item-cent .cent-text {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.about .about-plate5 .plate5-main .main-right .right-item2 {
  position: relative;
  width: 3.84rem;
  height: auto;
}
.about .about-plate5 .plate5-main .main-right .right-item2 .item-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .main-right .right-item2 .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-right .right-item2 .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0 0.6rem;
}
.about .about-plate5 .plate5-main .main-right .right-item2 .item-cent .cent-icon {
  width: 50px;
  height: auto;
}
.about .about-plate5 .plate5-main .main-right .right-item2 .item-cent .cent-icon img {
  width: 100%;
}
.about .about-plate5 .plate5-main .main-right .right-item2 .item-cent .cent-title {
  margin: 0.2rem 0 0.1rem;
  font-size: 0.24rem;
  color: #fff;
}
.about .about-plate5 .plate5-main .main-right .right-item2 .item-cent .cent-text {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.about .about-plate5 .plate5-main .main-right .right-item3 {
  position: relative;
  width: 5.44rem;
  height: auto;
}
.about .about-plate5 .plate5-main .main-right .right-item3 .item-pic {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.about .about-plate5 .plate5-main .main-right .right-item3 .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.about .about-plate5 .plate5-main .main-right .right-item3 .item-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0 0.6rem;
}
.about .about-plate5 .plate5-main .main-right .right-item3 .item-cent .cent-icon {
  width: 50px;
  height: auto;
}
.about .about-plate5 .plate5-main .main-right .right-item3 .item-cent .cent-icon img {
  width: 100%;
}
.about .about-plate5 .plate5-main .main-right .right-item3 .item-cent .cent-title {
  margin: 0.2rem 0 0.1rem;
  font-size: 0.24rem;
  color: #fff;
}
.about .about-plate5 .plate5-main .main-right .right-item3 .item-cent .cent-text {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.product {
  width: 100%;
  height: auto;
}
.product .product-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.product .product-main .main-list {
  width: 3rem;
  height: auto;
}
.product .product-main .main-list .list-top {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.48rem;
  background: #150053;
  background-size: cover;
}
.product .product-main .main-list .list-top .top-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.product .product-main .main-list .list-top .top-English {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #fff;
}
.product .product-main .main-list .list-top .top-hide {
  display: none;
}
.product .product-main .main-list .list-cont {
  width: 100%;
  height: auto;
}
.product .product-main .main-list .list-cont .cont-item {
  width: 100%;
  height: auto;
}
.product .product-main .main-list .list-cont .cont-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.48rem;
  font-size: 18px;
  color: #fff;
  background: #333333;
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-item .item-top:hover {
  background: #4812FE;
}
.product .product-main .main-list .list-cont .cont-item .item-top-active {
  background: #4812FE;
}
.product .product-main .main-list .list-cont .cont-item .item-cent {
  display: none;
  width: 100%;
  height: auto;
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.6rem;
  padding: 0.2rem 0.2rem 0.2rem 0.8rem;
  font-size: 16px;
  color: #fff;
  background: #404040;
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #4812FE;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 7px;
  height: 10px;
  background: url(../images/icon/icon-product-arrow.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translate(-0.2rem, -50%);
  -o-transform: translate(-0.2rem, -50%);
  -moz-transform: translate(-0.2rem, -50%);
  -webkit-transform: translate(-0.2rem, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link:hover {
  color: #0996e5;
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link:hover::before {
  width: 100%;
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link-active {
  color: #0996e5;
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link-active::before {
  width: 100%;
}
.product .product-main .main-list .list-cont .cont-item .item-cent .cent-link-active::after {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.product .product-main .main-cont {
  width: 11.52rem;
  height: auto;
}
.product .product-main .main-cont .cont-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 0.8rem;
  background: #f3f3f3;
}
.product .product-main .main-cont .cont-top .top-list {
  width: 4rem;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 0.8rem;
  color: #333;
}
.product .product-main .main-cont .cont-top .top-list2 {
  width: 7.5rem;
  height: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 0.8rem;
  color: #333;
}
.product .product-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.42rem 0.55rem 0.42rem 0.5rem;
  margin-top: 0.3rem;
  border: solid 1px #f3f3f3;
}
.product .product-main .main-cont .cont-item .item-left {
  width: 2.6rem;
  height: auto;
}
.product .product-main .main-cont .cont-item .item-left .item-pic {
  width: 2.6rem;
  height: auto;
  box-shadow: 0 0 0.3rem rgba(230, 224, 214, 0.19);
  background: #fff;
  overflow: hidden;
}
.product .product-main .main-cont .cont-item .item-left .item-pic img {
  width: 100%;
  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-left .item-title {
  margin-top: 0.2rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-item .item-right {
  width: calc(100% - 2.6rem);
  height: auto;
  padding-left: 1.4rem;
}
.product .product-main .main-cont .cont-item .item-right .right-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.product .product-main .main-cont .cont-item .item-right .right-lump:last-of-type {
  margin-bottom: 0;
}
.product .product-main .main-cont .cont-item .item-right .right-lump .lump-left {
  width: 1.2rem;
  height: auto;
  font-size: 16px;
  color: #333;
}
.product .product-main .main-cont .cont-item .item-right .right-lump .lump-text {
  flex: 1;
  height: auto;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.product .product-main .main-cont .cont-item:hover {
  box-shadow: 0.1rem 0 0.3rem rgba(0, 0, 0, 0.15);
}
.product .product-main .main-cont .cont-item:hover .item-left .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:hover .item-left .item-title {
  color: #4812FE;
}
.product .product-show {
  display: none;
}
.productDetails {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.productDetails .productDetails-main .main-list {
  width: 3rem;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-top {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.48rem;
  background: url(../images/product/bg.jpg) no-repeat top left;
  background-size: cover;
}
.productDetails .productDetails-main .main-list .list-top .top-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.productDetails .productDetails-main .main-list .list-top .top-English {
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #fff;
}
.productDetails .productDetails-main .main-list .list-top .top-hide {
  display: none;
}
.productDetails .productDetails-main .main-list .list-cont {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  padding: 0 0.48rem;
  font-size: 18px;
  color: #fff;
  background: #333333;
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-top:hover {
  background: #4812FE;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-top-active {
  background: #4812FE;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent {
  display: none;
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.6rem;
  padding: 0.2rem 0.2rem 0.2rem 0.8rem;
  font-size: 16px;
  color: #fff;
  background: #404040;
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #4812FE;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 7px;
  height: 10px;
  background: url(../images/icon/icon-product-arrow.png) no-repeat center;
  background-size: 100%;
  opacity: 0;
  transform: translate(-0.2rem, -50%);
  -o-transform: translate(-0.2rem, -50%);
  -moz-transform: translate(-0.2rem, -50%);
  -webkit-transform: translate(-0.2rem, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link:hover {
  color: #0996e5;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link:hover::before {
  width: 100%;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link-active {
  color: #0996e5;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link-active::before {
  width: 100%;
}
.productDetails .productDetails-main .main-list .list-cont .cont-item .item-cent .cent-link-active::after {
  opacity: 1;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.productDetails .productDetails-main .main-cont {
  width: 11.52rem;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
  padding-bottom: 0.9rem;
  border-bottom: solid 1px #dce1e7;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left {
  width: 5.4rem;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic {
  width: 100%;
  height: auto;
  padding: 0.1rem;
  border: solid 1px #e9e9e9;
  overflow: hidden;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic img {
  display: none;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-pic video {
  width: 100%;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.45rem;
  margin-top: 0.3rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide {
  width: calc(100% / 4 - 6px);
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide .solid-box {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide .solid-box img {
  width: 100%;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide .solid-box video {
  width: 100%;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide .solid-box:hover {
  border: solid 1px #1c48aa;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .cont-swiper .swiper-slide-on .solid-box {
  border: solid 1px #1c48aa;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev,
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  outline: none;
  cursor: pointer;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev img,
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-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;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev .img2,
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next .img2 {
  opacity: 0;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev:hover .img1,
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next:hover .img1 {
  opacity: 0;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev:hover .img2,
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next:hover .img2 {
  opacity: 1;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-prev {
  left: 0;
}
.productDetails .productDetails-main .main-cont .cont-top .top-left .left-cont .top-swiper-button-next {
  right: 0;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right {
  width: 6.12rem;
  height: auto;
  padding-left: 0.7rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-text {
  margin-top: 0.45rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item {
  position: relative;
  width: 3rem;
  height: 0.7rem;
  border: solid 1px #1c48aa;
  cursor: pointer;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-top .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #1c48aa;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-top .item-icon {
  width: 12px;
  height: auto;
  margin-left: 0.2rem;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-top .item-icon img {
  width: 100%;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-cent {
  display: none;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  background: #1c48aa;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-item .item-cent .cent-list {
  width: 100%;
  height: auto;
  padding: 0.1rem 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.productDetails .productDetails-main .main-cont .cont-top .top-right .right-bottom .bottom-button {
  width: 2.1rem;
  height: 0.7rem;
  font-size: 18px;
  text-align: center;
  line-height: 0.7rem;
  color: #fff;
  background: #1c48aa;
}
.productDetails .productDetails-main .main-cont .cont-cent {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-main .main-cont .cont-cent table {
  width: 100%;
  margin-top: 0.15rem;
}
.productDetails .productDetails-main .main-cont .cont-cent th {
  height: 0.5rem;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #333333;
}
.productDetails .productDetails-main .main-cont .cont-cent td {
  padding: 6px 0.4rem 6px 0.7rem;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  border: solid 1px #e5e5e5;
}
.productDetails .product-show {
  display: none;
}
.solution {
  width: 100%;
  height: auto;
}
.solution .solution-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 0.95rem 0 1rem;
}
.solution .solution-main .main-top {
  width: 100%;
  height: auto;
}
.solution .solution-main .main-top .top-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #f4f4f4;
}
.solution .solution-main .main-top .top-cont .cont-link {
  width: auto;
  height: 0.6rem;
  padding: 0 0.42rem;
  margin-top: 0.15rem;
  font-size: 16px;
  line-height: 0.6rem;
  color: #333;
}
.solution .solution-main .main-top .top-cont .cont-link:hover {
  color: #fff;
  background: #4812FE;
}
.solution .solution-main .main-top .top-cont .cont-link-active {
  color: #fff;
  background: #4812FE;
}
.solution .solution-main .main-top .top-cent {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  border-bottom: solid 1px #f4f4f4;
}
.solution .solution-main .main-top .top-cent .cent-link {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  color: #666;
}
.solution .solution-main .main-top .top-cent .cent-link:hover {
  color: #4812FE;
}
.solution .solution-main .main-top .top-cent .cent-link-active {
  color: #4812FE;
}
.solution .solution-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.solution .solution-main .main-cont .cont-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #4812FE;
}
.solution .solution-main .main-cont .cont-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.solution .solution-main .main-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.solution .solution-main .main-cont .cont-box .box-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem;
}
.solution .solution-main .main-cont .cont-box .box-item:nth-child(3n) {
  margin-right: 0;
}
.solution .solution-main .main-cont .cont-box .box-item .item-pic {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.solution .solution-main .main-cont .cont-box .box-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solution .solution-main .main-cont .cont-box .box-item .item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1rem;
  border-bottom: solid 1px #f4f4f4;
}
.solution .solution-main .main-cont .cont-box .box-item .item-bottom .bottom-title {
  width: calc(100% - 50px);
  font-size: 18px;
  color: #333;
}
.solution .solution-main .main-cont .cont-box .box-item .item-bottom .bottom-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  border: solid 1px #9b9b9b;
}
.solution .solution-main .main-cont .cont-box .box-item .item-bottom .bottom-icon img {
  width: 12px;
}
.solution .solution-main .main-cont .cont-box .box-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.solution .solution-main .main-cont .cont-box .box-item:hover .item-bottom .bottom-title {
  color: #4812FE;
}
.solutionDetails {
  width: 100%;
  height: auto;
}
.solutionDetails .solutionDetails-top {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 1rem;
}
.solutionDetails .solutionDetails-top .top-pic {
  width: 48.3%;
  height: auto;
  overflow: hidden;
}
.solutionDetails .solutionDetails-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.solutionDetails .solutionDetails-top .top-cent {
  width: 51.7%;
  height: auto;
  padding-left: 0.62rem;
}
.solutionDetails .solutionDetails-top .top-cent .cent-title {
  font-size: 16px;
  color: #333;
}
.solutionDetails .solutionDetails-top .top-cent .cent-subtitle {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.solutionDetails .solutionDetails-top .top-cent .cent-title2 {
  margin-top: 0.2rem;
  padding-left: 0.16rem;
  font-size: 18px;
  line-height: 20px;
  color: #4812FE;
  border-left: solid 3px #4812FE;
}
.solutionDetails .solutionDetails-top .top-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.solutionDetails .solutionDetails-top .top-cent .cent-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  margin-top: 0.6rem;
  font-size: 16px;
  color: #fff;
  background: #4812FE;
}
.solutionDetails .solutionDetails-top .top-cent .cent-button img {
  width: 18px;
  margin-left: 0.15rem;
}
.solutionDetails .solutionDetails-main {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.2rem;
  background: #f8f8f8;
}
.solutionDetails .solutionDetails-main .main-cont {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.solutionDetails .solutionDetails-main .main-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.24rem;
  font-weight: bold;
  color: #1c48aa;
}
.solutionDetails .solutionDetails-main .main-cont .cont-text {
  margin-top: 0.15rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  border-bottom: solid 1px #e7e7e7;
}
.solutionDetails .solutionDetails-main .main-cont .cont-text2 {
  margin-top: 0.15rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #ececec;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-pic {
  width: 5rem;
  height: auto;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-pic img {
  width: 100%;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-icon {
  width: 0.98rem;
  height: auto;
  margin: 0 0.2rem;
}
.solutionDetails .solutionDetails-main .main-cont .cont-list .list-icon img {
  width: 100%;
}
.solutionDetails .solutionDetails-main .main-cont .cont-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-right: 1.84rem;
  margin-top: 0.4rem;
}
.solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-cent {
  width: calc(100% - 180px);
  height: auto;
}
.solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-cent .cent-text {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-cent .cent-text a {
  color: #666;
}
.solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-cent .cent-text a:hover {
  color: #4812FE;
}
.solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-button {
  width: 160px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #4812FE;
  border: solid 1px transparent;
}
.solutionDetails .solutionDetails-main .main-cont .cont-bottom .bottom-button:hover {
  color: #4812FE;
  background: #fff;
  border: solid 1px #4812FE;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.technology {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.technology .technology-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.technology .technology-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.technology .technology-main .main-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 1rem;
  background: #4812FE;
}
.technology .technology-main .main-cont {
  width: 100%;
  height: auto;
}
.technology .technology-main .main-cont .cont-title {
  font-size: 16px;
  color: #333;
}
.technology .technology-main .main-cont .cont-title span {
  color: #ff0000;
}
.technology .technology-main .main-cont .box-select {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.34rem;
  border: solid 1px #e0e0e0;
}
.technology .technology-main .main-cont .box-select:last-child {
  margin-bottom: 0;
}
.technology .technology-main .main-cont .box-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 9px;
  height: 5px;
  background: url(../images/icon/icon-recruit-sanjiao.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.technology .technology-main .main-cont .box-select select {
  width: 100%;
  height: 0.6rem;
  padding-left: 0.4rem;
  font-size: 16px;
  color: #666;
  border: none;
  background: #fff;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.technology .technology-main .main-cont textarea {
  width: 100%;
  height: 1.5rem;
  margin-top: 0.2rem;
  padding: 0.2rem 0.4rem;
  font-size: 16px;
  color: #666;
  border: solid 1px #e0e0e0;
}
.technology .technology-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.technology .technology-main .main-box .box-title {
  font-size: 18px;
  color: #000;
}
.technology .technology-main .main-box .box-form {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
  padding: 0.3rem 0;
  border-top: solid 3px #4812FE;
  border-bottom: solid 3px #4812FE;
}
.technology .technology-main .main-box .box-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
}
.technology .technology-main .main-box .box-form .form-item:last-of-type {
  margin-bottom: 0;
}
.technology .technology-main .main-box .box-form .form-item .item-title {
  width: 1.4rem;
  height: auto;
  font-size: 16px;
  color: #333;
}
.technology .technology-main .main-box .box-form .form-item .item-title span {
  color: #ff0000;
}
.technology .technology-main .main-box .box-form .form-item input {
  flex: 1;
  height: 60px;
  border: solid 1px #e0e0e0;
}
.technology .technology-main .main-box .box-form .form-heng {
  width: 100%;
  height: 3px;
  margin-bottom: 0.3rem;
  background: #ebebeb;
}
.technology .technology-main .main-button {
  display: block;
  width: 192px;
  height: 60px;
  margin-top: 0.4rem;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #4812FE;
  border: solid 2px transparent;
}
.technology .technology-main .main-button:hover {
  color: #4812FE;
  border: solid 2px #4812FE;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.download {
  width: 100%;
  height: auto;
}
.download .download-top {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.4rem;
}
.download .download-top .top-left {
  width: max-content;
  height: auto;
}
.download .download-top .top-left .left-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.download .download-top .top-left .left-heng {
  width: 36px;
  height: 3px;
  margin-top: 0.3rem;
  background: #4812FE;
}
.download .download-top .top-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 11.6rem;
  height: auto;
}
.download .download-top .top-right .right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0.3rem;
}
.download .download-top .top-right .right-item .item-title {
  width: 0.9rem;
  font-size: 14px;
  color: #333;
}
.download .download-top .top-right .right-item .item-select {
  position: relative;
  width: 2.7rem;
  height: auto;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
}
.download .download-top .top-right .right-item .item-select:last-child {
  margin-bottom: 0;
}
.download .download-top .top-right .right-item .item-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 9px;
  height: 5px;
  background: url(../images/icon/icon-download-arrow.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.download .download-top .top-right .right-item .item-select select {
  width: 100%;
  height: 0.5rem;
  padding-left: 0.4rem;
  font-size: 16px;
  color: #666;
  border: none;
  background: #fff;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.download .download-top .top-right .right-item .item-select select option:first-of-type {
  display: none;
}
.download .download-top .top-right .right-item input {
  width: 6.66rem;
  height: 0.5rem;
  padding: 0 0.3rem;
  border: solid 1px #d6d5d5;
  border-radius: 5px;
}
.download .download-top .top-right .item-buttom {
  width: 2.7rem;
  height: 0.5rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.5rem;
  color: #4812FE;
  border: solid 1px #4812FE;
  border-radius: 5px;
}
.download .download-top .top-right .item-buttom:hover {
  color: #fff;
  background: #4812FE;
}
.download .download-main {
  width: 100%;
  height: auto;
  padding: 0.95rem 0 0.8rem;
  background: #f8f8f8;
}
.download .download-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.download .download-main .main-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem auto 0.6rem;
  background: #4812FE;
}
.download .download-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.download .download-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(50% - 0.3rem);
  height: auto;
  padding: 0.3rem 0.3rem 0.35rem;
  margin-bottom: 0.4rem;
  background: #fff;
}
.download .download-main .main-box .box-item .item-pic {
  width: 1.7rem;
  height: auto;
  background: #f5f5f5;
}
.download .download-main .main-box .box-item .item-pic img {
  width: 100%;
}
.download .download-main .main-box .box-item .item-cent {
  width: 3.76rem;
  height: auto;
  padding: 0.1rem 0.3rem 0.1rem 0.7rem;
}
.download .download-main .main-box .box-item .item-cent .cent-title {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download .download-main .main-box .box-item .item-cent .cent-text {
  margin-top: 0.3rem;
  font-size: 14px;
  color: #999;
}
.download .download-main .main-box .box-item .item-button {
  width: 1.2rem;
  height: 0.4rem;
  font-size: 14px;
  text-align: center;
  line-height: 0.4rem;
  color: #666;
  border-radius: 5px;
  border: solid 1px #666666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.download .download-main .main-box .box-item:hover {
  box-shadow: 0.16rem 0.06rem 0.16rem rgba(0, 0, 0, 0.05);
}
.download .download-main .main-box .box-item:hover .item-button {
  color: #fff;
  background: #4812FE;
  border: solid 1px transparent;
}
.query {
  width: 100%;
  height: auto;
}
.query .query-top {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.2rem;
}
.query .query-top .top-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.query .query-top .top-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 0.8rem;
  background: #4812FE;
}
.query .query-main {
  position: relative;
  width: 100%;
  height: auto;
}
.query .query-main .main-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.query .query-main .main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.query .query-main .main-cont {
  position: relative;
  width: 50%;
  height: auto;
  padding: 0.7rem 2.58rem 1.2rem 10%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.query .query-main .main-cont .cont-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.query .query-main .main-cont .cont-top .top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 0.05rem);
  height: 0.65rem;
  padding: 0 0.3rem;
  margin-bottom: 10px;
  background: #ededed;
}
.query .query-main .main-cont .cont-top .top-item span {
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.query .query-main .main-cont .cont-top .top-item .item-icon {
  position: relative;
  width: 14px;
  height: 8px;
}
.query .query-main .main-cont .cont-top .top-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.query .query-main .main-cont .cont-top .top-item .item-icon .img2 {
  opacity: 0;
}
.query .query-main .main-cont .cont-top .top-item:hover {
  background: #4812FE;
}
.query .query-main .main-cont .cont-top .top-item:hover span {
  color: #fff;
}
.query .query-main .main-cont .cont-top .top-item:hover .item-icon .img1 {
  opacity: 0;
}
.query .query-main .main-cont .cont-top .top-item:hover .item-icon .img2 {
  opacity: 1;
}
.query .query-main .main-cont .cont-top .top-item-active {
  background: #4812FE;
}
.query .query-main .main-cont .cont-top .top-item-active span {
  color: #fff;
}
.query .query-main .main-cont .cont-top .top-item-active .item-icon .img1 {
  opacity: 0;
}
.query .query-main .main-cont .cont-top .top-item-active .item-icon .img2 {
  opacity: 1;
}
.query .query-main .main-cont .cont-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.query .query-main .main-cont .cont-list .list-select {
  position: relative;
  width: 2.5rem;
  height: auto;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.query .query-main .main-cont .cont-list .list-select:last-child {
  margin-bottom: 0;
}
.query .query-main .main-cont .cont-list .list-select::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  width: 14px;
  height: 8px;
  background: url(../images/icon/icon-query-arrow.png) no-repeat center center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.query .query-main .main-cont .cont-list .list-select select {
  width: 100%;
  height: 0.4rem;
  padding-left: 0.15rem;
  font-size: 14px;
  color: #999;
  border: none;
  background: #fff;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.query .query-main .main-cont .cont-list .list-text {
  font-size: 14px;
  color: #999;
}
.query .query-main .main-cont .cont-list .list-text span {
  color: #4812FE;
}
.query .query-main .main-cont .cont-box {
  width: 100%;
  height: 5.25rem;
  margin-top: 0.15rem;
  border: solid 1px #b3b3b3;
  overflow: auto;
}
.query .query-main .main-cont .cont-box::-webkit-scrollbar {
  width: 2px;
}
.query .query-main .main-cont .cont-box::-webkit-scrollbar-thumb {
  background: #4812FE;
}
.query .query-main .main-cont .cont-box .box-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0.34rem 0.3rem;
  background: #fff;
  border-bottom: 1px dashed #b3b3b3;
  cursor: pointer;
}
.query .query-main .main-cont .cont-box .box-item .item-icon {
  position: relative;
  width: 24px;
  height: 29px;
}
.query .query-main .main-cont .cont-box .box-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.query .query-main .main-cont .cont-box .box-item .item-icon .img2 {
  opacity: 0;
}
.query .query-main .main-cont .cont-box .box-item .item-cent {
  width: calc(100% - 24px);
  height: auto;
  padding-left: 0.26rem;
}
.query .query-main .main-cont .cont-box .box-item .item-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
}
.query .query-main .main-cont .cont-box .box-item .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.query .query-main .main-cont .cont-box .box-item:hover {
  background: #f6f6f6;
}
.query .query-main .main-cont .cont-box .box-item:hover .item-icon .img1 {
  opacity: 0;
}
.query .query-main .main-cont .cont-box .box-item:hover .item-icon .img2 {
  opacity: 1;
}
.query .query-main .main-cont .cont-box .box-item-active {
  background: #f6f6f6;
}
.query .query-main .main-cont .cont-box .box-item-active .item-icon .img1 {
  opacity: 0;
}
.query .query-main .main-cont .cont-box .box-item-active .item-icon .img2 {
  opacity: 1;
}
.query .query-main .main-lump {
  width: 4.6rem;
  height: 2.2rem;
  padding: 0.26rem 0.28rem;
  background: #fff;
}
.query .query-main .main-lump .lump-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #d4d4d4;
}
.query .query-main .main-lump .lump-top .top-pic {
  width: 1.55rem;
  height: auto;
}
.query .query-main .main-lump .lump-top .top-pic img {
  width: 100%;
}
.query .query-main .main-lump .lump-top .top-cent {
  width: calc(100% - 1.55rem);
  height: auto;
  padding: 0.05rem 0 0 0.25rem;
}
.query .query-main .main-lump .lump-top .top-cent .cent-title {
  font-size: 20px;
  color: #333;
}
.query .query-main .main-lump .lump-top .top-cent .cent-subtitle {
  font-size: 20px;
  color: #333;
}
.query .query-main .main-lump .lump-top .top-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #999;
}
.query .query-main .main-lump .lump-text {
  margin-top: 0.15rem;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.FAQ {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.FAQ .FAQ-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.FAQ .FAQ-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.FAQ .FAQ-main .main-top .top-left {
  width: auto;
  height: auto;
}
.FAQ .FAQ-main .main-top .top-left .left-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.FAQ .FAQ-main .main-top .top-left .left-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 0;
  background: #4812FE;
}
.FAQ .FAQ-main .main-top .top-right {
  display: flex;
  justify-content: space-between;
  width: 6rem;
  height: 0.5rem;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #d9d9d9;
}
.FAQ .FAQ-main .main-top .top-right .right-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.45rem;
  height: 100%;
}
.FAQ .FAQ-main .main-top .top-right .right-icon img {
  width: 17px;
}
.FAQ .FAQ-main .main-top .top-right input {
  flex: 1;
  height: 100%;
  font-size: 16px;
  color: #666;
}
.FAQ .FAQ-main .main-top .top-right input::placeholder {
  color: #999;
}
.FAQ .FAQ-main .main-top .top-right .right-button {
  display: block;
  width: 0.75rem;
  height: 100%;
  font-size: 16px;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background: #333;
}
.FAQ .FAQ-main .main-cont {
  width: 100%;
  height: auto;
  margin: 0.7rem auto 0.1rem;
}
.FAQ .FAQ-main .main-cont .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.FAQ .FAQ-main .main-cont .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem;
  background: #f6f7f9;
  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 .list-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  padding-left: 0.5rem;
  font-size: 16px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.FAQ .FAQ-main .main-cont .list-dd .dd-top .dd-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-FAQ-q.png) no-repeat center center;
  background-size: 100%;
}
.FAQ .FAQ-main .main-cont .list-dd .dd-top .dd-show {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/icon/icon-recruit-jiahao.png) no-repeat center center;
  background-size: 0.35rem;
}
.FAQ .FAQ-main .main-cont .list-dd .top-active .dd-show {
  background: url(../images/icon/icon-recruit-jianhao.png) no-repeat center center;
  background-size: 0.35rem;
}
.FAQ .FAQ-main .main-cont .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.4rem 0.3rem;
  background: #fff;
  border: solid 1px #f2f2f2;
}
.FAQ .FAQ-main .main-cont .list-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
}
.FAQ .FAQ-main .main-cont .list-dd .dd-cent .cent-duty::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/icon/icon-FAQ-a.png) no-repeat center center;
  background-size: 100%;
}
.FAQ .FAQ-main .main-cont .list-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #888888;
}
.FAQ .FAQ-main .main-laod {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: auto;
  margin: 0.6rem auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #4812FE;
}
.FAQ .FAQ-main .main-laod img {
  width: 35px;
  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-laod:hover {
  transform: translatey(-0.1rem);
  -o-transform: translatey(-0.1rem);
  -moz-transform: translatey(-0.1rem);
  -webkit-transform: translatey(-0.1rem);
}
.model {
  width: 100%;
  height: auto;
}
.model .model-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0 0.9rem;
}
.model .model-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.model .model-main .main-top .top-cent {
  width: 56.7%;
  height: auto;
  padding-right: 1.3rem;
}
.model .model-main .main-top .top-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.model .model-main .main-top .top-cent .cent-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 0.9rem;
  background: #4812FE;
}
.model .model-main .main-top .top-cent .cent-text {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.model .model-main .main-top .top-pic {
  width: 43.3%;
  height: auto;
  border-radius: 0.15rem;
  overflow: hidden;
}
.model .model-main .main-top .top-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.model .model-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));
}
.model .model-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.model .model-main .main-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.model .model-main .main-cont .cont-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 0.5rem;
  background: #4812FE;
}
.model .model-main .main-cont .cont-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.model .model-main .main-cont .cont-box .box-item {
  width: 50%;
  height: auto;
  margin-bottom: 0.35rem;
}
.model .model-main .main-cont .cont-box .box-item .item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #4812FE;
}
.model .model-main .main-cont .cont-box .box-item .item-title img {
  width: 24px;
  margin-right: 0.15rem;
}
.model .model-main .main-cont .cont-box .box-item .item-title em {
  color: #ff0000;
}
.model .model-main .main-cont .cont-box .box-item .item-text {
  position: relative;
  margin-top: 0.2rem;
  padding-left: 0.26rem;
  font-size: 16px;
  color: #333;
}
.model .model-main .main-cont .cont-box .box-item .item-text::after {
  content: '';
  position: absolute;
  top: 0.08rem;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.model .model-main .main-cont .cont-tips {
  font-size: 16px;
  color: #999;
}
.model .model-bottom {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background: #f3f7fb;
}
.model .model-bottom .bottom-cont {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.model .model-bottom .bottom-cont .cont-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.model .model-bottom .bottom-cont .cont-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 0.8rem;
  background: #4812FE;
}
.model .model-bottom .bottom-cont .cont-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.model .model-bottom .bottom-cont .cont-box .box-item {
  width: 2.2rem;
  height: auto;
}
.model .model-bottom .bottom-cont .cont-box .box-item .item-icon {
  width: 1.11rem;
  height: auto;
  margin: 0 auto;
}
.model .model-bottom .bottom-cont .cont-box .box-item .item-icon img {
  width: 100%;
}
.model .model-bottom .bottom-cont .cont-box .box-item .item-title {
  margin-top: 0.1rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.model .model-bottom .bottom-cont .cont-box .box-item .item-text {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #666;
}
.model .model-bottom .bottom-cont .cont-box .box-icon {
  width: 0.41rem;
  height: auto;
  margin: 0 0.3rem;
  padding-top: 0.45rem;
}
.model .model-bottom .bottom-cont .cont-box .box-icon img {
  width: 100%;
}
.news {
  width: 100%;
  height: auto;
}
.news .news-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.news .news-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.news .news-main .main-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 1rem;
  background: #4812FE;
}
.news .news-main .main-cont {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.news .news-main .main-cont .cont-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.3rem;
}
.news .news-main .main-cont .cont-item .item-time {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 0.95rem;
  height: auto;
  background: #f0f0f0;
  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-time .time-one {
  width: 100%;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  text-align: center;
  color: #999;
  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-time .time-date {
  width: 100%;
  font-family: 'Poppins-Regular';
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #999;
  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-time .time-year {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  text-align: center;
  color: #999;
  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-pic {
  width: 5.3rem;
  height: auto;
  overflow: hidden;
}
.news .news-main .main-cont .cont-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;
}
.news .news-main .main-cont .cont-item .item-cent {
  width: 9.1rem;
  height: auto;
  padding: 0.6rem 2rem 0 1.4rem;
  border: solid 1px #e9e9e9;
}
.news .news-main .main-cont .cont-item .item-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 16px;
  line-height: 26px;
  color: #8b9195;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-main .main-cont .cont-item .item-cent .cent-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 2.15rem;
  height: 0.62rem;
  margin-top: 0.6rem;
  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-button .button-title {
  display: none;
  margin-right: 0.2rem;
  font-size: 16px;
  color: #fff;
  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-button span {
  position: relative;
  width: 0.4rem;
  height: 0.15rem;
}
.news .news-main .main-cont .cont-item .item-cent .cent-button span img {
  position: absolute;
  width: 100%;
  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-button span .img2 {
  opacity: 0;
}
.news .news-main .main-cont .cont-item:hover .item-time {
  background: #4812FE;
}
.news .news-main .main-cont .cont-item:hover .item-time .time-one,
.news .news-main .main-cont .cont-item:hover .item-time .time-date,
.news .news-main .main-cont .cont-item:hover .item-time .time-year {
  color: #fff;
}
.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-button {
  justify-content: center;
  background: #4812FE;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-button .button-title {
  display: block;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-button span .img1 {
  opacity: 0;
}
.news .news-main .main-cont .cont-item:hover .item-cent .cent-button span .img2 {
  opacity: 1;
}
.video {
  width: 100%;
  height: auto;
}
.video .video-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.video .video-main .main-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.video .video-main .main-top .top-cent {
  width: auto;
  height: auto;
}
.video .video-main .main-top .top-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.video .video-main .main-top .top-cent .cent-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 0;
  background: #4812FE;
}
.video .video-main .main-top .top-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
  border-radius: 5px;
  border: solid 1px #d9d9d9;
  overflow: hidden;
}
.video .video-main .main-top .top-right .right-item {
  width: 1.5rem;
  height: 0.5rem;
  font-size: 16px;
  text-align: center;
  line-height: 0.5rem;
  color: #666;
  border-right: 1px solid #d9d9d9;
}
.video .video-main .main-top .top-right .right-item:last-of-type {
  border-right: none;
}
.video .video-main .main-top .top-right .right-item:hover {
  color: #fff;
  background: #4812FE;
}
.video .video-main .main-top .top-right .right-item-active {
  color: #fff;
  background: #4812FE;
}
.video .video-main .main-box {
  width: 100%;
  height: auto;
}
.video .video-main .main-box .box-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.video .video-main .main-box .box-cont .cont-list {
  width: calc(33.33% - 0.327rem);
  height: auto;
  margin-left: 0.49rem;
  margin-bottom: 0.5rem;
  border-radius: 0.08rem;
  cursor: pointer;
  overflow: hidden;
}
.video .video-main .main-box .box-cont .cont-list:nth-child(3n + 1) {
  margin-left: 0;
}
.video .video-main .main-box .box-cont .cont-list .list-top {
  position: relative;
  width: 100%;
  height: auto;
}
.video .video-main .main-box .box-cont .cont-list .list-top .top-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.video .video-main .main-box .box-cont .cont-list .list-top .top-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;
}
.video .video-main .main-box .box-cont .cont-list .list-top .top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.video .video-main .main-box .box-cont .cont-list .list-top .top-icon 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-box .box-cont .cont-list .list-top .top-icon:hover img {
  transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
.video .video-main .main-box .box-cont .cont-list .list-cent {
  width: 100%;
  height: auto;
  padding: 0.15rem 0.25rem 0.2rem;
  background: #f5f5f5;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .video-main .main-box .box-cont .cont-list .list-cent .cent-title {
  font-size: 18px;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .video-main .main-box .box-cont .cont-list .list-cent .cent-text {
  margin-top: 0.12rem;
  font-size: 14px;
  text-align: center;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video .video-main .main-box .box-cont .cont-list:hover .top-pic img {
  transform: scale(1.1, 1.1) translateZ(0) !important;
  -o-transform: scale(1.1, 1.1) translateZ(0) !important;
  -moz-transform: scale(1.1, 1.1) translateZ(0) !important;
  -webkit-transform: scale(1.1, 1.1 translateZ(0)) !important;
}
.video .video-main .main-box .box-cont .cont-list:hover .list-cent {
  background: #4812FE;
}
.video .video-main .main-box .box-cont .cont-list:hover .list-cent .cent-title,
.video .video-main .main-box .box-cont .cont-list:hover .list-cent .cent-text {
  color: #fff;
}
.video .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  z-index: 109;
  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 .cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 24px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.video .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
}
.newsDetails .newsDetails-main {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-left {
  width: 9.12rem;
  height: auto;
}
.newsDetails .newsDetails-main .main-left .left-top {
  width: 100%;
  height: auto;
}
.newsDetails .newsDetails-main .main-left .left-top .top-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.3rem;
  color: #333;
}
.newsDetails .newsDetails-main .main-left .left-top .top-bottom {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.newsDetails .newsDetails-main .main-left .left-top .top-bottom span {
  margin-right: 0.7rem;
  font-family: 'Poppins-Regular';
  font-size: 0.3rem;
  color: #4812FE;
}
.newsDetails .newsDetails-main .main-left .left-top .top-bottom em {
  margin-right: 0.2rem;
  font-size: 14px;
  color: #4c4c4c;
}
.newsDetails .newsDetails-main .main-left .left-box {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  font-size: 14px;
  line-height: 30px;
  color: #767676;
}
.newsDetails .newsDetails-main .main-left .left-box b {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.newsDetails .newsDetails-main .main-left .left-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.newsDetails .newsDetails-main .main-left .left-bottom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-title {
  margin-right: 0.18rem;
  font-size: 14px;
  color: #c3c3c3;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
  border: solid 1px #eeeeee;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item {
  position: relative;
  width: 58px;
  height: 58px;
  border-right: solid 1px #eee;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item:last-of-type {
  border-right: none;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item .img2 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item:hover {
  background: #4812FE;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item:hover .img1 {
  opacity: 0;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-left .left-cont .cont-item:hover .img2 {
  opacity: 1;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.9rem;
  height: 60px;
  margin-left: 1.5rem;
  font-size: 14px;
  font-weight: bold;
  color: #c3c3c3;
  background: #f8f8f8;
  border: solid 2px transparent;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button img {
  width: 0.34rem;
  margin-left: 0.19rem;
}
.newsDetails .newsDetails-main .main-left .left-bottom .bottom-button:hover {
  color: #4812FE;
  border: solid 2px #4812FE;
}
.newsDetails .newsDetails-main .main-right {
  width: 5.12rem;
  height: auto;
  padding: 0.4rem 0.6rem;
  background: #f4f4f4;
}
.newsDetails .newsDetails-main .main-right .right-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #353744;
}
.newsDetails .newsDetails-main .main-right .right-English {
  margin-top: 0.2rem;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  color: #353744;
}
.newsDetails .newsDetails-main .main-right .right-heng {
  width: 25px;
  height: 5px;
  margin: 0.45rem 0 0.3rem;
  background: #353744;
}
.newsDetails .newsDetails-main .main-right .right-item {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  border-bottom: solid 1px #e8e8e8;
}
.newsDetails .newsDetails-main .main-right .right-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.newsDetails .newsDetails-main .main-right .right-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;
}
.newsDetails .newsDetails-main .main-right .right-item .item-cent {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.newsDetails .newsDetails-main .main-right .right-item .item-cent .cent-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsDetails .newsDetails-main .main-right .right-item .item-cent .cent-text {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #8b9195;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsDetails .newsDetails-main .main-right .right-item .item-cent .cent-time {
  margin-top: 0.1rem;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  color: #ccc;
}
.newsDetails .newsDetails-main .main-right .right-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));
}
.newsDetails .newsDetails-main .main-right .right-item:hover .item-cent .cent-title {
  color: #4812FE;
}
.newsDetails .newsDetails-main .main-right .right-box {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
}
.newsDetails .newsDetails-main .main-right .right-box a {
  display: block;
  font-size: 16px;
  line-height: 37px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsDetails .newsDetails-main .main-right .right-box a:hover {
  color: #4812FE;
}
.newsDetails .newsDetails-main .main-right .right-button {
  display: block;
  width: 140px;
  height: 50px;
  margin-top: 0.35rem;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #4812FE;
  border: solid 2px transparent;
}
.newsDetails .newsDetails-main .main-right .right-button:hover {
  color: #4812FE;
  background: #fff;
  border: solid 2px #4812FE;
}
.contact {
  width: 100%;
  height: auto;
}
.contact .contact-cont {
  display: flex;
  justify-content: space-between;
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.contact .contact-cont .cont-left {
  width: 49%;
  height: auto;
}
.contact .contact-cont .cont-left .left-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-cont .cont-left .left-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 1rem;
  background: #4812FE;
}
.contact .contact-cont .cont-left .left-subtitle {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.contact .contact-cont .cont-left .left-title2 {
  margin-top: 0.3rem;
  font-size: 14px;
  color: #999;
}
.contact .contact-cont .cont-left .left-text {
  margin-top: 0.15rem;
  font-size: 18px;
  color: #48413e;
}
.contact .contact-cont .cont-right {
  width: 51%;
  height: auto;
}
.contact .contact-cont .cont-right img {
  width: 100%;
}
.contact .cont-form {
  width: 100%;
  height: auto;
  padding: 1.2rem 0;
  background: #fafafa;
}
.contact .cont-form .form-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.contact .cont-form .form-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.contact .cont-form .form-main .main-heng {
  width: 36px;
  height: 3px;
  margin: 0.3rem 0 1rem;
  background: #4812FE;
}
.contact .cont-form .form-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.contact .cont-form .form-main .main-box .box-input {
  width: calc(50% - 0.18rem);
  height: auto;
  margin-bottom: 0.4rem;
}
.contact .cont-form .form-main .main-box .box-input input {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.4rem;
  font-size: 16px;
  color: #666;
  background: #fafafa;
  border: solid 1px #999999;
}
.contact .cont-form .form-main .main-box .box-input input::placeholder {
  color: #999;
}
.contact .cont-form .form-main .main-box .box-text {
  width: 100%;
  height: auto;
}
.contact .cont-form .form-main .main-box .box-text textarea {
  width: 100%;
  height: 2.76rem;
  padding: 0.17rem 0.4rem 0;
  font-size: 16px;
  color: #666;
  background: #fafafa;
  border: solid 1px #999999;
}
.contact .cont-form .form-main .main-box .box-text textarea::placeholder {
  color: #999;
}
.contact .cont-form .form-main .main-button {
  display: block;
  width: 200px;
  height: 60px;
  margin-top: 0.8rem;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #4812FE;
  border: solid 2px #4812FE;
}
.contact .cont-form .form-main .main-button:hover {
  color: #4812FE;
  border: solid 2px #4812FE;
  background: #fafafa;
}
.recruit {
  width: 100%;
  height: auto;
}
.recruit .recruit-plate1 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.3rem 0;
  background: #f6f6f6;
}
.recruit .recruit-plate1 .plate1-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-plate1 .plate1-main .main-top {
  font-size: 0.24rem;
  text-align: center;
  color: #666666;
}
.recruit .recruit-plate1 .plate1-main .main-title {
  margin-top: 0.2rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit .recruit-plate1 .plate1-main .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.recruit .recruit-plate1 .plate1-main .main-box .box-item {
  width: calc(100% / 3 - 0.167rem);
  height: auto;
  margin-right: 0.25rem;
  padding: 0.9rem 0.8rem;
  border-radius: 0.1rem;
  background: #fff;
}
.recruit .recruit-plate1 .plate1-main .main-box .box-item .item-icon {
  width: 0.7rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-plate1 .plate1-main .main-box .box-item .item-icon img {
  width: 100%;
}
.recruit .recruit-plate1 .plate1-main .main-box .box-item .item-title {
  margin-top: 0.48rem;
  font-size: 0.4rem;
  line-height: 0.48rem;
  text-align: center;
  color: #333;
}
.recruit .recruit-plate1 .plate1-main .main-box .box-item .item-button {
  width: 160px;
  height: 50px;
  margin: 0.6rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  border: solid 1px #666666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate1 .plate1-main .main-box .box-item .item-button:hover {
  color: #fff;
  border: solid 1px transparent;
  background: #4812FE;
}
.recruit .recruit-plate1 .plate1-main .main-box .box-item:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.recruit .recruit-plate1 .plate1-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.24);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.recruit .recruit-plate1 .plate1-popup .popup-main {
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0.45rem 0.68rem;
  background: #fff;
  border-radius: 10px;
}
.recruit .recruit-plate1 .plate1-popup .popup-main .main-title {
  padding-right: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
}
.recruit .recruit-plate1 .plate1-popup .popup-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.36rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.recruit .recruit-plate1 .plate1-popup .popup-main .main-pic img {
  width: 100%;
}
.recruit .recruit-plate1 .plate1-popup .popup-main .main-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.recruit .recruit-plate1 .plate1-popup .popup-main .main-hide {
  position: absolute;
  top: 0.5rem;
  right: 80px;
  width: 18px;
  height: auto;
  cursor: pointer;
}
.recruit .recruit-plate1 .plate1-popup .popup-main .main-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate1 .plate1-popup .popup-main .main-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.recruit .recruit-plate1 .plate1-popup-active {
  opacity: 1;
  visibility: visible;
}
.recruit .recruit-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.recruit .recruit-plate2 .plate2-pic {
  width: 100%;
  height: auto;
}
.recruit .recruit-plate2 .plate2-pic img {
  width: 100%;
}
.recruit .recruit-plate2 .plate2-cent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.36rem;
  height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.recruit .recruit-plate2 .plate2-cent .cent-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.recruit .recruit-plate2 .plate2-cent .cent-subtitle {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
}
.recruit .recruit-plate2 .plate2-cent .cent-button {
  display: block;
  width: 160px;
  height: 50px;
  margin: 0.7rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 45px;
}
.recruit .recruit-plate2 .plate2-cent .cent-button:hover {
  color: #4812FE;
  background: #fff;
}
.recruit .recruit-plate3 {
  width: 100%;
  height: auto;
  padding: 1.3rem 0;
  background: #f5f5f5;
}
.recruit .recruit-plate3 .plate3-main {
  width: 15.36rem;
  height: auto;
  margin: 0 auto;
}
.recruit .recruit-plate3 .plate3-main .main-title {
  font-size: 0.24rem;
  text-align: center;
  color: #666;
}
.recruit .recruit-plate3 .plate3-main .main-subtitle {
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit .recruit-plate3 .plate3-main .main-text {
  margin-top: 0.2rem;
  font-size: 18px;
  text-align: center;
  color: #666;
}
.recruit .recruit-plate3 .plate3-main .main-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: calc(50% - 0.1rem);
  height: auto;
  padding: 1rem 0.6rem;
  background: #fff;
  border-radius: 0.15rem;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-cent {
  width: calc(100% - 0.6rem);
  height: auto;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-title {
  font-size: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-icon {
  position: relative;
  width: 0.53rem;
  height: 0.5rem;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #4812FE;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item .item-icon .img2 {
  opacity: 0;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover {
  background: #4812FE;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-cent .cent-title {
  color: #fff;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-cent .cent-text {
  color: #fff;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-icon::after {
  background: #58aded;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-icon .img1 {
  opacity: 0;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item:hover .item-icon .img2 {
  opacity: 1;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 {
  width: calc(100% / 3 - 0.134rem);
  height: auto;
  padding: 0.6rem 0.6rem 0.5rem;
  margin-top: 0.2rem;
  border-radius: 0.15rem;
  background: #fff;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-icon {
  position: relative;
  width: 0.53rem;
  height: 0.5rem;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #4812FE;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-icon .img2 {
  opacity: 0;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-title {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2 .item-text {
  margin-top: 0.2rem;
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover {
  background: #4812FE;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-icon::after {
  background: #58aded;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-icon .img1 {
  opacity: 0;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-icon .img2 {
  opacity: 1;
}
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-title,
.recruit .recruit-plate3 .plate3-main .main-cont .cont-item2:hover .item-text {
  color: #fff;
}
.recruit2 {
  width: 100%;
  height: auto;
  background: #f6f6f6;
}
.recruit2 .recruit-plate1 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.3rem;
}
.recruit2 .recruit-plate1 .plate1-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit2 .recruit-plate1 .plate1-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding: 0.7rem 0;
  background: #fff;
  border-radius: 0.15rem;
}
.recruit2 .recruit-plate1 .plate1-main .main-item {
  width: 2.4rem;
  height: auto;
  padding: 0 0.2rem;
}
.recruit2 .recruit-plate1 .plate1-main .main-item .item-icon {
  width: 0.67rem;
  height: auto;
  margin: 0 auto;
}
.recruit2 .recruit-plate1 .plate1-main .main-item .item-icon img {
  width: 100%;
}
.recruit2 .recruit-plate1 .plate1-main .main-item .item-title {
  margin-top: 0.5rem;
  font-size: 0.24rem;
  text-align: center;
  color: #333;
}
.recruit2 .recruit-plate1 .plate1-main .main-item .item-text {
  margin-top: 0.3rem;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #666;
}
.recruit2 .recruit-plate1 .plate1-main .main-icon {
  width: 0.4rem;
  height: auto;
  padding-top: 0.45rem;
}
.recruit2 .recruit-plate1 .plate1-main .main-icon img {
  width: 100%;
}
.recruit2 .recruit-plate1 .plate1-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding: 0.6rem 0 1.4rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.15rem;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide {
  width: 100%;
  height: auto;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  padding: 0 1.8rem;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-icon {
  width: 0.85rem;
  height: auto;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-icon img {
  width: 100%;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-cent {
  width: calc(100% - 0.85rem);
  height: auto;
  padding-left: 0.3rem;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-top .top-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 16px;
  color: #666;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-pagination {
  display: none;
  bottom: 0.54rem;
  left: 1.8rem;
  width: 0.8rem;
  font-size: 0.36rem;
  color: #333;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-pagination .swiper-pagination-total {
  color: #999999;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.54rem;
  right: 1.8rem;
  width: 100px;
  height: auto;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev,
.recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-next {
  width: 40px;
  height: auto;
  opacity: 0.4;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev img,
.recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-next img {
  width: 100%;
}
.recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev:hover,
.recruit2 .recruit-plate1 .plate1-box .swiper-button .plate1-swiper-button-next:hover {
  opacity: 1;
}
.recruit2 .recruit-plate2 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.3rem;
}
.recruit2 .recruit-plate2 .plate2-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit2 .recruit-plate2 .plate2-cont {
  width: 100%;
  height: auto;
  margin: 0.7rem auto 0.1rem;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
  padding: 0 0.65rem;
  border-radius: 0.15rem;
  background: #fff;
  overflow: hidden;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-top .dd-title {
  position: relative;
  width: 90%;
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-top .dd-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-top .dd-show {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/icon/icon-recruit-jiahao2.png) no-repeat center center;
  background-size: 0.28rem;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .top-active .dd-show {
  background: url(../images/icon/icon-recruit-jianhao2.png) no-repeat center center;
  background-size: 0.28rem;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-cent {
  display: none;
  width: 100%;
  padding: 0.4rem 0;
  background: #fff;
  border-top: solid 1px #f6f6f6;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-cent .cent-duty {
  position: relative;
  width: 100%;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-cent .cent-duty::after {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
}
.recruit2 .recruit-plate2 .plate2-cont .list-dd .dd-cent .cent-duty .duty-text {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #888888;
}
.recruit2 .recruit-plate3 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.2rem;
}
.recruit2 .recruit-plate3 .plate3-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit2 .recruit-plate3 .plate3-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.recruit2 .recruit-plate3 .plate3-main .main-item {
  position: relative;
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  border-radius: 0.15rem;
  overflow: hidden;
  cursor: pointer;
}
.recruit2 .recruit-plate3 .plate3-main .main-item:nth-child(3n) {
  margin-right: 0;
}
.recruit2 .recruit-plate3 .plate3-main .main-item .item-pic {
  width: 100%;
  overflow: hidden;
}
.recruit2 .recruit-plate3 .plate3-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;
}
.recruit2 .recruit-plate3 .plate3-main .main-item .item-cent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.6rem 0.48rem 0.4rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}
.recruit2 .recruit-plate3 .plate3-main .main-item .item-cent .cent-title {
  width: calc(100% - 0.5rem);
  height: auto;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.recruit2 .recruit-plate3 .plate3-main .main-item .item-cent img {
  width: 0.43rem;
}
.recruit2 .recruit-plate3 .plate3-main .main-item:hover .item-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.recruit2 .recruit-plate4 {
  width: 14.4rem;
  height: auto;
  margin: 1rem auto 1.3rem;
  padding: 0.8rem 0.5rem;
  background: url(../images/recruit/bg.png) no-repeat bottom right;
  background-size: cover;
}
.recruit2 .recruit-plate4 .plate4-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
.recruit2 .recruit-plate4 .plate4-button {
  display: block;
  width: 160px;
  height: 50px;
  margin-top: 0.35rem;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #666;
  border-radius: 45px;
  border: solid 1px #666;
}
.recruit2 .recruit-plate4 .plate4-button:hover {
  color: #fff;
  border: solid 1px transparent;
  background: #4812FE;
}
.recruit2 .video-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit2 .cont-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  z-index: 109;
  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;
}
.recruit2 .cont-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 24px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit2 .cont-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.recruit2 .cont-popup video {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit3 {
  width: 100%;
  height: auto;
  background: #f6f6f6;
}
.recruit3 .recruit3-plate1 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.1rem;
}
.recruit3 .recruit3-plate1 .plate1-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate1 .plate1-text {
  margin-top: 0.3rem;
  font-size: 18px;
  text-align: center;
  color: #666;
}
.recruit3 .recruit3-plate1 .plate1-main {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item {
  position: relative;
  width: auto;
  height: auto;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item .item-pic {
  width: 100%;
  overflow: hidden;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item .item-title {
  position: absolute;
  top: 0.4rem;
  right: 0.6rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item:first-of-type {
  width: 50%;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item:nth-child(2) {
  width: 50%;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item:nth-child(3) {
  width: 33.33%;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item:nth-child(4) {
  width: 33.33%;
}
.recruit3 .recruit3-plate1 .plate1-main .main-item:nth-child(5) {
  width: 33.33%;
}
.recruit3 .recruit3-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));
}
.recruit3 .recruit3-plate1 .plate1-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.3rem;
  overflow: hidden;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide {
  width: 100%;
  height: auto;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: auto;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-pic {
  width: 50%;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 52.6%;
  height: auto;
  padding: 0.8rem 0.82rem 0.8rem 0.76rem;
  background: #fff;
  border-radius: 0.15rem;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent .cent-title {
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent .cent-text {
  margin-top: 0.4rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent .cent-button {
  display: block;
  width: 160px;
  height: 50px;
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #666;
  border-radius: 45px;
  border: solid 1px #666666;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-slide .slide-box .box-cent .cent-button:hover {
  color: #fff;
  border: solid 1px transparent;
  background: #4812FE;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-pagination {
  display: none;
  bottom: 0.54rem;
  left: 40%;
  width: 0.8rem;
  font-size: 0.36rem;
  color: #333;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-pagination .swiper-pagination-total {
  color: #999999;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.54rem;
  left: 0;
  width: 100px;
  height: auto;
  z-index: 9;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev,
.recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-next {
  width: 40px;
  height: auto;
  opacity: 0.4;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev img,
.recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-next img {
  width: 100%;
}
.recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-prev:hover,
.recruit3 .recruit3-plate1 .plate1-box .swiper-button .plate1-swiper-button-next:hover {
  opacity: 1;
}
.recruit3 .recruit3-plate2 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.2rem 0;
}
.recruit3 .recruit3-plate2 .plate2-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate2 .plate2-text {
  margin-top: 0.2rem;
  font-size: 18px;
  text-align: center;
  color: #666;
}
.recruit3 .recruit3-plate2 .main-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.recruit3 .recruit3-plate2 .main-box .box-item {
  width: calc(100% / 3 - 0.2rem);
  height: auto;
  margin-right: 0.3rem;
  padding: 0.9rem 0.8rem;
  border-radius: 0.1rem;
  background: #fff;
}
.recruit3 .recruit3-plate2 .main-box .box-item .item-icon {
  width: 0.62rem;
  height: auto;
  margin: 0 auto;
}
.recruit3 .recruit3-plate2 .main-box .box-item .item-icon img {
  width: 100%;
}
.recruit3 .recruit3-plate2 .main-box .box-item .item-title {
  margin-top: 0.48rem;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate2 .main-box .box-item .item-button {
  width: 160px;
  height: 50px;
  margin: 0.6rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  border: solid 1px #666666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit3 .recruit3-plate2 .main-box .box-item .item-button:hover {
  color: #fff;
  border: solid 1px transparent;
  background: #4812FE;
}
.recruit3 .recruit3-plate2 .main-box .box-item:hover {
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
.recruit3 .recruit3-plate2 .main-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
  padding: 0.6rem 0 1.4rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.15rem;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide {
  width: 100%;
  height: auto;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  padding: 0 1.8rem;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-icon {
  width: 0.85rem;
  height: auto;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-icon img {
  width: 100%;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-cent {
  width: calc(100% - 0.85rem);
  height: auto;
  padding-left: 0.3rem;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-cent .cent-title {
  font-size: 0.24rem;
  color: #333;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-top .top-cent .cent-text {
  margin-top: 0.1rem;
  font-size: 16px;
  color: #666;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-pagination {
  display: none;
  bottom: 0.54rem;
  left: 1.8rem;
  width: 0.8rem;
  font-size: 0.36rem;
  color: #333;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-pagination .swiper-pagination-total {
  color: #999999;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-button {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0.54rem;
  right: 1.8rem;
  width: 100px;
  height: auto;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-button .plate2-swiper-button-prev,
.recruit3 .recruit3-plate2 .main-cont .swiper-button .plate2-swiper-button-next {
  width: 40px;
  height: auto;
  opacity: 0.4;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-button .plate2-swiper-button-prev img,
.recruit3 .recruit3-plate2 .main-cont .swiper-button .plate2-swiper-button-next img {
  width: 100%;
}
.recruit3 .recruit3-plate2 .main-cont .swiper-button .plate2-swiper-button-prev:hover,
.recruit3 .recruit3-plate2 .main-cont .swiper-button .plate2-swiper-button-next:hover {
  opacity: 1;
}
.recruit3 .recruit3-plate2 .main-title2 {
  margin-top: 0.5rem;
  font-size: 0.36rem;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate2 .main-button {
  display: block;
  width: 160px;
  height: 50px;
  margin: 0.3rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  border: solid 1px #797979;
}
.recruit3 .recruit3-plate2 .main-button:hover {
  color: #fff;
  border: solid 1px transparent;
  background: #4812FE;
}
.recruit3 .recruit3-plate2 .plate2-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.24);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main {
  position: relative;
  width: 1000px;
  height: 8rem;
  margin: 0 auto;
  padding: 0.45rem 0.68rem;
  background: #fff;
  border-radius: 10px;
  overflow: auto;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main::-webkit-scrollbar {
  width: 4px;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main::-webkit-scrollbar-thumb {
  background: #4812FE;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-title {
  padding-right: 0.5rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-pic {
  width: 100%;
  height: auto;
  margin-top: 0.36rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-pic img {
  width: 100%;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-text {
  margin-top: 0.3rem;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-hide {
  position: absolute;
  top: 0.5rem;
  right: 80px;
  width: 18px;
  height: auto;
  cursor: pointer;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit3 .recruit3-plate2 .plate2-popup .popup-main .main-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.recruit3 .recruit3-plate2 .plate2-popup-active {
  opacity: 1;
  visibility: visible;
}
.recruit3 .recruit3-plate3 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.3rem;
}
.recruit3 .recruit3-plate3 .plate3-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate3 .plate3-text {
  margin-top: 0.2rem;
  font-size: 18px;
  text-align: center;
  color: #666;
}
.recruit3 .recruit3-plate3 .plate3-main {
  width: 100%;
  height: auto;
  margin-top: 0.55rem;
}
.recruit3 .recruit3-plate3 .plate3-main .main-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
  border-radius: 0.15rem;
  overflow: hidden;
}
.recruit3 .recruit3-plate3 .plate3-main .main-item .item-pic {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.recruit3 .recruit3-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;
}
.recruit3 .recruit3-plate3 .plate3-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));
}
.recruit3 .recruit3-plate3 .plate3-main .main-item .item-cent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 0 0.9rem;
  background: #fff;
}
.recruit3 .recruit3-plate3 .plate3-main .main-item .item-cent .cent-box {
  width: 100%;
  height: auto;
}
.recruit3 .recruit3-plate3 .plate3-main .main-item .item-cent .cent-box .box-title {
  margin-top: 0.25rem;
  font-size: 0.3rem;
  color: #333;
}
.recruit3 .recruit3-plate3 .plate3-main .main-item .item-cent .cent-box .box-text {
  margin-top: 0.25rem;
  font-size: 16px;
  line-height: 0.3rem;
  color: #666;
}
.recruit3 .recruit3-plate3 .plate3-main .main-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.recruit3 .recruit3-plate3 .plate3-title2 {
  margin-top: 0.5rem;
  font-size: 0.36rem;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate3 .plate3-button {
  display: block;
  width: 160px;
  height: 50px;
  margin: 0.3rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  border-radius: 45px;
  border: solid 1px #797979;
}
.recruit3 .recruit3-plate3 .plate3-button:hover {
  color: #fff;
  border: solid 1px transparent;
  background: #4812FE;
}
.recruit3 .recruit3-plate4 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding-top: 1.3rem;
}
.recruit3 .recruit3-plate4 .plate4-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate4 .plate4-text {
  margin-top: 0.2rem;
  font-size: 18px;
  text-align: center;
  color: #666;
}
.recruit3 .recruit3-plate4 .plate4-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 1.1rem;
  padding: 0.8rem 0;
  overflow: hidden;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-slide {
  width: 10rem;
  height: auto;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-slide .slide-box {
  width: 100%;
  height: auto;
  border-radius: 0.15rem;
  overflow: hidden;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-slide .slide-box img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-slide .slide-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-slide .box-title {
  margin-top: 0.8rem;
  font-size: 18px;
  text-align: center;
  color: #333;
  opacity: 0;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-slide-active {
  z-index: 9;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-slide-active .slide-box {
  transform: scale(1.15, 1.15) translateZ(0);
  -o-transform: scale(1.15, 1.15) translateZ(0);
  -moz-transform: scale(1.15, 1.15) translateZ(0);
  -webkit-transform: scale(1.15, 1.15 translateZ(0));
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-slide-active .box-title {
  opacity: 1;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-pagination {
  bottom: 0.4rem;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 0.11rem;
  background: #f6f6f6;
  border: solid 2px #999;
}
.recruit3 .recruit3-plate4 .plate4-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #4812FE;
  border: solid 2px transparent;
}
.recruit3 .recruit3-plate5 {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 1.1rem 0 1.3rem;
}
.recruit3 .recruit3-plate5 .plate5-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate5 .plate5-text {
  width: 9.6rem;
  margin: 0.2rem auto 0;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #666;
}
.recruit3 .recruit3-plate5 .plate5-bottom {
  margin-top: 0.5rem;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.recruit3 .recruit3-plate5 .plate5-bottom a {
  color: #4812FE;
}
.recruit3 .recruit3-plate5 .plate5-bottom a:hover {
  text-decoration: underline;
}
.recruit3 .recruit3-plate5 .plate5-box {
  width: 100%;
  height: auto;
  padding: 0.8rem 0.3rem;
  margin-top: 1.2rem;
  background: #fff;
}
.recruit3 .recruit3-plate5 .plate5-box .box-title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit3 .recruit3-plate5 .plate5-box .box-button {
  display: block;
  width: 160px;
  height: 50px;
  margin: 0.35rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #666;
  border-radius: 45px;
  border: solid 1px #676767;
}
.recruit3 .recruit3-plate5 .plate5-box .box-button:hover {
  color: #fff;
  border: solid 1px transparent;
  background: #4812FE;
}
.recruit4 {
  width: 100%;
  height: auto;
  padding: 1.1rem 0 1.2rem;
}
.recruit4 .recruit4-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.recruit4 .recruit4-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.recruit4 .recruit4-main .main-serach {
  display: flex;
  justify-content: space-between;
  width: 6rem;
  height: 0.5rem;
  margin: 0.4rem auto 0;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #d9d9d9;
}
.recruit4 .recruit4-main .main-serach .serach-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.45rem;
  height: 100%;
}
.recruit4 .recruit4-main .main-serach .serach-icon img {
  width: 17px;
}
.recruit4 .recruit4-main .main-serach input {
  flex: 1;
  height: 100%;
  font-size: 16px;
  color: #666;
}
.recruit4 .recruit4-main .main-serach input::placeholder {
  color: #999;
}
.recruit4 .recruit4-main .main-serach .serach-button {
  display: block;
  width: 0.75rem;
  height: 100%;
  font-size: 16px;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background: #333;
}
.recruit4 .recruit4-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: solid 1px #cfcfcf;
}
.recruit4 .recruit4-main .main-box .box-left {
  width: 2.58rem;
  height: auto;
}
.recruit4 .recruit4-main .main-box .box-left .left-title {
  font-size: 0.24rem;
  color: #333;
}
.recruit4 .recruit4-main .main-box .box-left .left-hide {
  display: none;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump {
  width: 100%;
  height: auto;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-top {
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
  font-size: 16px;
  color: #333;
  border-bottom: solid 1px #ededed;
  background: url(../images/icon/icon-recruit-jiahao3.png) no-repeat center right;
  background-size: 12px;
  cursor: pointer;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-top-active {
  background: url(../images/icon/icon-recruit-jianhao3.png) no-repeat center right;
  background-size: 12px;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent {
  display: none;
  width: 100%;
  height: auto;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item {
  width: 100%;
  height: auto;
  padding-top: 0.3rem;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 8px;
  background: url(../images/icon/icon-join-arrow.png) no-repeat center;
  background-size: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input[type="radio"],
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input[type="checkbox"] {
  display: none;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 36px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  border: solid 1px #e1e1e1;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice .choice-item span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input:checked + label .choice-item {
  color: #4812FE;
}
.recruit4 .recruit4-main .main-box .box-left .left-cont .cont-lump .lump-cent .cent-item .item-choice input:checked + label .choice-item span {
  border: solid 1px #4812FE;
  background: #4812FE;
}
.recruit4 .recruit4-main .main-box .box-right {
  width: 10.36rem;
  height: auto;
}
.recruit4 .recruit4-main .main-box .box-right .right-title {
  margin-bottom: 0.25rem;
  font-size: 0.24rem;
  color: #333;
}
.recruit4 .recruit4-main .main-box .box-right .right-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.35rem;
  margin-bottom: 0.15rem;
  background: #f5f5f5;
}
.recruit4 .recruit4-main .main-box .box-right .right-item .item-title {
  font-size: 20px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit4 .recruit4-main .main-box .box-right .right-item .item-subtitle {
  margin-top: 0.1rem;
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit4 .recruit4-main .main-box .box-right .right-item .item-text {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  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;
}
.recruit4 .recruit4-main .main-box .box-right .right-item:hover {
  background: #4812FE;
}
.recruit4 .recruit4-main .main-box .box-right .right-item:hover .item-title,
.recruit4 .recruit4-main .main-box .box-right .right-item:hover .item-subtitle,
.recruit4 .recruit4-main .main-box .box-right .right-item:hover .item-text {
  color: #fff;
}
.recruit4 .product-show {
  display: none;
}
.recruit5 {
  width: 100%;
  height: auto;
}
.recruit5 .recruit5-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 0.9rem 0 1.2rem;
}
.recruit5 .recruit5-main .main-title {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.recruit5 .recruit5-main .main-text {
  margin-top: 0.4rem;
  font-size: 18px;
  color: #666;
}
.recruit5 .recruit5-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}
.recruit5 .recruit5-main .main-box .box-title {
  font-size: 0.24rem;
  color: #333;
}
.recruit5 .recruit5-main .main-box .box-text {
  width: 12.1rem;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.recruit5 .recruit5-main .main-box .box-text span {
  color: #333;
}
.recruit5 .recruit5-main .main-title2 {
  margin-bottom: 0.36rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.recruit5 .recruit5-main .main-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.35rem;
  margin-bottom: 0.15rem;
  background: #f5f5f5;
}
.recruit5 .recruit5-main .main-item .item-title {
  font-size: 20px;
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit5 .recruit5-main .main-item .item-subtitle {
  margin-top: 0.1rem;
  font-size: 16px;
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recruit5 .recruit5-main .main-item .item-text {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  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;
}
.recruit5 .recruit5-main .main-item:hover {
  background: #4812FE;
}
.recruit5 .recruit5-main .main-item:hover .item-title,
.recruit5 .recruit5-main .main-item:hover .item-subtitle,
.recruit5 .recruit5-main .main-item:hover .item-text {
  color: #fff;
}
.recruit5 .recruit5-main .main-button {
  display: block;
  width: 160px;
  height: 50px;
  margin: 0.8rem auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #666;
  border-radius: 5px;
  border: solid 1px #d9d9d9;
}
.recruit5 .recruit5-main .main-button:hover {
  color: #fff;
  border: solid 1px transparent;
  background: #4812FE;
}
.page-float {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 65px;
  height: auto;
  opacity: 1;
  z-index: 29;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-hide {
  width: 20px;
  height: 20px;
  margin: 0.1rem auto 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6) url(../images/icon/icon-close.png) no-repeat center center;
  background-size: 10px;
  cursor: pointer;
}
.page-float .float-list {
  display: block;
  position: relative;
  width: 100%;
  height: 65px;
  margin-bottom: 1px;
  background: rgba(0, 0, 0, 0.6);
}
.page-float .float-list .list-pic {
  width: 100%;
  height: auto;
  padding-top: 0.1rem;
  text-align: center;
  cursor: pointer;
}
.page-float .float-list .list-pic img {
  width: 21px;
}
.page-float .float-list .list-title {
  margin-top: 0.05rem;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.page-float .float-list .list-cent {
  position: absolute;
  top: 0;
  left: -230px;
  width: 230px;
  height: auto;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translatey(30px);
  -o-transform: translatey(30px);
  -moz-transform: translatey(30px);
  -webkit-transform: translatey(30px);
}
.page-float .float-list .list-cent .cent-title {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #4812FE;
}
.page-float .float-list .list-cent .cent-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 12px;
  margin-right: -16px;
  background: url(../images/newpic/icon-page-sanjiao.png) no-repeat left center;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.page-float .float-list .list-cent .cent-cont {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  color: #333;
  background: #fff;
  box-shadow: 4px 10px 10px rgba(38, 93, 63, 0.2);
}
.page-float .float-list .list-cent .cent-cont img {
  width: 80%;
}
.page-float .float-list:hover {
  background: #4812FE;
}
.page-float .float-list:hover .list-pic {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float .float-list:hover .list-cent {
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-float:hover {
  opacity: 1;
}
.mr {
  margin-top: 100px;
}
.transition_none,
.transition_none * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.45rem;
}
.page-number .page-left,
.page-number .page-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin: 0 5px;
  font-size: 12px;
  color: #999;
  border: solid 1px #efefef;
  border-radius: 0.45rem;
}
.page-number .page-left span,
.page-number .page-right span {
  position: relative;
  width: 6px;
  height: 10px;
}
.page-number .page-left span img,
.page-number .page-right span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .page-left span .img2,
.page-number .page-right span .img2 {
  opacity: 0;
}
.page-number .page-left:hover,
.page-number .page-right:hover {
  color: #fff;
  border: solid 1px #4812FE;
  background: #4812FE;
}
.page-number .page-left:hover span .img1,
.page-number .page-right:hover span .img1 {
  opacity: 0;
}
.page-number .page-left:hover span .img2,
.page-number .page-right:hover span .img2 {
  opacity: 1;
}
.page-number .page-left span {
  margin-right: 0.1rem;
}
.page-number .page-right span {
  margin-left: 0.1rem;
}
.page-number .page-item {
  width: 46px;
  height: 38px;
  margin: 0 5px;
  font-size: 12px;
  text-align: center;
  line-height: 38px;
  color: #999;
  border: solid 1px #efefef;
  border-radius: 0.45rem;
}
.page-number .page-item:hover {
  color: #fff;
  border: solid 1px #4812FE;
  background: #4812FE;
}
.page-number .page-item-active {
  color: #fff;
  border: solid 1px #4812FE;
  background: #4812FE;
}
.Wpage-number {
  display: none;
}
@keyframes run {
  from {
    transform: translatey(-130%);
    -o-transform: translatey(-130%);
    -moz-transform: translatey(-130%);
    -webkit-transform: translatey(-130%);
  }
  to {
    transform: translatey(130%);
    -o-transform: translatey(130%);
    -moz-transform: translatey(130%);
    -webkit-transform: translatey(130%);
  }
}
@keyframes turn {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes zoom {
  0% {
    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));
    opacity: 1;
  }
  100% {
    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));
    opacity: 0.4;
  }
}
