.w-100 {
  width: 100%;
}


/* 首页 begin */
.four-Functions[data-v-775543e8] {
  padding-top: 0;
}


.four-Functions ul.col {
  grid-template-columns: repeat(4, 1fr);
  /* gap: 24px; */
}

.four-Functions ul li {
  /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3); */
}

.four-Functions ul li:hover {
  background: linear-gradient(180deg, rgba(30, 84, 236, 0) 5%, rgba(5, 70, 255, 0.2) 100%);
}

.four-Functions ul li h4 {
  margin-top: 20px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
}

.four-Functions ul li .item {
  height: 100%;
}

.four-Functions ul li .item .Functions-icon-box {
  /* height: -webkit-fill-available; */
  /*flex: auto;*/
}

.four-Functions ul li .item .item-txt {
  margin-top: 10px;
}

.four-Functions ul li .item .item-txt p {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  font-variation-settings: "opsz" auto;

  color: rgba(61, 61, 61, 0.9);
}

.four-Functions ul li .item a {
  width: 142px;
  height: 48px;
  margin-top: 36px;
  border-radius: 6px;

  background: #1E54EC;

  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: bold;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

/*四大系统hover   start*/
/* .four-Functions ul li:hover .item h4 {
  color: #ffffff !important;
}

.four-Functions ul li:hover .item .item-txt p {
  color: #ffffff !important;
}

.four-Functions ul li:hover .item .item-txt p {
  color: #ffffff !important;
}

.four-Functions ul li:hover .item a {
  background: #ffffff !important;
}

.four-Functions ul li:hover .item a {
  background: #ffffff !important;
  color: #1C55F1
} */

/*四大系统hover   end*/


/* 首页 end */

.el-header[data-v-3ad2d389] {
  height: 0;
  /* height: 110px; */
  position: relative;
}

.Iphone-Header[data-v-924d63ea] {
  padding: 0 20px;
}

.Iphone-Header .right[data-v-924d63ea] {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-box .left[data-v-a70e92de],
.header-box[data-v-a70e92de] {
  align-items: center;
  display: flex;
}

.Iphone-Header .left a[data-v-a70e92de],
.header-box .left a[data-v-a70e92de] {
  align-items: center;
  display: flex;
}

.header-box .left a img[data-v-a70e92de] {
  height: 60px;
}

.Iphone-Header .left span[data-v-924d63ea],
.header-box .left span[data-v-a70e92de] {
  font-size: 30px;
  margin-left: 10px;
  font-weight: normal;
}

.bot[data-v-3ad2d389] {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 0px;
  background-color: #3a75c9;
}

.bot .wrapper nav[data-v-84e44a82] {
  width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bot .wrapper nav[data-v-84e44a82]:first-child {
  width: 80px;
}

.bot .wrapper nav a[data-v-84e44a82] {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-btn {
  width: 26px;
  height: 26px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.nav-btn span {
  height: 2px;
  background: #000000;
  border-radius: 2px;
  transition: all 0.5s;
}

/* .nav-btn.active span:nth-child(2) {
    display: none;
}

.nav-btn.active span:nth-child(1) {
    transform: rotate(45deg);
}

.nav-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
} */

/* 首页 问题 begin */
.query .wrapper .left-text[data-v-775543e8] {
  justify-content: center;
}

.query .wrapper .left-text .title-box p[data-v-775543e8] {
  margin: 30px 0;
}


.querydel .wrapper {
  background: #F8F9FD;
  background-size: cover;
  background-position: center;
}

.querydel .wrapper .querydel-left h3 {
  font-family: Microsoft YaHei;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;

  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
}

.querydel .wrapper .querydel-left p {
  font-family: Microsoft YaHei;
  font-size: 16px;
  line-height: 24px;

  font-variation-settings: "opsz" auto;
  color: #666666;
}

.querydel .wrapper .querydel-left p.querydel-left-p1 {
  margin-top: 24px;
}

.querydel .wrapper .querydel-left a {
  width: 110px;
  height: 30px;
  margin-top: 40px;
  border-radius: 30px;
  background: #1C55F1;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
  transition: all 0.2s;
}

.querydel .wrapper .querydel-left a:hover {
  background: #0006ff;
  color: #f0f0f0;

}

.querydel .wrapper .querydel-right {
  padding: 30px 30px;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 4px 10px 0px #bbbbbb;
}

.querydel .wrapper .querydel-right ul li {
  line-height: 30px;
  padding-left: 6px;
  font-family: "微软雅黑 Bold", "Microsoft YaHei", Arial, sans-serif !important;
  font-size: 17px;
  font-variation-settings: "opsz" auto;
}

.querydel .wrapper .querydel-right ul li:nth-child(odd) {
  font-weight: 800;
  color: #1C55F1;
  position: relative;
}

.querydel .wrapper .querydel-right ul li:nth-child(odd)::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 4;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background-color: #1C55F1;
}

.querydel .wrapper .querydel-right ul li:nth-child(even) {
  /*font-weight: 600;*/
  color: #3D3D3D
}

.wrapper-box {
  width: 100%;
}

.wrapper-con {
  position: relative;
}

.wrapper-middle {
  z-index: 99;
  width: 45%;
}

.wrapper-middle img {
  width: 100%;
}

.wrapper-content {
  position: absolute;
  width: 50%;
  z-index: 9;
}

.wrapper-left {
  left: 0;
  top: 0;
}

.wrapper-right {
  right: 0;
  top: 0;
}

.wrapper-list {
  gap: 20px;
  position: relative;
}

.wrapper-list .wrapper-list-bjImg {
  position: absolute;
}

.wrapper-content .wrapperList-1 .wrapper-list-bjImg {
  top: 40px;
  left: 46px;
}

.wrapper-content .wrapperList-2 .wrapper-list-bjImg {
  top: -64px;
  left: 46px;
}

.wrapper-content .wrapperList-3 .wrapper-list-bjImg {
  top: 40px;
  right: 46px;
}

.wrapper-content .wrapperList-4 .wrapper-list-bjImg {
  top: -34px;
  right: 46px;
}

.wrapper-nomber p {
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #01182A;
}

.wrapper-content-con .wrapper-title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  font-variation-settings: "opsz" auto;
  color: #01182A;
}

.wrapper-content-con .wrapper-con-doce {
  font-family: Microsoft YaHei;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: rgba(61, 61, 61, 0.9);
}

.wrapper-right-list .wrapper-content-con .wrapper-con-doce,
.wrapper-right-list .wrapper-content-con .wrapper-title {
  text-align: right;
}

.wrapper-btn-box {
  z-index: 99;
}

.wrapper-btn-box a {
  width: 142px;
  height: 48px;
  border-radius: 6px;

  background: #1E54EC;
  font-family: Microsoft YaHei;
  font-size: 18px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}


/* 首页 问题 end */


/* 首页客户案例 begin */
.Successfuldel {
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); */
}

.SafetyEscort[data-v-775543e8] {
  padding: 0;
  /* background: #F8F9FD; */
}

.Successfuldel {
  background: #F8F9FD;
}

.Successfuldel .row4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.Successfuldel .grid-container {
  grid-template-columns: repeat(5, 1fr);
  /* gap: 40px; */
  row-gap: 60px;
  column-gap: 40px;
}

.Successfuldel .grid-item {
  /* padding: 10px 20px; */
  width: 256px;
  height: 110px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
}

.Successfuldel .grid-item img {
  /* align-self: start;
  justify-self: start; */
}

.Successfuldel .grid-item:hover {
  scale: 1.05;
}

/* 首页客户案例 end */

.dropdown-menu-box {
  width: 98% !important;
  position: absolute;
  right: 1%;
  top: 80px !important;
  /* display: none; */
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.dropdown-menu-box.active {
  /* display: block; */
  height: auto;
  max-height: 550px;
}

.el-dropdown-menu {
  background-color: #fff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 10px 0;
  top: 0;
  z-index: 10;
}

.el-dropdown-menu .el-dropdown-menu__item a[data-v-924d63ea] {
  display: block;
  width: 100%;
}

.nuxt-link-active[data-v-84e44a82] {
  padding-bottom: 0 !important;
  position: relative;
}

.bot .wrapper nav:hover a[data-v-84e44a82] {
  color: #457dec !important;
  font-size: 16px !important;
  font-weight: bolder !important;
}

.bot .wrapper nav:hover a[data-v-84e44a82]::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1875rem;
  left: 0;
  bottom: 0;
  background: #457dec;
}

.nuxt-link-active[data-v-84e44a82]::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1875rem;
  left: 0;
  bottom: 0;
  background: #457dec;
}

.record .wrapper .record-detail .left-text p a {
  color: #bbb;
}

.record .wrapper .record-detail .left-text p:nth-child(4) {
  display: flex;
}

.record .wrapper .record-detail .left-text p:nth-child(4) img {
  margin: 0 10px;
}

/* 新闻咨询 begin */
.solution[data-v-775543e8] {
  padding: 0;
  background: #F8F9FD;
}

.solution .wrapper[data-v-775543e8] {
  width: auto;
}

.left-box .left-video-box {
  width: 574px;
  border-radius: 6px;
  background: #ffffff;
}

.left-video-box video {
  border-radius: 6px;
}

.news-video-list .right-box .item {
  background: #ffffff;
  border-radius: 6px;
}

.news-item-info .news-img-box {
  width: 264px;
  height: 132px;
  flex-shrink: 0;
  /* position: relative; */
}

.news-item-info .news-img-box img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  /* float: none;
  position: absolute !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  object-fit: cover;
  object-position: 50% 50%; */
}

