body {
  font-family: Source Han Sans;
}

.wrap {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}



header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  z-index: 9999;
  color: #000;
  background-color: #fff;
}

.pc-header .header-navs {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.pc-header .header-navs .nav-slider {
  position: absolute;
  top: 50%;
  left: 0;
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: 0.06rem;
  will-change: left, width;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .pc-header .header-navs .nav-slider {
    display: none;
  }
}
.pc-header .header-navs li {
  height: 100%;
  display: flex;
  align-items: center;

}

.navheader-title {
  font-size: 0.18rem;
  font-weight: normal;
  color: #000;
  transition: 0.3s;
  height: 100%;
  line-height: 1rem;
}

.navheader-title .sub-onemenu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  top: 1rem;
  background: #fff;
  padding: 0.2rem 0;
  box-shadow: 0 2px 6px 0 #0000004d;
  border-radius: 4px;
  line-height: 0.5rem;
  text-align: center;
}

.navheader-title .sub-onemenu a {
  color: black;
  font-size: 0.18rem;
}

.navheader-title .sub-menu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 1rem;
  background: #fff;
  padding: 0.2rem 0;
  box-shadow: 0 2px 6px 0 #0000004d;
  border-radius: 4px;
}

.sub-menu .nav-erjibigbox {
  display: flex;
  margin: auto;
  width: 12rem;
  justify-content: center;
}

.nav-erjibox .nav-erji:hover {
  color: #00a0e9;
  cursor: pointer;
}

.nav-erjibox .cpx {
  font-size: 0.18rem;
  height: 0.56rem;
  color: black;
  font-weight: 700;
  padding: 0 0.1rem;
  line-height: 0.56rem;
  text-align: center;
}

.navheader-title .sub-onemenu a:hover {
  color: #00a0e9;
}

.navheader-title .sub-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  height: 0.56rem;
  color: black;
}

.nav-erjibox {
  margin-right: 0 !important;
}

.nav-erjibox .nav-erjia {
  width: 2rem;

}

.nav-erjibox .nav-erji {
  color: black;
  font-size: 0.18rem;
  font-weight: 700;
  padding: 0 0.1rem;
  height: 0.5rem;
  line-height: 0.56rem;
  text-align: center
}

.navheader-title:hover .sub-menu,
.navheader-title:hover .sub-onemenu {
  display: block;
}





header.active {
  background-color: rgba(0, 0, 0, 0.5);
}

header .header-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  margin: 0 2.51rem;
}

header .header-wrap .logo img {
  width: 1.27rem;
  height: 0.6rem;
}

header .header-navs {
  display: flex;
  align-items: center;
}

header .header-navs li:not(:last-child) {
  margin-right: 0.48rem;
}

header .header-navs li.active .navheader-title {
  color: #00a0e9 !important;
}

header .header-navs li.active>a {
  color: #00a0e9 !important;
}


header .header-navs li a {
  font-size: 0.18rem;
  font-weight: normal;
  color: #000000;
  transition: 0.3s;
}

header .right-controls {
  display: flex;
  align-items: center;
}

header .right-controls .language-box {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  cursor: pointer;
  padding: 0.2rem 0;
}

.navheader-title .sub-menu a:hover {
  color: #00a0e9;
}

header .right-controls .search-box {
  display: none;
  position: relative;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

header .right-controls .search-box input {
  width: 3rem;
  height: 0.5rem;
  border: none;
  border-radius: 0.05rem;
  background-color: #fff;
  padding-left: 0.12rem;
  padding-right: 0.5rem;
  font-size: 0.16rem;
  color: #333;
}

header .right-controls .search-box input::placeholder {
  color: #cccccc;
}

header .right-controls .search-box .input-btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .right-controls .search-box .input-btn img {
  width: 0.2rem;
  display: block;
  filter: brightness(0);
}

/* 右侧悬浮联系栏 */
.side-contact {
  position: fixed;
  right: 0.2rem;
  bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  z-index: 9999;
}

.side-contact-item {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.12rem;
  background-color: #ffffff;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.side-contact-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.side-contact-phone {
  position: relative;
  overflow: visible; /* 覆盖父级 .side-contact-item 的 overflow:hidden，保证气泡不被裁剪 */
}

.side-contact-wechat {
  position: relative;
  overflow: visible;
}

.side-contact-wechat .wechat-tooltip {
  position: absolute;
  right: 0.76rem; /* 图标宽度(0.6rem) + 间距(0.16rem) */
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.12rem;
  background-color: #ffffff;
  border-radius: 0.16rem;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.side-contact-wechat .wechat-tooltip::after {
  content: "";
  position: absolute;
  right: -0.06rem;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0.07rem 0 0.07rem 0.07rem;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.side-contact-wechat .wechat-tooltip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.side-contact-wechat:hover .wechat-tooltip {
  opacity: 1;
}

.side-contact-phone .phone-tooltip {
  position: absolute;
  right: 0.76rem; /* 图标宽度(0.6rem) + 间距(0.16rem) */
  top: 50%;
  transform: translateY(-50%);
  padding: 0.08rem 0.18rem;
  background-color: #ffffff;
  border-radius: 0.16rem;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.16);
  font-size: 0.16rem;
  color: #3A4A5E;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.side-contact-phone .phone-tooltip::after {
  content: "";
  position: absolute;
  right: -0.06rem;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0.07rem 0 0.07rem 0.07rem;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.side-contact-phone:hover .phone-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.side-back-top {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: none;
  background-color: #ffffff;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 0;
  display: none;
}

.side-back-top img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  transform: rotate(90deg);
}

@media screen and (max-width: 1024px) {
  .side-contact {
    display: none;
  }
}

header .right-controls .search-btn {
  width: 0.18rem;
  margin-left: 0.2rem;
}

header .right-controls .search-btn img {
  width: 100%;
  display: block;
}

.banner {
  height: 10.24rem;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-slide {
  position: relative;
}

.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper .swiper-slide .center-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  height: 100%;
  padding-top: 2.4rem;
}

.banner .swiper .swiper-slide .center-content .title-one {
  font-size: 0.24rem;
  text-align: center;
}

.banner .swiper .swiper-slide .center-content .title-two {
  font-size: 0.48rem;
  text-align: center;
}

.banner .swiper .swiper-slide .center-content .title-three {
  font-size: 0.28rem;
  text-align: center;
}

.banner .swiper .swiper-slide .center-content .down-mouse {
  font-size: 0.12rem;
  text-align: center;
  padding-top: 3.8rem;
  padding-bottom: 0.15rem;
}

.banner .swiper .swiper-slide .center-content .down-arrowimg {
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 50%;
  transform: translateX(-50%);
}

.banner .swiper .swiper-slide .text-box {
  position: absolute;
  bottom: 1.5rem;
  left: 2.6rem;
  display: flex;
  flex-direction: column;
}


.banner .swiper .swiper-slide .text-box .common-btn:hover a {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.banner .swiper .swiper-slide .text-box .common-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #fff;
  background-color: #00a0e9;
  width: 2.4rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  transition: 0.3s;
}


.banner .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 0.44rem;
  height: 0.66rem;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border-radius: 0.1rem;
  left: 1rem;
  right: auto;
}

.banner .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  width: 0.44rem;
  height: 0.66rem;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border-radius: 0.1rem;
  right: 1rem;
  left: auto;
}

.banner .swiper-button-next:after,
.banner .swiper-rtl .swiper-button-prev:after {
  font-size: 0.16rem;
}

.banner .swiper-button-prev:after,
.banner .swiper-rtl .swiper-button-next:after {
  font-size: 0.16rem;

}

.banner .ban-pagination {
  position: absolute;
  top: 50%;
  left: 2.51rem;
  transform: translateY(-50%);
  z-index: 3;
}

.banner .ban-pagination ul li {
  width: auto;
  height: auto;
  border-radius: unset;
  background: unset;
  opacity: 1;
  cursor: pointer;
  display: flex !important;
  align-items: center;
}

.banner .ban-pagination ul li:not(:last-child) {
  margin-bottom: 0.2rem;
}

.banner .ban-pagination ul li.swiper-pagination-bullet-active .line {
  width: 0.3rem;
  margin-right: 0.15rem;
}

