@charset "UTF-8";
:root {
  --navheight: 90px;
  --navigation: 88px;
  --navtopheight: 46px;
  --zoom: 1;
}

html {
  scroll-behavior: smooth;
}

@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes breath1 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@keyframes slideUpDown {
  0% {
    transform: translateX(-50%) translateY(-4px);
  }
  50% {
    transform: translateX(-50%) translateY(4px);
  }
  100% {
    transform: translateX(-50%) translateY(-4px);
  }
}
div[id^=baidu_jsapi_watermark] {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.donghua {
  transition: all 0.5s !important;
}

.no_donghua {
  transition: all 0.5s !important;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.link-v {
  transform: translateY(calc((var(--navheight) + var(--navtopheight)) * -1.3));
}

.vtool-select {
  width: 100%;
}
.vtool-select .dl-clsss {
  width: 100%;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.vtool-select .dl-clsss .word {
  padding-right: 40px;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 1.2;
  background: #FFFFFF;
  cursor: pointer;
  display: block;
  color: #ADADAD;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.vtool-select .dl-clsss .word.on {
  color: #000000;
}
.vtool-select .dl-clsss .word:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #000000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  transition: all 0.4s;
}
.vtool-select .dl-clsss .sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #EEECE8;
  z-index: 11;
  display: none;
  border: 1px solid #EEECE8;
  max-height: 336px;
  overflow-y: auto;
}
.vtool-select .dl-clsss .sub .sub-a {
  display: block;
  color: #ADADAD;
  padding: 0 14px;
  height: 48px;
  line-height: 48px;
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.vtool-select .dl-clsss .sub .sub-a:not(:first-child) {
  border-top: 1px solid #E6E6E6;
}
.vtool-select .dl-clsss .sub .sub-a:hover {
  color: #000000;
}
.vtool-select .dl-clsss[data-on=on] .word:after {
  margin-top: -5px;
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.nums-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.nums-box .nums-item {
  flex: 1;
  margin-top: 0.8rem;
}
.nums-box .nums-item .nums-i {
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  line-height: 0.7rem;
  text-align: center;
  color: #2B8BFF;
  font-family: "DINProNum" !important;
}
.nums-box .nums-item .nums-i .small {
  font-size: 0.7rem;
  display: inline-block;
  margin-left: -0.2rem;
}
.nums-box .nums-item .nums-t {
  color: #393939;
  font-size: var(--fz16);
  line-height: 1.2;
  text-align: center;
  margin-top: 0.1rem;
}

.num-box2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.num-box2 .num-item {
  width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0.4rem;
  box-sizing: border-box;
  margin-bottom: 0.58rem;
}
.num-box2 .num-item:nth-child(2n) {
  border-right-color: transparent;
}
.num-box2 .num-item .num-t1 {
  font-weight: 300;
  font-size: var(--fz30);
  line-height: 1;
  color: #FFFFFF;
  font-family: "DINProNum" !important;
}
.num-box2 .num-item .num-t1 .big {
  font-size: var(--fz40);
  line-height: 1;
}
.num-box2 .num-item .num-t1 .s {
  display: inline-block;
  margin-left: -8px;
}
.num-box2 .num-item .num-t2 {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.2;
  margin-top: 0.1rem;
}

.pagination-box.v2 {
  padding-top: 1rem;
  position: relative;
  z-index: 50;
}
.pagination-box.v3 .page-box .btn {
  color: #262524;
}
.pagination-box.v4 {
  padding-top: 0;
}
.pagination-box .page-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-box .page-box .dian {
  margin-left: 5px;
}
.pagination-box .page-box .btn {
  width: 38px;
  height: 38px;
  line-height: 1;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #262524;
  font-size: var(--fz18);
  transition: all 0.4s;
  background-color: transparent;
  font-family: "DINProNum";
}
.pagination-box .page-box .btn:not(:first-child) {
  margin-left: 5px;
}
.pagination-box .page-box .btn.next, .pagination-box .page-box .btn.prev {
  font-family: "simsun" !important;
}
.pagination-box .page-box .btn.on {
  color: #2B8BFF;
  position: relative;
}
.pagination-box .page-box .btn.on::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #2B8BFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
}
.pagination-box .page-box .btn.on::after {
  filter: brightness(0) invert(1);
}
.pagination-box .page-box .btn.null {
  position: relative;
}
.pagination-box .page-box .btn.null span {
  opacity: 0.35;
}
.pagination-box .page-box .select {
  display: none !important;
}
.pagination-box .page-box .f-right {
  display: none !important;
}

.index-banner .swiper-slide.type1 .banner_text {
  text-align: left;
  max-width: 50%;
  left: 0;
  transform: none;
  top: 39%;
}

.index-banner .swiper-slide.type3 .banner_text {
  text-align: right;
  max-width: 50%;
  left: auto;
  transform: none;
  right: 0;
  top: 39%;
}

.banner_text_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}

.banner_text {
  width: 100%;
  top: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  z-index: 11;
}
.banner_text .title {
  font-size: var(--fz48);
  line-height: 1.1;
  color: #FFF;
}
.banner_text .sub-title1 {
  font-size: var(--fz18);
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
}
.banner_text .sub-title2 {
  font-size: var(--fz20);
  line-height: 1.1;
  color: white;
  margin-top: 0.2rem;
  width: 100%;
}
.banner_text .btn {
  padding: 13px 27px;
  border-radius: 100px;
  background: #FFF;
  font-size: var(--fz14);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2A2A2A;
  margin: 0.34rem auto 0;
  line-height: 1;
  position: relative;
}
.banner_text .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2B8BFF;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  right: 8px;
  bottom: 5px;
  z-index: 1;
}

.hover-scale {
  transition: transform 0.3s;
}
.hover-scale:hover {
  transform: scale(1.1);
}

.banner-text {
  width: 100%;
  padding: 1.1rem 0;
  text-align: center;
  background: #FFFFFF;
  flex-shrink: 0;
  position: relative;
  z-index: 11;
}
.banner-text.v2 {
  padding: 0;
  height: 0;
}
.banner-text .class-icon {
  width: 22px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/html/phone/images/icon7.png");
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  z-index: 2;
  animation: slideUpDown 3s infinite ease;
}
.banner-text .banner-class {
  width: 100%;
  height: var(--navigation);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.banner-text .banner-class .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text .banner-class .class-item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.2;
  position: relative;
}
.banner-text .banner-class .class-item.on::after, .banner-text .banner-class .class-item:hover::after {
  width: 100%;
}
.banner-text .banner-class .class-item::after {
  content: "";
  width: 0;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  opacity: 1;
  transition: all 0.4s;
}
.banner-text .t {
  color: #2B8BFF;
  font-size: 1.4rem;
  line-height: 0.75;
  opacity: 0.15;
  font-weight: 300;
}

