.navigate[data-v-62b4b926] {
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.6rem;
  background: #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
}
.navigate.not-fixed[data-v-62b4b926] {
  position: relative;
}
.navigate .nav-item[data-v-62b4b926] {
  height: 100%;
}
.navigate .item-left[data-v-62b4b926] {
  order: 1;
  width: 3.25rem;
  height: 0.35rem;
  margin-left: 0.58rem;
  user-select: none;
  background: url(../img/nav-logo582def.png) no-repeat center;
}
.navigate .item-middle[data-v-62b4b926] {
  order: 2;
  flex: auto 1 0 ;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 1rem;
}
.navigate .item-middle .nav-link[data-v-62b4b926] {
  display: flex;
  justify-content: space-between;
}
.navigate .item-middle .nav-link .nav-link-item[data-v-62b4b926] {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0.2rem;
  position: relative;
}
.navigate .item-middle .nav-link .nav-link-item[data-v-62b4b926]:nth-child(1) {
  margin-left: 0;
}
.navigate .item-middle .nav-link .nav-link-item[data-v-62b4b926]:nth-last-child(1) {
  margin-right: 0;
}
.navigate .item-middle .nav-link .nav-link-item.is-active[data-v-62b4b926] {
  color: #ffffff !important;
}
.navigate .item-middle .nav-link .nav-link-item.is-active[data-v-62b4b926]:after {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: #ffaa8d;
  position: absolute;
  bottom: 0.05rem;
}
.navigate .item-middle .nav-link .nav-link-item.is-active > a[data-v-62b4b926] {
  color: #ffaa8d !important;
  font-size: 18px;
  font-weight: bold;
}
.navigate .item-middle .nav-link .nav-link-item > a[data-v-62b4b926] {
  display: block;
  cursor: pointer;
  user-select: none;
  line-height: 0.6rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.navigate .item-middle .nav-search[data-v-62b4b926] {
  position: relative;
  margin-right: 0.4rem;
  display: flex;
  align-items: center;
}
.navigate .item-middle .nav-search .nav-search-input[data-v-62b4b926] {
  width: 3rem;
  height: 0.3rem;
  background: transparent;
  border-radius: 0.04rem;
  border: 0.01rem solid #FFFFFF;
  padding: 0 0.4rem 0 0.1rem;
  font-size: 14px;
  color: #FFFFFF;
}
.navigate .item-middle .nav-search .nav-search-input[data-v-62b4b926]::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #969696;
}
.navigate .item-middle .nav-search .nav-search-icon[data-v-62b4b926] {
  width: 0.18rem;
  height: 0.3rem;
  background: url(../img/nav-searchd299b4.png) no-repeat center;
  background-size: 0.18rem 0.18rem;
  position: absolute;
  right: 0.1rem;
  cursor: pointer;
  user-select: none;
}
.navigate .item-right[data-v-62b4b926] {
  order: 3;
  flex: 1.5rem 0 0;
  font-size: 0;
}
.navigate .item-right .nav-btn[data-v-62b4b926] {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 0.6rem;
  cursor: pointer;
  user-select: none;
}
.navigate .item-right .nav-split[data-v-62b4b926] {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 0.6rem;
  margin: 0 0.1rem;
  user-select: none;
}
.navigate .item-right .nav-right-text[data-v-62b4b926] {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 0.6rem;
  max-width: 0.8rem;
}

.footer[data-v-1d25b690] {
  height: 0.75rem;
  background: #353B53;
}
.footer .footer-container[data-v-1d25b690] {
  height: 100%;
  display: flex;
}
.footer .footer-container .footer-record[data-v-1d25b690] {
  margin: auto;
  display: flex;
  flex-direction: row;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  align-items: center;
}
.footer .footer-container .footer-record a[data-v-1d25b690] {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.footer .footer-container .footer-record a.show-icon[data-v-1d25b690]:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/beian58f55c.png) no-repeat center;
  background-size: contain;
  margin-right: 2px;
}
.footer .footer-container .footer-record .police[data-v-1d25b690] {
  margin-left: 0.2rem;
}