.banner .ban-pagination ul li.swiper-pagination-bullet-active .circle {
  border: 2px solid #fff;
  color: #fff;
  width: 0.4rem;
  height: 0.4rem;
}

.banner .ban-pagination ul li .line {
  width: 0;
  height: 0.03rem;
  margin-right: 0;
  background-color: #fff;
  transition: 0.3s;
}

.banner .ban-pagination ul li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.14rem;
  font-weight: bold;
}

.floor1 {
  position: relative;
  padding: 0.74rem 0 1.66rem;
}

.floor1 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.common-title {
  font-size: 0.42rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #091221;
}

.floor1 .product-left {
  border-radius: 12px 12px 0px 0px;
  opacity: 0.8;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  position: relative;
}

.floor1 .product-left .product-item {
  display: flex;
  align-items: center;
  width: 2.3rem;
  height: 0.52rem;
  border-radius: 0.06rem;
  background: #ffff;
  margin-left: 0.05rem;
  margin-bottom: 0.3rem;
  padding-left: 0.15rem;
  font-size: 0.16rem;
  cursor: pointer;
}

.floor1 .product-left .product-item:last-child {
  margin-bottom: 0;
}

.floor1 .product-left .product-item.active {
  background: #2468F2;
  color: white;
}

.floor1 .product-left .product-item .product-activeicon {
  display: none;
}

.floor1 .product-left .product-item.active .product-activeicon {
  display: block;
}

.floor1 .product-left .product-item.active .product-active {
  display: none;
}

.floor1 .product-left .product-item.active .product-rightbox {
  display: block;
}

.floor1 .product-left .product-item .product-rightbox {
  display: none;
  position: absolute;
  width: 12rem;
  left: 3.2rem;
  top: 0;
}

.floor1 .product-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.27rem;

}

.productsee-more {
  margin-top: -0.8rem !important;
}

.see-more {  
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.55rem;
  border-radius: 0.06rem;
  background: #2468F2;
  color: white;
  margin-top: 1.1rem;
  cursor: pointer;
  font-size: 0.16rem;
}

.see-more:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .3);
  transition: 3ms;
}

.see-more img {
  width: 0.2rem !important;
  height: 0.2rem !important;
  margin: 0 !important;
}

.product-right .introduct .subtitle {
  font-size: 0.32rem;
  font-weight: 500;
  color: #091221;
  margin-bottom: 0.2rem;
  margin-top: 0.97rem;
}

.product-right img {
  margin-top: 0.38rem;
  width: 5rem;
  height: 4.8rem;
  object-fit: contain;
}

.product-right .introduct .product-info {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: rgba(9, 27, 35, 0.6);

}

.floor2 {
  position: relative;
  padding: 1rem 0 2.37rem;
}

.floor2 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.floor2 .item-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.73rem;
  width: 6.87rem;
  margin: 0.42rem auto 0 auto;
}

.floor2 .item-box .items .is-answerbox {
  width: 1rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}

.floor2 .item-box .items.active {
  position: relative;
}

.floor2 .item-box .items.active .pointer-homebg {

  display: block;
}


.floor2 .item-box .items .pointer-homebg {
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  display: none;
}

.floor2 .item-box .items p {
  font-size: 0.16rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 0.15rem;
}

.floor2 .item-box .items img {
  width: 0.22rem;
  height: 0.22rem;
}

.floor2 .ny-box {
  padding-top: 1rem;
  width: 4rem;
}

.floor2 .ny-box .sub-title {
  font-size: 0.36rem;
  font-weight: 500;
  color: #FFFFFF;

}

.floor2 .ny-box p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.28rem;
  color: #FFFFFF;
}

.floor2 .ny-box .sub-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  column-gap: 0.9rem;
  padding: 0.4rem 0;
  font-size: 0.16rem;
  border-top: 0.01rem solid #eee;
  margin-top: 0.15rem;

}

.floor2 .ny-box .sub-items a {
  color: #FFFFFF;
}

.sub-itembox>div:not(:first-child) {
  display: none;
}

.floor3 {
  position: relative;
  padding: 1rem 0 1.15rem;
}

.floor3 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.floor3 .sub-title {
  font-size: 0.22rem;
  color: #767676;
  text-align: center;
  padding: 0.3rem 0 0.74rem 0;
}

/* Swiper容器样式 */
.floor3 .swiper {
  width: 100%;
  margin: 0 auto;
}


/* 轮播卡片样式 */
.floor3 .swiper-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}

.floor3 .swiper-box .swiper-item {
  background-color: #ffffff;
  border-radius: 0.08rem;
  border: 0.01rem solid #D8D8D8;
}

.floor3 .swiper-box .swiper-item:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1);
  transition: 300ms;
  transform: scale(1.05);
}

.floor3 .swiper-box .swiper-item img {
  width: 100%;
  object-fit: cover;
}

/* 卡片图片样式 */
.floor3 .swiper-slide img {
  width: 100%;
  height: 3rem;
  object-fit: cover;
  /* 保持图片比例填充容器 */
}

/* 卡片内容样式 */
.floor3 .slide-content {
  width: 100%;
  padding: 0.3rem 0.16rem;
}

.floor3 .slide-content h3 {
  font-size: 0.22rem;
  font-weight: 500;
  color: #091221;
  height: 0.64rem;
}

.floor3 .slide-content p {
  font-size: 0.16rem;
  /* 正文色/正文辅助色 */
  color: #767676;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最多显示2行 */
  -webkit-box-orient: vertical;
  padding: 0.17rem 0 0.5rem 0;
}

.floor3 .slide-content span {
  font-size: 0.14rem;
  color: #999999;

}

.see-morenews:hover {
  border-bottom: 0.01rem solid #2468F2;
  transition: 3ms;
}

.see-morenews {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #2468F2;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
  padding-top: 0.54rem;
  cursor: pointer;
}

.see-morenews img {
  width: 0.2rem;
  height: 0.2rem;
}

/* 导航按钮样式（可选） */
.floor3 .swiper-button-prev,
.floor3 .swiper-button-next {
  color: #666;
}

.service-title {
  padding: 0.8rem 0;
}

.floor4 {
  position: relative;
  padding: 1rem 0 0.6rem 0;
}

.home-contact {
  padding: 0 !important;
  height: 5.6rem;
}

.home-contact .sub-title {
  padding-top: 0.4rem;
}

.floor4 .bg-img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 11rem;
  background-color: #edf2f9;
}

.floor4 .input-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
  width: 5.5rem;
  padding-bottom: 0.5rem;
}

.floor4 .input-list .input-item {
  height: 0.9rem !important;
  grid-column: span 2;
}

.floor4 .input-list .input-box {
  width: 100%;
  height: 0.5rem;
  background: #ffffff;
  border: 0.01rem solid #D8D8D8;
  border-radius: 0.06rem;
}
.floor4 .input-list .input-box:hover {
  border: 0.01rem solid #2468F2;
}
.floor4 .input-list .input-box:hover input {
  color: #2468F2;
}
.floor4 .input-list .input-box input {
  width: 100%;
  font-size: 0.15rem;
  line-height: 0.5rem;
  padding-left: 0.18rem;
}

.floor4 .submit-btn {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #2468F2;
  cursor: pointer;
}

.floor4 .submit-btn:hover {
  background-color: #2468F2;
}

.floor4 .submit-btn:hover button {
  color: #fff;
}

.floor4 .submit-btn button {
  font-size: 0.16rem;
  color: #2468F2;
}

.dis-flex {
  display: flex;
}

.flex {
  flex: 1
}

.floor4 .sub-title {
  font-size: 0.28rem;
  font-weight: bold;
  color: #091221;
}

.floor4 .sub-mtitle {
  font-size: 0.16rem;
  color: #091221;
  padding: 0.15rem 0 0.45rem 0;
}

.floor4 .company-img {
 position: absolute;
  right: 0;
  top: 0;
  height: 5.6rem;
  width: 8.2rem;
}

.floor5 {
  padding: 1rem 0.24rem 0.86rem 0.24rem;
}

.floor5 .list-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem 0.15rem;
  padding: 0.6rem 0 0 0;
}