.banner-page {
  width: 100%;
  padding-top: calc(700 / 1920 * 100%);
  position: relative;
  z-index: 10;
}
.banner-page .item_top .item_title {
  color: #FFF;
}
.banner-page .item_top .item_sub_title {
  margin-top: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
}
.banner-page .item_top .item_sub_title::after {
  background: rgba(255, 255, 255, 0.5);
}
.banner-page.style1 .banner-box .banner-main {
  justify-content: flex-start;
}
.banner-page.style1 .banner-box .banner-main .item_top {
  align-items: flex-start;
}
.banner-page.recruitview {
  padding-top: calc(800 / 1920 * 100%);
}
.banner-page.recruitview .nav-abs {
  bottom: 140px;
}
.banner-page.productview {
  padding-top: calc(800 / 1920 * 100%);
}
.banner-page.productview .banner-box .banner-main {
  justify-content: flex-start;
}
.banner-page.productview .banner-box .banner-main .item_top {
  align-items: flex-start;
  padding-bottom: 0.6rem;
}
.banner-page.productview .banner-box .banner-main .item_top .item_title {
  font-size: var(--fz42);
}
.banner-page.productview .banner-box .banner-main .item_top .item_sub_title {
  margin-top: 0.08rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.1;
}
.banner-page.productview .banner-box .banner-main .item_top .item_sub_desc {
  max-width: 6rem;
  margin-top: 0.2rem;
  font-size: var(--fz16);
  line-height: 1.1;
  color: white;
  white-space: pre;
  text-align: left;
}
.banner-page.productview .banner-box .banner-main .item_top .item_play_video {
  margin-top: 0.22rem;
  width: 116px;
  height: 40px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fz14);
  line-height: 1;
  color: #2A2A2A;
  border: 1px solid rgba(255, 255, 255, 0.4);
  column-gap: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.banner-page.productview .banner-box .banner-main .item_top .item_play_video:hover {
  background: white;
}
.banner-page.productview .banner-box .banner-main .item_top .item_play_video .play_btn {
  width: 14px;
  height: 14px;
  background: #2B8BFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-page.productview .banner-box .banner-main .item_top .item_play_video .play_btn .sanjiaoxing {
  width: 4px;
  height: 6px;
  display: block;
  mask-image: url(/html/phone/images/product/sanjiaoxing.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background: #FFF;
}
.banner-page.case {
  padding-top: calc(970 / 1920 * 100%);
}
.banner-page.caseview, .banner-page.newsview {
  margin-top: calc(var(--navtopheight) + var(--navheight));
  height: auto;
  padding: 0.28rem;
  background: #F6F7F8;
}
.banner-page.caseview .banner-img, .banner-page.newsview .banner-img {
  display: none;
}
.banner-page.caseview .banner-box, .banner-page.newsview .banner-box {
  position: static;
}
.banner-page.caseview .nav-abs, .banner-page.newsview .nav-abs {
  position: static;
}
.banner-page.caseview .banner-nav, .banner-page.newsview .banner-nav {
  margin-top: 0;
}
.banner-page.caseview .banner-nav .nav-item, .banner-page.newsview .banner-nav .nav-item {
  color: #abb2bb;
}
.banner-page.caseview .banner-nav .nav-item .heng, .banner-page.newsview .banner-nav .nav-item .heng {
  background: #abb2bb;
}
.banner-page.newsview {
  padding: 0.2rem;
}
.banner-page.consult {
  height: auto;
  background: #F6F7F8;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  top: calc(var(--navtopheight) + var(--navheight) + 0.54rem);
}
.banner-page.consult .banner-img {
  display: none;
}
.banner-page.consult .nav-abs {
  bottom: 0;
  top: 0;
}
.banner-page.consult .banner-nav {
  margin-top: 0;
}
.banner-page.consult .banner-nav .nav-item {
  color: #FFF;
}
.banner-page.consult .banner-nav .nav-item.home_icon {
  background: #FFF;
}
.banner-page.consult .banner-nav .nav-item .heng {
  background: #FFF;
}
.banner-page.v2 {
  padding: 0;
}
.banner-page.v2 .banner-box .banner-main {
  width: 100%;
  text-align: left;
}
.banner-page.v2 .banner-box .banner-main .banner-cont {
  width: 100%;
}
.banner-page.v3 {
  padding-top: calc(700 / 1920 * 100%);
}
.banner-page.v3 .banner-box .banner-main {
  width: 100%;
  text-align: center;
}
.banner-page.v3 .banner-box .banner-main .banner-cont {
  width: 100%;
}
.banner-page.v4 {
  padding: 0;
}
.banner-page.v4 .banner-box .banner-main {
  width: 100%;
  text-align: center;
}
.banner-page.v4 .banner-box .banner-main .banner-cont {
  width: 100%;
}
.banner-page.v4 .banner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-page .nav-abs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  box-sizing: border-box;
  z-index: 10;
}
.banner-page .banner-nav {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.banner-page .banner-nav .nav-item {
  color: #FFF;
  font-size: var(--fz14);
  height: var(--fz18);
  display: flex;
  align-items: center;
  line-height: 1;
}
.banner-page .banner-nav .nav-item.home_icon {
  background: #2B8BFF;
  mask-image: url("/html/phone/images/home.png");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  display: flex;
  width: var(--fz18);
}
.banner-page .banner-nav .nav-item img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}
.banner-page .banner-nav .nav-item .heng {
  display: inline-block;
  mask: url("/html/phone/images/left_3.png") no-repeat center/contain;
  background: #FFF;
  margin: 0 6px;
  width: 6px;
  height: 12px;
}
.banner-page .banner-abs {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.banner-page .banner-abs .abs-tt {
  color: #FFFFFF;
  font-size: var(--fz70);
  line-height: 1;
  text-align: center;
  font-weight: 300;
  margin-bottom: 1.09rem;
}
.banner-page .banner-abs .abs-dd {
  text-align: center;
  color: #DEDEDE;
  font-size: var(--fz30);
  line-height: 1.4;
  margin-bottom: 0.45rem;
  margin-top: -0.87rem;
}
.banner-page .banner-abs .abs-icon {
  width: 100%;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
}
.banner-page .banner-abs .class-icon {
  width: 22px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/html/phone/images/icon7.png");
  position: relative;
  left: 50%;
  transform: translateX(-50%) translateY(-4px);
  z-index: 2;
  animation: slideUpDown 3s infinite ease;
  filter: brightness(0) invert(1);
}
.banner-page .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.banner-page .mobile-banner {
  z-index: 0;
  opacity: 0;
}
.banner-page .pc-banner {
  opacity: 1;
  z-index: 1;
}
.banner-page .pc-banner-video {
  opacity: 1;
  z-index: 2;
}
.banner-page .pc-banner-video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  z-index: 6;
  pointer-events: none;
}
.banner-page .mobile-banner-video {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}
.banner-page .bvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
.banner-page .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.banner-page .banner-box .banner-main {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-page .banner-box .banner-main .banner-logo {
  width: auto;
  display: block;
  height: 160px;
}
.banner-page .banner-box .banner-main .b-t {
  color: #FFFFFF;
  font-size: var(--fz48);
  line-height: 1;
  font-weight: 300;
}
.banner-page .banner-box .banner-main .b-t2 {
  color: white;
  font-size: var(--fz48);
  line-height: 1;
  font-weight: bold;
}
.banner-page .banner-box .banner-main .b-t2-desc {
  color: white;
  font-size: var(--fz18);
  line-height: 1;
  font-weight: bold;
}
.banner-page .banner-box .banner-main .item_top .item_title {
  color: white;
}
.banner-page .banner-box .banner-main .item_top .item_sub_title {
  margin-top: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
}
.banner-page .banner-box .banner-main .item_top .item_sub_title::after {
  background: rgba(255, 255, 255, 0.5);
}

.navtop-child {
  position: fixed;
  top: calc(var(--navheight) + var(--navtopheight) - 1px);
  left: 0;
  width: 100%;
  transition: all 0.3s;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #FFF;
  padding: 0.35rem 0 0.35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.navtop-child.style1 {
  padding: 0;
}
.navtop-child .child-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.navtop-child .child-main .child-left {
  width: 28%;
  min-width: 200px;
  flex-shrink: 0;
}
.navtop-child .child-main .child-left .tt1 {
  color: #24262C;
  font-size: var(--fz24);
  line-height: 1;
  font-weight: 550;
}
.navtop-child .child-main .child-left .tt2 {
  color: #B9BAC0;
  font-size: var(--fz40);
  line-height: 1;
  margin-top: 0.2rem;
}
.navtop-child .child-main .child-right {
  flex: 1;
  overflow: hidden;
  border-left: 1px solid #DFDFE3;
  padding-left: 0.88rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.navtop-child .child-main .child-right .child-item {
  padding-right: 0.6rem;
  width: 33.33%;
  margin-bottom: 0.3rem;
}
.navtop-child .child-main .child-right .child-item .item-cont {
  border-bottom: 1px solid #DFDFE3;
  color: #221815;
  font-size: var(--fz14);
  line-height: 1.3;
  padding-bottom: 0.2rem;
}
.navtop-child .child-main .child-right .child-item .item-cont .item-s {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: #83A71C;
  position: relative;
}
.navtop-child .child-main .child-right .child-item .item-cont .item-s::after {
  content: "";
  width: 10px;
  height: 4px;
  background: #221815;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.navtop-child .child-main.about .child-right {
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 0.6rem;
  row-gap: 0.4rem;
  border-left: 0;
  padding-left: 0;
}
.navtop-child .child-main.about .child-right .child-item {
  width: 187px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  margin-bottom: 0;
  border-radius: 5px;
}
.navtop-child .child-main.about .child-right .child-item:hover {
  background: url("/html/phone/images/navtop/hover.png") no-repeat center/100% 100%;
}
.navtop-child .child-main.about .child-right .child-item:hover .item-cont {
  color: #FFF;
}
.navtop-child .child-main.about .child-right .child-item .item-cont {
  color: #333333;
  font-size: var(--fz16);
  line-height: 1.3;
  padding-bottom: 0;
  border-bottom: 0;
}
.navtop-child .child-main.product {
  align-items: stretch;
}
.navtop-child .child-main.product .child_left {
  width: 332px;
  flex-shrink: 0;
  margin: 0.3rem -2px 0.3rem 0px;
  overflow-y: auto;
  max-height: calc(371px - 0.6rem);
  position: relative;
  z-index: 1;
}
.navtop-child .child-main.product .child_left.show_mask {
  mask-image: linear-gradient(to bottom, black 78%, rgba(0, 0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-position: top center;
  mask-repeat: no-repeat;
}
.navtop-child .child-main.product .child_left::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.navtop-child .child-main.product .child_left::-webkit-scrollbar-thumb {
  background: #2B8BFF;
}
.navtop-child .child-main.product .child_left::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.navtop-child .child-main.product .child_left .child-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 290px;
  min-height: 60px;
  padding: 0 26px 0 18px;
  font-size: var(--fz16);
  color: #333333;
  margin-bottom: 2px;
  border-radius: 5px;
}
.navtop-child .child-main.product .child_left .child-item .points {
  border-radius: 0rem 0rem 3px 0rem;
  background: #2B8BFF;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}
.navtop-child .child-main.product .child_left .child-item .arrow {
  width: 12px;
  height: 16px;
  mask-image: url(/html/phone/images/product/right_arrow.png);
  mask-position: center;
  mask-size: contain;
  background: #666666;
  flex-shrink: 0;
}
.navtop-child .child-main.product .child_left .child-item .item-cont {
  flex: 1;
}
.navtop-child .child-main.product .child_left .child-item.on, .navtop-child .child-main.product .child_left .child-item:hover {
  color: #FFF;
  background: url(/html/phone/images/product/nav_hover.png) no-repeat center/100% 100%;
}
.navtop-child .child-main.product .child_left .child-item.on .points, .navtop-child .child-main.product .child_left .child-item:hover .points {
  background: #FFF;
}
.navtop-child .child-main.product .child_left .child-item.on .arrow, .navtop-child .child-main.product .child_left .child-item:hover .arrow {
  background: #FFF;
}
.navtop-child .child-main.product .child_right .content-list-outer {
  display: none;
  height: 100%;
  align-items: center;
  column-gap: 0.25rem;
  padding: 0.3rem 0 0.3rem 0.25rem;
  border-left: 1px solid #EBEBEB;
  position: relative;
}
.navtop-child .child-main.product .child_right .content-list-outer .see_more {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  line-height: 1;
  display: flex;
  column-gap: 4px;
  align-items: center;
  color: #161616;
  font-size: var(--fz14);
  right: -70px;
}
.navtop-child .child-main.product .child_right .content-list-outer .see_more .right_arrow {
  width: 12px;
  height: 16px;
  mask-image: url(/html/phone/images/product/right_arrow.png);
  mask-position: center;
  mask-size: contain;
  background: #161616;
  flex-shrink: 0;
  margin-top: -1px;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list {
  text-align: center;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list:hover .list-pic .smenu-a {
  background: url("/html/phone/images/product/product_bg.jpg") no-repeat center/cover;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list:hover .list-pic .smenu-a .img1 {
  opacity: 0;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list:hover .list-pic .smenu-a .img2 {
  opacity: 1;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list.hasNoImg2:hover .list-pic .smenu-a {
  background: url("/html/phone/images/product/product_bg.jpg") no-repeat center/cover;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list.hasNoImg2:hover .list-pic .smenu-a .img1 {
  opacity: 1;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list.hasNoImg2:hover .list-pic .smenu-a .img2 {
  opacity: 0;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list .list-pic {
  width: 330px;
  height: 214px;
  position: relative;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list .list-pic .smenu-a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: #F8F8F8;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list .list-pic .smenu-a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list .list-pic .smenu-a .img1 {
  opacity: 1;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list .list-title {
  font-size: var(--fz16);
  line-height: 1.2;
  margin-top: 0.14rem;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list .list-title .smenu-a {
  color: #161616;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list .list-desc {
  font-size: var(--fz12);
  line-height: 1.2;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list .list-desc .smenu-a {
  color: #9CA4AF;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 30px;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case .the_pic {
  width: 330px;
  height: 245px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case .the_pic .pic_box,
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case .the_pic img {
  height: 100%;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case .the_content .the_title {
  font-size: var(--fz20);
  line-height: 1.2;
  color: #333333;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case .the_content .the_sub_title {
  font-size: var(--fz14);
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.35);
  margin-top: 8px;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case .the_content .the_demo {
  font-size: var(--fz16);
  line-height: 1.8;
  color: #333333;
  margin-top: 20px;
  min-height: calc(var(--fz16) * 1.8 * 3);
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case .the_content .the_more {
  font-size: var(--fz14);
  line-height: 1;
  color: #2b8bff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 6px;
  margin-top: 22px;
}
.navtop-child .child-main.product .child_right .content-list-outer .content-list-case .the_content .the_more .right_arrow {
  width: 13px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navtop-child .child-main.product .child_right .content-list-outer.on {
  display: flex;
}

.navtop-custom {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
}
.navtop-custom::after {
  content: "";
  position: fixed;
  left: 0;
  top: calc(var(--navheight) + var(--navtopheight) - 1px);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: all 0.3s;
  z-index: -1;
}
.navtop-custom.hover::after {
  opacity: 1;
}
.navtop-custom.navtop-home {
  position: fixed;
  background: transparent;
}
.navtop-custom.navtop-home .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  background-color: #FFFFFF;
}
.navtop-custom.navtop-home .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after,
.navtop-custom.navtop-home .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  background-color: #FFFFFF;
}
.navtop-custom.navtop-home .navtop-main .navtop-logo .logo .logo-icon {
  filter: brightness(0) invert(1);
}
.navtop-custom.navtop-home .navtop-main .navtop-search .navtop-search-box .search-icon {
  filter: brightness(0) invert(1);
}
.navtop-custom.navtop-home .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  color: #FFFFFF;
}
.navtop-custom.navtop-home:hover .navtop-main .navtop-logo .logo .logo-icon {
  filter: none !important;
}
.navtop-custom.navtop-home:hover .navtop-main .navtop-search .navtop-search-box .search-icon {
  filter: none !important;
}
.navtop-custom.navtop-home:hover .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  color: #202020 !important;
}
.navtop-custom.navtop-check {
  position: fixed;
  background: transparent;
}
.navtop-custom.navtop-check .navtop-main .navtop-logo .logo .logo-icon {
  filter: none !important;
}
.navtop-custom.navtop-check .navtop-main .navtop-search .navtop-search-box .search-icon {
  filter: none !important;
}
.navtop-custom.navtop-check .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  color: #202020 !important;
}
.navtop-custom:hover, .navtop-custom.on {
  background: #FFFFFF;
}
.navtop-custom:hover .nav_top_data, .navtop-custom.on .nav_top_data {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navtop-custom:hover .nav_top_data .navtop-li .img_box .img, .navtop-custom.on .nav_top_data .navtop-li .img_box .img {
  opacity: 0;
}
.navtop-custom:hover .nav_top_data .navtop-li .img_box .img1, .navtop-custom.on .nav_top_data .navtop-li .img_box .img1 {
  opacity: 1;
}
.navtop-custom:hover .nav_top_data .navtop-li a, .navtop-custom.on .nav_top_data .navtop-li a {
  color: #666;
}
.navtop-custom:hover .navtop-main .navtop-logo .logo .logo-icon, .navtop-custom.on .navtop-main .navtop-logo .logo .logo-icon {
  opacity: 0;
}
.navtop-custom:hover .navtop-main .navtop-logo .logo .logo-icon1, .navtop-custom.on .navtop-main .navtop-logo .logo .logo-icon1 {
  opacity: 1;
}
.navtop-custom:hover.navbalck3 .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img1, .navtop-custom.on.navbalck3 .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img1 {
  opacity: 0;
}
.navtop-custom:hover.navbalck3 .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img2, .navtop-custom.on.navbalck3 .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img2 {
  opacity: 1;
}
.navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img1, .navtop-custom.on .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img1 {
  opacity: 0;
}
.navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img2, .navtop-custom.on .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img2 {
  opacity: 1;
}
.navtop-custom:hover .navtop-main .navtop-search .navtop-search-box .img, .navtop-custom.on .navtop-main .navtop-search .navtop-search-box .img {
  opacity: 0;
}
.navtop-custom:hover .navtop-main .navtop-search .navtop-search-box .img1, .navtop-custom.on .navtop-main .navtop-search .navtop-search-box .img1 {
  opacity: 1;
}
.navtop-custom:hover .navtop-main .navtop-right .navtop-list .navtop-li .li-box, .navtop-custom.on .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  color: #333333;
}
.navtop-custom .nav_top_data {
  width: 100%;
  height: var(--navtopheight);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  column-gap: 36px;
  position: relative;
  z-index: 1000;
}
.navtop-custom .nav_top_data .navtop-li {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: var(--fz16);
  line-height: 1;
  color: #FFF;
  position: relative;
}
.navtop-custom .nav_top_data .navtop-li .img_box {
  width: 20px;
  height: 20px;
  position: relative;
}
.navtop-custom .nav_top_data .navtop-li .img_box img {
  position: absolute;
  width: 19px;
  height: 19px;
  display: block;
  top: 0;
  left: 0;
  transition: all 0.4s;
  object-fit: contain;
}
.navtop-custom .nav_top_data .navtop-li .img_box .img {
  opacity: 1;
}
.navtop-custom .nav_top_data .navtop-li .img_box .img1 {
  opacity: 0;
}
.navtop-custom .nav_top_data .navtop-li .hover-show {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0.3rem);
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  width: 100px;
  height: 100px;
}
.navtop-custom .nav_top_data .navtop-li:hover .hover-show {
  transform: translate(-50%, 0.1rem);
  opacity: 1;
}
.navtop-custom .nav_top_data .navtop-li .img {
  flex-shrink: 0;
}
.navtop-custom .nav_top_data .navtop-li a {
  display: block;
  padding-top: 0px;
}
.navtop-custom .navtop-main {
  width: 100%;
  height: var(--navheight);
  position: relative;
  z-index: 999;
  box-sizing: border-box;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: all 0.4s;
  padding: 0 0.6rem;
}
.navtop-custom .navtop-main .navtop-logo {
  width: 3.88rem;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-logo .logo {
  width: 100%;
  position: relative;
}
.navtop-custom .navtop-main .navtop-logo .logo .logo-icon {
  width: 3.88rem;
  height: 0.51rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s;
  object-fit: contain;
  object-position: left;
}
.navtop-custom .navtop-main .navtop-logo .logo .logo-icon1 {
  width: 3.88rem;
  height: 0.51rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  object-fit: contain;
  object-position: left;
}
.navtop-custom .navtop-main .navtop-search {
  height: 100%;
  position: relative;
  padding: 0 0 0 0.35rem;
  transition: all 0.4s;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-search:hover .navtop-search-form {
  transform: translateX(30px) translateY(0);
  opacity: 1;
  visibility: visible;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box {
  width: 100%;
  min-width: 20px;
  height: 100%;
  position: relative;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box .img1 {
  opacity: 0;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box .search-icon {
  width: 18px;
  height: 18px;
  background: url("/html/phone/images/icon11.png") no-repeat center;
  background-size: cover;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form {
  width: auto;
  position: absolute;
  right: 30%;
  top: calc(100% - 1px);
  transform: translateX(30px) translateY(20px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  top: 90%;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .navtop-search-box {
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: white;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sinput {
  width: 250px;
  height: 100%;
  line-height: 1;
  padding: 0 14px;
  box-sizing: border-box;
  color: #343333;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sbtn {
  width: 80px;
  height: 48px;
  line-height: 48px;
  background: #2B8BFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-form .sbtn .search-icon2 {
  width: 18px;
  height: 18px;
  background: url("/html/phone/images/search.png") no-repeat center;
  background-size: cover;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.navtop-custom .navtop-main .navtop-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .navtop-tool {
  display: flex;
  align-items: center;
  height: 100%;
}
.navtop-custom .navtop-main .navtop-right .navtop-list {
  height: 100%;
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li:hover .navtop-child {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translateY(0%);
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li:hover .li-box {
  color: #2B8BFF;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li:hover .li-box::after {
  opacity: 1;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  padding: 0 0.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  position: relative;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li .li-box::after {
  content: "";
  width: 63px;
  height: 3px;
  background: #2B8BFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .navtop-contact {
  height: 30px;
  background: #2B8BFF;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  padding: 10px 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 0.25rem;
  position: relative;
}
.navtop-custom .navtop-main .navtop-right .navtop-contact::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: #FFFFFF;
}
.navtop-custom .navtop-main .navtop-right .navtop-contact .icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: url("/html/phone/images/icon8.png") no-repeat center;
  background-size: cover;
}
.navtop-custom .navtop-main .navtop-right-mobile {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
  column-gap: 0.2rem;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 11;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .n-mobile-search .img2 {
  opacity: 0;
  mask-image: url("/html/phone/images/search2.png");
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #2B8BFF;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile {
  position: relative;
  width: var(--navheight);
  height: var(--navheight);
  z-index: 10;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after, .navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::before {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #2B8BFF;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon .line {
  opacity: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon {
  width: 30px;
  height: 18px;
  position: relative;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  top: auto;
  bottom: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  height: calc((100vh / var(--zoom)));
  padding-top: var(--navheight);
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  transform: translateX(100%);
  z-index: 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box.on {
  visibility: visible;
  transform: translateX(0);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  transition: all 0.4s;
  border-top: 1px solid rgba(55, 138, 209, 0.1);
  padding-bottom: calc(var(--navheight) * 2);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-bottom {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 0;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search {
  width: 94%;
  margin: 0 auto 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(21, 21, 21, 0.1);
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-input {
  flex: 1;
  height: 100%;
  line-height: 1;
  color: #666666;
  padding: 0 14px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon {
  width: 70px;
  height: 40px;
  flex-shrink: 0;
  background-color: #2B8BFF;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 20px;
  height: 20px;
  display: block;
  transform-origin: center;
  filter: brightness(0) invert(1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
  display: none;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-box {
  overflow: hidden;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn {
  width: 40px;
  height: 30px;
  background-color: #F5F6F8;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn.on {
  background-color: #151515;
  color: #FFFFFF;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-list {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon {
  padding: 0.6rem;
  position: relative;
  transition: all 0.4s;
  flex: 1;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon.on::after {
  transform: translateY(-50%) rotate(90deg);
  margin-top: 3px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  border-right: 4px solid transparent;
  border-left: 8px solid #2B8BFF;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t {
  color: #666666;
  transition: all 0.4s;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t.mobile-tvon {
  flex: 1;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .search-icon {
  width: 20px;
  height: auto;
  display: block;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v1-box {
  width: 100%;
  height: 60px;
  line-height: 1;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  box-sizing: border-box;
  color: #151515;
  position: relative;
  padding-left: 3%;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-text {
  width: 100%;
  height: 60px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(245, 246, 248, 0.3);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box {
  width: 100%;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #151515;
  position: relative;
  transition: all 0.4s;
}

.navtop-custom.on .navtop-main .navtop-right .navtop-list .navtop-li.on .li-box,
.navtop-custom:hover .navtop-main .navtop-right .navtop-list .navtop-li.on .li-box {
  color: #2B8BFF;
}
.navtop-custom.on .navtop-main .navtop-right .navtop-list .navtop-li.on .li-box::after,
.navtop-custom:hover .navtop-main .navtop-right .navtop-list .navtop-li.on .li-box::after {
  opacity: 1;
}

.navtop-custom1 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
}
.navtop-custom1.on {
  background: #FFFFFF;
}
.navtop-custom1.navbalck3 {
  background: #FFFFFF;
}
.navtop-custom1.navtop-rel {
  position: sticky;
  background: #2E2E2E;
  border-bottom: 1px solid #3B3B3B;
}
.navtop-custom1 .navtop-main {
  width: 100%;
  height: var(--navheight);
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: all 0.4s;
  padding: 0 0.3rem 0 0.5rem;
}
.navtop-custom1 .navtop-main .navtop-pc {
  height: 100%;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc {
  position: relative;
  width: var(--navheight);
  height: var(--navheight);
  z-index: 10;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line.on .pc-icon::after, .navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line.on .pc-icon::before {
  width: 50%;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #EDEDED;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line.on .pc-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-line.on .pc-icon .line {
  opacity: 0;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon {
  width: 80px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon::after, .navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon::before {
  top: auto;
  bottom: 0;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc .pc-icon .line {
  width: 80%;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  height: calc((100vh / var(--zoom)));
  padding-top: var(--navheight);
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-100%);
  z-index: 0;
  background: #FFFFFF;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box.on {
  visibility: visible;
  transform: translateY(0);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-logo {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-logo .pic-box {
  width: 100%;
  padding-top: calc(204 / 1604 * 100%);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .container {
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left {
  width: 60.6%;
  flex-shrink: 0;
  padding-top: 0.4rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list {
  width: 100%;
  position: relative;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item {
  width: 100%;
  margin-top: 0.4rem;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item:hover .item-cont .tt1 {
  color: #2B8BFF;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item:hover .item-cont .tt2 {
  color: #FFFFFF;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item:hover .item-abs {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-cont {
  width: 100%;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-cont .tt1 {
  color: #3C3C3C;
  font-size: var(--fz18);
  line-height: 1.1;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-cont .tt2 {
  font-weight: 300;
  color: #888787;
  font-size: var(--fz30);
  line-height: 1.1;
  margin-top: 10px;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding-top: 0.4rem;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(20px);
  z-index: 20;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list {
  flex: 1;
  max-width: 450px;
  pointer-events: visible;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list .abs-item {
  width: 100%;
  position: relative;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list .abs-item .item-a {
  color: #FFFFFF;
  font-size: var(--fz18);
  font-weight: 300;
  line-height: 1;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list .abs-item:first-child::after {
  opacity: 1;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-left .left-list .left-item .item-abs .abs-list .abs-item::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -0.34rem;
  transform: translate(-100%, 50%);
  opacity: 0;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .pright-box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-pic {
  width: 250px;
  margin-right: 0.5rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-pic .pic-box {
  padding-top: calc(630 / 250 * 100%);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont {
  flex: 1;
  max-width: 250px;
  padding-bottom: 0.8rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont .cont-t {
  padding-left: 0.25rem;
  position: relative;
  margin-bottom: 0.9rem;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont .cont-t::after {
  content: "";
  width: 2px;
  background: #2B8BFF;
  height: 94%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont .cont-t .cont {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1.7;
  font-weight: 300;
}
.navtop-custom1 .navtop-main .navtop-pc .pc-main .nav-pc-box .pcbox-main .pcbox-right .right-cont .bot-text {
  max-width: 100%;
  color: #6D6D6D;
  font-size: var(--fz14);
  line-height: 1.7;
}
.navtop-custom1 .navtop-main .navtop-right-mobile {
  display: none;
  height: 100%;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile {
  position: relative;
  width: var(--navheight);
  height: var(--navheight);
  z-index: 10;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after, .navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::before {
  width: 50%;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #EDEDED;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-line.on .n-mobile-icon .line {
  opacity: 0;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon {
  width: 80px;
  height: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after, .navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before {
  top: auto;
  bottom: 0;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  width: 80%;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  height: calc((100vh / var(--zoom)));
  padding-top: var(--navheight);
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  transform: translateX(100%);
  z-index: 0;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box.on {
  visibility: visible;
  transform: translateX(0);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main {
  width: 100%;
  height: 100%;
  background-color: #1B1B1B;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  transition: all 0.4s;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-bottom {
  width: 100%;
  background-color: #1B1B1B;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 0;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search {
  width: 94%;
  margin: 1rem auto 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(21, 21, 21, 0.1);
  display: flex;
  align-items: center;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-input {
  flex: 1;
  height: 100%;
  line-height: 1;
  color: #666666;
  padding: 0 14px;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon {
  width: 70px;
  height: 40px;
  flex-shrink: 0;
  background-color: #151515;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 20px;
  height: 20px;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-box {
  overflow: hidden;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn {
  width: 40px;
  height: 30px;
  background-color: #F5F6F8;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang .lang-btn.on {
  background-color: #151515;
  color: #FFFFFF;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-list {
  width: 100%;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon {
  padding: 0.6rem;
  position: relative;
  transition: all 0.4s;
  flex: 1;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon.on::after {
  transform: translateY(-50%) rotate(90deg);
  margin-top: 3px;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .showicon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  border-right: 4px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t {
  color: #FFFFFF;
  transition: all 0.4s;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t.mobile-tvon {
  flex: 1;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .search-icon {
  width: 20px;
  height: auto;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v1-box {
  width: 100%;
  height: 60px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  padding-left: 3%;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: #242222;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: #242222;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: #242222;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-box:first-child {
  border-top: 1px solid transparent;
}
.navtop-custom1 .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v4-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  box-sizing: border-box;
  color: FFFFFF;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom1 .navtop-main .logo-box {
  width: 209px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navtop-custom1 .navtop-main .logo-box .logo {
  width: 100%;
  height: auto;
  display: block;
}
.navtop-custom1 .navtop-main .navtop-tool {
  display: flex;
  align-items: stretch;
  height: 100%;
  position: relative;
  z-index: 10;
}
.navtop-custom1 .navtop-main .navtop-tool .tool-item {
  height: 100%;
  position: relative;
}
.navtop-custom1 .navtop-main .navtop-tool .tool-item .item-cont {
  height: 100%;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navtop-custom1 .navtop-main .navtop-tool .tool-item .item-cont .icon {
  width: auto;
  height: 18px;
  display: block;
}

.footer-custom {
  width: 100%;
  background: url("/html/phone/images/index/footer-bg.png") no-repeat center center/cover;
  position: relative;
  z-index: 10;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.footer-custom .footer-main {
  width: 100%;
}
.footer-custom .footer-main .footer-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-custom .footer-main .footer-top .top-left {
  flex-shrink: 0;
  max-width: 210px;
  position: relative;
}
.footer-custom .footer-main .footer-top .top-left .flogo {
  display: inline-block;
}
.footer-custom .footer-main .footer-top .top-left .flogo img {
  width: 150px;
  height: 50px;
  margin-bottom: 0.4rem;
  object-fit: contain;
}
.footer-custom .footer-main .footer-top .top-left .cont {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1.7;
  font-weight: 300;
}
.footer-custom .footer-main .footer-top .top-left .cont h2 {
  font-size: var(--fz24);
}
.footer-custom .footer-main .footer-top .top-right {
  width: calc(100% - 210px - 180px);
  padding-left: 0.9rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 30px;
  flex-wrap: wrap;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul-for {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100 / 7 * 1%);
}
.footer-custom .footer-main .footer-top .top-right .fot-ul-for .fot-li,
.footer-custom .footer-main .footer-top .top-right .fot-ul-for .xiaul {
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  width: 100%;
  padding-right: 10px;
  text-align: left;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul-for .fot-li:first-child,
.footer-custom .footer-main .footer-top .top-right .fot-ul-for .xiaul:first-child {
  padding-left: 0;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul-for .fot-li .fot-a,
.footer-custom .footer-main .footer-top .top-right .fot-ul-for .xiaul .fot-a {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  position: relative;
  padding: 0 0.14rem 0px 0px;
  font-weight: bold;
}
.footer-custom .footer-main .footer-top .top-right .fot-ul-for .fot-li .fot-a::after,
.footer-custom .footer-main .footer-top .top-right .fot-ul-for .xiaul .fot-a::after {
  content: "";
  width: 18px;
  height: 2px;
  background: #2B8BFF;
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
}
.footer-custom .footer-main .footer-top .top-right-right {
  width: 180px;
}
.footer-custom .footer-main .footer-top .top-right-right .cont {
  text-align: center;
}
.footer-custom .footer-main .footer-top .top-right-right .cont img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}
.footer-custom .footer-main .footer-top .top-right-right .cont p {
  font-size: var(--fz14);
  color: #FFF;
  line-height: 1.5;
}
.footer-custom .footer-main .footer-top .top-right-right .cont-bottom {
  margin: 0.4rem auto 0;
}
.footer-custom .footer-main .footer-top .top-right-right .cont-bottom .tool-list {
  display: flex;
  justify-content: center;
  row-gap: 14px;
}
.footer-custom .footer-main .footer-top .top-right-right .cont-bottom .tool-list .tool-item {
  width: 60px;
  height: 60px;
  position: relative;
}
.footer-custom .footer-main .footer-top .top-right-right .cont-bottom .tool-list .tool-item .item-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-custom .footer-main .footer-top .top-right-right .cont-bottom .tool-list .tool-item .item-cont .icon {
  width: 40px;
  height: 40px;
  display: block;
}
.footer-custom .footer-main .footer-top .top-right-right .cont-bottom .tool-list .tool-item .title {
  font-size: var(--fz12);
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 0.1rem;
}
.footer-custom .footer-main .footer-top .top-right-right .cont-bottom .tool-list .tool-item .item-abs {
  opacity: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -0.1rem);
  transition: all 0.3s;
}
.footer-custom .footer-main .footer-top .top-right-right .cont-bottom .tool-list .tool-item:hover .item-abs {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.footer-custom .footer-main .footer-bot {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 66px;
  padding: 24px 0;
  position: relative;
}
.footer-custom .footer-main .footer-bot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.footer-custom .footer-main .footer-bot .bot-left {
  flex-shrink: 0;
  max-width: 390px;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item {
  margin-left: 10px;
  position: relative;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item:hover .item-abs {
  opacity: 1;
  visibility: visible;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item .item-cont {
  width: 40px;
  height: 40px;
  background: #362E2B;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item .item-cont .icon {
  width: 20px;
  height: auto;
  display: block;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item .item-abs {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-100%);
  z-index: 2;
  padding-bottom: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.footer-custom .footer-main .footer-bot .bot-left .tool-list .tool-item .item-abs .img {
  width: 100px;
  height: 100px;
  display: block;
}
.footer-custom .footer-main .footer-bot .botdis {
  display: none;
  flex: 1;
}
.footer-custom .footer-main .footer-bot .botdis .bot-text {
  max-width: 100%;
  color: #FFF;
  opacity: 0.7;
  font-size: var(--fz12);
  line-height: 1.7;
}
.footer-custom .footer-main .footer-bot .botdis .bot-logo {
  width: 100%;
}
.footer-custom .footer-main .footer-bot .botdis .bot-logo .pic-box {
  width: 100%;
  padding-top: calc(83 / 663 * 100%);
}
.footer-custom .footer-main .footer-bot .bot-right {
  flex: 1;
}
.footer-custom .footer-main .footer-bot .bot-right .bot-text {
  max-width: 100%;
  color: #F7F7F7;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1.7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-custom .footer-main .footer-bot .bot-right .bot-text .bot-text-left,
.footer-custom .footer-main .footer-bot .bot-right .bot-text .bot-text-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.4rem;
}
.footer-custom .footer-main .footer-bot .bot-right .bot-logo {
  width: 100%;
}
.footer-custom .footer-main .footer-bot .bot-right .bot-logo .pic-box {
  width: 100%;
  padding-top: calc(83 / 663 * 100%);
}

.search-form-box {
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin: 0 auto 0.5rem;
}
.search-form-box .search-input {
  flex: 1;
  height: 56px;
  line-height: 56px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #393939;
  border: 1px solid rgba(43, 139, 255, 0.1);
  font-size: var(--fz18);
  padding: 0 15px;
}
.search-form-box .search-btn {
  width: 128px;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #2B8BFF;
  border-radius: 0;
  font-size: var(--fz18);
}

.nodata {
  width: 100%;
  padding: 0.55rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  margin-top: 0.55rem;
  position: relative;
  z-index: 1;
}

.news-page {
  width: 100%;
  padding: 0.5rem 0 1.3rem;
  position: relative;
}
.news-page::after {
  content: "";
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  background-image: url("/html/phone/images/newsbg2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.news-page::before {
  content: "";
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  background-image: url("/html/phone/images/newsbg1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.news-page .news-list {
  width: 100%;
}
.news-page .news-list .item {
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
}
.news-page .news-list .item .item-cont {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding: 0.5rem 0;
}
.news-page .news-list .item .cont {
  flex: 1;
  overflow: hidden;
  padding: 0.2rem 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.news-page .news-list .item .cont .cont-top {
  width: 100%;
}
.news-page .news-list .item .cont .time {
  color: #9CA4AF;
  font-size: var(--fz16);
  line-height: 1;
}
.news-page .news-list .item .cont .tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1;
  margin-top: 0.15rem;
  font-weight: 550;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news-page .news-list .item .cont .dd {
  color: #2F2F2F;
  font-size: var(--fz16);
  line-height: 1.6;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .news-list .item .cont .more-tool {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  color: #2B8BFF;
  font-size: var(--fz14);
  line-height: 1;
}
.news-page .news-list .item .cont .more-tool .more-icon {
  width: 13px;
  height: 10px;
  background: url(/html/phone/images/blue_arrow.png) no-repeat center center;
  background-size: cover;
  margin-left: 10px;
}
.news-page .news-list .item .pics {
  width: 340px;
  flex-shrink: 0;
  margin-left: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-page .news-list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(226 / 340 * 100%);
  border-radius: 10px;
}

.newview-page {
  width: 100%;
  position: relative;
}
.newview-page .newview-dian {
  width: 100%;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.newview-page .newview-dian .d {
  width: 100%;
  padding-top: calc(500 / 500 * 100%);
  background-image: url("/html/phone/images/nvbg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.newview-page .newview-top {
  width: 100%;
  position: relative;
  z-index: 10;
}
.newview-page .newview-top .container.ishot {
  padding-right: calc(350px + 0.8rem);
  box-sizing: border-box;
}
.newview-page .newview-top .top-main {
  width: 100%;
  padding: 0.6rem 0 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
}
.newview-page .newview-top .top-main .title {
  font-size: var(--fz30);
  color: #161616;
  line-height: 1.2;
}
.newview-page .newview-top .top-main .vtop-tool {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.newview-page .newview-top .top-main .vtop-tool .time-box {
  color: #9CA4AF;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: var(--fz16);
}
.newview-page .newview-top .top-main .vtop-tool .time-box .time-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url(/html/phone/images/nao.png) no-repeat center center;
  background-size: cover;
}
.newview-page .newview-top .top-main .vtop-tool .line {
  color: #9CA4AF;
  font-size: var(--fz16);
  line-height: 1;
  padding: 0 0.2rem;
}
.newview-page .newview-top .top-main .vtop-tool .share-box {
  color: #9CA4AF;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: var(--fz16);
}
.newview-page .newview-top .top-main .vtop-tool .share-box .t {
  padding-right: 8px;
}
.newview-page .newview-top .top-main .vtop-tool .share-box .social-share-icon {
  font-size: 15px;
  background: transparent;
  color: #515151;
}
.newview-page .newview-top .top-main .vtop-tool .share-box .social-share-icon:hover {
  color: #2B8BFF !important;
}
.newview-page .newview-main {
  width: 100%;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.newview-page .newview-main .newview-left {
  flex: 1;
  overflow: hidden;
  padding: 0.44rem 0 1.2rem;
}
.newview-page .newview-main .newview-left .newview-cont {
  width: 100%;
}
.newview-page .newview-main .newview-left .newview-cont .cont {
  width: 100%;
  color: #161616;
  line-height: 1.8;
  font-size: var(--fz16);
}
.newview-page .newview-main .newview-left .newview-cont .cont img {
  display: block;
}
.newview-page .newview-main .newview-left .newview-tool {
  width: 100%;
  height: auto;
  background: #F5F5F7;
  border-radius: 10px 10px 10px 10px;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
  margin-top: 0.6rem;
}
.newview-page .newview-main .newview-left .newview-tool.hide {
  display: none;
}
.newview-page .newview-main .newview-left .newview-tool .next-a {
  color: #9CA4AF;
  font-size: var(--fz16);
  line-height: 1;
  margin: 0.3rem 0 0;
  padding: 0;
  display: flex;
}
.newview-page .newview-main .newview-left .newview-tool .next-a:first-child {
  margin-top: 0;
}
.newview-page .newview-main .newview-left .newview-tool .next-a span {
  color: #161616;
}
.newview-page .newview-main .newview-hot {
  width: 350px;
  margin-left: 0.8rem;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--navheight) + var(--navtopheight) + 0.2rem);
  padding-bottom: 1.2rem;
}
.newview-page .newview-main .newview-hot.hide {
  display: none;
}
.newview-page .newview-main .newview-hot .hot-title {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1;
  font-weight: 550;
}
.newview-page .newview-main .newview-hot .hot-list {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0.3rem;
}
.newview-page .newview-main .newview-hot .hot-list .item {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
}
.newview-page .newview-main .newview-hot .hot-list .item .item-cont {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.newview-page .newview-main .newview-hot .hot-list .item .pics {
  width: 130px;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newview-page .newview-main .newview-hot .hot-list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(88 / 130 * 100%);
  border-radius: 10px;
}
.newview-page .newview-main .newview-hot .hot-list .item .cont {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 8px 0 5px;
}
.newview-page .newview-main .newview-hot .hot-list .item .cont .time {
  width: 100%;
  color: #9CA4AF;
  font-size: var(--fz14);
  line-height: 1;
}
.newview-page .newview-main .newview-hot .hot-list .item .cont .tt {
  width: 100%;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.6;
}
.newview-page .newview-main .newview-hot .hot-ad {
  width: 100%;
}
.newview-page .newview-main .newview-hot .hot-ad .ad-title {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1;
  font-weight: 550;
}
.newview-page .newview-main .newview-hot .hot-ad .ad-list {
  width: 100%;
  display: flex;
}
.newview-page .newview-main .newview-hot .hot-ad .ad-list .ad-item {
  width: 100%;
  margin-top: 0.2rem;
}
.newview-page .newview-main .newview-hot .hot-ad .ad-list .ad-item .pic-box {
  width: 100%;
  padding-top: calc(120 / 350 * 100%);
  border-radius: 10px;
}

.newview-vtop {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
  z-index: 10;
}
.newview-vtop .nav-abs {
  width: 100%;
  padding: 0.2rem 0;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 3;
}
.newview-vtop .banner-nav {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.newview-vtop .banner-nav .nav-item {
  color: #333333;
  font-size: var(--fz18);
  height: var(--fz18);
  display: flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .banner-nav .nav-item .heng {
  display: inline-block;
  margin: 0 8px;
  width: 8px;
  height: 1px;
  background: #333333;
}
.newview-vtop .bot-logo {
  width: 100%;
  padding-top: calc(208 / 1604 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.newview-vtop .vtop-main {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0 1rem;
  position: relative;
  z-index: 2;
}
.newview-vtop .vtop-main .title {
  font-weight: 300;
  color: #333333;
  line-height: 1.15;
  text-align: center;
  font-size: var(--fz36);
}
.newview-vtop .vtop-main .vtop-tool {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.3rem;
}
.newview-vtop .vtop-main .vtop-tool .data-box {
  color: #A4A4A4;
  display: flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .data-box.v2 {
  margin-left: 0.6rem;
}
.newview-vtop .vtop-main .vtop-tool .list-t {
  padding-left: 0.8rem;
  position: relative;
}
.newview-vtop .vtop-main .vtop-tool .list-t::after {
  content: "";
  width: 1px;
  height: 26px;
  background: #4D4D4D;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.newview-vtop .vtop-main .vtop-tool .list-t .list-a {
  color: #2B8BFF;
  font-size: var(--fz14);
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .list-t .list-a .c {
  display: inline-block;
  font-family: "simsun";
  padding-left: 1px;
}
.newview-vtop .vtop-main .vtop-tool .data-t {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.newview-vtop .vtop-main .vtop-tool .data-t:not(:first-child) {
  margin-left: 0.3rem;
}
.newview-vtop .vtop-main .vtop-tool .data-t .t-icon {
  width: 16px;
  height: auto;
  display: block;
  margin-right: 8px;
}
.newview-vtop .vtop-main .vtop-tool .data-t .eye-icon {
  width: 19px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/html/phone/images/icon9.png");
  margin-right: 10px;
}
.newview-vtop .vtop-main .vtop-tool .share-box {
  color: #777777;
  display: flex;
  align-items: center;
}
.newview-vtop .vtop-main .vtop-tool .share-box .t {
  padding-right: 4px;
}
.newview-vtop .vtop-main .vtop-tool .share-box .share-btn {
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-left: 6px;
}
.newview-vtop .vtop-main .vtop-tool .share-box .social-share-icon {
  margin-left: 6px;
  font-size: 15px;
  background: transparent;
  color: #777777;
}
.newview-vtop .vtop-main .vtop-tool .share-box .social-share-icon:hover {
  color: #1960A9 !important;
}

.newview-vcont {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.4s;
}
.newview-vcont .vcont-main {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  transition: all 0.4s;
}
.newview-vcont .vcont-main .vcont-box {
  flex: 1;
  transition: all 0.4s;
  overflow: hidden;
  padding: 0.8rem 0 1rem;
}
.newview-vcont .vcont-main .vcont-box .video-box {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  padding-top: calc(562/1000*100%);
  margin-bottom: 0.5rem;
}
.newview-vcont .vcont-main .vcont-box .video-box .video-abs {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.newview-vcont .vcont-main .vcont-box .video-box .video-demo {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.newview-vcont .vcont-main .vcont-box .cont {
  width: 100%;
  color: #535353;
  line-height: 1.8;
}
.newview-vcont .vcont-main .vcont-box .cont img {
  display: block;
}
.newview-vcont .vcont-main .vcont-hot {
  width: 31%;
  margin-left: 1.3rem;
  max-width: 490px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--navheight) + 0.2rem);
  z-index: 5;
  border-left: 1px solid #E6E6E6;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t {
  width: 100%;
  height: 124px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #393939;
  font-weight: 300;
  padding: 0 0.4rem;
  font-size: var(--fz30);
  line-height: 1;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt .round {
  width: 12px;
  height: 12px;
  border: 1px solid #2B8BFF;
  border-radius: 50%;
  margin-right: 15px;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list {
  width: 100%;
  box-sizing: border-box;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item {
  width: 100%;
  padding: 0.35rem 0.4rem;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item:last-child {
  border-bottom: none;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time {
  color: #A4A4A4;
  font-size: var(--fz16);
  font-size: 300;
  line-height: 1;
  margin-top: 0.25rem;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .t {
  width: 100%;
  color: #3C3C3C;
  line-height: 1.5;
  font-size: var(--fz24);
  font-weight: 300;
}

.newview-toolbox {
  width: 100%;
  background-color: #EEECE8;
  box-sizing: border-box;
  padding: 1rem 0;
}
.newview-toolbox .newview-tool {
  width: 100%;
  box-sizing: border-box;
}
.newview-toolbox .newview-tool .next-box {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.newview-toolbox .newview-tool .next-box .next-item {
  width: 43.75%;
}
.newview-toolbox .newview-tool .next-box .next-a {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.newview-toolbox .newview-tool .next-box .next-a .next-pic {
  width: 47.2%;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.newview-toolbox .newview-tool .next-box .next-a .next-pic .pic-box {
  width: 100%;
  padding-top: calc(206 / 329 * 100%);
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 300;
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont .cont-top {
  width: 100%;
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont .cont-top .t1 {
  color: #2B8BFF;
  font-size: var(--fz20);
  line-height: 1;
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont .cont-top .t2 {
  color: #3C3C3C;
  font-size: var(--fz20);
  line-height: 1.8;
  margin-top: 0.25rem;
}
.newview-toolbox .newview-tool .next-box .next-a .next-cont .t3 {
  width: 100%;
  color: #A4A4A4;
  line-height: 1;
  font-size: var(--fz16);
  margin-top: 0.5rem;
}

.navtop-custom.on .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before, .navtop-custom.on .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after,
.navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::before,
.navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon::after {
  background-color: #2B8BFF;
}
.navtop-custom.on .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line,
.navtop-custom:hover .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile .n-mobile-icon .line {
  background-color: #2B8BFF;
}

.productlist-page {
  width: 100%;
  position: relative;
}
.productlist-page .swiper-pagination {
  width: 12px;
  height: 100%;
  position: absolute;
  margin: 0;
  left: auto;
  top: 50%;
  right: 0.6rem;
  z-index: 10;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.productlist-page .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
  position: relative;
}
.productlist-page .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.productlist-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productlist-page .product-swiper {
  width: 100%;
  height: 100vh;
}
.productlist-page .swiper-slide.had-foot {
  height: auto !important;
}
.productlist-page .ani-slide .swiper-item .swiper-bg {
  transform: scale(1.05);
  opacity: 1;
}
.productlist-page .ani-slide .swiper-item .swiper-cont .cont .tt,
.productlist-page .ani-slide .swiper-item .swiper-cont .cont .tt2 {
  transform: translateY(0);
  opacity: 1;
}
.productlist-page .ani-slide .swiper-item .swiper-cont .cont .more-t {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.productlist-page .swiper-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productlist-page .swiper-item.is-banner {
  display: flex;
  flex-direction: column;
}
.productlist-page .swiper-item.is-banner .banner-page {
  flex: 1 !important;
  padding: 0 !important;
}
.productlist-page .swiper-item .swiper-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
  transform: scale(1);
  transition: all 1s;
}
.productlist-page .swiper-item .swiper-bg.v2 {
  display: none !important;
  visibility: hidden !important;
}
.productlist-page .swiper-item .swiper-cont {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
}
.productlist-page .swiper-item .swiper-cont .cont {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
.productlist-page .swiper-item .swiper-cont .cont .tt {
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.2;
  margin-bottom: 0.25rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s;
}
.productlist-page .swiper-item .swiper-cont .cont .tt2 {
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz48);
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0.3rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.productlist-page .swiper-item .swiper-cont .cont .more-t {
  display: inline-block;
  padding: 14px 0;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  width: auto;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.6s;
}

.product-page {
  width: 100%;
  background: #FFFFFF;
}
.product-page .product-top-line {
  width: 100%;
  padding-top: 1rem;
}
.product-page .product-top {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
}
.product-page .product-top .top-main {
  width: 100%;
  padding: 2rem 1rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-page .product-top .top-main .logo {
  width: 190px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.product-page .product-top .top-main .cont {
  margin-left: 1rem;
  flex: 1;
  max-width: 810px;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
}
.product-page .product-top .top-main2 {
  width: 100%;
  padding: 0.7rem 0 2.5rem;
}
.product-page .product-top .top-main2 .line {
  width: 1px;
  height: 60px;
  background: #FFFFFF;
  opacity: 0.15;
  margin: 0 auto;
}
.product-page .product-top .top-main2 .cont {
  width: 100%;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
  margin-top: 0.65rem;
  text-align: center;
}
.product-page .product-top2 {
  width: 100%;
  background: #FFFFFF;
  padding-top: 0.8rem;
  padding-bottom: 0.45rem;
  box-sizing: border-box;
  position: relative;
}
.product-page .product-top2::after {
  content: "";
  width: var(--container-width);
  max-width: 1800px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  z-index: 2;
  height: 0.6rem;
  background: #FFFFFF;
}
.product-page .product-top2 .tt {
  text-align: center;
  width: 100%;
  font-size: 300;
  font-size: var(--fz24);
  color: #2B8BFF;
  line-height: 1.5;
  margin-bottom: 0.35rem;
}
.product-page .product-top2 .dd {
  text-align: center;
  color: #7D7D7D;
  font-size: var(--fz16);
  line-height: 2.1;
}
.product-page .product-top2 .line {
  width: 1px;
  height: 60px;
  background: #FFFFFF;
  opacity: 0.15;
  margin: 0.4rem auto 0;
}
.product-page .product-cont {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -0.6rem;
  padding-bottom: 1.6rem;
  box-sizing: border-box;
}
.product-page .product-cont .product-class {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0.8rem 1rem 0.76rem;
}
.product-page .product-cont .product-class .class-title {
  width: 100%;
  line-height: 1.1;
  color: #2A2A2A;
  font-weight: 300;
  font-size: var(--fz30);
}
.product-page .product-cont .product-class .class-list {
  width: 100%;
  padding-top: 0.25rem;
  box-sizing: border-box;
}
.product-page .product-cont .product-class .class-list .class-item {
  margin-top: 8px;
  margin-right: 8px;
  display: inline-flex;
  width: auto;
  padding: 0 0.2rem;
  height: 46px;
  line-height: 46px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #b3b0b0;
  color: #333333;
  font-size: var(--fz16);
  font-weight: 300;
}
.product-page .product-cont .product-class .class-list .class-item.all {
  padding: 0 11px;
}
.product-page .product-cont .product-class .class-list .class-item.on {
  background: #2B8BFF;
  border-color: #2B8BFF;
  color: #FFFFFF;
}
.product-page .product-cont .product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-page .product-cont .product-list.flex_3 {
  justify-content: flex-start;
}
.product-page .product-cont .product-list.flex_3 .item {
  width: calc((100% - (0.28rem * 2)) / 3);
  margin-right: 0.28rem;
}
.product-page .product-cont .product-list.flex_3 .item:nth-child(3n) {
  margin-right: 0;
}
.product-page .product-cont .product-list .item {
  width: calc((100% - 0.4rem) / 2);
  display: block;
  margin-bottom: 0.55rem;
}
.product-page .product-cont .product-list .item .item-cont {
  width: 100%;
}
.product-page .product-cont .product-list .item .item-cont .item-pic {
  width: 100%;
  overflow: hidden;
}
.product-page .product-cont .product-list .item .item-cont .item-pic:hover .pic-box {
  transform: scale(1.1);
}
.product-page .product-cont .product-list .item .item-cont .item-pic .pic-box {
  padding-top: calc(624 / 880 * 100%);
}
.product-page .product-cont .product-list .item .item-cont .tt {
  width: 100%;
  color: #393939;
  font-size: var(--fz18);
  line-height: 1.66;
  margin-top: 0.2rem;
  font-weight: 300;
}
.product-page .product-cont .product-list .item .item-cont .more-tt {
  width: 100%;
  color: #A5A5A5;
  font-size: var(--fz14);
  line-height: 2.1;
  display: inline-block;
  text-decoration: underline;
}
.product-page .product-cont2 {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
}
.product-page .product-cont2 .cont2-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-cont2 .cont2-main .product-swiper {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-wrapper {
  width: auto !important;
  max-width: 100%;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-slide {
  width: calc((100% - (20px * 3)) / 4);
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item {
  width: 100%;
  display: block;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item:hover .item-cont::after {
  opacity: 1;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item .item-cont {
  width: 100%;
  position: relative;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item .item-cont::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #2B8BFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item .item-cont .pic-box {
  width: 100%;
  padding-top: calc(550 / 435 * 100%);
}
.product-page .product-cont2 .cont2-main .product-swiper .swiper-item .item-cont .logo {
  width: 38.5%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.45rem;
  transform: translateX(-50%);
  z-index: 2;
}
.product-page .product-cont2 .cont2-tool {
  width: 100%;
  height: 1.9rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-cont2 .cont2-tool .swiper-button-next,
.product-page .product-cont2 .cont2-tool .swiper-button-prev {
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
}
.product-page .product-cont2 .cont2-tool .swiper-button-next::after,
.product-page .product-cont2 .cont2-tool .swiper-button-prev::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/html/phone/images/left_2.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.product-page .product-cont2 .cont2-tool .swiper-button-next {
  transform: rotate(180deg);
}
.product-page .product-cont2 .cont2-tool .swiper-pagination {
  position: static;
  margin: 0 0.3rem;
  color: #B5B5B5;
  font-size: var(--fz24);
  font-weight: 300 !important;
}
.product-page .product-cont2 .cont2-tool .swiper-pagination .swiper-pagination-current {
  color: #FFFFFF;
}
.productview-l-page {
  position: relative;
}
.productview-l-page .n_content3_box {
  padding: 1rem 0;
}
.productview-l-page .item_top .item_title {
  font-size: var(--fz42);
}
.productview-l-page::after {
  content: "";
  width: 6.3rem;
  height: 6.3rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/html/phone/images/product/part1.png) no-repeat center/contain;
  pointer-events: none;
}
.productview-l-page .part1 {
  padding: 1rem 0 1rem;
  background: #FFF;
  position: relative;
}
.productview-l-page .part1 .sub_content {
  margin-top: 0.5rem;
}
.productview-l-page .part1 .sub_content .title {
  font-size: var(--fz30);
  line-height: 1.2;
  color: #2B8BFF;
  font-weight: bold;
}
.productview-l-page .part1 .sub_content .desc {
  font-size: var(--fz14);
  line-height: 1.2;
  color: #9CA4AF;
  margin-top: 0.08rem;
}
.productview-l-page .part1 .content {
  margin: 0.32rem auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 0.83rem;
  width: 100%;
  font-size: var(--fz16);
  line-height: 1.5;
  color: #161616;
}
.productview-l-page .part1 .content .content_left,
.productview-l-page .part1 .content .content_right {
  flex: 1;
}
.productview-l-page .part1 .the_img {
  margin: 1rem auto 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.productview-l-page .part2 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.productview-l-page .part2 .content {
  margin: 0.52rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.84rem;
  height: 563px;
}
.productview-l-page .part2 .content .content_left {
  width: 456px;
  height: 100%;
  position: relative;
}
.productview-l-page .part2 .content .content_left .content_left_swiper {
  height: 100%;
  overflow: hidden;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide {
  padding: 22px 20px 22px 20px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #fff;
  cursor: pointer;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide.on .icon span {
  background: #9CA4AF;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide.on .icon .line1 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .content_text {
  display: none;
  margin-top: 10px;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .content_text > * {
  padding: 0 5px 0 15px;
  position: relative;
  font-size: var(--fz14);
  line-height: 2;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .content_text > *::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #2B8BFF;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .item_outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.4rem;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .icon {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .icon span {
  width: 15px;
  height: 3px;
  background: #2B8BFF;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .icon .line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .item .title {
  font-size: var(--fz20);
  color: #161616;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .item .title span {
  line-height: 1.2;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .item .title .num {
  width: calc(var(--fz20));
  height: calc(var(--fz20));
  border-radius: 50%;
  border: 1px solid #161616;
  margin-right: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fz16);
  vertical-align: text-top;
  line-height: 1;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .item .desc {
  font-size: var(--fz12);
  color: #9CA4AF;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .item .desc span {
  line-height: 1.2;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .item .desc .num {
  width: calc(var(--fz12));
  height: calc(var(--fz12));
  border-radius: 50%;
  border: 1px solid #9CA4AF;
  margin-right: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fz12);
  vertical-align: text-top;
  line-height: 1;
}
.productview-l-page .part2 .content .content_left .content_left_swiper .swiper-slide .content {
  display: none;
}
.productview-l-page .part2 .content .content_left .content_left_scrollbar {
  left: -10px;
  width: 3px;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.productview-l-page .part2 .content .content_right {
  flex: 1;
  position: relative;
  height: 100%;
}
.productview-l-page .part2 .content .content_right .item_img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.productview-l-page .part2 .content .content_right .item_img.on {
  opacity: 1;
  pointer-events: all;
  display: block;
}
.productview-l-page .part2 .content .content_right .item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
}
.productview-l-page .part3 {
  width: 100%;
  padding: 1rem 0 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.productview-l-page .part3 .wrap1-main {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.productview-l-page .part3 .wrap1-main .item {
  width: 33.333%;
  margin-top: 0.6rem;
  padding: 0 0.3rem;
}
.productview-l-page .part3 .wrap1-main .item .icon {
  width: 1.5rem;
  height: 1.72rem;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.productview-l-page .part3 .wrap1-main .item .tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1.4;
  text-align: center;
  margin-top: 0.2rem;
}
.productview-l-page .part3 .wrap1-main .item .desc {
  color: #9CA4AF;
  font-size: var(--fz14);
  line-height: 1.4;
  text-align: center;
  margin-top: 0.1rem;
}
.productview-l-page .part4 {
  padding: 1rem 0 1rem;
  width: 100%;
  background: url(/html/phone/images/product/Parameter_top.png) no-repeat center top/cover;
}
.productview-l-page .part4 .sub_content {
  margin: 0.6rem auto 0;
}
.productview-l-page .part4 .sub_content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: var(--fz16);
  line-height: 1.4;
  color: #515151;
  text-align: center;
}
.productview-l-page .main-wrap4 {
  width: 100%;
  padding: 1rem 0 0.86rem 0;
  box-sizing: border-box;
}

.swiper-scrollbar {
  background-color: #FFF;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #2B8BFF;
  border-radius: 0;
}

.wrap4-main {
  width: 100%;
  margin-top: 0.45rem;
  box-sizing: border-box;
  position: relative;
}
.wrap4-main .swiper-button-prev,
.wrap4-main .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #F5F5F7;
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0 12px;
  top: 50%;
  transform: translateY(-50%);
  left: -97px;
}
.wrap4-main .swiper-button-prev::after,
.wrap4-main .swiper-button-next::after {
  color: #7A8492;
  font-size: 14px;
  font-weight: bolder;
}
.wrap4-main .swiper-button-next {
  left: auto;
  right: -97px;
}
.wrap4-main .wrap4-swiper {
  width: 100%;
}
.wrap4-main .swiper-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}
.wrap4-main .swiper-item:hover .pic-box {
  background: url("/html/phone/images/product/product_bg.jpg") no-repeat center/cover;
}
.wrap4-main .swiper-item:hover .pic-box .img1 {
  opacity: 0;
}
.wrap4-main .swiper-item:hover .pic-box .img2 {
  opacity: 1;
}
.wrap4-main .swiper-item.hasNoImg2:hover .pic-box {
  background: url("/html/phone/images/product/product_bg.jpg") no-repeat center/cover;
}
.wrap4-main .swiper-item.hasNoImg2:hover .pic-box .img1 {
  opacity: 1;
}
.wrap4-main .swiper-item.hasNoImg2:hover .pic-box .img2 {
  opacity: 0;
}
.wrap4-main .swiper-item .pic-box {
  width: 100%;
  padding-top: calc(254 / 392 * 100%);
  background: #F8F8F8;
}
.wrap4-main .swiper-item .cont {
  width: 100%;
  padding: 22px;
  box-sizing: border-box;
}
.wrap4-main .swiper-item .cont .title {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1;
  font-weight: 550;
}
.wrap4-main .swiper-item .cont .dd {
  color: #9CA4AF;
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
.wrap4-main .swiper-item .cont .more-box {
  width: 100%;
  box-sizing: border-box;
  color: #2B8BFF;
  font-size: var(--fz14);
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.wrap4-main .swiper-item .cont .more-box .i {
  width: 13px;
  height: 10px;
  background-size: cover;
  margin-left: 10px;
}

.wrap4-swiper-pagination {
  width: 100%;
  margin-top: 0.3rem;
  opacity: 0;
  pointer-events: none;
}

.text-toggle-btn {
  display: none;
}

.about-page {
  width: 100%;
  position: relative;
}
.about-page .about-wrap1 {
  width: 100%;
  background: #FFFFFF;
}
.about-page .about-wrap1 .about-wrap1-content {
  padding: 1rem 0 1.08rem;
}
.about-page .about-wrap1 .content-inner {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 1rem;
}
.about-page .about-wrap1 .content-inner .left-content-inner {
  width: calc(650 / 1400 * 100%);
}
.about-page .about-wrap1 .content-inner .left-content-inner .relative {
  padding-top: calc(430 / 650 * 100%);
}
.about-page .about-wrap1 .content-inner .left-content-inner .relative .points {
  position: absolute;
  width: 3.61rem;
  height: 1.46rem;
  display: block;
  left: -1.14rem;
  bottom: 20px;
  z-index: 1;
  pointer-events: none;
}
.about-page .about-wrap1 .content-inner .left-content-inner .a1-swiper {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-page .about-wrap1 .content-inner .left-content-inner .a1-swiper .pItem {
  display: block;
  width: 100%;
  height: 100%;
}
.about-page .about-wrap1 .content-inner .left-content-inner .a1-swiper .pItem .pic-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-page .about-wrap1 .content-inner .left-content-inner .change-left,
.about-page .about-wrap1 .content-inner .left-content-inner .change-right {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #2B8BFF;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -20px;
  right: 50px;
  cursor: pointer;
}
.about-page .about-wrap1 .content-inner .left-content-inner .change-left img,
.about-page .about-wrap1 .content-inner .left-content-inner .change-right img {
  width: 8px;
  height: 14px;
}
.about-page .about-wrap1 .content-inner .left-content-inner .change-left {
  right: 104px;
}
.about-page .about-wrap1 .content-inner .text-collapse-container {
  width: calc(652 / 1400 * 100%);
}
.about-page .about-wrap1 .content-inner .normal_text {
  width: 100%;
  font-size: var(--fz16);
  color: #161616;
  line-height: 2;
}
.about-page .about-wrap1 .about-wrap1-video {
  width: 100%;
  height: 7rem;
  position: relative;
}
.about-page .about-wrap1 .about-wrap1-video .right-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-page .about-wrap1 .about-wrap1-video .right-cont .play-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.about-page .about-wrap1 .about-wrap1-video .right-cont .play-abs .content_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  font-size: var(--fz16);
  line-height: 3;
}
.about-page .about-wrap1 .about-wrap1-video .right-cont .play-abs .play_btn {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-page .about-wrap1 .about-wrap1-video .right-cont .play-abs .play_btn .sanjiaoxing {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 16px solid #FFF;
  border-right: 0px solid transparent;
  border-bottom: 9px solid transparent;
}
.about-page .about-wrap2 {
  width: 100%;
  padding: 1rem 0 1.7rem;
  position: relative;
}
.about-page .about-wrap2 .wrap2-main {
  margin: 0.84rem auto 0;
  position: relative;
}
.about-page .about-wrap2 .wrap2-main .swiper-slide {
  border-right: 1px solid #EAEAEA;
  height: auto;
}
.about-page .about-wrap2 .wrap2-main .swiper-slide:nth-last-of-type(1) {
  border-right: none;
}
.about-page .about-wrap2 .wrap2-main .swiper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0 0.18rem;
}
.about-page .about-wrap2 .wrap2-main .swiper-item .img {
  height: 50px;
  object-fit: contain;
}
.about-page .about-wrap2 .wrap2-main .swiper-item .title {
  font-size: var(--fz24);
  color: #161616;
  line-height: 1.2;
  margin-top: 0.16rem;
}
.about-page .about-wrap2 .wrap2-main .swiper-item .desc {
  font-size: var(--fz16);
  color: #161616;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.about-page .about-wrap2 .wrap2-main .a2-swiper-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.77rem;
  column-gap: 15px;
  z-index: 1;
}
.about-page .about-wrap2 .wrap2-main .a2-swiper-pagination .swiper-pagination-bullet {
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #7A8492;
}
.about-page .about-wrap2 .wrap2-main .a2-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
  background: #2B8BFF;
}
.about-page .about-wrap3 {
  width: 100%;
  padding: 1rem 0 1.1rem;
  position: relative;
}
.about-page .about-wrap3 .relative {
  z-index: 2;
}
.about-page .about-wrap3 .a3-swiper {
  margin: 0.9rem auto 0;
}
.about-page .about-wrap3 .a3-swiper .swiper-item {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8rem;
  height: 100%;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .year {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 6px;
  font-weight: bold;
  color: #9CA4AF;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content {
  font-size: var(--fz16);
  line-height: 1.8;
  color: #161616;
  display: none;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content p {
  position: relative;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.2rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #2B8BFF;
}
.about-page .about-wrap3 .a3-swiper .swiper-slide {
  opacity: 0.5;
  height: auto;
}
.about-page .about-wrap3 .a3-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.about-page .about-wrap3 .a3-swiper .swiper-slide.swiper-slide-active .year {
  color: #2B8BFF;
}
.about-page .about-wrap3 .a3-swiper .swiper-slide.swiper-slide-active .content {
  display: block;
}
.about-page .about-wrap3 .a3_left,
.about-page .about-wrap3 .a3_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: #FFF;
  border-radius: 50%;
  left: 2.6rem;
  cursor: pointer;
}
.about-page .about-wrap3 .a3_left img,
.about-page .about-wrap3 .a3_right img {
  width: 9px;
  height: 16px;
  object-fit: contain;
  display: block;
}
.about-page .about-wrap3 .a3_right {
  left: auto;
  right: 2.6rem;
}
.about-page .about-wrap3 .a3-swiper-bottom {
  max-width: 1226px;
  width: 94%;
  margin: 1rem auto 0;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide {
  width: auto;
  padding-bottom: 0.22rem;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide .year {
  padding: 0 0.5rem;
  font-size: var(--fz20);
  line-height: 1;
  color: #9CA4AF;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  border-radius: 50%;
  background: #2B8BFF;
  width: 0.1rem;
  height: 0.1rem;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide.active .year {
  color: #2B8BFF;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide.active::after {
  opacity: 1;
}
.about-page .link-v.anchor_009004 {
  transform: translateY(calc((var(--navheight) + var(--navtopheight) - 0.7rem) * -1));
}
.about-page .about-wrap4 {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 1rem auto 0;
  padding-bottom: 100px;
}
.about-page .about-wrap4 .show_bg {
  width: 1886px;
  height: 739px;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -33px;
  top: auto;
}
.about-page .about-wrap4 .zili_bg {
  width: 1920px;
  height: 739px;
  display: none;
  background-image: url("/html/phone/images/about/zili_bg.png");
  bottom: 3px;
}
.about-page .about-wrap4 .normal_bg {
  display: block;
}
.about-page .about-wrap4.type1 .zili_bg {
  display: block;
}
.about-page .about-wrap4.type1 .normal_bg {
  display: none;
}
.about-page .about-wrap4 .btn_right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  column-gap: 10px;
}
.about-page .about-wrap4 .btn_right .btn_normal {
  width: 140px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fz14);
  color: #161616;
  background: #F5F5F7;
}
.about-page .about-wrap4 .btn_right .btn_normal.on {
  background: #2B8BFF;
  color: #FFF;
}
.about-page .about-wrap4 .honors-swiper {
  overflow: hidden;
  display: none;
  margin-top: 1.1rem;
  height: 432px;
}
.about-page .about-wrap4 .honors-swiper .swiper-wrapper {
  gap: 78px 0px;
}
.about-page .about-wrap4 .honors-swiper .swiper-slide {
  width: 270px;
  height: 177px;
  justify-content: center;
  display: flex;
  padding: 0 20px;
}
.about-page .about-wrap4 .honors-swiper .swiper-slide img {
  object-fit: contain;
}
.about-page .about-wrap4 .honors-swiper.show_swiper {
  display: block;
}
.about-page .about-wrap4 .honors-swiper1 {
  height: 546px;
}
.about-page .about-wrap4 .honors-swiper1 .swiper-wrapper {
  gap: 46px 0px;
}
.about-page .about-wrap4 .honors-swiper1 .swiper-slide {
  width: 270px;
  height: 250px;
  justify-content: center;
  display: flex;
}
.about-page .about-wrap4 .honors-swiper-control.honors-swiper-control1 {
  height: 550px;
}
.about-page .about-wrap4 .honors-swiper-control {
  height: 432px;
  max-width: 1400px;
  width: 110%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.88rem;
  pointer-events: none;
  display: none;
  z-index: 3;
}
.about-page .about-wrap4 .honors-swiper-control.show_control {
  display: block;
}
.about-page .about-wrap4 .honors-swiper-control .honors-swiper_left,
.about-page .about-wrap4 .honors-swiper-control .honors-swiper_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: #FFF;
  border-radius: 50%;
  left: 0;
  cursor: pointer;
  pointer-events: auto;
}
.about-page .about-wrap4 .honors-swiper-control .honors-swiper_left img,
.about-page .about-wrap4 .honors-swiper-control .honors-swiper_right img {
  width: 9px;
  height: 16px;
  object-fit: contain;
  display: block;
}
.about-page .about-wrap4 .honors-swiper-control .honors-swiper_right {
  left: auto;
  right: 0;
}
.about-page .about-wrap4 .honors-swiper-control .honors-swiper-pagination {
  display: flex;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.4rem);
  column-gap: 15px;
  z-index: 1;
  pointer-events: auto;
}
.about-page .about-wrap4 .honors-swiper-control .honors-swiper-pagination .swiper-pagination-bullet {
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #7A8492;
}
.about-page .about-wrap4 .honors-swiper-control .honors-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
  background: #2B8BFF;
}
.about-page .about-wrap5 {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  padding: 1rem 0 1.2rem;
}
.about-page .about-wrap6 {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
.about-page .about-wrap6 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap6 .t-box {
  width: 100%;
}
.about-page .about-wrap6 .t-box .tt {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz36);
  line-height: 1.2;
  margin-bottom: 0.15rem;
  color: #171717;
}
.about-page .about-wrap6 .t-box .tt2 {
  text-align: center;
  color: #393939;
  font-size: var(--fz16);
  line-height: 2;
  margin-bottom: 0.5rem;
  color: #393939;
}
.about-page .about-wrap6 .wrap6-item {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 1rem;
}
.about-page .about-wrap6 .wrap6-item.v2 {
  display: block;
  padding: 1rem 0;
  top: 0.5rem;
}
.about-page .about-wrap6 .wrap6-item .item-main {
  width: 100%;
  height: auto;
  padding: 0 5rem;
}
.about-page .about-wrap6 .swiper-item {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page .about-wrap6 .swiper-item .swiper-left {
  flex: 1;
  position: relative;
}
.about-page .about-wrap6 .swiper-item .swiper-left .left-item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 0.6rem;
}
.about-page .about-wrap6 .swiper-item .swiper-left .left-item .icon {
  width: 210px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.about-page .about-wrap6 .swiper-item .swiper-left .left-item .nums {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 2;
  margin-top: 0.2rem;
  color: #C9C9C9;
}
.about-page .about-wrap6 .swiper-item .swiper-left .left-item .tt {
  font-weight: 300;
  color: #393939;
  font-size: var(--fz36);
  line-height: 1.33;
  text-align: center;
}
.about-page .about-wrap6 .swiper-item .swiper-right {
  width: 50%;
}
.about-page .about-wrap6 .swiper-item .swiper-right .pic-box {
  padding-top: calc(563 / 563 * 100%);
}
.about-page .about-wrap6 .wrap6-main {
  width: 100%;
}
.about-page .about-wrap6 .wrap6-main .tt {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz36);
  line-height: 1.2;
  margin-bottom: 0.15rem;
  color: #171717;
}
.about-page .about-wrap6 .wrap6-main .tt2 {
  text-align: center;
  color: #393939;
  font-size: var(--fz16);
  line-height: 2;
  margin-bottom: 0.5rem;
  color: #393939;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper {
  width: 100%;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-slide {
  padding: 20px;
  box-sizing: border-box;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left {
  flex: 1;
  position: relative;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left .left-item {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 0.5rem;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left .left-item .icon {
  width: 210px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left .left-item .nums {
  text-align: center;
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 2;
  margin-top: 0.2rem;
  color: #C9C9C9;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-left .left-item .tt {
  font-weight: 300;
  color: #393939;
  font-size: var(--fz36);
  line-height: 1.33;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-right {
  width: 50%;
}
.about-page .about-wrap6 .wrap6-main .wrap6-swiper .swiper-item .swiper-right .pic-box {
  padding-top: calc(563 / 563 * 100%);
}
.about-page .about-absbg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-wrap7 {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap7 .container {
  padding-top: calc(970 / 1920 * 100%);
  min-height: 100vh;
}
.about-page .about-wrap7 .wrap7-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-page .about-wrap7 .wrap7-main .tt {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1;
}
.about-page .about-wrap7 .wrap7-main .tt2 {
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
  font-size: var(--fz48);
  line-height: 1.5;
  margin-top: 0.4rem;
}
.about-page .about-wrap7 .wrap7-more {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.6rem 0;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
}
.about-page .about-wrap8 {
  width: 100%;
  background: #F1F1F3;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
}
.about-page .about-wrap8 .wrap8-main {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: calc((100% - 1600px) / 2);
}
.about-page .about-wrap8 .wrap8-main .wrap8-left {
  width: 40%;
  flex-shrink: 0;
  position: relative;
}
.about-page .about-wrap8 .wrap8-main .wrap8-left .pic-box {
  padding-top: calc(720 / 600 * 100%);
}
.about-page .about-wrap8 .wrap8-main .wrap8-left .abs-en {
  width: 100%;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.15;
  position: absolute;
  bottom: 0.78rem;
  left: -1rem;
  z-index: 2;
}
.about-page .about-wrap8 .wrap8-main .wrap8-right {
  flex: 1;
  padding: 0 1.7rem;
}
.about-page .about-wrap8 .wrap8-main .wrap8-right .tt {
  color: #2B8BFF;
  font-size: var(--fz36);
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
}
.about-page .about-wrap8 .wrap8-main .wrap8-right .dd {
  color: #7D7D7D;
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.35rem;
}
.about-page .about-wrap9 {
  width: 100%;
  background: #F1F1F3;
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}
.about-page .about-wrap9 .wrap9-main {
  width: 100%;
}
.about-page .about-wrap9 .wrap9-main .wrap9-pic {
  width: 100%;
  position: relative;
}
.about-page .about-wrap9 .wrap9-main .wrap9-pic .pic-box {
  padding-top: calc(900 / 1600 * 100%);
}
.about-page .about-wrap9 .wrap9-main .wrap9-pic .abs-en {
  width: 100%;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 0.75;
  color: #FFFFFF;
  opacity: 0.15;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  z-index: 2;
  text-align: center;
}
.about-page .about-wrap9 .wrap9-main .tt {
  color: #2B8BFF;
  font-size: var(--fz36);
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-top: 0.75rem;
}
.about-page .about-wrap9 .wrap9-main .dd {
  color: #7D7D7D;
  text-align: center;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.38rem;
}
.about-page .about-black {
  width: 100%;
  height: 1.9rem;
  background: #2E2E2E;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap10 {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}
.about-page .about-wrap10 .wrap10-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item {
  width: 50%;
  position: relative;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item:hover .wrap10-cont .dd {
  max-height: 500px;
  margin-bottom: 0.2rem;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item:hover .wrap10-cont .tool-icon::before {
  opacity: 0;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .pic-box {
  padding-top: calc(970 / 960 * 100%);
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 0.4rem 0.6rem;
  box-sizing: border-box;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tt {
  color: #FFFFFF;
  font-size: var(--fz36);
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .dd {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
  overflow: hidden;
  height: auto;
  min-height: 0;
  max-height: 0;
  transition: all 0.6s !important;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .dd .d-t {
  width: 100%;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon::after, .about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.4s;
  background: #FFFFFF;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon::after {
  width: 100%;
  height: 1px;
}
.about-page .about-wrap10 .wrap10-main .wrap10-item .wrap10-cont .tool-icon::before {
  width: 1px;
  height: 100%;
}
.about-page .about-wrap11 {
  width: 100%;
}
.about-page .about-wrap11 .wrap11-main {
  width: 100%;
  padding: 1.9rem 0;
  box-sizing: border-box;
}
.about-page .about-wrap11 .wrap11-main .t-box {
  width: 100%;
  position: relative;
}
.about-page .about-wrap11 .wrap11-main .t-box .tt {
  color: #2B8BFF;
  font-size: var(--fz36);
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap11 .wrap11-main .t-box .en-abs {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #F5F5F5;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
.about-page .about-wrap11 .wrap11-main .line {
  width: 1px;
  height: 88px;
  background: #BEBEBE;
  margin: 0.25rem auto 0;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap11 .wrap11-main .dd {
  text-align: center;
  color: #393939;
  font-size: var(--fz30);
  line-height: 1.6;
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap12 {
  width: 100%;
}
.about-page .about-wrap12 .wrap12-main {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.about-page .about-wrap12 .wrap12-main .wrap12-left {
  width: calc(50% - 5px);
  padding: 0.9rem 1rem;
  background: #F1F1F3;
  box-sizing: border-box;
}
.about-page .about-wrap12 .wrap12-main .wrap12-left .en-text {
  color: #393939;
  font-size: var(--fz90);
  line-height: 1;
  opacity: 0.15;
  font-weight: 300;
}
.about-page .about-wrap12 .wrap12-main .wrap12-left .tt {
  color: #2B8BFF;
  font-size: var(--fz36);
  line-height: 1.2;
  font-weight: 300;
  margin-top: 0.4rem;
}
.about-page .about-wrap12 .wrap12-main .wrap12-left .dd {
  color: #393939;
  font-size: var(--fz16);
  line-height: 2.1;
  margin-top: 0.35rem;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right {
  width: calc(50% - 5px);
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main {
  width: 100%;
  height: 100%;
  min-height: 800px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(27, 27, 27, 0.85);
  padding: 1.5rem 1rem 0;
  box-sizing: border-box;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont.on, .about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont:hover {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont .abs-box {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont .abs-box .logo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont .abs-box .tt {
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.25;
  margin-top: 0.5rem;
  font-weight: 300;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .abs-cont .abs-box .dd {
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.3rem;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .round-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs {
  width: 444px;
  height: 444px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  z-index: 2;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r0 {
  top: -48px;
  left: 162px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r1 {
  top: 34px;
  left: 0px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r2 {
  top: 35px;
  left: 348px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r3 {
  top: 204px;
  left: -53px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r4 {
  top: 205px;
  left: 377px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r5 {
  top: 358px;
  left: 58px;
}
.about-page .about-wrap12 .wrap12-main .wrap12-right .right-main .right-cont .right-abs .right-round.r6 {
  top: 358px;
  left: 280px;
}
.about-page .about-wrap13 {
  width: 100%;
  margin-top: 1.5rem;
}
.about-page .about-wrap13 .wrap13-main {
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap13 .wrap13-main .wrap13-left {
  width: 40%;
  flex-shrink: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-left .left-cont {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right {
  flex: 1;
  background: #EEECE8;
  overflow: hidden;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.5rem 1.3rem 1.2rem;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .tt {
  color: #393939;
  font-size: var(--fz70);
  font-weight: 300;
  line-height: 1.14;
  opacity: 0.15;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .tt2 {
  color: #2B8BFF;
  font-size: var(--fz36);
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0.2rem;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont {
  width: 100%;
  position: relative;
  margin-top: 1.4rem;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .wrap13-swiper {
  width: 100%;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .wrap13-swiper .swiper-slide {
  width: 100%;
  max-width: 100%;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .wrap13-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: visible !important;
  z-index: 5;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-next,
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-prev {
  position: static;
  margin: 0;
  display: flex !important;
  width: 60px;
  height: 60px;
  background: rgba(233, 72, 48, 0);
  border-radius: 50%;
  background: #FFFFFF;
  margin-right: 10px;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-next::after,
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-prev::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/html/phone/images/left_1.png") no-repeat;
  transform: rotate(180deg);
  background-size: cover;
  font-size: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-next {
  background: #FFFFFF;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-button-next::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/html/phone/images/left_1.png") no-repeat;
  transform: rotate(0deg);
  background-size: cover;
  font-size: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-pagination {
  position: static;
  margin: 0 15px;
  color: #5E5E5E;
  font-size: var(--fz24);
  font-weight: 300 !important;
  display: block !important;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .right-tool .swiper-pagination .swiper-pagination-current {
  color: #B5B5B5;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-left {
  width: 44%;
  flex-shrink: 0;
  margin-right: 1.08rem;
  box-sizing: border-box;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-left .pic-box {
  width: 100%;
  padding-top: calc(510 / 390 * 100%);
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right {
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: calc(60px + 1.05rem);
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right.v2 {
  padding-bottom: 0;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right .ct1 {
  color: #B5B5B5;
  color: #393939;
  font-size: var(--fz24);
  font-weight: 300;
  line-height: 1.2;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right .ct2 {
  color: #B5B5B5;
  color: #393939;
  font-size: var(--fz14);
  line-height: 1.3;
}
.about-page .about-wrap13 .wrap13-main .wrap13-right .right-main .right-cont .swiper-item .item-right .cdd {
  color: #7D7D7D;
  color: #393939;
  font-size: var(--fz16);
  line-height: 1.6;
  margin-top: 0.2rem;
}

.servicelist-page {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #F6F7F8;
}
.servicelist-page .servicelist-wrap {
  width: 100%;
  margin-top: 1rem;
}
.servicelist-page .servicelist-wrap:first-child {
  margin-top: 0;
}
.servicelist-page .servicelist-wrap .container {
  max-width: 1150px;
}
.servicelist-page .service1-main {
  width: 100%;
  padding-top: 0.45rem;
  box-sizing: border-box;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.servicelist-page .service1-main .item {
  position: relative;
  display: block;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
}
.servicelist-page .service1-main .item:hover {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.servicelist-page .service1-main .item:hover .itembg {
  opacity: 1;
}
.servicelist-page .service1-main .item:hover .item-cont .more {
  color: #2B8BFF;
}
.servicelist-page .service1-main .item .itembg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  opacity: 0;
}
.servicelist-page .service1-main .item .item-cont {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0.42rem 0.2rem 0.38rem 0.2rem;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.servicelist-page .service1-main .item .item-cont .tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1.1;
  text-align: center;
  font-weight: 550;
}
.servicelist-page .service1-main .item .item-cont .dd {
  color: #9CA4AF;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.12rem;
  flex: 1;
}
.servicelist-page .service1-main .item .item-cont .more {
  color: #161616;
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicelist-page .service1-main .item .item-cont .more .more-icon {
  font-size: 10px;
  font-weight: bolder;
  margin-left: 8px;
}
.servicelist-page .service1-main .item .item-cont .more .more-icon::after {
  content: "next";
  font-family: swiper-icons;
}
.servicelist-page .service2-main {
  width: 100%;
  padding-top: 0.45rem;
  box-sizing: border-box;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  /* 第一行：前3个元素，每个占2列（2*3=6列，刚好填满一行） */
  /* 从第4个元素开始（第二行起），每个占3列（3*2=6列，刚好每行2个） */
}
.servicelist-page .service2-main .item {
  position: relative;
  display: block;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
}
.servicelist-page .service2-main .item:hover {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.servicelist-page .service2-main .item:hover .itembg {
  opacity: 1;
}
.servicelist-page .service2-main .item:hover .item-cont .more {
  color: #2B8BFF;
}
.servicelist-page .service2-main .item .itembg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  opacity: 0;
}
.servicelist-page .service2-main .item .item-cont {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0.68rem 0.3rem;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.servicelist-page .service2-main .item .item-cont .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.servicelist-page .service2-main .item .item-cont .icon-box {
  flex: 1;
}
.servicelist-page .service2-main .item .item-cont .cont-box {
  flex: 1;
}
.servicelist-page .service2-main .item .item-cont .tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1;
  text-align: center;
  font-weight: 550;
  margin-top: 0.14rem;
}
.servicelist-page .service2-main .item .item-cont .dd {
  color: #9CA4AF;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.12rem;
}
.servicelist-page .service2-main .item .item-cont .more {
  color: #161616;
  font-size: 14px;
  line-height: 1;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicelist-page .service2-main .item .item-cont .more .more-icon {
  font-size: 10px;
  font-weight: bolder;
  margin-left: 8px;
}
.servicelist-page .service2-main .item .item-cont .more .more-icon::after {
  content: "next";
  font-family: swiper-icons;
}
.servicelist-page .service2-main .item:nth-child(1),
.servicelist-page .service2-main .item:nth-child(2),
.servicelist-page .service2-main .item:nth-child(3) {
  grid-column: span 2;
  /* 每个元素占2列，3个元素刚好占满6列 */
}
.servicelist-page .service2-main .item:nth-child(n+4) {
  grid-column: span 3;
}
.servicelist-page .service2-main .item:nth-child(n+4) .item-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.35rem 0;
}
.servicelist-page .service2-main .item:nth-child(n+4) .item-cont .tt {
  margin-top: 0;
}
.servicelist-page .the_bgs {
  padding-top: 0.45rem;
}
.servicelist-page .service3-main {
  width: 100%;
  padding-top: 0.45rem;
  box-sizing: border-box;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.servicelist-page .service3-main .item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
}
.servicelist-page .service3-main .item .item-cont {
  flex: 1;
  position: relative;
  z-index: 2;
  padding: 0.65rem 0.35rem 0.65rem;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.servicelist-page .service3-main .item .item-cont .icon-box {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.servicelist-page .service3-main .item .item-cont .icon {
  width: 64%;
  height: 64%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.servicelist-page .service3-main .item .item-cont .icon.code {
  width: 100%;
  height: 100%;
}
.servicelist-page .service3-main .item .item-cont .tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1;
  text-align: center;
  font-weight: 550;
  margin-top: 14px;
}
.servicelist-page .service3-main .item .item-cont .dd {
  color: #161616;
  font-size: var(--fz14);
  text-align: center;
  line-height: 1.5;
  margin-top: 0.25rem;
}
.servicelist-page .service3-main .item .item-cont .more {
  color: #161616;
  font-size: 14px;
  line-height: 1;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicelist-page .service3-main .item .item-cont .more .more-icon {
  font-size: 10px;
  font-weight: bolder;
  margin-left: 8px;
}
.servicelist-page .service3-main .item .item-cont .more .more-icon::after {
  content: "next";
  font-family: swiper-icons;
}
.servicelist-page .service3-main .item .bgs {
  flex: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.servicelist-page .service3-main .item:nth-child(1) {
  grid-column: span 3;
}
.servicelist-page .service3-main .item:nth-child(1) .item-cont .icon-box {
  width: 64px;
  height: 64px;
}
.servicelist-page .service3-main .item:nth-child(1) .item-cont .icon {
  width: 100%;
  height: 100%;
}

.service-page {
  width: 100%;
  background: #F6F7F8;
}
.service-page .service-wrap1 {
  width: 100%;
  padding: 1rem 0 0.6rem;
}
.service-page .service-wrap1 .wrap1-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.service-page .service-wrap1 .wrap1-main.fs {
  justify-content: flex-start;
  column-gap: 21px;
  row-gap: 21px;
  flex-wrap: wrap;
}
.service-page .service-wrap1 .wrap1-main .next-icon {
  width: 50px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-page .service-wrap1 .wrap1-main .next-icon .i {
  width: 15px;
  height: 12px;
  background-image: url("/html/phone/images/service_6.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-page .service-wrap1 .wrap1-main .item {
  width: auto;
}
.service-page .service-wrap1 .wrap1-main .item .icon {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.service-page .service-wrap1 .wrap1-main .item .tt {
  text-align: center;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1;
  margin-top: 12px;
}
.service-page .service-wrap2 {
  width: 100%;
}
.service-page .service-wrap2 .wrap2-main {
  width: 100%;
  padding: 0.6rem 0 0.9rem;
  box-sizing: border-box;
}
.service-page .service-wrap2 .wrap2-main.line {
  border-top: 1px solid #E4E5EA;
}
.service-page .service-wrap2 .wrap2-main .main-box {
  width: 100%;
  max-width: 905px;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #DADADA;
  padding: 0 0.5rem;
  box-sizing: border-box;
  margin: 0 auto;
}
.service-page .service-wrap2 .wrap2-main .main-box .main-top {
  width: 100%;
  padding: 0.5rem 0 0.4rem;
  box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
}
.service-page .service-wrap2 .wrap2-main .main-box .main-top .tt {
  color: #2B8BFF;
  font-size: var(--fz30);
  font-weight: 550;
  text-align: center;
  line-height: 1;
}
.service-page .service-wrap2 .wrap2-main .main-box .main-top .dd {
  color: #9CA4AF;
  font-size: var(--fz14);
  line-height: 1;
  text-align: center;
  margin-top: 12px;
}
.service-page .service-wrap2 .wrap2-main .main-box .main-cont {
  width: 100%;
  padding: 0.4rem 0 0.5rem;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.5;
}
.service-page .service-wrap3 {
  width: 100%;
  padding: 1rem 0;
}
.service-page .service-wrap3 .wrap3-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 442px;
  margin-top: 0.6rem;
  gap: 21px;
}
.service-page .service-wrap3 .wrap3-main .item {
  width: calc((100% - (22px * 2)) / 3);
  height: calc((100% - 22px) / 2);
  position: relative;
  display: flex;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
}
.service-page .service-wrap3 .wrap3-main .item:nth-child(3) {
  height: 100%;
}
.service-page .service-wrap3 .wrap3-main .item .item-cont {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0.38rem 0.3rem;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.service-page .service-wrap3 .wrap3-main .item .item-cont .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-page .service-wrap3 .wrap3-main .item .item-cont .tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1;
  text-align: center;
  font-weight: 550;
  margin-top: 14px;
}
.service-page .service-wrap3 .wrap3-main .item .item-cont .dd {
  color: #161616;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
}
.service-page .service-wrap4 {
  width: 100%;
  min-height: 800px;
  padding: 1rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.service-page .service-wrap4 .wrap4-main {
  width: 100%;
}
.service-page .service-wrap4 .wrap4-main .cont {
  width: 100%;
  margin-top: 0.5rem;
  color: #FFFFFF;
  font-size: var(--fz16);
  text-align: center;
  line-height: 1.9;
}
.service-page .service-wrap5 {
  width: 100%;
  padding: 1.1rem 0;
  box-sizing: border-box;
}
.service-page .service-wrap5 .wrap5-main {
  width: 100%;
  margin-top: 0.55rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left {
  width: 270px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  flex-shrink: 0;
  margin-right: 0.3rem;
  padding: 0.34rem 0.2rem;
  box-sizing: border-box;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item {
  width: 100%;
  min-height: 48px;
  border-radius: 5px 5px 5px 5px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item .class-item-outerbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item.on {
  background: #F7F8FC;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item.on .arrow {
  transform: rotate(90deg);
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item .round {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
  background: #2B8BFF;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item .text {
  flex: 1;
  overflow: hidden;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item .arrow {
  color: #7A8492;
  font-size: 10px;
  font-weight: bolder;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
  display: none;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item .arrow::after {
  content: "next";
  font-family: swiper-icons;
}
.service-page .service-wrap5 .wrap5-main .wrap5-left .class-item .class-item-content {
  display: none;
  width: 100%;
  padding: 0.24rem 0 0.5rem;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.7;
  position: fixed;
  left: -5000px;
  opacity: 0;
}
.service-page .service-wrap5 .wrap5-main .wrap5-right {
  flex: 1;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.service-page .service-wrap5 .wrap5-main .wrap5-right .right-item {
  width: 100%;
  display: none;
}
.service-page .service-wrap5 .wrap5-main .wrap5-right .right-item.on {
  display: block;
}
.service-page .service-wrap5 .wrap5-main .wrap5-right .right-item .r-top {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding: 0.52rem 0 0.24rem;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz24);
  line-height: 1.1;
  font-weight: bold;
}
.service-page .service-wrap5 .wrap5-main .wrap5-right .right-item .r-cont {
  width: 100%;
  padding: 0.24rem 0 0.5rem;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.7;
}
.service-page .service-wrap6 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
.service-page .service-wrap6 .wrap6-main {
  width: 100%;
  margin-top: 0.55rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.service-page .service-wrap6 .wrap6-main .wrap6-left {
  width: 270px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  flex-shrink: 0;
  margin-right: 0.3rem;
  padding: 0.34rem 0.2rem;
  box-sizing: border-box;
}
.service-page .service-wrap6 .wrap6-main .wrap6-left .class-item {
  width: 100%;
  min-height: 48px;
  border-radius: 5px 5px 5px 5px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.service-page .service-wrap6 .wrap6-main .wrap6-left .class-item.on {
  background: #F7F8FC;
}
.service-page .service-wrap6 .wrap6-main .wrap6-left .class-item .round {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
  background: #2B8BFF;
}
.service-page .service-wrap6 .wrap6-main .wrap6-left .class-item .text {
  flex: 1;
  overflow: hidden;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right {
  flex: 1;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item {
  width: 100%;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-top {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding: 0.5rem 0 0.35rem;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz24);
  line-height: 1.1;
  font-weight: 550;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont {
  width: 100%;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list {
  width: 100%;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item.on {
  border-bottom: 1px solid transparent;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item.on .item-title .icon {
  transform: rotate(-90deg);
  color: #2B8BFF;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item.on .item-text {
  display: block;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item .item-title {
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item .item-title .title {
  flex: 1;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.6;
  overflow: hidden;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item .item-title .icon {
  flex-shrink: 0;
  margin-left: 1rem;
  color: #000000;
  font-size: 12px;
  font-weight: bolder;
  transform: rotate(90deg);
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item .item-title .icon::after {
  content: "next";
  font-family: swiper-icons;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .list .item .item-text {
  width: 100%;
  background: #F7F8FC;
  border-radius: 5px;
  padding: 0.3rem;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.9;
  display: none;
}
.service-page .service-wrap6 .wrap6-main .wrap6-right .right-item .r-cont .pagination-custom {
  margin-top: 0.3rem;
}
.service-page .service-wrap7 {
  padding: 1rem 0 0.9rem;
  box-sizing: border-box;
}
.service-page .service-wrap7 .wrap7-prod {
  width: 100%;
  margin-top: 0.6rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.service-page .service-wrap7 .wrap7-prod .text {
  color: #161616;
  font-size: var(--fz14);
  line-height: 1;
  margin-right: 15px;
}
.service-page .service-wrap7 .wrap7-prod .prod-class {
  flex: 1;
  max-width: 296px;
}
.service-page .service-wrap7 .wrap7-prod .prod-class .vtool-select .dl-clsss {
  display: inline-flex;
}
.service-page .service-wrap7 .wrap7-prod .btn {
  width: 90px;
  height: 38px;
  background: #2B8BFF;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-page .service-wrap7 .wrap7-main {
  width: 100%;
  margin-top: 0.6rem;
  box-sizing: border-box;
}
.service-page .service-wrap7 .wrap7-main.v2 {
  margin-top: 20px;
}
.service-page .service-wrap7 .wrap7-main .item {
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  margin-top: 20px;
}
.service-page .service-wrap7 .wrap7-main .item:first-child {
  margin-top: 0;
}
.service-page .service-wrap7 .wrap7-main .item .item-top {
  width: 100%;
  padding: 0.24rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-page .service-wrap7 .wrap7-main .item .item-top .icon {
  width: auto;
  flex: 1;
  height: 50px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.service-page .service-wrap7 .wrap7-main .item .item-top .btn {
  width: 120px;
  height: 38px;
  background: #2B8BFF;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.service-page .service-wrap7 .wrap7-main .item .item-top .btn .i {
  width: 18px;
  height: 15px;
  background-image: url("/html/phone/images/service_8.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.service-page .service-wrap7 .wrap7-main .item .item-cont {
  width: 100%;
  padding: 0.3rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.6;
  border-top: 1px solid #E6E6E6;
}
.service-page .service-wrap7 .wrap7-main .item .item-cont .cont-1 {
  flex: 1;
  overflow: hidden;
}
.service-page .service-wrap7 .wrap7-main .item .item-cont .cont-2 {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.service-page .service-wrap7 .wrap7-main .item .item-cont .cont-2 .text {
  line-height: 16px;
  display: flex;
  align-items: center;
}
.service-page .service-wrap7 .wrap7-main .item .item-cont .cont-3 {
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.service-page .service-wrap7 .wrap7-main .item .item-cont .cont-3 .text .fz12 {
  display: none;
}
.service-page .service-wrap9 {
  width: 100%;
  padding: 1rem 0 1.1rem;
  box-sizing: border-box;
}
.service-page .service-wrap9 .wrap9-main {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.6rem;
}
.service-page .service-wrap9 .wrap9-main .item {
  position: relative;
  display: block;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
}
.service-page .service-wrap9 .wrap9-main .item:hover .item-cont .more {
  color: #2B8BFF;
}
.service-page .service-wrap9 .wrap9-main .item .item-cont {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0.7rem 0.3rem;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.service-page .service-wrap9 .wrap9-main .item .item-cont .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-page .service-wrap9 .wrap9-main .item .item-cont .tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1;
  text-align: center;
  font-weight: 550;
  margin-top: 14px;
}
.service-page .service-wrap9 .wrap9-main .item .item-cont .dd {
  color: #9CA4AF;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
}
.service-page .service-wrap9 .wrap9-main .item .item-cont .more {
  color: #161616;
  font-size: 14px;
  line-height: 1;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-page .service-wrap9 .wrap9-main .item .item-cont .more .more-icon {
  font-size: 10px;
  font-weight: bolder;
  margin-left: 8px;
}
.service-page .service-wrap9 .wrap9-main .item .item-cont .more .more-icon::after {
  content: "next";
  font-family: swiper-icons;
}
.service-page .service-wrap10 {
  padding: 1rem 0;
}
.service-page .service-wrap10 .dd {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.5;
}
.service-page .service-wrap11 {
  width: 100%;
  padding: 1rem 0 1.25rem;
  box-sizing: border-box;
}
.service-page .service-wrap11 .wrap11-main {
  width: 100%;
  margin-top: 0.6rem;
  box-sizing: border-box;
  gap: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.service-page .service-wrap11 .wrap11-main .item {
  width: calc((100% - 22px * 2) / 3);
  position: relative;
  display: block;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
  cursor: pointer;
}
.service-page .service-wrap11 .wrap11-main .item:hover {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}
.service-page .service-wrap11 .wrap11-main .item:hover .more-box {
  color: #2B8BFF;
}
.service-page .service-wrap11 .wrap11-main .item:hover .more-box .i {
  filter: none;
}
.service-page .service-wrap11 .wrap11-main .item .pics {
  width: 100%;
  position: relative;
}
.service-page .service-wrap11 .wrap11-main .item .pics .play-icon {
  width: 66px;
  height: 66px;
  background: url(/html/phone/images/service_11.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-page .service-wrap11 .wrap11-main .item .pic-box {
  width: 100%;
  padding-top: calc(232 / 385 * 100%);
  border-radius: 10px 10px 0 0;
}
.service-page .service-wrap11 .wrap11-main .item .cont {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.service-page .service-wrap11 .wrap11-main .item .title {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1;
}
.service-page .service-wrap11 .wrap11-main .item .more-box {
  width: 100%;
  padding: 22px 0;
  box-sizing: border-box;
  border-top: 1px solid #E8EAEF;
  color: #161616;
  font-size: var(--fz14);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-page .service-wrap11 .wrap11-main .item .more-box .i {
  width: 13px;
  height: 10px;
  background: url(/html/phone/images/service_10.png) no-repeat center center;
  background-size: cover;
  filter: brightness(0);
}

.consult-page {
  width: 100%;
  padding: calc(var(--navtopheight) + var(--navheight) + 0.54rem) 0 1.3rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.consult-page .consult-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.consult-page .consult-main .consult-left {
  flex: 1;
  overflow: hidden;
}
.consult-page .consult-main .consult-right {
  width: 570px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 0.5rem;
  box-sizing: border-box;
}
.consult-page .consult-main .consult-right .main-box {
  width: 100%;
  margin-top: 10px;
}

.index-banner {
  width: 100%;
  position: relative;
  padding-top: calc(880 / 1920 * 100%);
  box-sizing: border-box;
}
.index-banner .banner-tool {
  width: 100%;
  padding: 0.4rem 0;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8;
}
.index-banner .banner-tool .tool-main {
  width: 100%;
  display: flex;
  align-items: center;
}
.index-banner .banner-tool .tool-main .swiper-button-next,
.index-banner .banner-tool .tool-main .swiper-button-prev {
  position: static;
  margin: 0;
  display: flex !important;
  width: 60px;
  height: 60px;
  background: rgba(233, 72, 48, 0);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  margin-right: 10px;
}
.index-banner .banner-tool .tool-main .swiper-button-next::after,
.index-banner .banner-tool .tool-main .swiper-button-prev::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/html/phone/images/left_2.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-banner .banner-tool .tool-main .swiper-button-next {
  background: #FFFFFF;
}
.index-banner .banner-tool .tool-main .swiper-button-next::after {
  content: "";
  width: 21px;
  height: 22px;
  background: url("/html/phone/images/left_1.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-banner .banner-tool .tool-main .swiper-pagination {
  position: static;
  margin: 0 15px;
  color: #5E5E5E;
  font-size: var(--fz24);
  font-weight: 300 !important;
  display: block !important;
}
.index-banner .banner-tool .tool-main .swiper-pagination .swiper-pagination-current {
  color: #B5B5B5;
}
.index-banner .banner-abs {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  transform: translateY(0.9rem);
}
.index-banner .banner-abs .abs-main {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.index-banner .banner-abs .abs-main .abs-cont {
  width: 100%;
  max-width: 800px;
  padding: 0.9rem 0.8rem 1.1rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: visible;
}
.index-banner .banner-abs .abs-main .abs-cont .abs-tt {
  width: 100%;
  color: #FFFFFF;
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 1.5;
}
.index-banner .banner-abs .abs-main .abs-cont .more-btn {
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.38rem;
}
.index-banner .index-banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.index-banner .index-banner-cont .banner-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.1rem;
  column-gap: 6px;
  z-index: 1;
}
.index-banner .index-banner-cont .banner-pagination .swiper-pagination-bullet {
  display: flex;
  width: 0.62rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
}
.index-banner .index-banner-cont .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.index-banner .banner-swiper {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-banner .bvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
.index-banner .banner-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-banner .banner-item .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.index-banner .banner-item .mobile-banner {
  z-index: 0;
  opacity: 0;
}
.index-banner .banner-item .pc-banner {
  opacity: 1;
  z-index: 1;
}
.index-banner .down_icon {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  color: #fff;
  animation: slideUpDown 3s infinite ease;
}
.index-banner .down_icon img {
  width: 10px;
  height: 15px;
  margin-left: 10px;
}

.index-logo {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  padding-top: 1.88rem;
}
.index-logo .logo-main {
  width: 100%;
}
.index-logo .logo-main .pic-box {
  width: 100%;
  padding-top: calc(208 / 1604 * 100%);
}

.top-news {
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  max-width: 1400px;
  height: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 16, 36, 0.3);
  overflow: hidden;
  backdrop-filter: saturate(180%) blur(21px);
  -webkit-backdrop-filter: saturate(180%) blur(21px);
}
.top-news .top-news-item {
  width: 33.33%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #161616;
  font-size: var(--fz18);
  line-height: 1.7;
  column-gap: 0.3rem;
  padding: 0 0.55rem;
  position: relative;
}
.top-news .top-news-item::after {
  content: "";
  width: 1px;
  height: 0.66rem;
  background: white;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.top-news .top-news-item:nth-last-of-type(1)::after {
  display: none;
}
.top-news .top-news-item .date-left {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 0.03rem;
  line-height: 1;
  color: #2B8BFF;
  width: 46px;
  text-align: center;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.top-news .top-news-item .date-left .item-time-day {
  font-size: var(--fz40);
}
.top-news .top-news-item .date-left .item-time-Year-Month {
  font-size: var(--fz12);
}
.index-product {
  width: 100%;
  position: relative;
}
.index-product .product-abs {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  padding: 0.8rem 0.8rem 0.9rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-product .product-abs .abs-title {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
}
.index-product .product-abs .abs-tool {
  width: 100%;
}
.index-product .product-abs .abs-tool .tool-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: visible;
}
.index-product .product-abs .abs-tool .tool-box .swiper-button-next,
.index-product .product-abs .abs-tool .tool-box .swiper-button-prev {
  position: static;
  margin: 0;
  display: flex !important;
  width: 15px;
  height: 28px;
}
.index-product .product-abs .abs-tool .tool-box .swiper-button-next::after,
.index-product .product-abs .abs-tool .tool-box .swiper-button-prev::after {
  content: "";
  width: 15px;
  height: 28px;
  background: url("/html/phone/images/left_3.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-product .product-abs .abs-tool .tool-box .swiper-button-prev {
  transform: rotate(180deg);
}
.index-product .product-abs .abs-tool .tool-box .swiper-pagination {
  width: auto;
  position: static;
  height: 6px;
  display: flex;
  align-items: center;
  margin: 0 14px;
}
.index-product .product-abs .abs-tool .tool-box .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.15;
  margin-left: 10px;
  display: block;
}
.index-product .product-abs .abs-tool .tool-box .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.index-product .product-abs .abs-tool .tool-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-product .product-abs .abs-tool .tool-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin: 0.5rem auto 0;
  padding: 15px 0;
  box-sizing: border-box;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
}
.index-product .product-main {
  width: 100%;
}
.index-product .product-main .product-swiper {
  width: 100%;
}
.index-product .product-main .product-swiper .swiper-slide {
  width: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.index-product .product-main .product-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 5;
}
.index-product .product-main .swiper-item {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.index-product .product-main .swiper-item .product-left {
  width: 50%;
}
.index-product .product-main .swiper-item .product-left .pic-box {
  width: 100%;
  padding-top: calc(1080 / 960 * 100%);
}
.index-product .product-main .swiper-item .product-right {
  width: 50%;
  background: #2E2E2E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-product .product-main .swiper-item .product-right .right-cont {
  width: 100%;
}
.index-product .product-main .swiper-item .product-right .right-cont .logo {
  width: 178px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-product .product-main .swiper-item .product-right .right-cont .tt1 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.5;
  margin-top: 0.5rem;
  font-weight: 300;
}
.index-product .product-main .swiper-item .product-right .right-cont .tt2 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  color: #2B8BFF;
  font-size: var(--fz18);
  font-weight: 550;
  line-height: 1.5;
  margin-top: 5px;
}

.index-info {
  width: 100%;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.index-info .info-main {
  width: 100%;
  padding-top: calc(1360 / 1920 * 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.index-info .info-main .info-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-info .info-main .info-cont .cont {
  width: 100%;
}
.index-info .info-main .info-cont .cont .tt {
  color: #EDEDEC;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  opacity: 0.15;
}
.index-info .info-main .info-cont .cont .dd {
  text-align: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 2.2;
  margin-top: 0.8rem;
}
.index-info .info-main .info-cont .cont .dd .d-num {
  color: #2B8BFF;
  font-size: var(--fz40);
  font-weight: 300;
  line-height: 1;
  font-family: "DINProNum" !important;
}
.index-info .info-main .info-cont .cont .tool-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin: 0.5rem auto 0;
  padding: 15px 0;
  box-sizing: border-box;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
}

.index-about {
  width: 100%;
  background: #F5F5F5;
  padding-bottom: 0.7rem;
}
.index-about .about-main {
  width: 100%;
  padding-top: calc(970 / 1920 * 100%);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-about .about-cont {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.index-about .about-cont .cont {
  width: 360px;
  transform: translateY(0.7rem);
  box-sizing: border-box;
}
.index-about .about-cont .cont .cont-box {
  width: 100%;
  padding: 0.4rem 0;
  box-sizing: border-box;
  background: #2E2E2E;
}
.index-about .about-cont .cont .tt {
  color: #515151;
  font-size: var(--fz18);
  line-height: 1.2;
  margin-bottom: 0.3rem;
  padding: 0 0.4rem;
}
.index-about .about-cont .cont .tt2 {
  color: #FFFFFF;
  font-size: var(--fz24);
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  line-height: 1.3;
  padding: 0 0.4rem;
}
.index-about .about-cont .cont .rich-text {
  width: 100%;
}
.index-about .about-cont .cont .tool-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0.4rem;
}
.index-about .about-cont .cont .tool-more {
  display: inline-block;
  padding: 5px 0 15px;
  box-sizing: border-box;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: var(--fz14);
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
}

.index-news {
  width: 100%;
  background: #F5F5F5;
  padding: 1.3rem 0 1rem;
  box-sizing: border-box;
}
.index-news .news-main {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.index-news .news-main .news-left {
  flex-shrink: 0;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .news-main .news-left .left-top {
  width: 100%;
}
.index-news .news-main .news-left .left-top .tt {
  font-weight: 300;
  font-size: var(--fz24);
  line-height: 1;
  color: #393939;
}
.index-news .news-main .news-left .left-top .tt2 {
  font-size: 1.4rem;
  line-height: 0.75;
  color: rgba(0, 0, 0, 0.15);
  margin-top: 0.25rem;
}
.index-news .news-main .news-left .left-tool {
  width: 100%;
  display: flex;
  align-items: center;
}
.index-news .news-main .news-left .left-tool .swiper-button-next,
.index-news .news-main .news-left .left-tool .swiper-button-prev {
  position: static;
  margin: 0;
  display: flex !important;
  width: 15px;
  height: 28px;
}
.index-news .news-main .news-left .left-tool .swiper-button-next::after,
.index-news .news-main .news-left .left-tool .swiper-button-prev::after {
  content: "";
  width: 15px;
  height: 28px;
  background: url("/html/phone/images/left_4.png") no-repeat;
  background-size: cover;
  font-size: 0;
}
.index-news .news-main .news-left .left-tool .swiper-button-prev {
  transform: rotate(180deg);
}
.index-news .news-main .news-left .left-tool .swiper-pagination {
  width: auto;
  position: static;
  height: 6px;
  display: flex;
  align-items: center;
  margin: 0 14px;
}
.index-news .news-main .news-left .left-tool .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.15;
  margin-left: 10px;
  display: block;
}
.index-news .news-main .news-left .left-tool .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.index-news .news-main .news-left .left-tool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #2B8BFF;
}
.index-news .news-main .news-right {
  flex: 1;
  max-width: 888px;
  overflow: hidden;
}
.index-news .news-main .news-right .news-swiper {
  width: 100%;
}
.index-news .news-main .news-right .news-swiper .swiper-slide {
  width: 100%;
  max-width: 100%;
}
.index-news .news-main .news-right .news-swiper .swiper-item {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-left {
  width: 50%;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-left .pic-box {
  width: 100%;
  height: 250px;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right {
  width: 50%;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont {
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .right-top {
  width: 100%;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .right-top .time {
  font-weight: 300;
  font-size: var(--fz14);
  line-height: 1;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .right-top .tt {
  color: #3C3C3C;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.15rem;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .right-more {
  width: 100%;
}
.index-news .news-main .news-right .news-swiper .swiper-item .item-right .right-cont .tool-more {
  width: auto !important;
  display: inline-block !important;
  padding: 5px 0 15px;
  box-sizing: border-box;
  color: #393939;
  font-size: var(--fz14);
  line-height: 1;
  border-bottom: 1px solid #393939;
}

@media only screen and (min-width: 960px) {
  .service-page .service-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar {
    width: 4px;
  }
  .service-page .service-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar-track {
    background-color: #FFFFFF;
  }
  .service-page .service-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar-thumb {
    background-color: #2b8bff;
  }
  .service-page .service-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar-thumb:hover {
    background-color: #2b8bff;
  }
}
.swiper-pagination {
  font-family: "DINProNum" !important;
}

.p100 {
  padding: 0px 100px;
}

.xiadis,
.fot-ul-for {
  display: flex;
  width: 100%;
}
.xiadis .xiaul,
.fot-ul-for .xiaul {
  padding-right: 10px;
  margin-top: 34px;
  width: 20%;
}
.xiadis .xiaul .xiali,
.fot-ul-for .xiaul .xiali {
  display: block;
  font-size: var(--fz14);
  color: #FFFFFF;
  font-weight: 400;
  line-height: 0.3rem;
  opacity: 0.7;
}

.productCss {
  margin-top: 1.8rem;
}
.productCss .product-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.6rem;
  position: relative;
  height: 8.15rem;
}
.productCss .pbg-box {
  position: absolute;
  width: 3.3rem;
  height: 8.15rem;
  left: 0;
  top: 0;
}
.productCss .pbg-box .pic-box {
  position: absolute;
  height: 100%;
}
.productCss .pbg-box .pic-box img {
  opacity: 0;
  transition: all 0.3s;
}
.productCss .pbg-box .pic-box.on img {
  opacity: 1;
}
.productCss .product-box-left {
  width: 3.3rem;
  height: 8.15rem;
  position: absolute;
  left: 0;
  top: 0;
}
.productCss .product-box-left .see_more {
  position: absolute;
  right: 0.27rem;
  bottom: 0.57rem;
  left: unset;
}
.productCss .pList {
  display: flex;
  align-items: center;
  position: absolute;
  width: 3.9rem;
  height: 7.2rem;
  left: 0;
  top: 0;
  padding: 0.57rem 0;
  overflow: hidden;
  z-index: 2;
}
.productCss .pList .swiper-slide {
  width: 3.3rem;
  height: 1.12rem;
  transition: all 0.3s;
  margin-bottom: 0.1rem;
}
.productCss .pList .swiper-slide.active, .productCss .pList .swiper-slide:hover {
  border-radius: 10px;
  box-shadow: 0.07rem 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  background: #FFF;
  transform: translateX(0.3rem);
}
.productCss .pList .swiper-slide.active .pItem_btm .pItem_title, .productCss .pList .swiper-slide:hover .pItem_btm .pItem_title {
  color: #161616;
}
.productCss .pList .swiper-slide.active .pItem_btm .pItem_sub_title, .productCss .pList .swiper-slide:hover .pItem_btm .pItem_sub_title {
  color: #9CA4AF;
}
.productCss .pList .swiper-slide.active .pItem .pItem_btm .pItem_right, .productCss .pList .swiper-slide:hover .pItem .pItem_btm .pItem_right {
  background: #2B8BFF;
}
.productCss .pList .pItem {
  width: 100%;
  height: 100%;
  position: relative;
}
.productCss .pList .pItem .pItem_btm {
  padding: 0 0.5rem 0 0.3rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.productCss .pList .pItem .pItem_btm::after {
  content: "";
  width: calc(100% - .3rem - .5rem);
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0;
  left: 30px;
}
.productCss .pList .pItem .pItem_btm .pItem_title {
  width: 100%;
  font-size: var(--fz24);
  color: #FFFFFF;
  line-height: 1.3;
}
.productCss .pList .pItem .pItem_btm .pItem_sub_title {
  font-size: var(--fz14);
  color: #93C4FE;
  line-height: 1.3;
}
.productCss .pList .pItem .pItem_btm .pItem_right {
  width: 0.13rem;
  height: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  mask-image: url(/html/phone/images/head_right.png);
  mask-size: contain;
  mask-position: center;
  background: #FFF;
}
.productCss .pList .pItem .pItem_btm .pItem_right img {
  width: 0.13rem;
  height: 0.1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 2;
  object-fit: contain;
}
.productCss .pList .pItem .pic-box {
  width: 100%;
  height: 8.15rem;
  position: absolute;
  z-index: -1;
}
.productCss .right-product-box {
  width: calc(100% - 3.45rem);
  height: 8.15rem;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.productCss .right-product-box .rpb-outer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.15rem;
}
.productCss .right-product-box .rpb-outer .rpb-item {
  width: calc((100% - (.15rem * 1)) / 2);
  height: calc((100% - (.15rem * 1)) / 2);
  position: relative;
  padding: 0.24rem 0.3rem 0.3rem;
  border-radius: 20px;
  overflow: hidden;
}
.productCss .right-product-box .rpb-outer .rpb-item .rpb-item-title {
  font-size: var(--fz18);
  color: #161616;
  line-height: 1.5;
}
.productCss .right-product-box .rpb-outer .rpb-item .rpb-item-from {
  font-size: var(--fz12);
  color: #9CA4AF;
  line-height: 1.5;
  margin-top: 0px;
}
.productCss .right-product-box .rpb-outer .rpb-item .the_line {
  width: 0.17rem;
  height: 0.03rem;
  background: #2B8BFF;
  margin-top: 0.14rem;
}
.productCss .right-product-box .rpb-outer .rpb-item .the_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #F8F8F8;
}
.productCss .right-product-box .rpb-outer .rpb-item .the_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.productCss .right-product-box .rpb-outer .rpb-item .the_pic .img1 {
  opacity: 1;
}
.productCss .right-product-box .rpb-outer .rpb-item .the_pic .img2 {
  opacity: 0;
}
.productCss .right-product-box .rpb-outer .rpb-item:hover .the_pic {
  background: url("/html/phone/images/product/product_bg.jpg") no-repeat center/cover;
}
.productCss .right-product-box .rpb-outer .rpb-item:hover .the_pic .img1 {
  opacity: 0;
}
.productCss .right-product-box .rpb-outer .rpb-item:hover .the_pic .img2 {
  opacity: 1;
}
.productCss .right-product-box .rpb-outer .rpb-item.hasNoImg2:hover .the_pic {
  background: url("/html/phone/images/product/product_bg.jpg") no-repeat center/cover;
}
.productCss .right-product-box .rpb-outer .rpb-item.hasNoImg2:hover .the_pic .img1 {
  opacity: 1;
}
.productCss .right-product-box .rpb-outer .rpb-item.hasNoImg2:hover .the_pic .img2 {
  opacity: 0;
}

.see_more_normal {
  padding: 13px 27px;
  border-radius: 100px;
  font-size: var(--fz14);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  line-height: 1;
  border: 1px solid #FFF;
  transition: all 0.3s;
}
.see_more_normal::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  right: 8px;
  bottom: 5px;
  z-index: 1;
}
.see_more_normal:hover {
  color: #FFF;
  transform: scale(1.1);
}

.SolutionCSS {
  margin: 1.2rem auto 0;
}
.SolutionCSS .solutions_swiper {
  margin-top: 0.6rem;
  width: 100%;
  padding: 0 5px;
  display: none;
}
.SolutionCSS .solutions_swiper .swiper-slide {
  cursor: pointer;
  width: 11.55%;
  height: 7.5rem;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: width 0.3s;
}
.SolutionCSS .solutions_swiper .swiper-slide .bg-box {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.SolutionCSS .solutions_swiper .swiper-slide .bg-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.SolutionCSS .solutions_swiper .swiper-slide .bg-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.SolutionCSS .solutions_swiper .swiper-slide .content-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.SolutionCSS .solutions_swiper .swiper-slide .content-box img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
}
.SolutionCSS .solutions_swiper .swiper-slide .content-box .title {
  font-size: var(--fz30);
  line-height: 1.5;
  margin-top: 2px;
  color: #FFF;
}
.SolutionCSS .solutions_swiper .swiper-slide .content-box .sub_title {
  font-size: var(--fz14);
  line-height: 1.5;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.35);
}
.SolutionCSS .solutions_swiper .swiper-slide .content-box .abs_box {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  opacity: 0;
  transition: opacity 0.3s;
}
.SolutionCSS .solutions_swiper .swiper-slide .content-box .abs_box .desc {
  font-size: var(--fz14);
  line-height: 1.5;
  color: #FFF;
  width: 90%;
  max-width: 496px;
  margin: 0 auto 0;
}
.SolutionCSS .solutions_swiper .swiper-slide .content-box .abs_box .btn {
  margin: 0.4rem auto 0;
  position: relative;
}
.SolutionCSS .solutions_swiper .swiper-slide.swiper-slide-active {
  width: 53%;
}
.SolutionCSS .solutions_swiper .swiper-slide.swiper-slide-active .abs_box {
  opacity: 1;
}
.SolutionCSS .solutions_swiper .swiper-slide.on {
  width: 10.1rem;
}
.SolutionCSS .solutions_swiper .swiper-slide.on .abs_box {
  opacity: 1;
}
.SolutionCSS .solutions_swiper_pagination {
  display: none;
  margin: 0.4rem auto 0;
  max-width: 1600px;
  width: 94%;
  height: 3px;
  position: static;
  background: #F0F0F0;
}
.SolutionCSS .solutions_swiper_pagination .swiper-pagination-progressbar-fill {
  background: #2B8BFF;
}
.SolutionCSS .swiper-scrollbar {
  margin: 40px auto 0;
  max-width: 1600px;
  width: 94%;
  height: 3px;
  position: static;
  background: #F0F0F0;
}
.SolutionCSS .swiper-scrollbar .swiper-pagination-progressbar-fill {
  background: #2B8BFF;
}
.SolutionCSS .solutions_outer_box .solutions_box {
  margin-top: 0.6rem;
  padding: 0 5px 0.4rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
.SolutionCSS .solutions_outer_box .solutions_box::-webkit-scrollbar {
  height: 3px;
}
.SolutionCSS .solutions_outer_box .solutions_box::-webkit-scrollbar-thumb {
  width: auto;
  background: #2B8BFF;
}
.SolutionCSS .solutions_outer_box .solutions_box::-webkit-scrollbar-track {
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 0;
  background: #F0F0F0;
}
.SolutionCSS .solutions_outer_box .solutions_box_item {
  cursor: pointer;
  flex: 1;
  height: 7.5rem;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  flex-shrink: 0;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .bg-box {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .bg-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .bg-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .content-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .content-box img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .content-box .title {
  font-size: var(--fz30);
  line-height: 1.5;
  margin-top: 2px;
  color: #FFF;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .content-box .sub_title {
  font-size: var(--fz14);
  line-height: 1.5;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.35);
}
.SolutionCSS .solutions_outer_box .solutions_box_item .content-box .abs_box {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .content-box .abs_box .desc {
  font-size: var(--fz14);
  line-height: 1.5;
  color: #FFF;
  width: 90%;
  max-width: 496px;
  margin: 0 auto 0;
}
.SolutionCSS .solutions_outer_box .solutions_box_item .content-box .abs_box .btn {
  margin: 0.4rem auto 0;
  position: relative;
}
.SolutionCSS .solutions_outer_box .solutions_box_item.on {
  width: 53%;
  flex: 5;
}
.SolutionCSS .solutions_outer_box .solutions_box_item.on .abs_box {
  opacity: 1;
  pointer-events: all;
}

.SolutionCSS .solutions_outer_box .solutions_box.flex_this .solutions_box_item {
  flex: 10;
  transition: all 0.3s;
}

.SolutionCSS .solutions_outer_box .solutions_box.flex_this .solutions_box_item.on {
  flex: 35;
}

.HomeCss {
  margin-top: 78px;
}
.HomeCss .homeCont {
  display: block;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.HomeCss .homeCont .homeImg .pic-box {
  width: 100%;
  padding-top: calc(970 /1920 * 100%);
}
.HomeCss .homeCont .homeImg .video_origin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HomeCss .homeCont .item_top {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.HomeCss .homeCont .item_top .item_title {
  color: #FFF;
}
.HomeCss .homeCont .item_top .item_sub_title {
  margin-top: 0.15rem;
}
.HomeCss .homeCont .item_top .item_desc {
  font-size: var(--fz18);
  color: #FFF;
  line-height: 1.5;
  margin: 0.2rem auto 0;
}
.HomeCss .homeCont .item_top .item_btn {
  position: relative;
  margin: 0.4rem auto 0;
}
.HomeCss .homeCont .homeTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px black;
  padding: 0.6rem 0.4rem;
}
.HomeCss .homeCont .homeTxt .homeTitle {
  font-size: var(--fz36);
  font-weight: bold;
}
.HomeCss .homeCont .homeTxt .homeTitle::before {
  content: "";
  display: block;
  width: 200px;
  height: 6px;
  background-color: #fff;
  margin-bottom: 40px;
}
.HomeCss .homeCont .homeTxt .contTxt {
  font-size: var(--fz16);
  line-height: 1.3;
  margin-top: 20px;
}
.HomeCss .homeList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 100px;
}
.HomeCss .homeList .homeItem {
  display: block;
  width: calc((100% - (1rem * 2)) / 3);
  margin-right: 1rem;
}
.HomeCss .homeList .homeItem:nth-child(3n) {
  margin-right: 0;
}
.HomeCss .homeList .homeItem .homeItem_title {
  font-size: var(--fz36);
  font-weight: bold;
}
.HomeCss .homeList .homeItem .homeItem_img {
  overflow: hidden;
  margin-top: 20px;
}
.HomeCss .homeList .homeItem .homeItem_img .pic-box {
  width: 100%;
  padding-top: calc(148 /468 * 100%);
}
.HomeCss .homeList .homeItem .homeItem_img:hover .pic-box {
  transform: scale(1.1);
}
.HomeCss .homeList .homeItem .homeItem_txt {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 4px;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_left .nums {
  font-size: var(--fz60);
  font-weight: bold;
  color: #2B8BFF;
  line-height: 0.9;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_left .tips {
  font-size: var(--fz18);
  color: #2B8BFF;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_left .txt {
  font-size: var(--fz16);
  color: #9A9390;
  margin-top: 0.25rem;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_right {
  width: 39px;
  height: 38px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_right img {
  width: 100%;
  height: 100%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  z-index: 2;
  transform: translateX(0px);
  transition: transform 0.3s;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_right:hover img {
  transform: translateX(10px);
}

.caseCss {
  margin-top: 60px;
}
.caseCss .cateList {
  padding: 20px 0;
  scrollbar-width: none;
}
.caseCss .cateList::-webkit-scrollbar {
  display: none;
}
.caseCss .cateList .swiper-slide {
  width: auto;
  text-align: center;
  padding: 0 20px;
}
.caseCss .cateList .cateItem {
  height: 50px;
  line-height: 50px;
  border: 1px solid #231815;
  white-space: nowrap;
  color: #231815;
}
.caseCss .cateList .selected {
  color: #FFFFFF;
  background-color: #2B8BFF;
  border: 1px solid transparent;
}
.caseCss .caseCont {
  display: none;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.caseCss .caseCont.on {
  display: flex;
}
.caseCss .caseCont .caseCont_left {
  flex: 1;
}
.caseCss .caseCont .caseCont_left .pic-box {
  width: 100%;
  padding-top: calc(744 / 1110 * 100%);
}
.caseCss .caseCont .caseCont_left .pic-box img {
  object-fit: cover;
}
.caseCss .caseCont .caseCont_right {
  width: 480px;
  background: #231815;
  margin-left: 10px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.caseCss .caseCont .caseCont_right .topLabel {
  width: 60px;
  height: 66px;
  background: #2B8BFF;
  position: absolute;
  right: 42px;
  top: 0;
}
.caseCss .caseCont .caseCont_right .right-box {
  width: 100%;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt {
  position: absolute;
  bottom: 5%;
  max-width: 480px;
  width: 100%;
  padding: 0px 40px 0px 50px;
  color: #FFFFFF;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt .caseCont_title {
  font-size: var(--fz36);
  line-height: 1.4;
  white-space: normal;
  padding: 30px 0;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt .caseCont_dtxt {
  font-size: var(--fz16);
  line-height: 30px;
  margin-top: 10px;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt .caseCont_btn {
  border: none;
  justify-content: flex-start;
  margin-top: 40px;
}
.caseCss .caseCont .caseCont_right .right-box .caseCont_txt .caseCont_btn img {
  width: 14px;
  height: 14px;
  filter: grayscale(1) brightness(1.6);
}

.caseCont_btn {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  margin-top: 20px;
  border: 1px solid #FFFFFF;
}

.caseCont_btn img {
  width: 18px;
  height: 12px;
  margin-left: 10px;
}

.fenyemg {
  margin-top: 50px;
  justify-content: flex-start !important;
}

.index-page .fenyeBtn {
  margin-bottom: 100px;
}

.fenyeBtn {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.fenyeBtn .btnTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 232px;
  height: 50px;
  line-height: 50px;
  font-size: var(--fz16);
  background: #FFFFFF;
  border: 1px solid #231815;
  margin: 0px 40px;
}
.fenyeBtn .btnTxt img {
  width: 18px;
  height: 12px;
  margin-left: 10px;
}
.fenyeBtn .the_text {
  transition: all 0.4s;
}
.fenyeBtn .btnTxt:hover .the_text {
  transform: translateX(-10px);
}
.fenyeBtn .btnTxt:hover .mask-arrow {
  transform: translateX(10px);
}
.fenyeBtn .mask-arrow {
  width: 7px;
  height: 14px;
  mask-image: url(../images/home-right-arrow-green.png);
  mask-size: 14px 14px;
  mask-position: top left;
  mask-repeat: no-repeat;
  background: #231B19;
  margin-left: 10px;
  transition: all 0.4s;
}
.fenyeBtn .btnmg {
  margin-right: 8px;
}
.fenyeBtn .btn1,
.fenyeBtn .btn2 {
  width: 50px;
  height: 50px;
  background: #231815;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
}
.fenyeBtn #btn1:hover {
  transform: translateX(-4px);
}
.fenyeBtn #btn2:hover {
  transform: translateX(4px);
}
.fenyeBtn .btn1 img,
.fenyeBtn .btn2 img {
  width: 8px;
  height: 12px;
  margin: 0 auto;
}

.artCss {
  margin-top: 1.2rem;
}
.artCss .art_title {
  font-size: var(--fz48);
  font-weight: bold;
  text-align: center;
}
.artCss .artList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.artCss .artList .artItem {
  width: 5.2rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.artCss .artList .artItem .item-cont {
  width: 100%;
  padding-top: calc(380 / 520 * 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.artCss .artList .artItem .artItem_txt {
  position: absolute;
  left: 50%;
  bottom: 0.24rem;
  transform: translateX(-50%);
  padding: 0 0.1rem;
  width: 100%;
}
.artCss .artList .artItem .artItem_txt .artItem_title {
  font-size: var(--fz24);
  color: #FFF;
  line-height: 1.5;
}
.artCss .artList .artItem .artItem_txt .artItem_desc {
  font-size: var(--fz14);
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
}
.artCss .artList .artItem .artItem_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.artCss .artList .artItem .artItem_img .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.artCss .artList .artItem:hover .artItem_img img {
  transform: scale(1.1);
}

.newsCss {
  margin-top: 1.2rem;
}
.newsCss .news_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.newsCss .news_top .item_top {
  align-items: flex-start;
}
.newsCss .news_top .news_btn {
  border: 1px solid #DDDFE1;
  color: #161616;
  position: relative;
}
.newsCss .news_top .news_btn::after {
  background: #2B8BFF;
}
.newsCss .news_content {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 0.6rem;
}
.newsCss .news_content .left_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 0.2rem;
}
.newsCss .news_content .left_box .news-box {
  width: 3.9rem;
}
.newsCss .news_content .left_box .news-box .item-cont .artItem_img {
  width: 3.9rem;
  height: 2.6rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.newsCss .news_content .left_box .news-box .item-cont .artItem_img .pic-box {
  width: 3.9rem;
  height: 2.6rem;
}
.newsCss .news_content .left_box .news-box .item-cont .artItem_time {
  color: #9CA4AF;
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.2rem;
}
.newsCss .news_content .left_box .news-box .item-cont .artItem_txt {
  color: #161616;
  font-size: var(--fz18);
  line-height: 1.6;
  margin-top: 0.16rem;
}
.newsCss .news_content .left_box .news-box .item-cont .artItem_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.1rem;
  color: #2B8BFF;
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.4rem;
}
.newsCss .news_content .right_box {
  flex: 1;
  overflow: hidden;
}
.newsCss .news_content .right_box .news-box {
  border-bottom: 1px solid #E6E6E6;
}
.newsCss .news_content .right_box .news-box:nth-of-type(1) {
  border-top: 1px solid #E6E6E6;
}
.newsCss .news_content .right_box .item-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.2rem 0;
}
.newsCss .news_content .right_box .item-cont .artItem_time {
  padding: 0.04rem 0.32rem;
  border-right: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 0.04rem;
  color: #2B8BFF;
  line-height: 1;
}
.newsCss .news_content .right_box .item-cont .artItem_time .item-time-day {
  font-size: var(--fz40);
  width: 100%;
}
.newsCss .news_content .right_box .item-cont .artItem_time .item-time-Year-Month {
  font-size: var(--fz12);
}
.newsCss .news_content .right_box .item-cont .artItem_txt {
  color: #161616;
  font-size: var(--fz18);
  line-height: 1;
  padding-left: 0.3rem;
  padding-right: 0.78rem;
  flex: 1;
}
.newsCss .item-cont:hover .artItem_img img {
  transform: scale(1.1);
}

.blue_arrow {
  width: 13px;
  height: 10px;
  display: block;
  flex-shrink: 0;
}

.menuCss {
  margin-top: 1.2rem;
  padding: 0.8rem 0;
  background: #F5F5F7;
  position: relative;
  z-index: 1;
}
.menuCss .menuList {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
  margin-top: 0.55rem;
}
.menuCss .menuList .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #7A8492;
  width: 3.28rem;
  height: 2.28rem;
}
.menuCss .menuList .menuItem .item_img img {
  width: auto;
  height: 0.64rem;
  object-fit: contain;
}
.menuCss .menuList .menuItem .item_name {
  font-size: var(--fz24);
  color: #161616;
  line-height: 1;
  margin-top: 0.3rem;
}
.menuCss .menuList .menuItem .blue_arrow {
  margin-top: 0.2rem;
}

.PartnerCss {
  padding: 1.2rem 0 1.3rem 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.PartnerCss .partner_swiper_box {
  margin: 0.74rem auto 0;
  overflow: hidden;
  position: relative;
}
.PartnerCss .partner_swiper_box .prev_icon, .PartnerCss .partner_swiper_box .next_icon {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(-40%, -50%);
  color: #7A8492;
  left: 2%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PartnerCss .partner_swiper_box .prev_icon::after, .PartnerCss .partner_swiper_box .next_icon::after {
  font-family: swiper-icons;
  content: "prev";
  font-weight: bolder;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: var(--fz30);
}
.PartnerCss .partner_swiper_box .next_icon {
  left: auto;
  right: 2%;
  transform: translate(40%, -50%);
}
.PartnerCss .partner_swiper_box .next_icon::after {
  content: "next";
  font-weight: bolder;
}
.PartnerCss .partner_swiper_box .partner_swiper_top {
  mask-repeat: no-repeat;
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
}
.PartnerCss .partner_swiper_box .partner_swiper_top .swiper-wrapper {
  transition-timing-function: linear !important;
}
.PartnerCss .partner_swiper_box .partner_swiper_top .swiper-slide {
  width: 1.66rem;
  height: 0.5rem;
  width: calc(166 / 1920 * 100vw);
  height: calc(56 / 1920 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.PartnerCss .partner_swiper_box .partner_swiper_top .swiper-slide .content-box {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.PartnerCss .partner_swiper_box .partner_swiper_top .swiper-slide .content-box:hover {
  transform: scale(1.1);
}
.PartnerCss .partner_swiper_box .partner_swiper_top .swiper-slide .content-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom {
  margin-top: 0.8rem;
  width: 88%;
  margin: 0.74rem auto 0;
  overflow: hidden;
  mask-repeat: no-repeat;
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-wrapper {
  transition-timing-function: linear !important;
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide {
  width: 1.66rem;
  height: 0.5rem;
  width: calc(166 / 1920 * 100vw);
  height: calc(56 / 1920 * 100vw);
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide .content-box {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide .content-box:hover {
  transform: scale(1.1);
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide .content-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.item_top.flex_left {
  align-items: flex-start;
}
.item_top.fz42 .item_title {
  font-size: var(--fz42);
}
.item_top.fz42 .item_sub_title {
  font-size: var(--fz16);
}
.item_top.fz30 .item_title {
  font-size: var(--fz30);
}
.item_top.fz30 .item_sub_title {
  font-size: var(--fz14);
}
.item_top.fz30 .item_sub_title::after {
  display: none;
}
.item_top.white .item_title {
  color: #FFF;
}
.item_top .item_title {
  font-size: var(--fz48);
  color: #161616;
  font-weight: bold;
  line-height: 1;
}
.item_top .item_sub_title {
  font-size: var(--fz18);
  color: #9CA4AF;
  margin-top: 0.12rem;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 0.1rem;
}
.item_top .item_sub_title::after {
  content: "";
  border-radius: 0rem 0rem 5px 0rem;
  background: #2B8BFF;
  width: 10px;
  height: 10px;
}
.item_top .item_view {
  font-size: var(--fz16);
  color: #2B8BFF;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.item_top .item_view::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #2B8BFF;
}

.m_show,
.middle_m_show {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: fixed;
  left: -5000px;
  display: none;
}

.pc_show,
.middle_pc_show {
  opacity: 1;
  z-index: 1;
  pointer-events: all;
  position: inherit;
  left: 0;
  display: block;
}

.footer-moblie {
  display: none;
}

.navigation-custom {
  width: 100%;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
.navigation-custom.service {
  border-bottom: 1px solid #E6E6E6;
}
.navigation-custom.consult {
  display: none;
}
.navigation-custom .navigation-main {
  width: 100%;
  height: 60px;
  background: #F5F5F7;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation-custom .navigation-main .box {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 60px;
}
.navigation-custom .navigation-main .box .box-a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
  height: 100%;
  color: #7B7B7B;
  font-size: var(--fz14);
  line-height: 1;
  position: relative;
}
.navigation-custom .navigation-main .box .box-a:nth-last-of-type(1) {
  margin-right: 0 !important;
}
.navigation-custom .navigation-main .box .box-a:hover {
  color: #2B8BFF;
  font-weight: bold;
}
.navigation-custom.style1 {
  position: sticky;
  top: calc(var(--navigation) + var(--navtopheight));
}
.navigation-custom.style1 .navigation-main {
  height: 128px;
}
.navigation-custom.style1 .navigation-main .box {
  flex: unset;
  padding-right: 0;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.navigation-custom.style1 .navigation-main .box .box-a {
  width: 111px;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  position: relative;
}
.navigation-custom.style1 .navigation-main .box .box-a::before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background: #2B8BFF;
  position: absolute;
  opacity: 0;
}
.navigation-custom.style1 .navigation-main .box .box-a::after {
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  background: #2B8BFF;
  position: absolute;
  opacity: 0;
}
.navigation-custom.style1 .navigation-main .box .box-a:hover span, .navigation-custom.style1 .navigation-main .box .box-a.on span {
  color: #2B8BFF;
  font-weight: bold;
}
.navigation-custom.style1 .navigation-main .box .box-a:hover::before, .navigation-custom.style1 .navigation-main .box .box-a:hover::after, .navigation-custom.style1 .navigation-main .box .box-a.on::before, .navigation-custom.style1 .navigation-main .box .box-a.on::after {
  opacity: 1;
}
.navigation-custom.style1 .navigation-main .box .box-a img {
  height: 50px;
  object-fit: contain;
  width: 100%;
}
.navigation-custom.style1 .navigation-main .box .box-a span {
  width: 100%;
  font-size: var(--fz14);
  color: #161616;
  line-height: 1.2;
  margin-top: 8px;
}

.product-l-page {
  background: #F5F5F7;
}
.product-l-page .link-v {
  transform: translateY(calc((var(--navheight) + var(--navtopheight) + 130px) * -1));
}
.product-l-page .product_box {
  overflow: hidden;
  width: 100%;
  min-height: 7.11rem;
  position: relative;
  border-radius: 20px;
  margin-bottom: 0.35rem;
  padding: 1rem 0;
}
.product-l-page .product_box .between_top {
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
.product-l-page .product_box .item_top {
  align-items: flex-start;
  justify-content: flex-start;
}
.product-l-page .product_box .item_top .item_title {
  font-size: var(--fz42);
}
.product-l-page .product_box .item_top .item_sub_title {
  font-size: var(--fz16);
}
.product-l-page .product_box .btn_right {
  display: flex;
  column-gap: 10px;
}
.product-l-page .product_box .btn_right .btn_arrow_normal {
  background: #FFF;
  border: 1px solid #EBEEF2;
}
.product-l-page .product_box .product_swiper {
  margin-top: 0.44rem;
  padding: 0 1rem 0 1rem;
  position: relative;
}
.product-l-page .product_box .product_swiper.notShowShadow::after {
  display: none;
}
.product-l-page .product_box .product_swiper::after {
  content: "";
  width: 0.34rem;
  height: 5.19rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/html/phone/images/product/shadow.png) no-repeat center/cover;
  z-index: 1;
}
.product-l-page .product_box .product_swiper .swiper-slide {
  width: 4.4rem;
  border-radius: 20px;
  background: #FFF;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_border_box {
  border: 1px solid #E6E6E6;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  padding: 0.18rem 0.28rem;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_border_box .pb-item-title {
  font-size: var(--fz16);
  line-height: 1.2;
  color: #161616;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_border_box .pb-item-from {
  color: #9CA4AF;
  font-size: var(--fz12);
  line-height: 1.6;
  margin-top: 0.04rem;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_border_box .zs_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.16rem;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_border_box .zs_box .the_line {
  width: 15px;
  height: 3px;
  background: #2B8BFF;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_border_box .zs_box .see_more {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  font-size: var(--fz14);
  color: #2B8BFF;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_pic {
  width: 100%;
  padding-top: calc(282 / 440 * 100%);
  position: relative;
  background: #F8F8F8;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item .the_pic .img1 {
  opacity: 1;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item:hover .the_pic {
  background: url("/html/phone/images/product/product_bg.jpg") no-repeat center/cover;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item:hover .the_pic .img1 {
  opacity: 0;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item:hover .the_pic .img2 {
  opacity: 1;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item.hasNoImg2:hover .the_pic {
  background: url("/html/phone/images/product/product_bg.jpg") no-repeat center/cover;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item.hasNoImg2:hover .the_pic .img1 {
  opacity: 1;
}
.product-l-page .product_box .product_swiper .swiper-slide .pb-item.hasNoImg2:hover .the_pic .img2 {
  opacity: 0;
}
.product-l-page .menuCss {
  margin-top: 0;
  padding: 0.65rem 0 0.8rem;
}

.news-page-search {
  width: 100%;
  box-sizing: border-box;
  padding: calc(1rem + var(--navheight) + var(--navtopheight)) 0 1rem 0;
}
.news-page-search .container {
  margin: 0.5rem auto 0;
}
.news-page-search .container:first-child {
  margin: 0 auto 0;
}

.relative {
  position: relative;
}

body .show_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.the_top_swiper {
  height: 100%;
  width: 100%;
}
.the_top_swiper .swiper-wrapper {
  display: inline-flex;
  width: auto;
}

.between_top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.between_top .item_top {
  align-items: flex-start;
}

.btn_arrow_normal {
  width: 0.66rem;
  height: 0.66rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.btn_arrow_normal img {
  width: 9px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.pic-box.hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.pic-box.hover .img1 {
  opacity: 1;
}
.pic-box.hover .img2 {
  opacity: 0;
}

.service-wrap8 {
  width: 100%;
  padding: 0 0 1.15rem;
  box-sizing: border-box;
}
.service-wrap8.noFirst {
  padding: 1rem 0 1.15rem;
}
.service-wrap8 .wrap8-main {
  width: 100%;
  background-image: url("/html/phone/images/service/service_7.png");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.06));
}
.service-wrap8 .wrap8-main .wrap8-form {
  width: 100%;
  position: relative;
  padding: 1rem 1.2rem 1rem;
  box-sizing: border-box;
}
.service-wrap8 .wrap8-main .wrap8-form .demo {
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
  color: #161616;
  font-size: var(--fz14);
  line-height: 1.6;
}

.invent-page {
  width: 100%;
}
.invent-page .invent-wrap1 {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
}
.invent-page .invent-wrap1 .wrap1-main {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-left {
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-left .left-item {
  width: 100%;
  display: none;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-left .left-item.on {
  display: block;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-left .left-item .videos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-left .pic-box {
  width: 100%;
  padding-top: calc(448 / 650 * 100%);
  border-radius: 20px;
  pointer-events: visible;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right {
  width: 46.4%;
  flex-shrink: 0;
  margin-left: calc(1rem - 10px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .right-top {
  width: 100%;
  padding: 0 10px;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .right-top .item_top {
  align-items: flex-start;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .demo {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.9;
  margin-top: 0.35rem;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .demo .demo-item {
  width: 100%;
  display: none;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .demo .demo-item.on {
  display: block;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box {
  width: 100%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-button-prev,
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-button-next {
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-button-prev::after,
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-button-next::after {
  color: #7A8492;
  font-size: 14px;
  font-weight: bolder;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-button-next {
  left: auto;
  right: -40px;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .logo-swiper {
  width: 100%;
  padding: 0 10px;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-slide {
  padding: 10px 0;
  box-sizing: border-box;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-item {
  width: 100%;
  background: #F6F7F8;
  border-radius: 10px;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-item.on {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-item .pic-box {
  width: 100%;
  padding-top: calc(110 / 206 * 100%);
  border-radius: 10px;
}
.invent-page .invent-wrap1 .wrap1-main .wrap1-right .logo-box .swiper-item .pic-box img {
  width: 84%;
  height: 84%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.invent-page .invent-wrap2 {
  width: 100%;
}
.invent-page .invent-wrap2 .wrap2-box1 {
  width: 100%;
  padding-top: calc(970 / 1920 * 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 1rem 0;
  box-sizing: border-box;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item {
  width: 58px;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:hover {
  z-index: 10;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:hover .d-round {
  background: rgba(43, 139, 255, 0.5);
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:hover .d-round .round {
  background: #FFFFFF;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:hover .d-round .round::before,
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:hover .d-round .round::after {
  transform: translate(-50%, -50%) rotate(45deg);
  background: #2B8BFF;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:hover .line {
  opacity: 1;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:hover .dian-cont {
  opacity: 1;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(1) {
  top: 57%;
  left: 18.2%;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(1) .line {
  bottom: -10px;
  left: 28px;
  transform: translateY(100%);
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(1) .dian-cont {
  right: -100px;
  bottom: -74px;
  transform: translate(100%, 100%);
  padding: 0.24rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(2) {
  top: 38%;
  left: 29.5%;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(2) .line {
  top: -10px;
  left: 28px;
  transform: translateX(-100%) translateY(-100%) rotate(180deg);
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(2) .dian-cont {
  left: -100px;
  top: -74px;
  transform: translate(-100%, -100%);
  padding: 0.24rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(3) {
  top: 60%;
  left: 43%;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(3) .line {
  bottom: -10px;
  left: 28px;
  transform: translateY(100%);
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(3) .dian-cont {
  right: -100px;
  bottom: -74px;
  transform: translate(100%, 100%);
  padding: 0.24rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(4) {
  top: 45.5%;
  left: 59%;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(4) .line {
  top: -10px;
  right: 28px;
  transform: translateX(100%) translateY(-100%) rotate(180deg) rotateY(168deg);
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(4) .dian-cont {
  right: -100px;
  top: -74px;
  transform: translate(100%, -100%);
  padding: 0.24rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(5) {
  top: 54%;
  left: 68%;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(5) .line {
  bottom: -10px;
  left: 28px;
  transform: translateY(100%);
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(5) .dian-cont {
  right: -100px;
  bottom: -74px;
  transform: translate(100%, 100%);
  padding: 0.24rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(6) {
  top: 46%;
  left: 71%;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(6) .line {
  top: -10px;
  right: 28px;
  transform: translateX(100%) translateY(-100%) rotate(180deg) rotateY(168deg);
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item:nth-child(6) .dian-cont {
  right: -100px;
  top: -74px;
  transform: translate(100%, -100%);
  padding: 0.24rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .d-round {
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .d-round .round {
  width: 36px;
  height: 36px;
  background: #2B8BFF;
  border-radius: 50%;
  position: relative;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .d-round .round::after, .invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .d-round .round::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #FFFFFF;
  transition: all 0.4s;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .d-round .round::after {
  width: 13px;
  height: 2px;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .d-round .round::before {
  width: 2px;
  height: 13px;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .line {
  width: 115px;
  height: 105px;
  background: url(/html/phone/images/invent/invent_5.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .dian-cont {
  width: 370px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .dian-cont .d-tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1.2;
  margin-bottom: 5px;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .dian-cont .d-tt2 {
  color: rgba(88, 91, 95, 0.5);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .dian-cont .d-dd {
  color: #161616;
  font-size: var(--fz14);
  line-height: 1.7;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .dian-cont .d-dd p {
  position: relative;
  padding-left: 12px;
}
.invent-page .invent-wrap2 .wrap2-box1 .box1-dian .dian-item .dian-cont .d-dd p::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #2B8BFF;
}
.invent-page .invent-wrap2 .wrap2-box2 {
  width: 100%;
  display: none;
}
.invent-page .invent-wrap2 .wrap2-box2 .box2-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.invent-page .invent-wrap2 .wrap2-box2 .box2-main .dian-item {
  display: none;
}
.invent-page .invent-wrap2 .wrap2-box2 .box2-main .dian-item.on {
  display: block;
}
.invent-page .invent-wrap2 .wrap2-box2 .box2-main .dian-cont {
  width: 48%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.invent-page .invent-wrap2 .wrap2-box2 .box2-main .dian-cont .d-tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1.2;
  font-weight: 550;
  margin-bottom: 5px;
}
.invent-page .invent-wrap2 .wrap2-box2 .box2-main .dian-cont .d-tt2 {
  color: #585B5F;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.invent-page .invent-wrap2 .wrap2-box2 .box2-main .dian-cont .d-dd {
  color: #161616;
  font-size: var(--fz14);
  line-height: 1.7;
}
.invent-page .invent-wrap3 {
  width: 100%;
  padding: 1rem 0 1.28rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap3 .wrap3-main {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: stretch;
  background: #DDE4EC;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  column-gap: 0.8rem;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left {
  flex: 1;
  overflow: hidden;
  padding: 0.7rem 0.5rem 0.7rem 1rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .item_top {
  align-items: flex-start;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .demo {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.3rem;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box {
  width: 100%;
  height: 302px;
  overflow-y: auto;
  margin-top: 0.6rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box::-webkit-scrollbar-thumb {
  background: #2B8BFF;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box::-webkit-scrollbar-track {
  border-radius: 0;
  background: #FFF;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item {
  width: calc(100% - 10px);
  min-height: 72px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px 5px 5px 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item:last-child {
  margin-bottom: 0;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item .item-left {
  flex: 1;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item .item-left .r {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2B8BFF;
  flex-shrink: 0;
  margin-right: 15px;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item .item-left .tt {
  flex: 1;
  overflow: hidden;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.3;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item .item-more {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 20px 0 15px;
  color: #2B8BFF;
  font-size: var(--fz14);
  line-height: 1;
  position: relative;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item .item-more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: rgba(255, 255, 255, 0.5);
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-right {
  width: 46%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-right .pics {
  width: 100%;
}
.invent-page .invent-wrap3 .wrap3-main .wrap3-right .pics .pic-box {
  width: 100%;
  padding-top: calc(620 / 700 * 100%);
}
.invent-page .invent-wrap4 {
  width: 100%;
  padding: 1rem 0 1.5rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap4 .wrap4-main {
  width: 100%;
  margin-top: 0.55rem;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box {
  width: 100%;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .prod-swiper {
  width: 100%;
  position: relative;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .prod-swiper .swiper-button-prev,
.invent-page .invent-wrap4 .wrap4-main .prod-box .prod-swiper .swiper-button-next {
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  background: transparent;
  padding: 0.35rem;
  margin: 0;
  box-sizing: border-box;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .prod-swiper .swiper-button-prev::after,
.invent-page .invent-wrap4 .wrap4-main .prod-box .prod-swiper .swiper-button-next::after {
  color: #7A8492;
  font-size: 14px;
  font-weight: bolder;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .prod-swiper .swiper-button-next {
  left: auto;
  right: 0;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .swiper-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  border: none;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .swiper-item .pic-box {
  width: 100%;
  padding-top: calc(600 / 1400 * 100%);
  border-radius: 20px 20px 20px 20px;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .swiper-item .swiper-abs {
  width: 100%;
  height: 100%;
  padding: 0.6rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .swiper-item .swiper-abs .abs-cont {
  width: 100%;
  max-width: 400px;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .swiper-item .swiper-abs .abs-cont .tt {
  color: #2B8BFF;
  font-size: var(--fz16);
  line-height: 1.3;
}
.invent-page .invent-wrap4 .wrap4-main .prod-box .swiper-item .swiper-abs .abs-cont .dd {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.9;
  margin-top: 10px;
}
.invent-page .invent-wrap4 .wrap4-main .class-box {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .class-swiper {
  width: 100%;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item {
  width: 100%;
  border: none;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item.on .cont .num {
  color: #2B8BFF;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item.on .cont .text .tt {
  color: #2B8BFF;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item.on .cont .text .dd {
  color: #A7BDD7;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item.on .line .line-abs {
  opacity: 1;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item.on .line .line-abs::after {
  width: 100%;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item .cont {
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item .cont .num {
  flex-shrink: 0;
  margin-right: 20px;
  color: #9CA4AF;
  font-size: var(--fz40);
  line-height: 1;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item .cont .text {
  flex: 1;
  overflow: hidden;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item .cont .text .tt {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item .cont .text .dd {
  color: #9CA4AF;
  font-size: 12px;
  margin-top: 5px;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item .line {
  width: 100%;
  height: 1px;
  background: #E4E5EA;
  position: relative;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item .line .line-abs {
  width: 100%;
  height: 100%;
  background: #E4E5EA;
  opacity: 0;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item .line .line-abs::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 5s linear;
  background: #2B8BFF;
}

.solution-page {
  width: 100%;
}
.solution-page .solution-wrap1 .swiper-pagination {
  margin-top: 70px;
}
.solution-page .solution-wrap1 .wrap1-main {
  margin-top: 0.5rem;
}
.solution-page .solution-wrap1 .wrap1-main .solution-swiper {
  height: 350px;
}
.solution-page .solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont {
  width: 760px;
}
.solution-page .solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont .pic-box {
  padding-top: calc(430 / 760 * 100%);
}
.solution-page .solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont .pic-box .icon {
  left: 58px;
}
.solution-page .solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont .pic-box .title {
  left: 58px;
  top: 50%;
}
.solution-page .solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont .pic-box .see_more {
  left: 58px;
  bottom: 58px;
}
.solution-page .solution-wrap1 .wrap1-main .swiper-cont {
  width: 618px;
}
.solution-page .solution-wrap2 {
  width: 100%;
  padding: 0.8rem 0 1.25rem;
  box-sizing: border-box;
}
.solution-page .solution-wrap2 .link-v {
  transform: translateY(calc((var(--navheight) + var(--navtopheight) + 0.8rem) * -1));
}
.solution-page .solution-wrap2 .wrap2-class {
  width: 100%;
}
.solution-page .solution-wrap2 .wrap2-class .class-swiper {
  width: 100%;
}
.solution-page .solution-wrap2 .wrap2-class .swiper-slide {
  width: auto !important;
}
.solution-page .solution-wrap2 .wrap2-class .swiper-item {
  height: 50px;
  color: #515151;
  font-size: var(--fz16);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.solution-page .solution-wrap2 .wrap2-class .swiper-item:hover {
  color: #2B8BFF;
}
.solution-page .solution-wrap2 .wrap2-class .swiper-item.on {
  background: #2B8BFF;
  color: #FFFFFF;
}
.solution-page .solution-wrap2 .wrap2-main {
  width: 100%;
  margin-top: 0.6rem;
  box-sizing: border-box;
}
.solution-page .solution-wrap2 .wrap2-main .list {
  width: 100%;
  gap: 0.3rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.solution-page .solution-wrap2 .wrap2-main .list .item {
  width: calc((100% - (0.31rem * 3)) / 4);
  position: relative;
  display: block;
  background: #F7F8FC;
  border-radius: 10px 10px 10px 10px;
}
.solution-page .solution-wrap2 .wrap2-main .list .item:hover {
  background: #FFFFFF;
  box-shadow: 0 0px 35px 0px rgba(0, 0, 0, 0.08);
}
.solution-page .solution-wrap2 .wrap2-main .list .item:hover .more-box {
  color: #2B8BFF;
}
.solution-page .solution-wrap2 .wrap2-main .list .item:hover .more-box .i {
  filter: none;
}
.solution-page .solution-wrap2 .wrap2-main .list .item .pics {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.solution-page .solution-wrap2 .wrap2-main .list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(188 / 330 * 100%);
  border-radius: 10px 10px 0 0;
}
.solution-page .solution-wrap2 .wrap2-main .list .item .cont {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.solution-page .solution-wrap2 .wrap2-main .list .item .title {
  width: 100%;
  padding: 0.3rem 0;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1;
}
.solution-page .solution-wrap2 .wrap2-main .list .item .more-box {
  width: 100%;
  padding: 22px 0;
  box-sizing: border-box;
  border-top: 1px solid #E8EAEF;
  color: #2B8BFF;
  font-size: var(--fz14);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-page .solution-wrap2 .wrap2-main .list .item .more-box .i {
  width: 13px;
  height: 10px;
  background-size: cover;
}
.solution-page .solution-wrap2 .wrap2-main .pagination-custom {
  margin-top: 0.6rem;
}

.solutionview-page {
  width: 100%;
}
.solutionview-page .menuCss {
  margin-top: 0;
}
.solutionview-page .solutionview-top {
  width: 100%;
  background: #F6F7F8;
  padding: 0.25rem 0 1rem 0;
  box-sizing: border-box;
}
.solutionview-page .solutionview-top .top-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.solutionview-page .solutionview-top .top-box .top-left {
  width: 53.33%;
  flex-shrink: 0;
  margin-right: 0.6rem;
  box-sizing: border-box;
}
.solutionview-page .solutionview-top .top-box .top-left .mySwiper {
  width: 100%;
}
.solutionview-page .solutionview-top .top-box .top-left .mySwiper .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutionview-page .solutionview-top .top-box .top-left .mySwiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 0.35;
  border-radius: 50%;
  margin-left: 8px;
}
.solutionview-page .solutionview-top .top-box .top-left .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}
.solutionview-page .solutionview-top .top-box .top-left .swiper-item {
  width: 100%;
}
.solutionview-page .solutionview-top .top-box .top-left .swiper-item .pic-box {
  width: 100%;
  padding-top: calc(362 / 640 * 100%);
  border-radius: 20px 20px 20px 20px;
}
.solutionview-page .solutionview-top .top-box .top-right {
  flex: 1;
  overflow: hidden;
}
.solutionview-page .solutionview-top .top-box .top-right .info-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solutionview-page .solutionview-top .top-box .top-right .info-box .logo {
  width: 102px;
  flex: 1;
  padding-right: 20px;
  height: 56px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.solutionview-page .solutionview-top .top-box .top-right .info-box .btn {
  width: 142px;
  height: 50px;
  background: #2B8BFF;
  border-radius: 25px 25px 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  position: relative;
}
.solutionview-page .solutionview-top .top-box .top-right .info-box .btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  right: 9px;
  bottom: 5px;
  z-index: 2;
}
.solutionview-page .solutionview-top .top-box .top-right .title {
  width: 100%;
  margin-top: 0.2rem;
  color: #161616;
  font-size: var(--fz26);
  line-height: 1.2;
  font-weight: 550;
}
.solutionview-page .solutionview-top .top-box .top-right .demo {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid #DCDCDC;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz16);
  line-height: 2;
}
.solutionview-page .solutionview-main {
  width: 100%;
  background: #FFFFFF;
  position: relative;
}
.solutionview-page .solutionview-main::after {
  content: "";
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/html/phone/images/product/part1.png) no-repeat center/contain;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}
.solutionview-page .solutionview-main .main-alltext {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz16);
  line-height: 0;
}
.solutionview-page .solutionview-main .main-wrap1 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.solutionview-page .solutionview-main .main-wrap1 .wrap1-main {
  width: 100%;
  margin-top: 0.3rem;
}
.solutionview-page .solutionview-main .main-wrap1 .wrap1-main .demo {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.9;
}
.solutionview-page .solutionview-main .main-wrap1 .wrap1-main .list {
  margin-top: 0.4rem;
  box-sizing: border-box;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(3, 1fr);
}
.solutionview-page .solutionview-main .main-wrap1 .wrap1-main .list .item {
  display: flex;
  flex-direction: column;
}
.solutionview-page .solutionview-main .main-wrap1 .wrap1-main .list .item .item-top {
  width: 100%;
  width: 100%;
  min-height: 68px;
  background: #E5F1FF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.3rem 0.3rem;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz18);
  line-height: 1;
  font-weight: 550;
  flex-shrink: 0;
}
.solutionview-page .solutionview-main .main-wrap1 .wrap1-main .list .item .item-cont {
  width: 100%;
  flex: 1;
  margin-top: 2px;
  padding: 0.3rem;
  box-sizing: border-box;
  background: #E5F1FF;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.9;
}
.solutionview-page .solutionview-main .main-wrap2 {
  width: 100%;
  padding: 0 0 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.solutionview-page .solutionview-main .main-wrap2.hastop {
  padding: 1rem 0;
}
.solutionview-page .solutionview-main .main-wrap2 .wrap2-main {
  width: 100%;
  margin-top: 0.35rem;
}
.solutionview-page .solutionview-main .main-wrap2 .wrap2-main .list {
  box-sizing: border-box;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, 1fr);
}
.solutionview-page .solutionview-main .main-wrap2 .wrap2-main .list .item .item-top {
  width: 100%;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1;
  font-weight: 550;
}
.solutionview-page .solutionview-main .main-wrap2 .wrap2-main .list .item .item-cont {
  border-top: 1px solid #2B8BFF;
  margin-top: 20px;
  padding-top: 15px;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.9;
}
.solutionview-page .solutionview-main .main-wrap3 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.solutionview-page .solutionview-main .main-wrap3 .wrap3-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.solutionview-page .solutionview-main .main-wrap3 .wrap3-main .wrap3-left {
  flex: 1;
  overflow: hidden;
}
.solutionview-page .solutionview-main .main-wrap3 .wrap3-main .wrap3-left .cont {
  width: 100%;
  margin-top: 0.7rem;
  box-sizing: border-box;
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.9;
}
.solutionview-page .solutionview-main .main-wrap3 .wrap3-main .wrap3-right {
  width: 50%;
  flex-shrink: 0;
  margin-left: 0.5rem;
  box-sizing: border-box;
}
.solutionview-page .solutionview-main .main-wrap3 .wrap3-main .wrap3-right .pic-box {
  width: 100%;
  padding-top: calc(450 / 600 * 100%);
}
.solutionview-page .solutionview-main .main-wrap4 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.solutionview-page .solutionview-main .main-wrap4 .wrap4-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solutionview-page .solutionview-main .main-wrap4 .wrap4-top .tool-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.solutionview-page .solutionview-main .main-wrap4 .wrap4-top .tool-main .swiper-button-prev,
.solutionview-page .solutionview-main .main-wrap4 .wrap4-top .tool-main .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: static;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0 12px;
}
.solutionview-page .solutionview-main .main-wrap4 .wrap4-top .tool-main .swiper-button-prev::after,
.solutionview-page .solutionview-main .main-wrap4 .wrap4-top .tool-main .swiper-button-next::after {
  color: #7A8492;
  font-size: 14px;
  font-weight: bolder;
}

.contact-page {
  width: 100%;
}
.contact-page .contact-wrap1 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
.contact-page .contact-wrap1 .wrap1-main {
  width: 100%;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left {
  width: 60%;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item {
  padding: 10px 0;
  box-sizing: border-box;
  border-right: 1px solid #E4E5EA;
  display: flex;
  align-items: center;
  padding-right: 0.4rem;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item:nth-of-type(1) {
  width: 45%;
  flex-shrink: 0;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item:nth-of-type(2) {
  flex: 1;
  overflow: hidden;
  padding-left: 0.4rem;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item:nth-of-type(2) .icon-cont .dd {
  font-size: var(--fz16);
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item .icon {
  width: 80px;
  height: 80px;
  background-position: center;
  background: no-repeat;
  background-size: contain;
  margin-right: 25px;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item .icon-cont {
  flex: 1;
  overflow: hidden;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item .icon-cont .tt {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item .icon-cont .dd {
  color: #161616;
  font-size: var(--fz20);
  line-height: 1.3;
  margin-top: 15px;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-left .item .icon-cont .dd2 {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.6;
  margin-top: 15px;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0.4rem;
  box-sizing: border-box;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item {
  width: 20%;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item:hover .box .item-abs {
  opacity: 1;
  pointer-events: all;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item:hover .box .icon {
  filter: none;
  background: #2B8BFF;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item .box {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 0 0 auto;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item .box .item-abs {
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  top: -10px;
  z-index: 2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 12px;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item .box .item-abs .img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item .box .item-abs .text {
  color: #7B7B7B;
  font-size: var(--fz14);
  line-height: 1;
  text-align: center;
  margin-top: 12px;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item .box .item-abs::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  /* 居中 */
  transform: translateX(-50%);
  /* 确保三角形居中 */
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  /* 左边框 */
  border-right: 8px solid transparent;
  /* 右边框 */
  border-top: 10px solid #FFFFFF;
  /* 底部边框 */
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box1 .box1-right .item .box .icon {
  width: 100%;
  height: 100%;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background: #161616;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box2 {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-top: 0.7rem;
  border-radius: 20px;
  overflow: hidden;
  background: #F7F8FC;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box2 .box2-left {
  width: 60%;
  flex-shrink: 0;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box2 .box2-left .pics {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box2 .box2-left .pics .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box2 .box2-right {
  flex: 1;
  overflow: hidden;
  padding: 0.7rem 0.68rem;
  box-sizing: border-box;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box2 .box2-right .icon {
  width: 80px;
  height: 80px;
  background: url(/html/phone/images/contact_3.png) no-repeat center center;
  background-size: contain;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box2 .box2-right .tt {
  color: #161616;
  font-size: var(--fz20);
  font-weight: 550;
  line-height: 1;
  margin-top: 0.2rem;
}
.contact-page .contact-wrap1 .wrap1-main .wrap1-box2 .box2-right .dd {
  color: #161616;
  font-size: var(--fz16);
  line-height: 2.2;
  margin-top: 0.25rem;
}
.contact-page .contact-wrap2 {
  width: 100%;
  background: #F6F7F8;
  padding: 1rem 0;
  box-sizing: border-box;
}
.contact-page .contact-wrap2 .demo {
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
  color: #161616;
  font-size: var(--fz14);
  line-height: 1.6;
}

.recruit-page {
  width: 100%;
  position: relative;
  z-index: 10;
}
.recruit-page .link-v {
  transform: translateY(calc((var(--navheight) + var(--navtopheight)) * -1));
}
.recruit-page .recruit-wrap1 {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -110px;
}
.recruit-page .recruit-wrap1 .wrap1-main {
  width: 100%;
  height: 110px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left {
  width: 64.5%;
  flex-shrink: 0;
  height: 100%;
  background-image: url("/html/phone/images/recruit_6.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.4rem;
  box-sizing: border-box;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .swiper-button-prev,
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .swiper-button-next {
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: static;
  width: auto;
  height: auto;
  background: #FFFFFF;
  padding: 0.4rem 0.2rem 0.4rem 0.4rem;
  margin: 0;
  box-sizing: border-box;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .swiper-button-prev::after,
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .swiper-button-next::after {
  color: #7A8492;
  font-size: 14px;
  font-weight: bolder;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .swiper-button-next {
  padding: 0.4rem 0.4rem 0.4rem 0.2rem;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .leftcont {
  flex: 1;
  overflow: hidden;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .leftcont .recruit1-swiper {
  width: 100%;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .leftcont .swiper-slide.swiper-slide-active .swiper-item {
  transform: scale(1);
  opacity: 1;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .leftcont .swiper-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  opacity: 0.5;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .leftcont .swiper-item .pics {
  width: 126px;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .leftbox .leftcont .swiper-item .pic-box {
  width: 100%;
  padding-top: calc(70 / 126 * 100%);
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-left .wbtn {
  flex-shrink: 0;
  width: 200px;
  height: 50px;
  background: #2B8BFF;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-right {
  flex: 1;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-right .icon {
  width: 56px;
  height: 48px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.recruit-page .recruit-wrap1 .wrap1-main .wrap1-right .text {
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.7;
}
.recruit-page .recruit-wrap2 {
  width: 100%;
  padding: 1.5rem 0 0rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.recruit-page .recruit-wrap2::after {
  content: "";
  width: 570px;
  position: absolute;
  top: 0;
  right: 0;
  height: 570px;
  pointer-events: none;
  background: url(/html/phone/images/recruit_rt.png) no-repeat center/contain;
}
.recruit-page .recruit-wrap2 .wrap2-box1 {
  width: 100%;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main {
  width: 100%;
  margin-top: 0.5rem;
  display: flex;
  align-items: stretch;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-left {
  flex-shrink: 0;
  width: 310px;
  position: relative;
  z-index: 2;
  padding: 0.5rem 0 0.3rem;
  box-sizing: border-box;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-left .class-item {
  width: 100%;
  min-height: 50px;
  background: transparent;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  padding: 10px 0.2rem;
  box-sizing: border-box;
  color: #000000;
  font-size: var(--fz16);
  line-height: 1.4;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-left .class-item.on {
  background: #2B8BFF;
  color: #FFFFFF;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right {
  flex: 1;
  overflow: hidden;
  background: #F7F8FC;
  border-radius: 10px 10px 10px 10px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-left: -0.5rem;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right .job-item {
  width: 100%;
  display: none;
  align-items: flex-start;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right .job-item.on {
  display: flex;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right .job-item .job-pics {
  width: 43.7%;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right .job-item .job-pics .pic-box {
  width: 100%;
  padding-top: calc(240 / 345 * 100%);
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right .job-item .job-cont {
  flex: 1;
  overflow: hidden;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right .job-item .job-cont .tt1 {
  color: #000000;
  font-size: var(--fz18);
  line-height: 1;
  font-weight: 550;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right .job-item .job-cont .dd1 {
  color: #000000;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.25rem;
}
.recruit-page .recruit-wrap2 .wrap2-box1 .box1-main .box1-right .job-item .job-cont .aa1 {
  color: #2B8BFF;
  font-size: var(--fz14);
  line-height: 1;
  margin-top: 0.45rem;
  font-weight: 550;
}
.recruit-page .recruit-wrap22 .wrap2-box2 {
  width: 100%;
  margin-top: 0.6rem;
  padding: 0.45rem 0 0;
  box-sizing: border-box;
  border-top: 1px solid #E4E5EA;
}
.recruit-page .recruit-wrap22 .wrap2-box2 .text {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.8;
}
.recruit-page .recruit-wrap22 .wrap2-box2 .box2-main {
  width: 100%;
  margin-top: 0.55rem;
}
.recruit-page .recruit-wrap22 .wrap2-box2 .box2-main .recruit22-swiper-scrollbar {
  width: 100%;
  position: static;
  margin: 0.4rem auto 0;
  height: 4px;
  background: #E4E5EA;
}
.recruit-page .recruit-wrap22 .wrap2-box2 .box2-main .item {
  width: 80px;
}
.recruit-page .recruit-wrap22 .wrap2-box2 .box2-main .item .icon {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.recruit-page .recruit-wrap22 .wrap2-box2 .box2-main .item .t {
  text-align: center;
  color: #000000;
  font-size: var(--fz16);
  line-height: 1.4;
  margin-top: 0.2rem;
}
.recruit-page .recruit-wrap22 .wrap2-box2 .box2-main .next {
  width: 8px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.recruit-page .recruit-wrap22 .wrap2-box2 .box2-main .next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 确保三角形居中 */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  /* 左边框 */
  border-bottom: 6px solid transparent;
  /* 右边框 */
  border-left: 8px solid #C5CCD5;
  /* 底部边框 */
}
.recruit-page .recruit-wrap22 .wrap2-box2 .box2-line {
  width: 100%;
  padding-top: calc(10 / 1200 * 100%);
  background: url(/html/phone/images/recruit_2.png) no-repeat center center;
  background-size: cover;
  margin-top: 0.5rem;
}
.recruit-page .recruit-wrap3 {
  width: 100%;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 1rem 0;
  box-sizing: border-box;
  margin-top: 1rem;
  position: relative;
  height: 700px;
}
.recruit-page .recruit-wrap3 .show_bg {
  background-position: center;
}
.recruit-page .recruit-wrap3 .wrap3-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: calc((100% - 1200px) / 2 - 3%);
  box-sizing: border-box;
  position: relative;
  left: 3%;
  z-index: 1;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-left {
  width: 160px;
  flex-shrink: 0;
  margin-right: 130px;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right {
  flex: 1;
  overflow: hidden;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .recruit3-swiper {
  width: 100%;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-slide {
  padding-top: 2rem;
  box-sizing: border-box;
  width: 250px;
  transition: padding 0.3s ease-in-out;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-slide.swiper-slide-active {
  padding-top: 2rem;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-slide.swiper-slide-next {
  padding-top: 3rem;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-slide.swiper-slide-next + .swiper-slide {
  padding-top: 1.8rem;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  padding-top: 0.5rem;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide, .recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-slide.swiper-slide-prev {
  padding-top: 1.5rem;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-item {
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: stretch;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-item .s-left {
  width: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-right: 20px;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-item .s-left .round {
  width: 10px;
  height: 10px;
  border: 2px solid #2B8BFF;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-item .s-left .line {
  width: 1px;
  height: calc(100% - 20px);
  background: #CDCED4;
  margin: 0 auto;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-item .s-right {
  flex: 1;
  overflow: hidden;
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-item .s-right .icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.recruit-page .recruit-wrap3 .wrap3-main .wrap3-right .swiper-item .s-right .tt {
  color: #161616;
  font-size: var(--fz18);
  line-height: 1.5;
  margin-top: 12px;
}
.recruit-page .recruit-wrap3 .wrap3-tool {
  width: 100%;
  margin-top: 0.5rem;
  position: absolute;
  bottom: 50px;
}
.recruit-page .recruit-wrap3 .wrap3-tool .tool-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.recruit-page .recruit-wrap3 .wrap3-tool .tool-main .swiper-button-prev,
.recruit-page .recruit-wrap3 .wrap3-tool .tool-main .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: static;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0 12px;
}
.recruit-page .recruit-wrap3 .wrap3-tool .tool-main .swiper-button-prev::after,
.recruit-page .recruit-wrap3 .wrap3-tool .tool-main .swiper-button-next::after {
  color: #7A8492;
  font-size: 14px;
  font-weight: bolder;
}
.recruit-page .recruit-wrap4 {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem 0 1.5rem;
  box-sizing: border-box;
  position: relative;
}
.recruit-page .recruit-wrap4 .page-title {
  position: relative;
  z-index: 1;
}
.recruit-page .recruit-wrap4 .wrap4-main {
  width: 100%;
  margin-top: 0.5rem;
}
.recruit-page .recruit-wrap4 .wrap4-main .wrap4-swiper-pagination {
  display: none;
}
.recruit-page .recruit-wrap4 .wrap4-main .recruit4-swiper {
  width: 100%;
  overflow: unset;
}
.recruit-page .recruit-wrap4 .wrap4-main .swiper-wrapper {
  transition-timing-function: linear !important;
}
.recruit-page .recruit-wrap4 .wrap4-main .swiper-slide {
  width: 596px;
  padding-top: 1.5rem;
  margin-left: 1rem;
  padding-top: 150px;
  margin-left: 100px;
}
.recruit-page .recruit-wrap4 .wrap4-main .swiper-slide:nth-child(4n+2) {
  width: 410px;
  padding-top: 0;
  margin-left: 1rem;
  padding-top: 0;
  margin-left: 100px;
}
.recruit-page .recruit-wrap4 .wrap4-main .swiper-slide:nth-child(4n+3) {
  width: 320px;
  padding-top: 4rem;
  margin-left: -0.5rem;
  padding-top: 400px;
  margin-left: -50px;
}
.recruit-page .recruit-wrap4 .wrap4-main .swiper-slide:nth-child(4n+4) {
  width: 670px;
  padding-top: 0;
  margin-left: 1rem;
  padding-top: 0;
  margin-left: 100px;
}
.recruit-page .recruit-wrap4 .wrap4-main .swiper-slide:last-child {
  margin-right: 1rem;
  margin-right: 100px;
}
.recruit-page .recruit-wrap4 .wrap4-main .swiper-item {
  width: 100%;
  border: none;
  box-shadow: 0px 0px 0.22rem rgba(0, 0, 0, 0.08);
}
.recruit-page .recruit-wrap4 .wrap4-main .swiper-item .pic-box {
  width: 100%;
  padding-top: calc(214 / 320 * 100%);
  border-radius: 10px;
}

.policy_page {
  padding-top: calc(var(--navheight) + var(--navtopheight) + 0.6rem);
  padding-bottom: 1rem;
  min-height: calc(100vh - 470px);
}

.solution-wrap1 {
  width: 100%;
  background: #F6F7F8;
  padding: 1rem 0;
  box-sizing: border-box;
}
.solution-wrap1 .wrap1-top,
.solution-wrap1 .between_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-wrap1 .wrap1-top .tool-main,
.solution-wrap1 .between_top .tool-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.solution-wrap1 .wrap1-top .tool-main .swiper-button-prev,
.solution-wrap1 .wrap1-top .tool-main .swiper-button-next,
.solution-wrap1 .between_top .tool-main .swiper-button-prev,
.solution-wrap1 .between_top .tool-main .swiper-button-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: static;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0 12px;
}
.solution-wrap1 .wrap1-top .tool-main .swiper-button-prev::after,
.solution-wrap1 .wrap1-top .tool-main .swiper-button-next::after,
.solution-wrap1 .between_top .tool-main .swiper-button-prev::after,
.solution-wrap1 .between_top .tool-main .swiper-button-next::after {
  color: #7A8492;
  font-size: 14px;
  font-weight: bolder;
}
.solution-wrap1 .swiper-pagination {
  margin-top: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.solution-wrap1 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #7A8492;
  opacity: 0.15;
  border-radius: 50%;
  margin-left: 6px;
}
.solution-wrap1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2B8BFF;
  opacity: 1;
}
.solution-wrap1 .wrap1-main {
  width: 100%;
  margin-top: 0.6rem;
}
.solution-wrap1 .wrap1-main .solution-swiper {
  width: 100%;
  height: 373px;
  overflow: unset;
}
.solution-wrap1 .wrap1-main .swiper-slide {
  width: auto !important;
}
.solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont {
  width: 660px;
}
.solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont .pic-box {
  pointer-events: all;
}
.solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont .pic-box .icon {
  width: auto;
  height: 66px;
  left: 40px;
  top: 68px;
  transform: unset;
}
.solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont .pic-box .title {
  opacity: 1;
}
.solution-wrap1 .wrap1-main .swiper-slide.swiper-slide-active .swiper-cont .pic-box .see_more {
  opacity: 1;
}
.solution-wrap1 .wrap1-main .swiper-item {
  width: 100%;
  display: flex;
  justify-content: center;
}
.solution-wrap1 .wrap1-main .swiper-cont {
  width: 578px;
  margin: 0 auto;
}
.solution-wrap1 .wrap1-main .swiper-cont .pic-box {
  width: 100%;
  padding-top: calc(373 / 660 * 100%);
  border-radius: 20px;
  pointer-events: all;
}
.solution-wrap1 .wrap1-main .swiper-cont .pic-box .icon {
  width: auto;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: none;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.08));
}
.solution-wrap1 .wrap1-main .swiper-cont .pic-box .title {
  position: absolute;
  left: 40px;
  top: 52%;
  transform: translateY(-50%);
  font-size: var(--fz24);
  line-height: 1.2;
  padding-right: 20px;
  color: #FFF;
  opacity: 0;
  transition: all 0.3s;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.solution-wrap1 .wrap1-main .swiper-cont .pic-box .see_more {
  position: absolute;
  left: 40px;
  bottom: 32px;
  opacity: 0;
  transition: all 0.3s;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.7));
}

.contact-form {
  width: 100%;
  padding-top: 0.2rem;
  box-sizing: border-box;
}
.contact-form.consult {
  padding: 0;
}
.contact-form.consult .contact-cell .item .contact-code .code {
  width: 90px;
}
.contact-form.consult .contact-cell .item {
  margin-top: 20px;
}
.contact-form.consult .contact-cell .item .item-cont {
  background: #FAFAFB;
  border: 1px solid #ECEDEF;
}
.contact-form.consult .contact-cell .item .item-input .contact-input {
  height: 52px;
  line-height: 52px;
}
.contact-form.consult .contact-cell .contact-submit {
  width: 100%;
  margin-top: 0.4rem;
}
.contact-form .contact-cell {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact-form .contact-cell .item {
  flex: 1;
  margin-top: 10px;
}
.contact-form .contact-cell .item:nth-child(2n) {
  margin-left: 15px;
}
.contact-form .contact-cell .item .label {
  color: #161616;
  font-size: var(--fz14);
  line-height: 1;
  margin-bottom: 8px;
}
.contact-form .contact-cell .item .label .c {
  color: #FF1717;
}
.contact-form .contact-cell .item .item-cont {
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #E4E5EA;
}
.contact-form .contact-cell .item .item-input {
  flex: 1;
  overflow: hidden;
}
.contact-form .contact-cell .item .item-input .contact-input {
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 0 15px;
  color: #161616;
  font-size: var(--fz14);
  line-height: 60px;
}
.contact-form .contact-cell .item .item-input .contact-input::placeholder {
  color: #B8B8B8;
}
.contact-form .contact-cell .item .item-input .contact-text {
  width: 100%;
  height: 76px;
  padding: 12px 15px;
  color: #161616;
  font-size: var(--fz14);
  line-height: 1.3;
}
.contact-form .contact-cell .item .item-input .contact-text::placeholder {
  color: #B8B8B8;
}
.contact-form .contact-cell .item .contact-code {
  flex-shrink: 0;
  padding-right: 15px;
}
.contact-form .contact-cell .item .contact-code .code {
  width: 118px;
  height: auto;
  display: block;
}
.contact-form .contact-cell .contact-submit {
  width: 180px;
  height: 50px;
  background: #2B8BFF;
  border-radius: 5px 5px 5px 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
}

.contact-form .vtool-select .dl-clsss .word .notext {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vtool-select {
  width: 100%;
  border-radius: 5px 5px 5px 5px;
  padding: 0;
  margin: 0;
}
.vtool-select .product_search {
  width: 100%;
}
.vtool-select.v38 {
  border: 1px solid #E4E5EA;
}
.vtool-select.v38 .dl-clsss .word {
  height: 38px;
  line-height: 38px;
}
.vtool-select.v38 .dl-clsss .sub .sub-a {
  height: 38px;
  line-height: 38px;
}
.vtool-select.v52 .dl-clsss .word {
  background: #FAFAFB;
  height: 52px;
  line-height: 52px;
}
.vtool-select.v52 .dl-clsss .sub .sub-a {
  height: 48px;
  line-height: 48px;
}
.vtool-select .dl-clsss {
  width: 100%;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
}
.vtool-select .dl-clsss .word {
  padding-left: 14px;
  padding-right: 40px;
  position: relative;
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  cursor: pointer;
  display: block;
  color: #161616;
  border-radius: 5px 5px 5px 5px;
}
.vtool-select .dl-clsss .word:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #7A8492;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  transition: all 0.4s;
}
.vtool-select .dl-clsss .word .notext {
  color: #B8B8B8;
}
.vtool-select .dl-clsss .sub {
  position: absolute;
  left: -1px;
  top: 100%;
  width: calc(100% + 2px);
  background: #FAFAFB;
  z-index: 11;
  display: none;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #E4E5EA;
  max-height: 300px;
  overflow-y: auto;
}
.vtool-select .dl-clsss .sub::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.vtool-select .dl-clsss .sub::-webkit-scrollbar-thumb {
  background: #2B8BFF;
}
.vtool-select .dl-clsss .sub::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.vtool-select .dl-clsss .sub .sub-a {
  display: block;
  color: #343333;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  transition: all 0.4s;
}
.vtool-select .dl-clsss .sub .sub-a:hover {
  background: #F2F3F5;
}
.vtool-select .dl-clsss[data-on=on] .word:after {
  margin-top: -5px;
  transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}

.normal_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.normal_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #7A8492;
  opacity: 0.15;
  border-radius: 50%;
}
.normal_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2B8BFF;
  opacity: 1;
}

.page-title {
  width: 100%;
}
.page-title.center {
  text-align: center;
}
.page-title.center .tt2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-title.white .tt1 {
  color: #FFFFFF;
}
.page-title.blue .tt1 {
  color: #2B8BFF;
}
.page-title .tt1 {
  color: #161616;
  font-size: var(--fz40);
  line-height: 1;
  font-weight: 550;
}
.page-title .tt2 {
  display: flex;
  align-items: center;
  color: #9CA4AF;
  font-size: var(--fz16);
  margin-top: 0.12rem;
}
.page-title .tt2 .d {
  width: 10px;
  height: 10px;
  background: #2B8BFF;
  border-radius: 0px 0px 5px 0px;
  margin-left: 10px;
}

.pagination-custom {
  margin-top: 0.5rem;
}
.pagination-custom .container {
  width: 100%;
  margin: 0 auto;
}

.pagination-box .page-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pagination-box .page-box .dian {
  margin-left: 5px;
}

.pagination-box .page-box .btn {
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6A6A6A;
  font-size: var(--fz18);
  transition: all 0.4s;
  background-color: transparent;
  flex-shrink: 0;
}

.pagination-box .page-box .btn:not(:first-child) {
  margin-left: 8px;
}

.pagination-box .page-box .btn:nth-child(2) {
  margin-left: 0;
}

.pagination-box .page-box .btn.null {
  position: relative;
}

.pagination-box .page-box .btn.prev,
.pagination-box .page-box .btn.next {
  font-family: "simsun";
  background: #F5F5F7;
  border-radius: 50%;
}

.pagination-box .page-box .btn.prev {
  margin-right: 0.34rem !important;
}

.pagination-box .page-box .btn.next {
  margin-left: 0.34rem !important;
}

.pagination-box .page-box .btn.on {
  background: #2B8BFF;
  color: #FFFFFF;
  border-radius: 50%;
}

.pagination-box .page-box .select {
  display: none !important;
}

.pagination-box .page-box .f-right {
  display: none !important;
}

.pag_icon {
  width: 8px;
  height: 14px;
  display: block;
  object-fit: contain;
}

.a1-muban {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.a1-muban-normal {
  flex: 1;
  border-right: 1px solid #D7D7D7;
  text-align: center;
  margin-top: 0.55rem;
}

.a1-muban-normal:nth-of-type(1) {
  border-left: 1px solid #D7D7D7;
}

.a1-muban-normal-title {
  font-size: var(--fz16);
  line-height: 1;
  color: #161616;
  margin-bottom: 0.2rem;
}

.a1-muban-normal-content {
  font-size: var(--fz54);
  line-height: 1;
  color: #2B8BFF;
  font-weight: bold;
}

.a1-muban-normal-content i,
.a1-muban-normal-content em {
  font-size: var(--fz30);
  font-weight: normal;
  vertical-align: top;
  font-style: normal;
}