.news-text-box .news-title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #01182A;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-text-box .news-description {
  font-family: Microsoft YaHei;
  font-size: 16px;
  line-height: 22px;
  font-variation-settings: "opsz" auto;
  color: rgba(61, 61, 61, 0.9);

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-text-box .news-time {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: 290;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: rgba(61, 61, 61, 0.9);
  margin-top: auto;
}


.news-more-box a {
  width: 142px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  opacity: 1;
  background: #1E54EC;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-variation-settings: "opsz" auto;
  color: rgba(255, 255, 255, 0.9);
}

.news-more-box a img {
  transition: all 0.3s ease;
}

.news-more-box a:hover img {
  transform: translateX(10px);
}

/* 新闻咨询 end */

.article-con {
  display: flex;
  flex-direction: column;
}

.position-box {
  display: flex;
  justify-content: center;
}

.position-con {
  width: 1200px;
  border-bottom: 1px solid #d7d7d7;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /*color: #666666;*/
}

.position-con a {
  color: #000000;
}

.position-con a:hover {
  color: #457dec;
}

.article-content {
  padding-top: 30px;
}

.content-box {
  width: 1200px;
  margin: 0 auto;
}

.article-title {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 40px;
}

.article-title h1 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.article-title h1 a {
  display: block;
  padding: 12px 50px;
  color: #333333;
  line-height: 40px;
}