.floor5 .list-box .list-tag {
  padding: 0.04rem 0.1rem;
  font-size: 0.12rem;
  color: #091221;
  border-radius: 0.06rem;
}

.floor5 .list-box .list-item:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1);
  transition: 300ms;
  transform: scale(1.02);
}

.product-intros .intros-item img:hover {
  transition: 300ms;
  transform: scale(1.02);
}

.floor5 .list-box .list-item:nth-child(1) .list-tag {
  background: #DEECFF;
}

.floor5 .list-box .list-item:nth-child(2) .list-tag {
  background: #DBF7E8;
}

.floor5 .list-box .list-item:nth-child(3) .list-tag {
  background: #E2DFFF;
}

.floor5 .list-box .list-item:nth-child(4) .list-tag {
  background: #E2DFFF;
}

.floor5 .list-box .sub-title {
  font-size: 0.22rem;
  font-weight: 500;
  /* 正文色/正文色 */
  color: #1A1A1A;
  padding: 0.15rem 0;
  white-space: nowrap;
  /* 防止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  width: 3.5rem;
}

.floor5 .list-box .sub-mtitle {
  font-size: 0.14rem;
  /* 正文色/正文辅助色 */
  color: #767676;
  padding-bottom: 0.27rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 4rem;
  /* 必须设置宽度 */
}

.floor5 .list-box .list-item .see-mores {
  font-size: 0.14rem;
  color: #091221;
  display: flex;
  align-items: center;
}

.floor5 .list-box .list-item .see-mores img {
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.06rem;
}

.floor5 .list-box .list-item {
  border-radius: 0.12rem;
  background: #FFFFFF;
  border: 0.01rem solid #EEEEEE;
  padding: 0.22rem 0.25rem 0.3rem 0.2rem;
}

.floor6 {
  padding: 1rem 0;
  position: relative;
}

.floor6 .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.floor6 .sub-title {
  font-size: 0.22rem;
  text-align: center;
  /* 正文色/正文辅助色 */
  color: #767676;
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
}

.floor6 .customSwiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}

.floor6 .customSwiper .swiper-item-active {
  padding: 0.2rem;
  background: #F1F6FE !important;
  grid-column: span 2;
}

.floor6 .customSwiper .swiper-item-active .isinfo-block {
  display: block !important;
}

.floor6 .customSwiper .swiper-item-active .isinfo-none {
  display: none !important;
}

.floor6 .customSwiper .swiper-slide .isinfo-block {
  display: none;
}

.floor6 .customSwiper .swiper-slide .isinfo-none {
  display: block;
}

.floor6 .customSwiper .swiper-item {
  height: 3.51rem;
  border-radius: 0.12rem;
  background: #1B70E0;
  position: relative;
}

.floor6 .customSwiper .swiper-item:nth-child(2) {
  padding: 0.2rem;
  background: #FF6A00;
}


.floor6 .customSwiper .swiper-item .right-intro {
  padding-left: 0.37rem;
}

.floor6 .customSwiper .swiper-item .right-intro .product-info {
  font-size: 0.16rem;
  color: #091221;
  padding: 0.76rem 0 0.64rem 0;
}

.floor6 .customSwiper .swiper-item .right-intro .geren-intro {
  display: flex;

  img {
    width: 0.36rem;
    height: 0.36rem;
    object-fit: cover;
  }
}

.floor6 .customSwiper .swiper-item .right-intro .geren-intro .is-boss {
  padding-left: 0.1rem;
}

.floor6 .customSwiper .swiper-item .right-intro .geren-intro .is-boss .name {
  font-size: 0.14rem;
  color: #091221;
}

.floor6 .customSwiper .swiper-item .right-intro .geren-intro .is-boss .emis {
  font-size: 0.12rem;
  color: #767676;
  padding-top: 0.06rem;
}

.floor6 .customSwiper .swiper-item .icon {
  position: absolute;
  top: 0.27rem;
  left: 0.28rem;
}

.floor6 .customSwiper .swiper-item .arrow {
  position: absolute;
  bottom: 0.27rem;
  right: 0.28rem;
}

.floor6 .friend-box .scroll-box {
  overflow: hidden;
  margin: 0 auto;
}

.floor6 .friend-box .scroll-box:nth-child(odd) {
  width: 100%;
}

.floor6 .friend-box .scroll-box:nth-child(odd) .friend-list {
  animation: scroll-left 20s linear infinite;
}

.floor6 .friend-box .scroll-box:nth-child(even) {
  width: 100%;
}

.floor6 .friend-box .scroll-box:nth-child(even) .friend-list {
  animation: scroll-right 20s linear infinite;
}

.floor6 .friend-box {
  padding-top: 1.17rem;
}

.friend-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.floor6 .friend-box .friend-list .img-box {
  width: 2.5rem;
  border-radius: 0.12rem;
  background: #FFFFFF;
  box-sizing: border-box;
  /* 描边色/描边浅色 */
  margin-left: 0.2rem;
  margin-bottom: 0.3rem;
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1);
  padding: 0.1rem 0;
}

.floor6 .friend-box .friend-list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-17.5rem);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-19.2rem);
  }

  100% {
    transform: translateX(0);
  }
}

.product-banner {
      position: relative;
    margin-top: 1rem;
    height: 6rem;
}

.product-banner .banbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-banner .productbanner-content {
  width: 6.86rem;
  position: relative;
  z-index: 2;
  color: white;
  padding-top: 1.66rem;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.product-banner .productbanner-content .title-one {
  font-size: 0.24rem;
  /* 纯白 */
  color: #FFFFFF;
}

.product-banner .productbanner-content .title-two {
  font-size: 0.48rem;
  /* 纯白 */
  color: #FFFFFF;
  padding: 0.2rem 0;
}

.product-banner .productbanner-content .title-three {
  font-size: 0.20rem;
  /* 纯白 */
  color: #FFFFFF;
}

.breadnavs {
  position: relative;
  z-index: 2;
}

.breadnavs .wrap {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  height: 0.6rem;
}

.breadnavs .wrap .title {
  font-size: 0.14rem;
  color: #1A1A1A
}

.breadnavs .wrap .title-sub {
  font-size: 0.14rem;
  color: #767676
}


.product-floor1 .banbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.product-floor1 .title-one {
  font-size: 0.42rem;
  color: #091221;
  text-align: center;
}

.product-floor1 {
  position: relative;
  padding: 0.66rem 0 1.4rem 0;
}

.product-floor1 .title-two {
  font-size: 0.22rem;
  /* 正文色/正文辅助色 */
  color: #767676;
  text-align: center;
  padding: 0.2rem 0 1rem 0;
}

.product-floor1 .infor-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3rem;
}

.product-floor1 .infor-box .infor-left {
  padding-top: 1.14rem;
}

.product-floor1 .infor-box img {
  width: 4.65rem;
  height: 4.8rem;
}
.product-floor1 .infor-box img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.product-floor1 .infor-box .infor-left .infor-title {
  font-size: 0.32rem;
  color: #000000;
  padding-bottom: 0.32rem;
}

.product-floor1 .infor-box .infor-left .infor-detail {
  font-size: 0.18rem;
  font-weight: 350;
  line-height: 0.32rem;
  color: #091B23;
}
.product-floor1 .infor-box .infor-left .infor-detail:hover {
  color: #007AFF;
}
.product-boxs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.22rem;
}



.product-boxs .img-box {
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-boxs .img-box img {
  width: 100%;
  height: 1.7rem;
  object-fit: contain;
}

.product-boxs .realvalue-item .realvalue-title {
  font-size: 0.2rem;
  line-height: 0.32rem;
  /* 正文色/正文色 */
  color: #1A1A1A;
  text-align: left;
  padding: 0.2rem 0;
}

.product-boxs .realvalue-item .realvalue-info {
  font-size: 0.14rem;
  color: #666666;
  text-align: left;
}

.product-boxs p {
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  /* 正文色/正文色 */
  color: #1A1A1A;

}

.product-floor1 .item-title {
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #151B26;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}

.system-characteristics {
  width: 100%;
  display: block;
  object-fit: cover;
}

.product-floor1 .manage-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.22rem;
}

.product-floor1 .manage-box .manage-item {
  height: 2.5rem;
  border-radius: 0.25rem;
  background: #FFFFFF;
  padding: 0.4rem 0.2rem 0.2rem 0.4rem;
}

.product-floor1 .manage-box .manage-item:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1)
}