* {
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-family: "PingFang SC", "微软雅黑", "SourceHanSans-Normal";
}
a {
  text-decoration: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.one-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.two-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.five-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.icon-small-size {
  width: 0.16rem;
  height: 0.16rem;
}
.icon-normal-size {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
}
.icon-middle-size {
  width: 0.36rem;
  height: 0.36rem;
  cursor: pointer;
}
.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon-close {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  background-image: url(../img/icon-closed7558d.png);
}
.icon-views {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../img/icon-views002fa1.png);
}
.icon-downloads {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.16rem;
  height: 0.16rem;
  background-image: url(../img/icon-downloadsc3697a.png);
}
.icon-delete {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  background-image: url(../img/icon-delete4f96e7.png);
}
.icon-delete:hover {
  background-image: url(../img/icon-delete-hoverbbe803.png);
}
.icon-buy,
.icon-cart,
.icon-collect,
.icon-share,
.icon-cert {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.icon-buy {
  background-image: url(../img/icon-buy84408a.png);
}
.icon-buy:hover {
  background-image: url(../img/icon-buy-hover7859e6.png);
}
.icon-cart {
  background-image: url(../img/icon-cart71ec78.png);
}
.icon-cart:hover {
  background-image: url(../img/icon-cart-hoverd54929.png);
}
.icon-share {
  background-image: url(../img/icon-share4be8a4.png);
}
.icon-share:hover {
  background-image: url(../img/icon-share-hover741c29.png);
}
.icon-collect {
  background-image: url(../img/icon-collectf5bc16.png);
}
.icon-collect:hover {
  background-image: url(../img/icon-collect-hoverf70d88.png);
}
.icon-cert {
  background-image: url(../img/icon-certf38eb1.png);
}
.icon-cert:hover {
  background-image: url(../img/icon-cert-hover7a06bc.png);
}
.icon-search {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: 90%;
  background-image: url(../img/icon-search392af5.png);
}
.icon-setting {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  background-image: url(../img/icon-settingdc441b.png);
}
.icon-setting:hover {
  background-image: url(../img/icon-setting-hover07ef43.png);
}
.pagination-container {
  padding: 0.2rem 0;
  text-align: right;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #F59923 !important;
}
.right-menu-container {
  position: fixed;
  right: 0.1rem;
  top: 50%;
  display: flex;
  flex-direction: column;
}
.right-menu-container .menu-btn {
  width: 0.4rem;
  height: 0.4rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  background-repeat: no-repeat;
  background-size: 0.16rem 0.19rem;
  background-position: center;
  margin-top: 0.1rem;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.right-menu-container .menu-btn:nth-child(1) {
  margin-top: 0;
}
.right-menu-container .btn-top {
  background-image: url(../img/icon-top0dec89.png);
}
.right-menu-container .btn-top:hover {
  background-image: url(../img/icon-top-hovere8e09f.png);
}
.right-menu-container .btn-modify {
  background-image: url(../img/icon-modifycb7731.png);
}
.right-menu-container .btn-modify:hover {
  background-image: url(../img/icon-modify-hover52125b.png);
}
/* --------------------------------------------------
@description: 系统提示窗口公共样式
-------------------------------------------------- */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}
.modal-mask.fadeBox-enter {
  opacity: 0;
}
.modal-mask.fadeBox-enter-active {
  opacity: 0.5;
}
.modal-mask.fadeBox-enter-to {
  opacity: 1;
}
.modal-mask.fadeBox-leave {
  opacity: 1;
}
.modal-mask.fadeBox-leave-active {
  opacity: 0.5;
}
.modal-mask.fadeBox-leave-to {
  opacity: 0;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  display: inline-block;
  font-size: 0.12rem;
  background-color: #fff;
  border-radius: 0.1rem;
  font-family: Helvetica, Arial, sans-serif;
  transform: translate(-40%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.com-modal-header {
  height: 0.42rem;
  background: linear-gradient(90deg, #56A8F3, #518EF8);
  border-radius: 0.1rem 0.1rem 0px 0px;
  position: relative;
}
.com-modal-header-text {
  font-weight: 400;
  font-style: normal;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.42rem;
  padding-left: 0.4rem;
  user-select: none;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
}
.com-modal-header-close {
  position: absolute;
  right: 0.2rem;
  top: 0.1rem;
  height: 0.21rem;
  width: 0.21rem;
  background-image: url(../img/close5e7cf2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  user-select: none;
  cursor: pointer;
}
.content-text {
  padding: 0.46rem 0.4rem;
  text-align: center;
  word-break: break-all;
}
.content-text span {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-left: 0.05rem;
}
.com-modal-footer {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.com-modal-button-cancel {
  display: inline-block;
  min-width: 0.6rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.04rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 0.14rem;
  margin-right: 0.2rem;
  border: 0.01rem solid #518EF8;
  color: #518EF8;
}
.com-modal-button-submit {
  display: inline-block;
  min-width: 0.6rem;
  padding: 0 0.17rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.04rem;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 0.14rem;
  margin-right: 0.2rem;
  background-color: #518EF8;
  color: #FFFFFF;
}
.production-button-container {
  position: absolute;
  right: 0.2rem;
  bottom: -0.1rem;
  display: flex;
  flex-direction: row;
}
.production-button-container .production-button {
  width: 0.36rem;
  height: 0.36rem;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin-right: 0.1rem;
  cursor: pointer;
}
.production-button-container .production-button > div {
  width: 0.18rem;
  height: 0.18rem;
}
.production-button-container .production-button:hover {
  transform: translateY(-0.1rem);
}
.production-button-container .production-button.button-buy {
  margin-right: 0;
}
.production-button-container .production-button:hover .icon-buy,
.production-button-container .production-button.is-active .icon-buy {
  background-image: url(../img/icon-buy-hover7859e6.png);
}
.production-button-container .production-button:hover .icon-cart,
.production-button-container .production-button.is-active .icon-cart {
  background-image: url(../img/icon-cart-hoverd54929.png);
}
.production-button-container .production-button:hover .icon-share,
.production-button-container .production-button.is-active .icon-share {
  background-image: url(../img/icon-share-hover741c29.png);
}
.production-button-container .production-button:hover .icon-collect,
.production-button-container .production-button.is-active .icon-collect {
  background-image: url(../img/icon-collect-hoverf70d88.png);
}
.production-button-container .production-button:hover .icon-cert,
.production-button-container .production-button.is-active .icon-cert {
  background-image: url(../img/icon-cert-hover7a06bc.png);
}
.production-button-container .production-button:hover.button-share,
.production-button-container .production-button.is-active.button-share {
  background: #6BEFFF;
}
.production-button-container .production-button:hover.button-collect,
.production-button-container .production-button.is-active.button-collect {
  background: #F28181;
}
.production-button-container .production-button:hover.button-cart,
.production-button-container .production-button.is-active.button-cart {
  background: #FF9B65;
}
.production-button-container .production-button:hover.button-buy,
.production-button-container .production-button.is-active.button-buy {
  background: #E75757;
}
.production-button-container .production-button:hover.button-cert,
.production-button-container .production-button.is-active.button-cert {
  background: #FFD035;
}
.el-popover.production-popover {
  background: transparent;
  border: none;
  box-shadow: none;
}
.el-popover.production-popover .popper__arrow {
  display: none;
}
.scrollcss::-webkit-scrollbar {
  width: 0.06rem;
  height: 0.1rem;
}
.scrollcss::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0.03rem;
  background: #518EF8;
}
.scrollcss::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #eff2f9;
}

.about {
  min-width: 1700px;
}
.about .about-container {
  min-height: calc(100vh - 1.35rem);
  background: rgb(243 245 249);
}
.about .about-banner {
  min-height: 3.5rem;
}
.about .about-banner .about-banner-img {
  display: block;
  width: 100%;
}
.about .about-base {
  padding: 0.4rem 0;
}
.about .about-base .about-introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
.about .about-base .about-introduction .about-introduction-text {
  width: 6.38rem;
  height: 4.98rem;
  background: #3464C4;
  padding: 0.3rem 0.16rem;
  z-index: 1;
  overflow: hidden;
}
.about .about-base .about-introduction .about-introduction-text > p {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
}
.about .about-base .about-introduction .about-introduction-text .text-indent {
  text-indent: 2em;
  margin-top: 0.32rem;
}
.about .about-base .about-introduction .about-introduction-img {
  margin-left: -1.73rem;
}
.about .about-history {
  position: relative;
}
.about .about-history .module-title-content {
  position: absolute;
  width: 100%;
  top: 0.2rem;
  left: 0;
}
.about .about-history .history-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about .about-history .history-main {
  width: 100%;
  z-index: 2;
  position: relative;
}
.about .about-history .history-main svg {
  width: 100%;
}
.about .about-history .history-main .history-item {
  display: flex;
  flex-direction: column;
  position: absolute;
}
.about .about-history .history-main .history-item.history-1 {
  left: 19.36%;
  top: 59.63%;
}
.about .about-history .history-main .history-item.history-2 {
  flex-direction: column-reverse;
  left: 35.57%;
  top: 30.71%;
}
.about .about-history .history-main .history-item.history-2 .history-title {
  margin-bottom: 0;
  margin-top: 0.3rem;
}
.about .about-history .history-main .history-item.history-3 {
  left: 49.72%;
  top: 57.45%;
}
.about .about-history .history-main .history-item.history-4 {
  left: 64.88%;
  top: 27.85%;
}
.about .about-history .history-main .history-item .history-year {
  font-weight: 800;
  font-size: 60px;
  color: #F2F4F8;
}
.about .about-history .history-main .history-item .history-title {
  font-weight: 800;
  font-size: 24px;
  color: #E37748;
  margin-bottom: 0.3rem;
  letter-spacing: 2px;
}
.about .about-history .history-main .history-item .history-content {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  width: 2.76rem;
  padding-left: 0.1rem;
  letter-spacing: 2px;
  line-height: 25px;
}
.about .about-contact {
  padding: 0.4rem 0;
}
.about .about-contact .english {
  width: 2.67rem;
  letter-spacing: 15px!important;
  transform: translateX(7px);
}
.about .about-contact img {
  display: block;
}
.about .about-contact .about-contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.4rem;
}
.about .about-contact .about-contact-content .about-contact-text {
  background: #FFFFFF;
  padding: 0.2rem;
  height: 3.7rem;
  width: 4.7rem;
  letter-spacing: 1px;
}
.about .about-contact .about-contact-content .about-contact-text .about-contact-item {
  display: flex;
  margin-bottom: 0.25rem;
  font-weight: 500;
  font-size: 16px;
  color: #2C2C2C;
}
.about .about-contact .about-contact-content .about-contact-text .about-contact-item .about-contact-item-label {
  width: 110px;
  text-align: right;
}
.about .about-contact .about-contact-content .about-contact-text .about-contact-item .about-contact-item-text {
  flex: 1;
}
.about .module-title-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.about .module-title {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}
.about .module-title .chinese,
.about .module-title .english {
  text-align: justify;
  text-justify: distribute;
  text-align-last: justify;
  word-break: break-all;
}
.about .module-title .chinese {
  font-weight: bold;
  font-size: 36px;
  color: #2C2C2C;
  position: relative;
  width: 2.63rem;
}
.about .module-title .chinese:after {
  position: absolute;
  bottom: -0.1rem;
  left: 1.11rem;
  content: "";
  width: 0.4rem;
  height: 0.04rem;
  background: #E37748;
}
.about .module-title .chinese.white {
  color: #ffffff;
}
.about .module-title .english {
  font-weight: 500;
  font-size: 14px;
  color: #c3c3c3;
  margin-top: 0.23rem;
  letter-spacing: 10px;
}