.article-title .article-info {
  font-size: 14px;
  font-weight: 300;
  color: #646464;
  line-height: 30px;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.article-title .article-info>span {
  color: #666666;
  display: flex;
  align-items: center;
}

.article-title .article-info>span>span {
  display: flex;
  align-items: center;
}

.article-title .article-info>span i {
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: url("/skin/images/icon/vidw.png") no-repeat center;
  background-size: 14px;
}

.article-title .article-info>span:first-child i {
  background: url("/skin/images/icon/time.png") no-repeat top;
  background-size: 14px;
}

.content-con {
  color: #333;
  padding-top: 30px;
  font-size: 16px;
  line-height: 26px;
}

.content-con img {
  margin: 20px auto;
  max-width: 60%;
  height: auto;
}

.content-con img:hover {
  cursor: pointer;
}

.content-con a {
  color: #007aff;
  text-decoration: underline;
}

.tag-box .tag-con {
  font-size: 14px;
  color: #000000;
  padding: 50px 0;
}

.tag-box .tag-con a {
  font-size: 14px;
  color: #000000;
  color: #646464;
}

.pag-con {
  padding-top: 16px;
  /*margin-top: 15px;*/
  height: 63px;
  border-top: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}

.next-box,
.pre-box {
  width: max-content;
  font-size: 14px;
}

.el-button {
  border: none !important;
}

.form-bottom {
  font-size: 12px;
  margin-top: 26px;
}

.footer[data-v-20cb3c81] {
  height: auto;
  padding: 80px 0;
  background-size: cover;
}

.record .wrapper .record-detail .left-text p[data-v-20cb3c81],
.record .wrapper .record-detail .left-text p a {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.record .wrapper .record-detail .left-text p[data-v-20cb3c81]:last-child {
  margin-bottom: 0;
  display: flex;
  column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.record .wrapper .record-detail .left-text p.foot-logo img {
  width: 260px;
}

.footer .demo-form-inline .lang[data-v-20cb3c81] {
  width: 300px;
}

/* 底部立即咨询 begin */
.footer-box .footer-zixun-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background: url(../images/index20240927.webp) no-repeat;
  background-color: #101522;
  background-size: cover;
  background-position: center;
}

.footer-zixun-box .footer-zixun-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-zixun-con p.first-p {

  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: bold;

  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.footer-zixun-con p.last-p {
  margin-top: 30px;
  font-family: Microsoft YaHei;
  font-size: 18px;

  font-variation-settings: "opsz" auto;
  color: rgba(255, 255, 255, 0.9);
}

.footer-zixun-con a {
  width: 142px;
  height: 48px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  opacity: 1;

  background: #1E54EC;

  font-family: Microsoft YaHei;
  font-size: 18px;

  font-variation-settings: "opsz" auto;
  color: rgba(255, 255, 255, 0.9);
}

.footer-zixun-con a:hover {
  background: #1C55F1;

}

/* 底部立即咨询 end */

.record .wrapper[data-v-20cb3c81] {
  height: auto;
  padding: 40px 0;
}

.banner-box {
  position: relative;
}

.record-detail .left-text p {
  font-size: 14px;
}

.record-detail .left-text a {
  font-size: 14px;
}

.banner-box .banner-img img {
  width: 100%;
}

.banner-box .banner-img .app_banner {
  display: none;
}

.banner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}

.news-banner-text {
  justify-content: center;
  align-items: center;
}

.news-banner-text .news-banner-text-con .news-banner-text-item p {
  font-size: 60px;
  color: #fff;
  -webkit-text-stroke: 2px #0037af;
  text-shadow: 0 0 4px #ffffff, 0 0 4px #ffffff, 0 0 4px #ffffff,
    0 0 4px #ffffff, 0 0 4px #ffffff, 0 0 4px #ffffff, 0 0 4px #ffffff;
}

.terminal-banner-text-item .terminal-banner-text-title {
  background-image: url(../images/terminal_banner_text_title_left.png),
    url(../images/terminal_banner_text_title_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  padding: 30px;
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.terminal-banner-text {
  height: auto;
  width: auto;
  top: 50px;
  left: 100px;
}

.terminal-banner-text-con .terminal-banner-link {
  display: block;
  width: 98px;
  height: 38px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
}

.record[data-v-20cb3c81] {
  padding: 20px 0;
}

.right .right-l img {
  width: 40px;
}

/* 首页 客户赠言 begin*/

/* 板块头部 begin */
.top-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.top-title-box h2 {
  font-family: Microsoft YaHei;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;

  font-variation-settings: "opsz" auto;
  color: #333333;
}

.top-title-box p {
  font-family: Microsoft YaHei;
  font-size: 18px;
  line-height: 30px;
  font-variation-settings: "opsz" auto;
  color: rgba(61, 61, 61, 0.9);
  margin-top: 14px;
  text-align: center;
}

/* 板块头部 end */

.customPraise-con .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customPraise-con .title {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
}

.customPraise-con .customPraise-list {
  margin-top: 30px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
}


.customPraise-video-container {
  position: relative;
  overflow: hidden;
}

.customPraise-con .customPraise-list .customPraise-item {
  /*margin-top: 15px;*/
  transition: .3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
}



/* .swiper-video-container .swiper-slide-prev,
.swiper-video-container .swiper-slide-next {
  width: 30% !important;
}

.swiper-video-container .swiper-slide-active {
  width: 40% !important;
} */




.customPraise-item-video-box .customPraise-item-video-con {
  border-radius: 20px;
  max-width: 460px;
}

.customPraise-item-video-box .customPraise-item-video-con .customPraiseVideo {
  width: 100%;
  max-width: 460px;
  border-radius: 20px;
}

.customPraise-item .customPraise-pic {
  overflow: hidden;
}


.customPraise-item p {
  height: 40px;
  line-height: 40px;
  color: #222222;
}

.swiper-video-container-text {
  width: 800px;
  overflow: hidden;
  margin: 0 auto;
  height: 140px;
  /* margin-top: 50px; */
  /* padding-bottom: 40px; */
  position: relative;
}

.swiper-video-container-text .swiper-wrapper {
  transform: none !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-video-container-text .swiper-wrapper .swiper-slide {
  width: 100% !important;
  background: none;
  position: absolute;
  opacity: 0;
  transition: opacity .3s;
}

.swiper-video-container-text .swiper-wrapper .swiper-slide p {
  position: relative;
  font-family: Microsoft YaHei;
  font-size: 16px;
  line-height: 22px;
  font-variation-settings: "opsz" auto;
  color: #505050;
}

.swiper-video-container-text .swiper-wrapper .swiper-slide p::after,
.swiper-video-container-text .swiper-wrapper .swiper-slide p::before {
  content: '';
  position: absolute;
  width: 27.5px;
  height: 18px;
  background: url(../images/swiper_text_after_bg.webp) no-repeat;
}

.swiper-video-container-text .swiper-wrapper .swiper-slide p::after {
  top: -30px;
  left: 0;
}

.swiper-video-container-text .swiper-wrapper .swiper-slide p::before {
  bottom: -30px;
  right: 0;
}

.swiper-video-container-text .swiper-wrapper .swiper-slide-prev,
.swiper-video-container-text .swiper-wrapper .swiper-slide-next {
  /* width: 0 !important; */
  /* overflow: hidden;
  display: none; */
  /* opacity: 0 !important; */
}

.swiper-video-container-text .swiper-wrapper .swiper-slide-active {
  width: 100% !important;
  opacity: 1 !important;
  top: 0;
  left: 0;
}

/* .swiper-container-horizontal>.swiper-pagination-bullets {
  position: absolute;
} */

.customPraise-video-bg {
  position: absolute;
  width: 900px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;

  border-radius: 20px;
  background: #F6F9FF;
  box-shadow: 0px 0px 45px 0px rgba(156, 176, 217, 0.38);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: 2px solid #1E54EC !important;
  background: none !important;
  opacity: 1 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #1E54EC !important;
}

/* 首页 客户赠言 end*/

/* 客户案例 */



.text-box .text-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.text-box .text-item .text {
  width: 25%;
  overflow: hidden;
  /* 确保超出容器的文本被隐藏 */
  white-space: nowrap;
  /* 防止文本换行 */
  text-overflow: ellipsis;
}

/* 首页 保驾护航 begin*/

.SafetyEscort .wrapper[data-v-775543e8] {
  width: auto;
  margin: 0;
}

.Successful-con {
  margin: 0 auto;
  width: 100%;
}

.Successful-con .Successful-list {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: center;
  /* gap: 4px; */
}

.Successful-con .Successful-list .Successful-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 205px;
  width: 205px;
  justify-content: space-evenly;
  /* width: 14%; */
  /* border: 1px solid #5b8eeb; */
  transition: 350ms;
}

.Successful-con .Successful-list .Successful-item .Successful-item-img img {
  width: 80px;
}

.Successful-con .Successful-list .Successful-item p {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: bold;

  font-variation-settings: "opsz" auto;
  color: #01182A;
}

.Successful-item:hover {
  position: relative;
  z-index: 10;
  transform: translateY(-10px);
  /* box-shadow: 2px 2px 10px #000; */

  box-shadow: 0px 0px 40px 0px rgba(215, 224, 241, 0.5);

}

/* 首页 保驾护航 end*/
.gnqj1 {
  display: block;
  position: relative;
}

/* 导航栏 */
.gnqj {
  display: block;
  position: relative;
}

.gnqj_son {
  /* visibility: visible; */
  visibility: hidden;
  /* opacity: 0; */
  position: fixed;
  z-index: 1000;
  top: 67px;
  width: 100vw;
  height: 450px;
  left: 0;
  background: rgba(255 255 255 / 0.2);
  color: black;
  transition: visibility 0.1s ease;
  display: flex;
}

.gnqj_son_box {
  border-radius: 10px;
  width: 1100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  box-shadow: 0px 0px 5px #ccc;
  background-color: white;
}

.gnqj_son1 {
  /* visibility: visible; */
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  top: 70px;
  width: 60px;
  height: auto;
  left: -35px;
  background: rgba(255 255 255 / 0.98);
  padding: 10px 0;
  color: black;
  transition: visibility 0.1s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0px 0px 5px #ccc;
}

.gnqj_son_list {
  /* flex: 4; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* display: none; */
}

.gnqj1:hover .gnqj_son1 {
  visibility: visible;
  opacity: 1;
}

.gnqj:hover .gnqj_son {
  visibility: visible;
  opacity: 1;
}

.gnqj>a:hover .gnqj_son {
  visibility: visible;
  /* opacity: 1; */
}

.gnqj_son1 li {
  position: relative;
  width: 150px;
  height: 46px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.gnqj_son1 li a {
  text-align: center;
  /* padding: 12px 65px; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnqj_son li {
  position: relative;
  width: 280px;
  height: 46px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.gnqj_son li a {
  text-align: center;
  padding: 12px 65px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
  border-bottom: 1px solid #ececec;
}

.gnqj_son li a img {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 5px;
  height: 10px;
}

.gnqj_son li span {
  /* padding: 15px 20px; */
  margin: 0 auto;
  font-weight: bolder;
  color: #5688ed;
}

.gnqj_son li a:hover {
  background: #ececec;
}

.banner_ul li a {
  white-space: nowrap;
}

.wkblxt_size {
  font-size: 18px !important;
}

@keyframes my_first {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.8, 0.8);
  }
}

@keyframes my_second {
  0% {
    transform: scale(1, 1);
    border: 1px #16009b solid;
  }

  100% {
    transform: scale(1.2, 1.2);
    border: 1px #16009b00 solid;
    width: 70px;
    height: 70px;
  }
}

.header_ewm {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 32vh;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: my_second 1s linear 0s infinite;
}

.header_ewm_box {
  background: #f7fdff;
  margin-left: 4px;
  margin-top: 4px;
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
}

.ewmsm:hover .ewmShow {
  display: block;
}

.header_ewm_box a {
  animation: my_first 0.5s linear 0s infinite alternate;
  position: absolute;
}

.header_ewm_wxzx {
  position: fixed;
  z-index: 999;
  right: 16px;
  bottom: 28.5vh;
  font-size: 14px;
  position: fixed;
  border-radius: 5px;
  background-color: #fffbfb;
  padding: 3px;
}

.banner_ul_li:hover {
  background: #1b9dfb !important;
}

.ewmShow {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 29vh;
  right: 100px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 2px 2px 5px #ccc;
}

.gywm_gsmt {
  width: 400px;
}

* {
  font-family: Microsoft YaHei !important;
}

.canvas_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}


/* 客户案例 begin */

.case-con {
  width: 100%;
}

.case-con #pane-first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#pane-first .div-line {
  height: 20px;
  width: 100%;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.el-tabs__content .el-tab-pane .links-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 40px 0;
  justify-content: space-between;
  /* margin-bottom: 20px; */
  /* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); */
}

.el-tabs__content .el-tab-pane .links-box .last-button {
  flex: 1;
}


.el-tabs__content .el-tab-pane .links-box .el-button--default {
  padding: 0;
  margin: 0;
  background: none;
}


.el-tabs__content .el-tab-pane .links-box .el-button--default a {
  display: block;
  padding: 12px 20px;
  border-radius: 4px;
  background: linear-gradient(180deg, #F3F3FF 1%, #D1E4FF 98%), linear-gradient(90deg, #F3F3FF 0%, #F4FBFF 97%);
  font-family: Microsoft YaHei;
  font-size: 16px;

  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
}

.el-tabs__content .el-tab-pane .links-box .el-button--default a:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #3E78CA 1%, #25396F 98%);
}

.el-tabs .customer-box .card-box .title-box .line[data-v-54a41daa] {
  display: none;
}

.el-tabs .customer-box .card-box .title-box .title[data-v-54a41daa] {
  width: 100%;
  margin: 20px 0;
  line-height: 48px;
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-variation-settings: "opsz" auto;
  color: #333333;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(180deg, #F3F3FF 1%, #D1E4FF 98%), linear-gradient(180deg, #3E78CA 0%, #8CAFFC 97%);
}

.el-tabs .customer-box .card-box .title-box.active .title[data-v-54a41daa],
.el-tabs .customer-box .card-box .title-box .title[data-v-54a41daa]:hover {
  color: #FFFFFF;
  background: linear-gradient(180deg, #3E78CA 1%, #25396F 98%), linear-gradient(180deg, #3E78CA 0%, #8CAFFC 100%);
}


/* 客户案例 end */

/* 关于我们 begin */

.container-about-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.container-about-con {
  width: 1400px;
}
.about-top-box .about-top-con h3 {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei;
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;

  font-variation-settings: "opsz" auto;
  color: #111111;
}

.about-top-box .about-top-con p {
  margin-top: 10px;
}

.about-top-box .about-top-con p span {
  /* font-family: STFangsong; */
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
}

.about-top-box .about-top-con p span:first-child {
  color: #386DC5;
}

.about-top-box .about-top-con p span:last-child {
  color: #666666;
}

.container-about-con .about-img-txt {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.about-img .about-img-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-img .about-img-list .about-img1 {
  cursor: pointer;
  transition: all 0.3s;
}

.about-img .about-img-list .about-img1:hover {
  transform: scale(1.02);
}

.about-img .about-img-list .about-img2 {
  margin-top: 30px;
}

.about-img-txt .about-txt {
  margin-right: 100px;
}

.about-img-txt .about-txt p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 30px;
  text-align: justify;

  font-family: Microsoft YaHei;
  font-variation-settings: "opsz" auto;
  color: #3D3D3D;
}

.about-img-txt .about-txt p:last-child {
  margin-bottom: 0;
}


.container-fuwutixi {
  /*background-color: #3e78ca;*/
  margin: 10px auto 0;
}

.gshj_box {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gshj_box h1 {
  font-size: 28px;
  width: 100%;
  /*color: white;*/
  text-align: center;
  padding: 30px;
  font-weight: bold;
}

.gshj_box img {
  max-width: 100%;
  object-fit: contain;
}

/* 关于我们 end */

/* 新闻咨询 begin */
.news-box .new-list .wrapper .news-item img[data-v-e19a4e24] {
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}

.news-item .detail .title h2 a {
  font-family: Source Han Sans;
  font-size: 20px;
}

/* 新闻咨询 end */


/* 电子文档安全管理系统 begin */
.dzwdaqglxt-banner-con {
  width: 100%;
  max-width: 1920px;
  padding: 100px 0;
  background: url(/skin/images/dzwd_banner_001.webp) no-repeat center center;
}

.dzwdaqglxt-banner-txt h2 {
  font-size: 40px;
  font-weight: bold;
  color: #01182A;
}

.dzwdaqglxt-banner-txt p {
  font-size: 20px;
  color: rgba(61, 61, 61, 0.9);
}

.nacProduct-description-box {
  position: relative;
}

.nacProduct-description-box::after {
  content: '';
  position: absolute;
  left: 139px;
  top: 86px;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  opacity: 0.2;
  background: linear-gradient(59deg, #1E54EC 8%, #63E2EA 88%);
  box-shadow: 7px 14px 20px 0px rgba(146, 190, 255, 0.5), inset 2px -4px 10px 0px #A0C7FF;
}


.product-description-txt-con {
  overflow: hidden;
  text-align: justify;
}

.product-description-txt-con .product-description-txt {
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 0.19em;
  color: rgba(51, 51, 51, 0.9);
  /* display: contents; */
  text-align: justify;
}

.product-description-txt-con h2 {
  display: inline-block;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #1E54EC;
}

.product-description-txt-con h2 em {
  color: #000000;
}



.product-description-img-box {
  position: relative;
}

.product-description-img-box::after {
  content: '';
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 179px;
  height: 151px;
  opacity: 1;
  background: url('../images/product-description-img-bg.png') no-repeat center center;
  /* background: linear-gradient(63deg, #1E54EC 6%, #63E2EA 89%), #D8D8D8; */
}




.product-value-box {
  background: #F8F9FD;
}

.product-value-item {
  padding: 50px 20px 70px 20px;
  background: #ffffff;
  transition: all 0.3s;
}

.product-value-item:hover {
  box-shadow: 0px 4px 42px 0px rgba(215, 224, 241, 0.42);
  transform: translateY(-10px);
}

.product-value-item-img-show {
  position: relative;
  /* 确保 img 是相对定位的 */
  z-index: 1;
  /* 确保 img 在伪元素之上 */
}

.product-value-item-img-show::after {
  /* content: '';
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 150.61px;
  height: 85.64px;
  background: linear-gradient(272deg, rgba(45, 120, 255, 0.85) -22%, rgba(216, 216, 216, 0) 102%);
  filter: blur(31px);
  z-index: -1; */
}

.product-value-item-txt p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #01182A;
}

.product-value-item-txt p:last-child {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  text-align: justify;
}

.major-function-item-box {
  padding-top: 50px;
  box-shadow: 0px 4px 42px 0px rgba(215, 224, 241, 0.42);
  background: url(../images/major-function-item-bg.png) no-repeat top center;
  transition: all 0.3s;
}

.major-function-item-img {
  height: 140px;
}

.major-function-item-box:hover {
  box-shadow: 0px 4px 42px 0px rgba(215, 224, 241, 0.6);
  transform: translateY(-10px);
}


.function-container-top h2 {
  font-size: 20px;
  font-weight: bold;
  color: #01182A;
}

.function-container-top p {
  font-size: 16px;
  color: rgba(61, 61, 61, 0.9);
}

.major-function-item-txt {
  margin-top: 0 !important;
  padding: 30px 20px;
  /* margin-top: auto !important; */
}

.major-function-item-txt p:first-child {
  font-size: 20px;
  font-weight: bold;
  color: #01182A;
}

.major-function-item-txt p:last-child {
  font-size: 16px;
  line-height: 26px;
  color: #3D3D3D;
  text-align: justify;
}

/* 电子文档安全管理系统 end */

/* 准入系统 begin */

.dzwdaqglxt-banner-con.wlzr-banner-con {
  width: 100%;
  max-width: 1920px;
  padding: 220px 0;
  background: url(/skin/images/wlzr_banner.png) no-repeat center center;
  background-size: auto 100%;
}

.dzwdaqglxt-banner-con.wlzr-banner-con h3 {
  font-family: Microsoft YaHei;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #060606;
}

.dzwdaqglxt-banner-con.wlzr-banner-con h2 {
  font-family: Alimama ShuHeiTi;
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" auto;
  color: #0E2DC8;
}

.dzwdaqglxt-banner-con.wlzr-banner-con a {
  width: 179px;
  height: 63px;
  border-radius: 4px;
  background: #0E2DC8;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.solution-con {
  background: linear-gradient(90deg, #EDF4FF 0%, #F8FAFF 100%);
}

.solution-description-con p {
  font-family: Microsoft YaHei;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 26px;
  font-variation-settings: "opsz" auto;
  color: rgba(61, 61, 61, 0.9);
  text-align: justify;
}

.solution-item-con .solution-item-content {
  gap: 210px;
}


.solution-item-txtTitle h3 {
  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #01182A;
}

.solution-item-txtTitle h3 em {
  font-family: D-DIN;
  font-size: 47px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #1E54EC;
}

.solution-item-txtTitle span {
  margin-top: 18px;
}

.solution-item-txtCon p {
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
}

.advantage-plan .product-value-item-img-show::after {
  display: none;
}

.solution-item-icon-2 {
  position: relative;
}

.solution-item-icon-2::after {
  content: '';
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  width: 179px;
  height: 151px;
  opacity: 1;
  background: url(../images/product-description-img-bg.png) no-repeat center center
}

.consult-now-con {
  width: 100%;
  /* max-width: 1920px; */
  padding: 120px 0;
  background: url(/skin/images/wlzr_zixun.png) no-repeat center center;
  background-size: cover;
}

.consult-now-txt p {
  font-family: Microsoft YaHei;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
}

.consult-now-txt a {
  width: 160px;
  height: 46px;
  border-radius: 6px;
  border: 2px solid #333333;

  font-family: Microsoft YaHei;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
}

/* 准入系统 end*/



/* 公共样式 begin */

span.span-line-box {
  display: block;
  width: 90px;
  height: 4px;
  border-radius: 2px;
  position: relative;
  background: #63E2EA;
}

span.span-line-box::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 4px;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: #1E54EC;

  transition: all 0.3s ease-in-out;
}

.product-value-item:hover .product-value-item-txt span::after,
.system-item-con:hover .system-title-con span::after,
.behavior-item-con:hover .behavior-title-con span::after {
  width: 100%;
}

/* 公共样式 end */


.font-16,
p,
a,
span {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .banner_ul li a {
    white-space: normal;
  }

  .gnqj_son {
    height: auto !important;
    width: auto !important;
  }

  .gnqj_son li a {
    margin: 0 auto;
  }
}