.product-floor1 .manage-box .manage-item img {
  margin-left: auto;
  margin-top: 0.3rem;
  max-width: 1.93rem;
  max-height: 1.2rem;
}

.swiper-father {
  position: relative;
  width: 16rem;
  margin: auto;
}

.solution-wrap {
  width: 14rem;
  margin: 0 auto;
}

/* 新闻中心不显示大于1024的时候 */
.swiper-fatherphone {
  display: none;
}

.product-floor1 .product-boxs .solution-items .img-box {
  border-radius: 0.12rem;
  border: 0.01rem solid #D8D8D8;
  margin-bottom: 0.24rem;
}

.product-floor1 .product-boxs .solution-items .watch-more {
  width: 1.2rem;
  height: 0.42rem;
  border-radius: 0.12rem;
  border: 0.01rem solid #2468F2;
  text-align: center;
  color: #2468F2;
  line-height: 0.42rem;
  margin: 0.2rem auto;
  cursor: pointer;
}

.product-floor1 .solution-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}

.product-floor1 .solution-box .title-one {
  font-size: 0.32rem;
  text-align: left;
  color: #000000;
}

.product-floor1 .solution-box .solution-info {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.36rem;
  /* 正文色/正文辅助色 */
  color: #767676;
  padding-top: 0.4rem;
}

.product-floor1 .solution-box .solution-right .zhihui-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-floor1 .solution2-boxs .solution-items .img-box {
  border-radius: 0.12rem;
  border: 0.01rem solid #D8D8D8;
  margin-bottom: 0.24rem;
  height: 3.26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  position: relative;
overflow: hidden;
}

.product-floor1 .solution2-boxs .solution-items .img-box img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.product-floor1 .solution2-boxs .solution-items p {
  font-size: 0.18rem;
}


.product-floor1 .solution2-boxs .solution-items:hover p {
  color: #00a0e9 !important;
}

.product-floor1 .solution2-boxs .solution-items .img-box:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.product-floor1 .solution2-boxs .solution-items .watch-more {
  width: 1.2rem;
  font-size: 0.16rem;
  height: 0.42rem;
  border-radius: 0.12rem;
  border: 0.01rem solid #2468F2;
  text-align: center;
  color: #2468F2;
  line-height: 0.42rem;
  margin: 0.2rem auto;
  cursor: pointer;
}

.solution2-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.functionality-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.12rem;
}

.functionality-box .functionality-item {
  height: 2.6rem;
  background: #FFFFFF;
  border-radius: 0.12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.functionality-box .functionality-item .functionality-img {
  width: 0.88rem;
  height: 0.88rem;
}

.functionality-box .functionality-item:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1)
}

.functionality-box .functionality-item:hover .functionality-img {
  transform: scale(1.2);
  transition: 0.3s;
}

.functionality-box .functionality-item:hover p {
  color: #00a0e9 !important;
}

.functionality-box .functionality-item p {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #000000;
  padding-top: 0.25rem;
}

.about-infor {
  width: 11rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  text-align: center;
  /* 正文色/正文辅助色 */
  color: #767676;
  margin: auto;
  padding-bottom: 0.3rem;
}

.company-count {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 0 1.6rem; */
  padding-top: 0.6rem;
  width: 9rem;
  margin: auto;
}

.company-count .count-num {
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 0.28rem;
  text-align: center;
  color: #2468F2;
  padding-bottom: 0.2rem;
}

.company-count .count-title {
  font-size: 0.16rem;
  text-align: center;
  color: #767676;
}

.about-bg {
  position: relative;
  margin-top: -5rem;
}

.about-bg .about-bg1 {
  margin: 0 auto;
  width: 90%;
}

.about-bg .ccrfid {
  position: absolute;
  top: 76px;
  left: 5%;
  z-index: -1;
  width: 90%;
}

.culture-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}

.culture-box .culture-item {
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
  height: 4.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
}

.culture-box .culture-item:hover {
  box-shadow: 0 0.12rem 0.32rem rgba(0, 0, 0, 0.25);
  transform: translateY(-0.04rem);
}

.culture-box .culture-item .culture-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}

.culture-box .culture-item:hover .culture-bg {
  transform: scale(1.1);
}

.culture-box .culture-item .culture-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}

.culture-box .culture-item .culture-content h3 {
  font-size: 0.32rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #ffffff;
  text-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.3);
}

.culture-box .culture-item .culture-content div {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #ffffff;
  text-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.3);
}

.culture-box .culture-item .culture-content p {
  margin: 0.1rem 0;
  color: #ffffff;
}

.create-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.62rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  place-items: center;
}

.create-box img {
  width: 6.8rem;
  max-height: 3.6rem;
}

.create-title {
  font-weight: 400;
  font-size: 0.32rem;
  padding-bottom: 0.5rem;
  color: #1A1A1A;
}

.create-info {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #1A1A1A;
}

.persist-info {
  font-size: 0.18rem;
  line-height: 0.32rem;
  /* 正文色/正文辅助色 */
  color: #767676;
}


.company-introduct {
  padding: 1rem 0 1.3rem 0;
  position: relative;
}

.company-introduct .develop-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* 导航容器 */
.site-nav {
  display: flex;
}

/* 导航项基础样式 */
.nav-item {
  margin-right: 0.7rem;
  font-size: 0.18rem;
  text-align: center;
  /* 正文色/正文色 */
  color: #1A1A1A;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 激活状态样式 */
.nav-item.active {
  position: relative;
  font-size: 0.24rem;
  font-weight: 500;
  text-align: center;
  color: #2468F2;
}

.nav-item.active::after {
  position: absolute;
  content: '';
  bottom: -0.1rem;
  left: 50%;
  width: 0.67rem;
  height: 0.03rem;
  background-color: #2468F2;
  transform: translateX(-50%);
}

.news-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  padding-top: 1.2rem;
}

.news-box .news-item {
  border-radius: 0.25rem;
  background: #FFFFFF;
  border: 0.01rem solid #EEEEEE;
}

.news-box .news-item:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1);
  transition: 300ms;
  transform: scale(1.02);
}

.news-box .news-item .news-content {
  padding: 0.45rem 0.6rem 0.45rem 0.25rem;
}

.news-box .news-img {
  height: 2.98rem;

}

.news-box .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem 0.25rem 0 0;
}

.news-box .news-item .news-content .titles-one {
  font-size: 0.2rem;
  line-height: 0.28rem
}

.news-box .news-item .news-content .titles-two {
  font-size: 0.24rem;
  line-height: 0.32rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最多显示2行 */
  -webkit-box-orient: vertical;
  height: 0.64rem;
  overflow: hidden;
  margin: 0.25rem 0;
}

.news-box .news-item .news-content .titles-three {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #9E9E9E;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最多显示2行 */
  -webkit-box-orient: vertical;
  height: 0.64rem;
  overflow: hidden;
}

.container {
  padding: 0.4rem 0;
}

.container .wrap .newspaper-list p {
  font-size: 0.18rem;
  color: #1A1A1A;
  line-height: 1.8em;
  text-align: justify;
  margin-bottom: 0.4rem;
}

.container .wrap .newspaper-list .top .title {
  font-weight: normal;
  text-align: center;
  font-size: 0.32rem;
  color: #000000;
}

.container .wrap .newspaper-list .top .introduce {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  margin: 0.3rem 0 0.58rem 0;
  color: #767676;
}

.container .wrap .newspaper-list .top .introduce .release-date {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.container .wrap .newspaper-list .top .introduce div {
  padding: 0 0.2rem;
}

.container .wrap .newspaper-list .content {
  padding: 0.38rem 0 0.44rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.3rem;
}

.container .wrap .newspaper-list .content img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto 0.4rem auto;
}

.container .wrap .newspaper-list .gobtn {
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #333;
}

.container .wrap .newspaper-list .gobtn div {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #767676;
  cursor: pointer;
}

.container .wrap .newspaper-list .gobtn div:hover {
  color: #2468F2;
}

.gocenter {
  color: #2468F2 !important;
}

.hire-tab {
  display: flex;
  justify-content: center;
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}

.hire-box {
  border-radius: 0.12rem;
  background: #F2F6FA;
  padding: 0.3rem 0.7rem 0.3rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.hire-box .hire-hide {
  display: none;
}

.hire-box .hire-name {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #151B26;
  padding-right: 0.2rem;
}

.hire-box .hire-didian-img {
  width: 0.16rem;
  height: 0.16rem;
}

.hire-box .hire-didian {
  font-size: 0.14rem;
  line-height: 0.32rem;
  /* 正文色/正文辅助色 */
  color: #767676;
}

.hire-box .hire-content {
  font-size: 0.16rem;
  line-height: 0.28rem;
  /* 正文色/正文色 */
  color: #1A1A1A;
}

.hire-box .toudi {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.hire-box .toudi:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1);
}

.hire-box .toudi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recommendate-title {
  font-size: 0.32rem;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  padding: 0.65rem 0 0 0;
}

.AIznt-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}

.AIznt-boxs .AIznt-items {
  background: #F2F6FA;
  height: 5.4rem;
  border-radius: 0 0 0.12rem 0.12rem;
}

.AIznt-boxs .AIznt-items:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .1)
}

.AIznt-boxs .AIznt-items .AIznt-img img {
  width: 100%;
  height: 2.8rem;
  object-fit: fill;
}

.AIznt-boxs .AIznt-items .AIznt-content {
  padding: 0.3rem 0.24rem;
}

/* AIznt-title
AIznt-sub AIznt-subtitle AIznt-subinfo */

.AIznt-boxs .AIznt-items .AIznt-content .AIznt-title {
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.32rem;
  padding-bottom: 0.3rem;
  color: #091B23;
}

.AIznt-boxs .AIznt-items .AIznt-content .AIznt-sub {
  border-top: 1px solid #D8D8D8;
  padding-top: 0.3rem;
}

.AIznt-boxs .AIznt-items .AIznt-content .AIznt-sub .AIznt-subtitle {
  font-weight: 400;
  font-size: 0.2rem;
  color: #091B23;
  line-height: 0.32rem;
}

.AIznt-boxs .AIznt-items .AIznt-content .AIznt-sub .AIznt-subinfo {
  font-weight: 400;
  font-size: 0.16rem;
  color: #091B23;
}
.AIznt-boxs .AIznt-items .AIznt-content:hover  .AIznt-subtitle,.AIznt-boxs .AIznt-items .AIznt-content:hover  .AIznt-subinfo{
  color: #2468F2;
}
.empowerment-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 0.15rem;
  padding-bottom: 0.7rem;
  width: 11.05rem;
  margin-left: 3rem;
  margin-top: 1rem;
}



.empowerment-box .empowerment-item {
  position: relative;
  height: 1.6rem;
}

.empowerment-box .empowerment-item .empowerment-content {
  position: relative;
  z-index: 2;
  padding: 0.38rem 0.5rem 0 0.26rem;
}

.empowerment-box .empowerment-item-right {
  padding-left: 0.3rem;
}

.empowerment-box .empowerment-item img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  height: 100%;
}

.empowerment-box .empowerment-item.active .empowerment-title {
  position: relative;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.32rem;
  /* 纯白 */
  color: #FFFFFF;
  padding: 0 0 0.2rem 0.16rem;
}

.empowerment-box .empowerment-item .empowerment-title {
  position: relative;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #091B23;
  padding: 0 0 0.2rem 0.16rem;
}

.empowerment-box .empowerment-item .empowerment-title::before {
  position: absolute;
  content: '';
  width: 0.06rem;
  height: 0.26rem;
  background: #2468F2;
  left: 0rem;
  top: 0.02rem;
}

.empowerment-box .empowerment-item.active .empowerment-info {
  font-size: 0.15rem;
  font-weight: normal;
  line-height: normal;
  /* 纯白 */
  color: #FFFFFF;

}

.empowerment-box .empowerment-item .empowerment-info {
  font-size: 0.15rem;
  font-weight: normal;
  line-height: normal;
  color: #767676;
}

.technology-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.31rem;
}

.technology-box img {
  width: 8rem;
  height: 5.5rem;
  object-fit: contain;
}
.technology-box img:hover{
  transform: scale(1.1);
}
.technology-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.technology-intro .technology-title {
  font-size: 0.32rem;
  color: #000000;
  padding-bottom: 0.32rem;
}

.technology-intro .technology-info {
  font-size: 0.18rem;
  font-weight: 350;
  line-height: 0.32rem;
  color: #091B23;
}
.technology-intro .technology-info:hover,.product-intros .intros-item p:hover ,.product-boxs .realvalue-item .realvalue-title:hover{
  color: #2468F2;
}
.issub-title {
  font-size: 0.36rem;
  font-weight: 500;
  color: #000000;
  text-align: center;

}

.issub-title-two {
  font-size: 0.22rem;
  line-height: 0.28rem;
  font-weight: normal;
  text-align: center;
  color: #9E9E9E;
  padding-top: 0.3rem;
  margin-bottom: 1rem;
}

.product-intros {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem 0.27rem;
  margin-top: 1.09rem;
}

.product-intros .intros-item p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  /* 正文色/正文色 */
  color: #1A1A1A;
  text-align: center;
  padding: 0 0.38rem;
  margin-top: 0.25rem;
}

.product-intros .intros-item img {
  width: 3.3rem;
  height: 3.3rem;
}

/* AR 产品介绍悬浮遮罩图片容器 */
.product-intros .intros-item .img-box {
  position: relative;
  width: 3.3rem;
  height: 3.3rem;
  overflow: hidden;
  border-radius: 0.24rem;
}

.product-intros .intros-item .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}

.scence-floor {
  padding: 1rem 0 0.3rem 0;
}

.scence-img {
  padding-top: 0.6rem;
}

.scence-img img {
  width: 100%;
  height: 6.28rem;
  object-fit: cover;
}

.parameters-floor {
  position: relative;
  padding: 1rem 0 1.92rem 0;
}

.param-table {
  padding-top: 0.76rem;
}

/* 参数行样式 */
.param-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 0.15rem;
  height: 0.5rem;
}



.param-name {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.5rem;
  text-align: center;
  /* 正文色/正文色 */
  color: #1A1A1A;
  background: #F8FAFF;

}
.param-name:hover{
   font-weight: 700;
}
.param-value {
  text-align: center;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.5rem;
  /* 正文色/正文辅助色 */
  color: #767676;
  background: #ffffff;
}
.param-value:hover{
  color: #2468F2;
     font-weight: 700;
}
.parameters-floor .banbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talent-box {
  display: flex;
  align-items: center;
}

.talent-reverse {
  flex-direction: row-reverse;
  margin-top: 0.5rem;
}

.talent-reverse .talent-info {
  padding-left: 0;
  padding-right: 0.2rem;
}

.talent-box img {
  width: 7.8rem;
  height: 4.6rem;
  border-radius: 0.25rem;
  object-fit: cover;
}

.talent-box .talent-info {
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.42rem;
  /* 正文色/正文色 */
  color: #1A1A1A;
  padding-left: 0.2rem;
}



.staff-style {
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}

.staff-style .staff-item:hover img {
  transition: 300ms;
  transform: scale(1.02);
}

.staff-style .staff-item:nth-child(odd) img {
  width: 3.6rem;
  height: 4.2rem;
  border-radius: 0.12rem;
}

.staff-style .staff-item:nth-child(even) img {
  width: 3.6rem;
  height: 5rem;
  border-radius: 0.12rem;
}

.staff-style .staff-ifo {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.56rem;
  /* 正文色/正文色 */
  color: #1A1A1A;
}

.frequently-box {
  padding: 0.58rem 0 0.2rem 0;
}

.frequently-search {
  display: flex;
  justify-content: center
}

.frequently-search input {
  width: 3.44rem;
  height: 0.5rem;
  border-radius: 0.06rem 0 0 0.06rem;
  background: #FFFFFF;
  border: 0.01rem solid #EEEEEE;
  padding-left: 0.22rem;
  font-size: 0.15rem;
}

.frequently-search button {
  width: 0.8rem;
  height: 0.5rem;
  border-radius: 0 0.06rem 0.06rem 0;
  background: #2468F2;
  border: 0.01rem solid #EEEEEE;
  color: white;
  font-size: 0.15rem;
  cursor: pointer;
}

.frequently-content {
  display: flex;
  padding-top: 0.37rem;
  border-top: 0.01rem solid #eeeeee;
  margin-top: 0.46rem;
}

/* 左侧导航栏 */
.left-nav {
  width: 2.8rem;
  border-radius: 0.06rem;
  background: #F2F6FA;
  padding: 0.27rem 0 0 0.22rem;
}

.left-nav .class-title {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  color: #000000;

}


.left-nav ul li {
  padding: 0.2rem 0 0.2rem 0.15rem;
  cursor: pointer;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: normal;
  /* 正文色/正文色 */
  color: #1A1A1A;

}

.left-nav ul li:hover {
  background-color: #fff;

  color: #00a0e9 !important;
}

/* 右侧内容区域 */
.right-content {
  flex: 1;
  padding: 0 0.2rem 0.2rem 0.56rem;
}

.question-item {
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
}

.question-item .question-titles {
  img {
    width: 0.18rem;
    height: 0.18rem;
    object-fit: cover;
  }
}

.question-item .question-titles:hover p {
  color: #00a0e9 !important;
}

.question-item .question-titles p {
  font-size: 0.18rem;
  /* 正文色/正文色 */
  color: #1A1A1A;


}

.question-item .answer p {
  font-size: 0.15rem;
  /* 正文色/正文辅助色 */
  color: #767676;
}

.question-item p {
  margin-bottom: 5px;
}

.answer {
  display: none;
}

.question-item.active .answer {
  display: block;

}

.question-titles {
  display: flex;
  justify-content: space-between;
}

.class-page-tisi {
  display: flex;
  justify-content: space-between;
}

.class-page-tisi .tisi-left {
  font-size: 0.12rem;
  color: #2468F2;
}

.class-page-tisi .tisi-right {
  color: #999999;
}

/* 1 */
.current-page {
  font-weight: 400;
  font-size: 0.14rem;
  color: #767676
}

.AOA-product-title {
  font-size: 0.42rem;
  font-weight: bold;
  color: #091221;
  padding-bottom: 0.55rem;
}

.AOA-subtitle {
  font-size: 0.42rem;
  font-weight: bold;
  color: #091221;
  padding-bottom: 0.9rem;
}

.AOA-smalltitle {
  font-size: 0.32rem;
  color: #000000;
  padding-bottom: 0.53rem;
}

.AOA-product {
  padding: 0.54rem 0 2.7rem 0
}

.AOA-product .AOA-product-box {
  border-radius: 0.25rem;
  background: #F2F6FA;
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0.45rem;
  margin-bottom: 0.3rem;
}

.AOA-product .AOA-product-box .AOA-right-img {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0.5rem;
}

.AOA-product .AOA-product-box .AOA-right-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.AOA-product .AOA-product-box:hover {
  box-shadow: 0 0.02rem 0.12rem 0 rgba(0, 0, 0, .2);
}

.AOA-product .AOA-product-box .AOA-right-img img:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.AOA-params {
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 0.1rem;
}
 .overlay-content .AOA-params .params-desc {
flex: 1 1 auto;
text-align: left;
}
.development-swiper {
  position: relative;
  width: 16rem;
  margin: auto;
}

.development-swiperfather .swiper-button-next,
.development-swiperfather .swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
}

.development-swiperfather .swiper-button-next {
  right: 1.4rem;

}

.development-swiperfather .swiper-button-prev {
  left: 1.4rem;
}

.custom-dot {
  position: relative;
  margin-top: 1rem;
}

.dot-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0.01rem;
  background-color: #ccc;
  transform: translateY(-50%);
}

.custom-pagination {
  display: flex;
  width: 85% !important;
  justify-content: space-around;
  left: 0;
  margin: auto;
}

.custom-pagination::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.01rem;
  /* background-color: red; */
  top: 15%;
}

.custom-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  /* 指示点图片宽度 */
  height: 0.16rem;
  background-color: blue;
  border-radius: 50%;

  /* 未选中状态图片 */
  position: relative;
  opacity: 1;
}

.custom-pagination .swiper-pagination-bullet-active {
  width: 0.16rem;
  /* 指示点图片宽度 */
  height: 0.16rem;
  background-color: blue;
  border-radius: 50%;
  /* 选中状态图片 */
  position: relative;
}

.custom-pagination .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-color: lightblue;
  top: -50%;
  z-index: -1;
  left: -50%;

}

.custom-pagination .custom-year {
  position: absolute;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #767676;
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
}


.custom-pagination .swiper-pagination-bullet-active .custom-year {
  position: absolute;
  top: 0.6rem;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.32rem;
  color: #2468F2;
  left: 50%;
  transform: translateX(-50%);

}

.development-history‌‌content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
  width: 12rem;
  margin: auto;
}

.development-content h3 {
  font-size: 0.32rem;
  line-height: 0.32rem;
  /* 正文色/正文色 */
  color: #1A1A1A;
  padding-bottom: 0.27rem;
}

.development-content p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  /* 正文色/正文辅助色 */
  color: #767676;
}

.development-img {
  width: 5.5rem;
  max-height: 3.2rem;
  border-radius: 0.25rem;
}

.development-swiperfather {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.total-pages {
  /* /12 页 */
  font-weight: 400;
  font-size: 0.12rem;
  color: #999999
}

#focus_Box3 {
  width: 1360px;
  margin: 0 auto;
  height: 700px;
  margin: 1rem auto 0;
}

#focus_Box3 li {
  background: url(../images/bg3.png) no-repeat top center/100%;
  padding: .5rem 0 0 1.2rem;
  width: 460px;
  height: 700px;
  filter: blur(2px) brightness(0.5);
}

#focus_Box3 .swiper-slide-active {
  padding: 1rem 0 0 1.5rem;
  filter: none;
}

#focus_Box3 .swiper-button-prev,
#focus_Box3 .swiper-button-next {
  padding: .8rem 0 1.1rem;
}

#focus_Box3 li .rw {
  width: 110%;
  height: auto;


}

#focus_Box3 li .rw>span {
  font-size: .25rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #FFF4DE;
}

#focus_Box3 li .rw .bg {
  background: #F8E2BD;
  border-radius: 20px;
  padding: 20px 20px 10px;
}

#focus_Box3 li .rw img {
  width: 100%;
  height: auto;
}

#focus_Box3 li .rw .bg span {
  width: 84px;
  height: 24px;
  background: #CB1C1D;
  border-radius: 6px;
  font-size: 16px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #FFF4DE;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin: .1rem 0;
}

#focus_Box3 li .rw .bg p {
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #CB1C1D;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

/*分页*/
.page {
  text-align: center;
  height: auto;
  margin: 0 0;
  margin-top: 0.8rem;
}

.page a {
  text-align: center;
  min-width: 0.32rem;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  line-height: 0.32rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0rem;
  font-size: 0.14rem;
  color: #333;
  padding: 0.1rem 0.2rem;
}

.page a.prev,
.page a.next {
  width: 0.32rem;
}

.page a.prev {
  background: #ffffff url(../img/left-img.png) no-repeat center;
}

.page a.next {
  background: #ffffff url(../img/right-img.png) no-repeat center;
}

.page input {
  height: 0.32rem;
  line-height: 0.32rem;
  border: 1px solid #cccccc;
  width: 0.5rem;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
}

.page a:hover,
.page a.active {
  background: #2468F2;
  border: 1px solid #2468F2;
  color: #ffffff;
}

.page a.prev:hover {
  background: #00a0e9 url(../img/left-img.png) no-repeat center;
}

.page a.next:hover {
  background: #00a0e9 url(../img/right-img.png) no-repeat center;
}

.page span {
  text-align: center;
  color: #00a0e9;
  font-size: 0.14rem;
}

.page span i {
  font-style: normal;
}

.page span {
  margin: 0 2px;
  color: #666;
}

.page input {
  width: 0.32rem;
  height: 0.32rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  color: #333;
  border-radius: 4px;
  outline: none;
  font-size: 0.14rem;
}

.page .tz-btn {
  width: 0.5rem;
}

.page .ml10 {
  margin-left: 10px;
}

.page button:hover {
  background-color: #00a0e9;
  color: #ffffff;
}

.pointer {
  cursor: pointer;
}

.center {
  text-align: center !important;
}

.align-center {
  align-items: center;
}

.ml7 {
  margin-left: 0.07rem !important;
}

.mb30 {
  margin-bottom: 0.3rem !important;
}

.pt100 {
  padding-top: 1rem !important;
}

.pt120 {
  padding-top: 1.2rem !important;
}

.pt140 {
  padding-top: 1.4rem !important;
}

.pt30 {
  padding-top: 0.3rem !important;
}

.pt60 {
  padding-top: 0.6rem !important;
}
.pt10 {
  padding-top: 0.1rem !important;
}
.pb100 {
  padding-bottom: 1rem !important;
}

.pb120 {
  padding-bottom: 1.2rem !important;
}

.pb20 {
  padding-bottom: 0.2rem !important;
}

.pb10 {
  padding-bottom: 0.1rem !important;
}


.pb40 {
  padding-bottom: 0.4rem !important;
}

.pb66 {
  padding-bottom: 0.66rem !important;
}

.wd100 {
  width: 100%;
}

.left {
  text-align: left !important;
}

.bg-f2f {
  background: #F2F6FA !important;
}

.fs22 {
  font-size: 0.22rem !important;
}

.fs20 {
  font-size: 0.2rem !important;
}

.fs24 {
  font-size: 0.24rem !important;
}
.fs30 {
  font-size: 0.3rem !important;
}
.fs32 {
  font-size: 0.32rem !important;
}
.fs18 {
  font-size: 0.18rem !important;
}

.lh32 {
  line-height: 0.32rem;
}

.lh28 {
  line-height: 0.28rem;
}

.c-767 {
  color: #767676;
}

.c-1A1 {
  color: #1A1A1A;
}

.pos-rel {
  position: relative !important;
}

.item-two-rows {
  grid-row: span 2;
  /* 跨越两行 */
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word
}

.ellipsis-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word
}

footer {
  background-color: #072a41;
  color: #fff;
}

footer .wrap .footer-top {
  display: flex;
  padding: 0.4rem 0 0.4rem;
}

footer .wrap .footer-top .logo {
  width: 2rem;
  margin-bottom: 0.49rem;
}

footer .wrap .footer-top .logo img {
  width: 100%;
}

footer .wrap .footer-top h3 {
  font-size: 0.16rem;
  margin-bottom: 0.19rem;
}

footer .wrap .footer-top p {
  margin-bottom: 0.15rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
}

footer .wrap .footer-top p:not(:last-child) {
  margin-bottom: 0.15rem;
}

footer .wrap .footer-top .code {
  width: 1rem;
  display: inline-block;
  margin-right: 0.3rem;
  margin-top: 0.28rem;
}

footer .wrap .footer-top .ft-right {
  margin-right: auto;
  display: flex;
  padding-top: 0.2rem;
}

footer .wrap .footer-top .ft-left {
  padding-top: 0.2rem;
}

footer .wrap .footer-top .ft-right .menu-item:not(:last-child) {
  margin-right: 0.9rem;
}

footer .wrap .footer-top .ft-right .menu-item h3 {
  margin-bottom: 0.4rem;
}

footer .wrap .footer-top .ft-right .menu-item h3 a {
  font-size: 0.16rem;
  color: #fff;
}

footer .wrap .footer-top .ft-right .menu-item a {
  color: #fff;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

footer .wrap .footer-top .ft-right .menu-item a:hover {
  color: #0d7ff3;
}

footer .wrap .footer-top .ft-right .menu-item a:not(:last-child) {
  margin-bottom: 0.2rem;
}

footer .support {
  padding: 0.24rem 0;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.3);
}

footer .support .wrap {
  display: flex;
  justify-content: space-between;
}

footer .support .wrap .js-support {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.8);
}

footer .support .footer-bottom {
  font-size: 0.12rem;
  color: rgba(255, 255, 255, 0.8);
}

footer .support .footer-bottom a {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width:1024px) and (max-width:1110px) {
  .poster-main {
    transform: scale(0.54);
    margin-left: -25% !important;
  }
}

@media screen and (min-width:1110px) and (max-width:1150px) {
  .poster-main {
    transform: scale(0.56);
    margin-left: -25% !important;
  }
}

@media screen and (min-width:1150px) and (max-width:1200px) {
  .poster-main {
    transform: scale(0.58);
    margin-left: -25% !important;
  }
}

@media screen and (min-width:1200px) and (max-width:1250px) {
  .poster-main {
    transform: scale(0.6);
    margin-left: -25% !important;
  }
}

@media screen and (min-width:1250px) and (max-width:1300px) {
  .poster-main {
    transform: scale(0.65);
    margin-left: -25% !important;
  }

}

@media screen and (min-width:1300px) and (max-width:1350px) {
  .poster-main {
    transform: scale(0.7);
    margin-left: -25% !important;
  }

}

@media screen and (min-width:1350px) and (max-width:1400px) {
  .poster-main {
    transform: scale(0.75);
    margin-left: -22% !important;
  }
}

@media screen and (min-width:1400px) and (max-width:1450px) {
  .poster-main {
    transform: scale(0.8);
    margin-left: -20% !important;
  }
}

@media screen and (min-width:1450px) and (max-width:1650px) {
  .poster-main {
    transform: scale(0.85);
    margin-left: -18% !important;
  }
}




#certify .swiper-slide span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  line-height: 0.8rem;
  font-family: Source Han Sans;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: center;
  color: #1A1A1A;

}

#certify .swiper-slide.swiper-slide-active span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 1.1rem;
  left: 0;
  line-height: 0.8rem;
  font-family: Source Han Sans;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.28rem;
  text-align: center;
  color: #1A1A1A;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 0.2rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 0.03rem solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: 0;
  width: 0.8rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.8rem;
  height: 0.8rem;
  background: inherit;
  border: none;
}



#certify .swiper-button-next {
  right: 0;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  background: inherit;
  border: none;
}

#certify {
  position: relative;
  width: 16rem;
  margin: 0 auto
}

/* 经典案例 */

#jingdianbox .swiper-button-next:after,
#jingdianbox.swiper-rtl .swiper-button-prev:after {
  content: "";
}

#jingdianbox .swiper-button-prev:after,
#jingdianbox .swiper-rtl .swiper-button-next:after {
  content: "";
}

#jingdianbox .swiper-slide .case-intro {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  line-height: 0.8rem;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.34rem;
  color: #fff;
  text-align: left;
  left: 0;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  height: 1.6rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

#jingdianbox .swiper-slide .case-intro .sub-title {
  font-size: 0.2rem;
  line-height: 0.36rem;
  /* 纯白 */
  color: #FFFFFF;
}


#jingdianbox .swiper-pagination {
  width: 100%;
  bottom: 20px;
}


#jingdianbox .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 0.03rem solid #00aadc;
  background-color: #fff;
}

#jingdianbox .swiper-button-prev {
  left: 20%;
  width: 0.5rem;
  height: 0.5rem;

}

#jingdianbox .swiper-button-prev img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#jingdianbox .swiper-button-next {
  right: 20%;
  width: 0.5rem;
  height: 0.5rem;
}

#jingdianbox .swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#jingdianbox {
  position: relative;
  width: 100%;
  margin: 0.72rem auto 0
}


.jingdian {
  width: 100%;
}

.jingdian .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  height: 5rem;


}

.jingdian .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.jingdian .swiper-slide-active,
.jingdian .swiper-slide-duplicate-active {
  height: 5.6rem;
}

.product-floor1 .manage-box .function-titles {
  font-size: 0.28rem;
  line-height: 0.32rem;
  /* 正文色/正文色 */
  color: #1A1A1A;
}

.banner-two {
  margin-top: 1rem;
}

.banner-two .title-one {
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.8rem;
  text-align: center;
  color: #FFFFFF;
}

.banner-two .title-three {
  font-size: 0.26rem;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}


.ARbanner .title-four {
  font-size: 0.14rem;
  text-align: center;
  color: #9DDAEA;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
}


.banner-three p {
  margin-bottom: 0.2rem;
}

.banner-three .title-four {
  font-size: 0.14rem;
  text-align: center;
  color: #9DDAEA;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.5rem;
}

.ARbanner .params-item:nth-child(1) {
  top: 2.2rem;
  left: 1.2rem;
}

.ARbanner .params-item:nth-child(2) {
  top: 2.8rem;
  left: 1.2rem;
}

.ARbanner .params-item:nth-child(3) {
  top: 2.2rem;
  right: 1rem;
}

.ARbanner .params-item:nth-child(4) {
  top: 2.8rem;
  right: 1rem;
}

.banner-three .see-more {
  margin-top: 0 !important;
}

.params-box {
  position: relative;
  height: 3rem;
}

.params-item {
  position: absolute;
  display: flex
}

.params-item img {
  width: 0.36rem !important;
  height: 0.36rem !important;
  object-fit: contain !important;
}

.params-item p {
  font-size: 0.14rem;
  color: #9DDAEA;
}

.params-item:nth-child(1) {
  top: 2.2rem;

}

.params-item:nth-child(2) {
  top: 2.8rem;
}

.params-item:nth-child(3) {
  top: 2.2rem;
  right: 0;
}

.params-item:nth-child(4) {
  top: 2.8rem;
  right: 0;
}

.sys-box {
  width: 8rem;
  height: 8rem;
  margin: auto;
  position: relative;
}

.sys-floor1 .banbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sys-box .sys-bigcicle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.sys-box .sys-smallcicle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.6rem;
}

.sys-box .sys-bigcicle .bigcicle-img {
  width: 100%;
}

.sys-box .sys-smallcicle .inbig-cicle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  opacity: 0.1;
  background: #2468F2;
}

.sys-box .sys-smallcicle .insmall-cicle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #2468F2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  font-weight: 500;
  color: #FFFFFF;
}

.sys-floor1 {
  position: relative;
  padding: 0.66rem 0;
}

.sys-floor1 .title-one {
  position: absolute;
  left: 50%;
  font-size: 0.36rem;
  transform: translateX(-50%);
  font-weight: 500;
  color: #000000;

}

.sys-box .sys-smallcicle .sys-tedian:hover {
  background-color: #2468F2;
  cursor: pointer;
  color: white;
}

.sys-box .sys-smallcicle .sys-tedian {
  position: absolute;
  padding: 0.1rem 0.25rem;
  border-radius: 0.25rem;
  background: #FFFFFF;
  border: 0.01rem solid #2468F2;
  font-size: 0.2rem;
  line-height: 0.32rem;
  color: #091221;
}



.sys-box .sys-smallcicle .sys-tedianL1 {
  left: -2rem;
  top: 0.2rem;
}

.sys-box .sys-smallcicle .sys-tedianL2 {
  left: -2.2rem;
  top: 1.8rem;
}

.sys-box .sys-smallcicle .sys-tedianL3 {
  left: -2rem;
  top: 3.2rem;
}

.sys-box .sys-smallcicle .sys-tedianL1::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.45rem;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../img/dian.png);
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.sys-box .sys-smallcicle .sys-tedianL2::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.4rem;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../img/dian.png);
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.sys-box .sys-smallcicle .sys-tedianL3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -0.45rem;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../img/dian.png);
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.sys-box .sys-smallcicle .sys-tedianr1 {
  right: -1.8rem;
  top: 0.2rem;
}

.sys-box .sys-smallcicle .sys-tedianr2 {
  right: -2.5rem;
  top: 1.8rem;
}

.sys-box .sys-smallcicle .sys-tedianr3 {
  right: -2rem;
  top: 3.2rem;
}

.sys-box .sys-smallcicle .sys-tedianr1::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.5rem;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../img/dian.png);
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.sys-box .sys-smallcicle .sys-tedianr2::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.35rem;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../img/dian.png);
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.sys-box .sys-smallcicle .sys-tedianr3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.45rem;
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../img/dian.png);
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.sys-box .sys-bigcicle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sys-box .sys-smallcicle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-left{
  text-align: left;
}
.bd-FCF{
border-bottom:  0.01rem solid rgba(252, 253, 255, 0.6);
}
.product-floor1 .product-boxs .solution-items .img-box .hover-overlay,
.product-floor1 .solution2-boxs .solution-items .img-box .hover-overlay,
.product-floor1 .product-boxs .product-items .img-box .hover-overlay,
.product-floor1 .product-intros .intros-item .img-box .hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(180deg, #D6E7FC 0%, #E8F0FB 97%);
  display: flex;
  justify-content: center;
  padding: 0.1rem;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  opacity: 0;
}
.product-floor1 .product-boxs .solution-items .img-box:hover .hover-overlay,
.product-floor1 .solution2-boxs .solution-items .img-box:hover .hover-overlay,
.product-floor1 .product-boxs .product-items .img-box:hover .hover-overlay,
.product-floor1 .product-intros .intros-item .img-box:hover .hover-overlay {
  transform: translateY(0);
  opacity: 1;
}
.product-floor1 .product-boxs .solution-items .img-box:hover  .hover-overlay,
.product-floor1 .solution2-boxs .solution-items .img-box:hover .hover-overlay,
.product-floor1 .product-boxs .product-items .img-box:hover .hover-overlay,
.product-floor1 .product-intros .intros-item .img-box:hover .hover-overlay {
  transform: translateY(0);
}
.product-floor1 .product-boxs .solution-items .img-box .hover-overlay .overlay-content,
.product-floor1 .solution2-boxs .solution-items .img-box .hover-overlay .overlay-content,
.product-floor1 .product-boxs .product-items .img-box .hover-overlay .overlay-content,
.product-floor1 .product-intros .intros-item .img-box .hover-overlay .overlay-content {
  width: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 0.2rem;
  transform: translateY(0.2rem);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  opacity: 0;
}
.product-floor1 .product-boxs .solution-items .img-box:hover  .hover-overlay .overlay-content,
.product-floor1 .solution2-boxs .solution-items .img-box:hover .hover-overlay .overlay-content,
.product-floor1 .product-boxs .product-items .img-box:hover .hover-overlay .overlay-content,
.product-floor1 .product-intros .intros-item .img-box:hover .hover-overlay .overlay-content {
  transform: translateY(0);
  opacity: 1;
}
.product-floor1 .product-boxs .solution-items .img-box .hover-overlay .overlay-title,
.product-floor1 .solution2-boxs .solution-items .img-box .hover-overlay .overlay-title,
.product-floor1 .product-boxs .product-items .img-box .hover-overlay .overlay-title,
.product-floor1 .product-intros .intros-item .img-box .hover-overlay .overlay-title {
  font-size: 0.2rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0.15rem;
  line-height: 1.4;
}
.product-floor1 .product-boxs .solution-items .img-box .hover-overlay .overlay-desc,
.product-floor1 .solution2-boxs .solution-items .img-box .hover-overlay .overlay-desc,
.product-floor1 .product-boxs .product-items .img-box .hover-overlay .overlay-desc,
.product-floor1 .product-intros .intros-item .img-box .hover-overlay .overlay-desc {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
.product-floor1 .solution2-boxs .solution-items .img-box .hover-overlay .params-desc{
display: flex;
}
.product-floor1 .solution2-boxs .solution-items .img-box .hover-overlay .params-desc .params-lable{
min-width: 0.9rem;
flex-shrink: 0;
text-align: left;
}
.product-floor1 .solution2-boxs .solution-items .img-box .hover-overlay .watch-more-overlay {
  width: 1.2rem;
  height: 0.4rem;
  border-radius: 0.06rem;
  border: 0.01rem solid #FFFFFF;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.14rem;
  line-height: 0.4rem;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-floor1 .solution2-boxs .solution-items .img-box .hover-overlay .watch-more-overlay:hover {
  background-color: #FFFFFF;
  color: #2468F2;
}