@charset "UTF-8";
:root {
  --navheight: 80px;
  --navigation: 80px;
  --navtopheight: 0px;
  --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);
}

.about_fzlc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 0.4rem;
  font-size: var(--fz16);
  color: #2A2A2A;
  line-height: 1.4;
}
.about_fzlc .c1 {
  color: #838383;
  flex-shrink: 0;
}

.nums-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.nums-box .nums-item {
  flex: 1;
  margin-top: 1rem;
}
.nums-box .nums-item .nums-i {
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #84C025;
  font-family: "DINProNum" !important;
}
.nums-box .nums-item .nums-i .small {
  font-size: 0.8rem;
  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: #84C025;
  position: relative;
}
.pagination-box .page-box .btn.on::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #84C025;
  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_box {
  justify-content: flex-start;
}
.index-banner .swiper-slide.type1 .banner_text {
  text-align: left;
}

.index-banner .swiper-slide.type3 .banner_text_box {
  justify-content: flex-end;
}
.index-banner .swiper-slide.type3 .banner_text {
  text-align: right;
}

.banner_text_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_text {
  width: 100%;
  text-align: center;
  z-index: 11;
  max-width: 485px;
}
.banner_text .title {
  font-size: var(--fz60);
  line-height: 1.1;
  color: #FFF;
  margin-top: 0.2rem;
}
.banner_text .sub-title1 {
  font-size: var(--fz16);
  line-height: 1.1;
  color: white;
}
.banner_text .sub-title2 {
  font-size: var(--fz16);
  line-height: 1.5;
  color: white;
  width: 100%;
  margin-top: 0.3rem;
}
.banner_text .btn {
  padding: 17px 25px;
  border-radius: 100px;
  font-size: var(--fz14);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 0.34rem auto 0;
  line-height: 1;
  position: relative;
}

.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: #84C025;
  font-size: 1.4rem;
  line-height: 0.75;
  opacity: 0.15;
  font-weight: 300;
}

.banner-page {
  width: 100%;
  padding-top: calc(650 / 1920 * 100%);
  position: relative;
  z-index: 10;
}
.banner-page .item_top .item_title {
  color: #FEFEFE;
  font-size: var(--fz60);
}
.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(900 / 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;
  justify-content: flex-start;
  padding: 0.5rem;
  background: #FFF;
  border-radius: 16px;
  min-height: 3.68rem;
  max-width: 550px;
}
.banner-page.productview .banner-box .banner-main .item_top .item_title {
  font-size: var(--fz42);
  color: #2A2A2A;
}
.banner-page.productview .banner-box .banner-main .item_top .item_sub_title {
  color: #2A2A2A;
  line-height: 1.1;
}
.banner-page.productview .banner-box .banner-main .item_top .item_sub_desc {
  max-width: 550px;
  min-height: calc(var(--fz16) * 6 * 1.5);
  margin-top: 0.24rem;
  margin-bottom: 0.12rem;
  font-size: var(--fz16);
  line-height: 1.5;
  color: #838383;
  text-align: left;
}
.banner-page.productview .banner-box .banner-main .item_top .btn_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  font-size: var(--fz14);
  gap: 0.2rem;
  flex-wrap: wrap;
}
.banner-page.productview .banner-box .banner-main .item_top .btn_flex .btns {
  padding: 16px 32px;
  border-radius: 100px;
  background: #84C025;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-page.productview .banner-box .banner-main .item_top .btn_flex .btns_text {
  color: #838383;
}
.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: #84C025;
  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: #84C025;
  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);
  display: none !important;
}
.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: #2A2A2A;
  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: #84C025;
}
.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: #2A2A2A;
  margin-bottom: 2px;
  border-radius: 5px;
}
.navtop-child .child-main.product .child_left .child-item .points {
  border-radius: 0rem 0rem 3px 0rem;
  background: #84C025;
  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: #2A2A2A;
  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: #2A2A2A;
}
.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: #2A2A2A;
  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: #2A2A2A;
}
.navtop-custom:hover .navtop-main .navtop-right .lang_select, .navtop-custom.on .navtop-main .navtop-right .lang_select {
  color: #2A2A2A;
  border-left: 1px solid #C4C4C4;
}
.navtop-custom:hover .navtop-main .navtop-right .lang_select .lang_box .img.img1, .navtop-custom.on .navtop-main .navtop-right .lang_select .lang_box .img.img1 {
  opacity: 0;
}
.navtop-custom:hover .navtop-main .navtop-right .lang_select .lang_box .img.img2, .navtop-custom.on .navtop-main .navtop-right .lang_select .lang_box .img.img2 {
  opacity: 1;
}
.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 {
  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;
}
.navtop-custom .navtop-main .navtop-logo {
  width: 140px !important;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-logo .logo {
  width: 100%;
  position: relative;
}
.navtop-custom .navtop-main .navtop-logo .logo .logo-icon {
  width: 140px !important;
  height: 28px !important;
  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: 140px !important;
  height: 28px !important;
  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: 110%;
}
.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: #84C025;
  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: #84C025;
}
.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.on .li-box {
  color: #84C025;
  font-weight: bold;
}
.navtop-custom .navtop-main .navtop-right .navtop-list .navtop-li .li-box {
  padding: 0 0.3rem;
  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: #84C025;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right .lang_select {
  font-size: 12px;
  color: #FFF;
  line-height: 1;
  padding-left: 0.25rem;
  margin-left: 0.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.navtop-custom .navtop-main .navtop-right .lang_select .lang_box {
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.navtop-custom .navtop-main .navtop-right .lang_select .lang_box .re {
  width: 10px;
  height: 6px;
}
.navtop-custom .navtop-main .navtop-right .lang_select .lang_box .img {
  width: 10px;
  height: 6px;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.navtop-custom .navtop-main .navtop-right .lang_select .lang_box .img.img2 {
  opacity: 0;
}
.navtop-custom .navtop-main .navtop-right .navtop-contact {
  height: 40px;
  background: #84C025;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: var(--fz14);
  line-height: 1;
  padding: 14px 33px;
  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 .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: #84C025;
}
.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: #84C025;
}
.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: #2A2A2A;
  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: #84C025;
}
.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 #84C025;
  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: #2A2A2A;
  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: #84C025;
}
.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: #84C025;
}
.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: #84C025;
  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: #2A2A2A;
  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;
}

/*底部*/
.normal_btns {
  padding: 16px 25px;
  border-radius: 100px;
  background: transparent;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  min-width: 140px;
  position: relative;
  color: #979797;
  font-size: var(--fz14);
  line-height: 1;
}
.normal_btns * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.normal_btns.normal_white_btn {
  background: #FFF;
  color: #979797;
  border: 1px solid #FFF;
}
.normal_btns.normal_white_btn .is .i2 {
  background: #84C025;
}
.normal_btns.no_bgcolor {
  background: transparent;
  color: #84C025;
  padding: 0;
  border: none;
  display: inline-flex;
  justify-content: flex-start;
}
.normal_btns.no_bgcolor .is .i1 {
  background: #84C025;
}
.normal_btns.no_bgcolor .is .i2 {
  background: #84C025;
}
.normal_btns.green_bg {
  border: 1px solid transparent;
  color: #FFF;
  background: #84C025;
  display: inline-flex;
}
.normal_btns.green_bg .is .i1 {
  background: #FFF;
}
.normal_btns.green_bg .is .i2 {
  background: #84C025;
}
.normal_btns.green_bg .s {
  background: #FFF;
}
.normal_btns .btns_text {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.normal_btns .is {
  position: relative;
  width: 25px;
  height: 9px;
  z-index: 1;
}
.normal_btns .is img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.normal_btns .is .i2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  mask-image: url(/html/phone/images/bann_1.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #FFF;
}
.normal_btns .is .i1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url(/html/phone/images/bann_1.png);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #979797;
}
.normal_btns .s {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: #84C025;
  bottom: 0;
  z-index: 0;
  opacity: 1;
}
.normal_btns:hover {
  border: 1px solid #84C025;
  color: #FFF;
}
.normal_btns:hover .s {
  height: 100%;
}
.normal_btns:hover .i1 {
  opacity: 0;
}
.normal_btns:hover .i2 {
  opacity: 1;
}
.normal_btns:hover.normal_white_btn {
  border: 1px solid #FFF;
  color: #84C025;
}
.normal_btns:hover.normal_white_btn .s {
  height: 0%;
}
.normal_btns:hover.no_bgcolor {
  border: none;
  color: #84C025;
}
.normal_btns:hover.no_bgcolor .s {
  height: 0%;
}
.normal_btns:hover.green_bg {
  border: 1px solid #FFF;
  background: #84C025;
  color: #84C025;
}
.normal_btns:hover.green_bg .s {
  background: #FFF;
}

.footer_outer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #84C025;
  position: relative;
  z-index: 1;
}
.footer_outer_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 27px 0;
  gap: 20px;
}
.footer_outer_top .container .outer_top_left {
  color: #FFF;
  line-height: 1.5;
  font-size: var(--fz24);
  text-align: center;
}
.footer_outer_top .container .outer_top_right {
  flex-shrink: 0;
}

.footer {
  margin: -1px;
  background-color: #F5F5F5;
  clear: both;
  position: relative;
  z-index: 6;
}

.footer .foot-top {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0 0.8rem;
}

.footer .foot-top .left {
  display: flex;
  width: calc(100% - 300px);
  position: relative;
  z-index: 5;
}

.footer .foot-top .left .ul1 {
  margin-right: 0.52rem;
  min-width: 145px;
  cursor: pointer;
}

@media only screen and (max-width: 1680px) {
  .footer .foot-top .left .ul1 {
    margin-right: 0.5rem;
    min-width: 145px;
  }
}
.footer .foot-top .left .ul1 .one {
  margin-bottom: 0.2rem;
}

.footer .foot-top .left .ul1 .one a {
  font-size: var(--fz16);
  color: #2A2A2A;
  line-height: 24px;
}

.footer .foot-top .left .ul1 ul li .lia {
  position: relative;
  font-size: var(--fz14);
  color: #838383;
  line-height: 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.footer .foot-top .left .ul1 ul li .lia .tt {
  margin-left: 4px;
}

.footer .foot-top .left .ul1 ul li .lia:hover {
  color: #2A2A2A;
}

.footer .foot-top .left .ul1 ul li .lia:hover .pic {
  right: -30px;
  opacity: 1;
  visibility: visible;
}

.footer .foot-top .left .ul1 ul li .lia .pic {
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 110px;
  height: 110px;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.footer .foot-top .right {
  width: 300px;
}

.footer .foot-top .right .cn_info {
  color: #838383;
  font-size: var(--fz16);
}

.footer .foot-top .right .cn_info .logo_img {
  width: 140px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 0.56rem;
}

.footer .foot-top .right .cn_info h2 {
  color: #84C025;
  font-size: var(--fz18);
  line-height: 1;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.footer .foot-top .right .cn_info a {
  color: #838383;
}

.footer .foot-top .right .cn_info .footer_code_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.4rem;
  gap: 0.3rem;
}

.footer .foot-top .right .cn_info .hoverCss {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer .foot-top .right .cn_info .hoverCss .lia {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E9E9E9;
  position: relative;
}

.footer .foot-top .right .cn_info .hoverCss .lia .color_bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E9E9E9;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
}
.footer .foot-top .right .cn_info .hoverCss .lia .color_bg img {
  width: 30px;
  height: 22px;
  object-fit: contain;
  transition: opacity 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer .foot-top .right .cn_info .hoverCss .lia .color_bg .img2 {
  opacity: 0;
}

.footer .foot-top .right .cn_info .hoverCss .lia .pic {
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 40px;
  width: 120px;
  height: 120px;
}
.footer .foot-top .right .cn_info .hoverCss .lia .pic .img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.footer .foot-top .right .cn_info .hoverCss .lia .pic.bgw {
  border-radius: 10px;
  background: #FFF;
}
.footer .foot-top .right .cn_info .hoverCss .lia .pic.bgw::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid #FFf;
  position: absolute;
  top: -8px;
  left: 20px;
}

.footer .foot-top .right .cn_info .hoverCss .lia:hover .pic {
  top: 65px;
  opacity: 1;
  visibility: visible;
}
.footer .foot-top .right .cn_info .hoverCss .lia:hover .color_bg {
  background: #84C025;
}
.footer .foot-top .right .cn_info .hoverCss .lia:hover .color_bg .img2 {
  opacity: 1;
}
.footer .foot-top .right .cn_info .hoverCss .lia:hover .color_bg .img1 {
  opacity: 0;
}

.footer .foot-top .right .email-tj .eform .eitem {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.footer .foot-top .right .email-tj .eform .eitem .text {
  border: 1px solid #4A4A4A;
  width: 274px;
  padding: 0 15px;
  height: 40px;
  background-color: #111111;
  font-size: 14px;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 5px;
}

.footer .foot-top .right .email-tj .eform .eitem .text::placeholder {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.footer .foot-top .right .email-tj .eform .eitem .tjbtn {
  background-color: #4A4A4A;
  border-radius: 3px;
  border: none;
  width: 80px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
}

.footer .foot-top .right .email-tj .eform .eitem .tjbtn:hover {
  background-color: var(--color1);
}

.footer .foot-top .right .email-tj .eform .checkdiv {
  display: flex;
  align-items: center;
}

.footer .foot-top .right .email-tj .eform .checkdiv .cicon {
  margin-right: 8px;
  display: block;
  display: none;
}

.footer .foot-top .right .email-tj .eform .checkdiv .layui-form-checkbox {
  width: 14px;
  height: 14px;
  line-height: 14px;
  padding-right: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: var(--colorFF);
}

.footer .foot-top .right .email-tj .eform .checkdiv .layui-form-checkbox.layui-form-checked {
  background-color: var(--color2);
}

.footer .foot-top .right .email-tj .eform .checkdiv .layui-form-checkbox i {
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 700;
  border: none;
}

.footer .foot-top .right .email-tj .eform .checkdiv .layui-form-checked i,
.footer .foot-top .right .email-tj .eform .checkdiv .layui-form-checked:hover i {
  color: var(--colorFF);
}

.footer .foot-top .right .email-tj .dd {
  color: #FFFFFF;
  opacity: 0.35;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.footer .foot-top .right .email-tj .eform .checkdiv .ctext {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  line-height: 20px;
}

.footer .foot-top .right .email-tj .eform .checkdiv .ctext .xy {
  color: rgba(255, 255, 255, 0.35);
}

.footer .foot-top .right .fshare {
  display: flex;
}

.footer .foot-top .right .fshare .fs-a {
  margin-right: 0.16rem;
  width: 30px;
  height: 30px;
}

.footer .foot-top .right .fshare .fs-a:hover {
  opacity: 0.6;
}

.footer .bottom {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.35);
  overflow: hidden;
  padding: 0.28rem 0;
  display: flex;
}

.footer_bottom {
  position: relative;
  font-size: var(--fz14);
  line-height: 30px;
  color: #838383;
  padding: 0.18rem 0;
  display: flex;
  border-top: 1px solid #DFDFDF;
}

.footer_bottom a {
  color: #2A2A2A;
  font-size: var(--fz14);
  line-height: 30px;
}

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

.footer_bottom .right .r_a {
  margin: 0 0px;
  color: #2a2a2a;
  font-size: var(--fz14);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.footer_bottom .right .r_a:hover {
  color: #84C025;
}

@media only screen and (max-width: 1440px) {
  .footer .foot-top .left .ul1 {
    margin-right: 0.3rem;
  }
}
@media only screen and (max-width: 1280px) {
  .footer .foot-top {
    flex-direction: column;
  }

  .footer .foot-top .left {
    width: 100%;
    padding-right: 0;
  }

  .footer .foot-top .right {
    width: 100%;
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
  }

  .footer .foot-top .left .ul1 {
    flex: 1;
  }

  .footer .foot-top .left .ul1:last-of-type {
    margin-right: 0;
  }

  .footer .foot-top .right .cn_info .hoverCss .lia .pic {
    top: -110px;
  }

  .footer .foot-top .right .cn_info .hoverCss .lia:hover .pic {
    top: -135px;
    opacity: 1;
    visibility: visible;
  }

  .footer .foot-top .right .cn_info .hoverCss .lia .pic.bgw::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #FFF;
    border-bottom: 9px solid transparent;
    position: absolute;
    top: auto;
    bottom: -17px;
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .foot-top .left .ul1 {
    margin-right: 10px;
    min-width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .footer .foot-top {
    padding: 0.65rem 0 4%;
  }

  .footer .foot-top .right {
    display: block;
  }

  .footer .foot-top .right .email-tj .eform .eitem .text {
    width: calc(100% - 118px);
  }

  .footer .foot-top .left {
    display: block;
  }

  .footer .foot-top .left .ul1 {
    margin-right: 0;
    width: 100%;
  }

  .footer .foot-top .left .ul1 ul li .lia {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
  }

  .footer .foot-top .left .ul1 .one {
    border-bottom: 1px solid rgba(42, 42, 42, 0.1);
    padding: 12px 0;
    position: relative;
  }

  .footer .foot-top .left .ul1 .one .ii {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }

  .footer .foot-top .left .ul1 .one .ii::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #2A2A2A;
    margin-left: -1px;
    transition: all 0.3s;
  }

  .footer .foot-top .left .ul1 .one .ii::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2A2A2A;
    margin-top: -1px;
  }

  .footer .foot-top .left .ul1.on .one .ii::before {
    transform: rotate(90deg);
  }

  .footer .foot-top .left .ul1.on ul li .lia {
    height: 30px;
    line-height: 30px;
  }

  .cebian-box {
    width: 50px;
  }
}
.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(132, 192, 37, 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: #84C025;
  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: #84C025;
  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: #84C025 !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: #2A2A2A;
  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: #2A2A2A;
}
.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: #2A2A2A;
  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: #84C025;
  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 #84C025;
  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: #84C025;
  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: #84C025;
}
.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: #84C025;
}

.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: #84C025;
  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: #2A2A2A;
  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: #84C025;
  border-color: #84C025;
  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: #84C025;
  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;
  background: #F5F5F5;
}
.productview-l-page .n_content3_box {
  padding: 1rem 0;
}
.productview-l-page .item_top .item_title {
  font-size: var(--fz42);
}
.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: #84C025;
  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: #84C025;
}
.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: #84C025;
  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;
}
.productview-l-page .part_youshi {
  padding: 1rem 0;
}
.productview-l-page .part_youshi .item_top {
  align-items: center;
  margin-bottom: 0.5rem;
}
.productview-l-page .part_youshi .item_top .item_title {
  font-size: var(--fz36);
}
.productview-l-page .part_youshi .content_left_swiper {
  overflow: hidden;
}
.productview-l-page .part_youshi .content_left_swiper .swiper-slide {
  height: auto;
  background: #FFF;
  border-radius: 0.16rem;
  padding: 0.32rem;
}
.productview-l-page .part_youshi .content_left_swiper .swiper-slide .img_box {
  width: 100%;
  height: 50px;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.productview-l-page .part_youshi .content_left_swiper .swiper-slide .img_box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.productview-l-page .part_youshi .content_left_swiper .swiper-slide .title {
  color: #84C025;
  line-height: 1.5;
  font-weight: bold;
  font-size: var(--fz18);
}
.productview-l-page .part_youshi .pagination_flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productview-l-page .part_youshi .content_left_swiper_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem auto 0;
  column-gap: 0.14rem;
}
.productview-l-page .part_youshi .content_left_swiper_pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 3px;
  background: #DFDFDF;
}
.productview-l-page .part_youshi .content_left_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #84C025;
}
.productview-l-page .part_video {
  padding: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.productview-l-page .part_video .part_video_inner {
  padding-top: calc(675 / 1200 * 100%);
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}
.productview-l-page .part_video .part_video_inner .the_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.productview-l-page .part_tedian {
  padding: 1rem 0;
}
.productview-l-page .part_tedian .item_top {
  align-items: center;
  margin-bottom: 0.5rem;
}
.productview-l-page .part_tedian .item_top .item_title {
  font-size: var(--fz36);
}
.productview-l-page .part_tedian .content {
  border-radius: 0.16rem;
  background: #FFF;
  padding: 0.6rem 0.5rem 0.5rem;
}
.productview-l-page .part_tedian .content .content_left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 0.6rem;
}
.productview-l-page .part_tedian .content .content_left .relative {
  width: calc(580 / 1340 * 100%);
  padding-top: calc(410 / 580 * (580 / 1340 * 100%));
  flex-shrink: 0;
  border-radius: 0.16rem;
  overflow: hidden;
}
.productview-l-page .part_tedian .content .content_left .relative .pic-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.productview-l-page .part_tedian .content .content_left .content_right .item_outer {
  padding: 0.25rem 0 0.24rem 0;
  border-bottom: 1px solid #DFDFDF;
  font-size: var(--fz18);
  line-height: 1.5;
  color: #2a2a2a;
  display: flex;
  align-items: flex-start;
  column-gap: 0.2rem;
}
.productview-l-page .part_tedian .content .content_left .content_right .item_outer .point {
  width: 8px;
  height: 8px;
  line-height: calc(var(--fz18) * 1.5);
  background: #84C025;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: calc(var(--fz18) * 1.5 / 2);
  transform: translateY(-50%);
}

.swiper-scrollbar {
  background-color: #FFF;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #84C025;
  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: #84C025;
  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;
}

.text-content {
  overflow: hidden;
  transition: height 0.5s ease;
  box-sizing: border-box;
}

.text-toggle-btn.see_more_normal {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border: 1px solid #D7D7D7;
  color: #161616;
  position: relative;
  transform: none;
  cursor: pointer;
  margin: 0.36rem auto 0;
  padding: 0.2rem 1.2rem;
}
.text-toggle-btn.see_more_normal .arrow {
  color: #7A8492;
  font-size: 10px;
  font-weight: bolder;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.text-toggle-btn.see_more_normal .arrow::after {
  content: "next";
  font-family: swiper-icons;
}
.text-toggle-btn.see_more_normal::after {
  background: #84C025;
  display: none;
}
.text-toggle-btn.see_more_normal:hover {
  color: #161616;
  transform: none;
}
.text-toggle-btn.see_more_normal.hideContent .arrow {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.about-page {
  width: 100%;
  position: relative;
}
.about-page .about-wrap1 {
  width: 100%;
  background: #FFFFFF;
}
.about-page .about-wrap1 .about-wrap1-content {
  padding: 1rem 0 0.9rem;
}
.about-page .about-wrap1 .content-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 1rem;
  flex-direction: row-reverse;
}
.about-page .about-wrap1 .content-inner .left-content-inner {
  width: calc(576 / 1460 * 100%);
}
.about-page .about-wrap1 .content-inner .left-content-inner .relative {
  padding-top: calc(428 / 576 * 100%);
}
.about-page .about-wrap1 .content-inner .left-content-inner .a1-swiper {
  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: #84C025;
  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(737 / 1460 * 100%);
}
.about-page .about-wrap1 .content-inner .normal_text {
  margin-top: 0.6rem;
  width: 100%;
  font-size: var(--fz16);
  color: #838383;
  line-height: 2;
}
.about-page .about-wrap1 .about-wrap1-video {
  height: 6rem;
  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;
  border-radius: 16px;
}
.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: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  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: 1.17rem 0 0.82rem;
  position: relative;
}
.about-page .about-wrap2 .wrap2-main {
  margin: 0.5rem auto 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1.2rem;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_left {
  width: calc(600 / 1460 * 100%);
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_left .relative {
  padding-top: calc(700 / 600 * 100%);
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_left .relative .a2-swiper-left {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right {
  position: relative;
  flex: 1;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-slide {
  height: auto;
  padding-bottom: 0.4rem;
  padding-left: 36px;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  padding: 0 0rem 0.4rem;
  border-bottom: 1px solid #DFDFDF;
  cursor: pointer;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-item .img {
  height: 50px;
  object-fit: contain;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-item .title {
  font-size: var(--fz30);
  color: #2A2A2A;
  line-height: 1.5;
  position: relative;
  text-align: left;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-item .title .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-item .title .icon .inner_icon {
  background: #84C025;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-item .desc {
  font-size: var(--fz18);
  color: #2A2A2A;
  line-height: 1.5;
  margin-top: 0.24rem;
  display: none;
  text-align: left;
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-item.on .title .icon {
  background: rgba(132, 192, 37, 0.35);
}
.about-page .about-wrap2 .wrap2-main .a2_swiper_right .swiper-item.on .desc {
  display: block;
}
.about-page .about-wrap2 .a2-swiper-pagination {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  column-gap: 15px;
  z-index: 1;
  display: none;
  top: auto;
  right: auto;
  height: 10px;
}
.about-page .about-wrap2 .a2-swiper-pagination .swiper-pagination-bullet {
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #7A8492;
  margin: 0;
}
.about-page .about-wrap2 .a2-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
  background: #84C025;
}
.about-page .about-wrap3 {
  width: 100%;
  padding: 1rem 0 1rem;
  position: relative;
}
.about-page .about-wrap3 .show_bg {
  background-position: center bottom;
}
.about-page .about-wrap3 .relative {
  z-index: 2;
}
.about-page .about-wrap3 .a3-swiper {
  margin: 0.8rem auto 0;
  min-height: 3.84rem;
}
.about-page .about-wrap3 .a3-swiper .swiper-wrapper {
  min-height: 3.84rem;
}
.about-page .about-wrap3 .a3-swiper .swiper-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 1rem;
  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 .img_box {
  width: calc(520 / 1460 * 100%);
  border-radius: 0.16rem;
  overflow: hidden;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .img_box .relative {
  padding-top: calc(300 / 520 * 100%);
}
.about-page .about-wrap3 .a3-swiper .swiper-item .img_box .relative img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content {
  font-size: var(--fz16);
  line-height: 1.8;
  display: none;
  flex: 1;
  height: 100%;
  position: relative;
  margin-right: 1rem;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content .content_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.6rem;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content .content_inner::-webkit-scrollbar {
  width: 3px;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content .content_inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.15);
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content .content_inner::-webkit-scrollbar-thumb {
  background-color: #84c025;
}
.about-page .about-wrap3 .a3-swiper .swiper-item .content .content_inner::-webkit-scrollbar-thumb:hover {
  background-color: #84c025;
}
.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: #84C025;
}
.about-page .about-wrap3 .a3-swiper .swiper-slide.swiper-slide-active .content {
  display: block;
}
.about-page .about-wrap3 .a3-swiper-bottom {
  margin: 0.4rem auto 0;
  width: 84%;
  max-width: 1105px;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide {
  width: auto;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide .point {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide .point .inner_point {
  background: #84C025;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide .year {
  font-size: var(--fz48);
  line-height: 1;
  color: #838383;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.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: #84C025;
  width: 0.1rem;
  height: 0.1rem;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide.active .point {
  background: #292929;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide.active .year {
  color: #84C025;
  top: 34px;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide.active::after {
  opacity: 0;
}
.about-page .about-wrap3 .a3-swiper-bottom .swiper-slide.active + .swiper-slide-next .year {
  top: 17px;
}
.about-page .about-wrap3 .the_line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19px;
  width: 100vw;
  height: 1px;
}
.about-page .about-wrap3 .the_line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DFDFDF;
}
.about-page .about-wrap3 .a3_left,
.about-page .about-wrap3 .a3_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: #FFF;
  border-radius: 50%;
  left: 0;
  cursor: pointer;
  border: 1px solid #DDDDDD;
}
.about-page .about-wrap3 .a3_left img,
.about-page .about-wrap3 .a3_right img {
  width: 17px;
  height: 30px;
  object-fit: contain;
  display: block;
}
.about-page .about-wrap3 .a3_right {
  left: auto;
  right: 0;
}
.about-page .about-wrap3 .line1 {
  position: absolute;
  height: 20px;
  width: 30%;
  background: linear-gradient(to right, rgba(132, 192, 37, 0.35) 0%, #f4f6f9 100%);
  top: -20px;
  left: calc(150 / 1460 * 100%);
}
.about-page .about-wrap3 .line2 {
  position: absolute;
  height: 20px;
  width: 30%;
  background: linear-gradient(to right, rgba(132, 192, 37, 0.5) 0%, #f4f6f9 90%);
  top: -40px;
  left: calc(520 / 1460 * 100%);
}
.about-page .about-wrap3 .line3 {
  position: absolute;
  height: 20px;
  width: 30%;
  background: linear-gradient(to right, #84c025 0%, rgba(132, 192, 37, 0.7) 30%, #f4f6f9 100%);
  top: -60px;
  left: calc(900 / 1460 * 100%);
}
.about-page .link-v.anchor_009004 {
  transform: translateY(calc((var(--navheight) + var(--navtopheight) - 0.7rem) * -1));
}
.about-page .invent-wrap3 {
  width: 100%;
  box-sizing: border-box;
}
.about-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;
  overflow: hidden;
  column-gap: 0.8rem;
  position: relative;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left {
  overflow: hidden;
  padding: 1rem 0rem 1rem 0rem;
  box-sizing: border-box;
  width: calc(556 / 1460 * 100%);
  max-width: 556px;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .item_top {
  align-items: flex-start;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .item_top .item_title {
  color: #FFF;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .demo {
  color: #161616;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.3rem;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .list-box {
  width: 100%;
  height: 452px;
  overflow-y: auto;
  margin-top: 0.5rem;
  box-sizing: border-box;
  padding-right: 0.22rem;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .list-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .list-box::-webkit-scrollbar-thumb {
  background: #84C025;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .list-box::-webkit-scrollbar-track {
  border-radius: 0;
  background: #FFF;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item {
  width: calc(100% - 10px);
  min-height: 70px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item:last-child {
  margin-bottom: 0;
}
.about-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;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item .item-left .r {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #838383;
  flex-shrink: 0;
  margin-right: 15px;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-left .list-box .item .item-left .tt {
  flex: 1;
  overflow: hidden;
  color: #FFF;
  font-size: var(--fz16);
  line-height: 1.3;
}
.about-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 25px;
  color: #84C025;
  font-size: var(--fz14);
  line-height: 1;
  position: relative;
}
.about-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);
}
.about-page .invent-wrap3 .wrap3-main .wrap3-right {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  height: 100%;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-right .pics {
  width: 100%;
  height: 100%;
  background: #252525;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-right .pics .pic-box {
  width: 100%;
  height: 100%;
}
.about-page .invent-wrap3 .wrap3-main .wrap3-right .pics .pic-box .img {
  object-fit: contain;
  object-position: bottom right;
}
.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_contact {
  padding: 1rem 0 1.52rem;
}
.about-page .about_contact .outer_contact {
  height: 740px;
}
.about-page .about_contact .contact_flex_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 16px;
  height: 100%;
}
.about-page .about_contact .contact_flex_box .contact_right {
  width: calc(600 / 1460 * 100%);
  width: 600px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  padding: 0.5rem 0.6rem 1rem;
  position: relative;
}
.about-page .about_contact .contact_flex_box .contact_right .contact_right_title {
  line-height: 1.2;
  color: #FFF;
  font-size: var(--fz48);
}
.about-page .about_contact .contact_flex_box .contact_right .contact_right_content {
  margin-top: 0.42rem;
  font-size: var(--fz16);
  line-height: 1.3;
  color: #FFF;
}
.about-page .about_contact .contact_flex_box .contact_right .code_box_flex {
  position: absolute;
  left: 0.6rem;
  bottom: 1rem;
  display: flex;
  column-gap: 0.6rem;
}
.about-page .about_contact .contact_flex_box .contact_right .code_box_flex .tt {
  color: #FFF;
  font-size: var(--fz16);
  line-height: 1;
  margin-bottom: 15px;
}
.about-page .about_contact .contact_flex_box .contact_right .code_box_flex img {
  width: 100px;
  height: 100px;
}
.about-page .about_contact .contact_flex_box .left_outer {
  flex: 1;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #DFDFDF;
  padding: 0.63rem;
}
.about-page .about_contact .contact_flex_box .left_outer .contact-form {
  flex: 1;
}

.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: #84C025;
}
.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: #84C025;
}
.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: #84C025;
  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: #84C025;
}
.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: #84C025;
}
.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: #84C025;
}
.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: #84C025;
  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: #84C025;
  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: #84C025;
}
.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: #84C025;
}
.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;
  height: 100vh;
  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: 0%;
  bottom: 60px;
  column-gap: 16px;
  z-index: 1;
}
.index-banner .index-banner-cont .banner-pagination .swiper-pagination-bullet {
  display: flex;
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.index-banner .index-banner-cont .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.index-banner .inbbtn {
  width: 29px;
  height: 51px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.index-banner .inbbtn.banner-button-prev {
  left: 29px;
  background: url("../images/index/banner_left.png") no-repeat center/contain;
}
.index-banner .inbbtn.banner-button-next {
  right: 29px;
  background: url("../images/index/banner_right.png") no-repeat center/contain;
}
.index-banner .slideDownward {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 20px;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  display: flex;
  gap: 10px;
}
.index-banner .slideDownward .slideDownward_icon {
  width: 20px;
  height: 30px;
  background: url("../images/index/slideDownward_icon.png") no-repeat center/contain;
}
.index-banner .slideDownward .bg {
  position: relative;
  width: 2px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.15);
}
.index-banner .slideDownward .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  animation: slideDownwardAni 3s linear 0s infinite alternate forwards;
  background-color: #FFF;
}
@keyframes slideDownwardAni {
  0% {
    top: 0;
  }
  50% {
    top: 50px;
  }
  100% {
    top: 0;
  }
}
.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: #84C025;
  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: #84C025;
  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: #84C025;
  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: #84C025;
}
.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: #84c025;
  }
  .service-page .service-wrap2 .wrap2-left .city-main .city-cont::-webkit-scrollbar-thumb:hover {
    background-color: #84c025;
  }
}
.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;
}

.index_product__wrap {
  padding: 1rem 0;
  position: relative;
  z-index: 6;
  background-color: #FFF;
}

.index_product__wrap_btn {
  font-size: var(--fz14);
  line-height: 1;
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.6rem;
}

.index_product__wrap .before_bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 100% auto;
}

.index_product__wrap .before_bg.middle_pc_show {
  display: none;
}

.index_product__inside {
  position: relative;
  z-index: 3;
}

.index_product__main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.8rem;
  column-gap: 1.6rem;
}

.index_product__main__desc {
  flex: 1;
}

.index_product__main__desc__title {
  margin-bottom: 1.42rem;
}

.index_product__main__desc__title h2 {
  position: relative;
  font-size: var(--fz48);
  line-height: 1;
  color: #2A2A2A;
}

.index_product__main__desc__title h2:after {
  content: "";
  position: absolute;
  top: 87px;
  left: 0px;
  width: 80px;
  height: 3px;
  background-color: #84C025;
  border-radius: 1.5px;
}

.index_product__main__desc__main {
  margin-bottom: 0.4rem;
}

.index_product__main__desc__main__title span {
  font-size: 20px;
  color: #bec9d1;
  margin-bottom: 20px;
  line-height: 1;
  display: inline-block;
}

.index_product__inside_change {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  column-gap: 15px;
  margin-top: 0.9rem;
}
.index_product__inside_change .changebtn {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  cursor: pointer;
}
.index_product__inside_change .changebtn img {
  width: 18px;
  height: 30px;
  object-fit: contain;
}

.index_product__main__n_content {
  color: #838383;
  font-size: var(--fz16);
  line-height: 1.8;
  min-height: 0.4rem;
}

.index_product__main__desc__main__title h3 {
  margin-bottom: 0.4rem;
  line-height: 1.3;
  font-size: var(--fz36);
  color: #2A2A2A;
}

.index_product__main__desc__main p {
  color: #666;
}

.index_product__main__desc__btn a {
  font-family: "IBM-Medium";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #061623;
}

.index_product__main__desc__btn a:hover {
  color: #257fcc;
}

.index_product__main__desc__btn a i {
  width: 52px;
  height: 52px;
  background: #257fcc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  box-shadow: 10px 10px 15px rgba(37, 127, 204, 0.15);
  margin-right: 20px;
}

.index_product__main__img {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  top: 0.2rem;
  right: 0.1rem;
}

.index_product__main__img__inside {
  width: 100%;
  width: 34vw;
  height: calc(34vw / 650 * 540);
  position: relative;
}

.index_product__main__img .index_product__main__img__1 img {
  object-fit: contain;
}

.index_product__main__img.active .index_product__main__img__2 {
  display: block;
  display: none;
}

.index_product__main__img__1 {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.index_product__main__img__2 {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.index_product__main__img__2 i {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.index_product__main__img__2 i svg {
  width: 76px;
  height: 76px;
}

.index_product__main__img__2 i svg path {
  fill: #fff;
}

.index_product__main__img__2:hover i {
  display: none;
}

.index_product__nav__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
}

.index_product__nav__item.active .index_product__nav__item__img__inside:after {
  display: none;
}

.index_product__nav__item.active .index_product__nav__item__icon__back:after {
  display: block;
}

.index_product__nav__item.active .index_product__nav__item__icon__back:before {
  display: block;
}

.index_product__nav__item.active .index_product__nav__item__title h4 {
  color: #2A2A2A;
  font-weight: bold;
}

.index_product__nav__item__img {
  width: 100%;
  max-width: 221px;
  border: 6px solid transparent;
}

.index_product__nav__item__img__inside {
  width: 100%;
  padding-bottom: 62.25%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_product__nav__item__img__inside:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  display: none;
}

.index_product__nav__item__img__inside img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.index_product__nav__item__img__inside a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.index_product__nav__item__icon {
  height: 48px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.index_product__nav__item__icon.has_before::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #DFDFDF;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1;
}

.index_product__nav__item__icon:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #DFDFDF;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 1;
}

.index_product__nav__item__icon__inside {
  position: relative;
  z-index: 2;
  max-width: 221px;
  height: 100%;
  width: 100%;
}

.index_product__nav__item__icon__back {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background: #84C025;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_product__nav__item__icon__back:after {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #84C025;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}

.index_product__nav__item__icon__back:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
}

.index_product__nav__item__title {
  max-width: 221px;
  width: 100%;
}

.index_product__nav__item__title h4 {
  color: #838383;
  text-align: center;
  line-height: 1.3;
  width: 100%;
  font-size: var(--fz18);
}

.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: #84C025;
}
.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: #84C025;
}
.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: #84C025;
}
.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;
}

.bmeter {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 0%;
  height: 15px;
  background: #fff;
  opacity: 0;
  z-index: 111;
  pointer-events: none;
}

.bmeter span {
  display: block;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #f00;
}

.HomeCss_outer {
  height: 270vh;
  position: relative;
  overflow: hidden;
  z-index: 5;
  background: #fff;
  top: 0;
}
.HomeCss_outer.act .HomeCss {
  position: fixed;
}
.HomeCss_outer.act2 .HomeCss {
  position: absolute;
  bottom: 0;
  top: auto;
  overflow: hidden;
}
.HomeCss_outer .jljl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.HomeCss {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.HomeCss .con3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.HomeCss .con3::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 100px solid #fff;
  z-index: 5;
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
}
.HomeCss .con3.act {
  pointer-events: none;
}
.HomeCss .con3.act::after {
  border: 1px solid #fff;
}
.HomeCss .con3 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
  width: 102%;
}
.HomeCss .homeCont {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
.HomeCss .homeCont .homeImg {
  display: block;
  height: 100%;
}
.HomeCss .homeCont .homeImg .pic-box {
  width: 100%;
  height: 100%;
}
.HomeCss .homeCont .homeImg .video_origin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HomeCss .homeCont .play-abs {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.HomeCss .homeCont .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;
}
.HomeCss .homeCont .play-abs p {
  line-height: 1;
  margin-top: 10px;
}
.HomeCss .homeCont .play-abs .play_btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}
.HomeCss .homeCont .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;
}
.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: #84C025;
  line-height: 0.9;
}
.HomeCss .homeList .homeItem .homeItem_txt .homeItem_left .tips {
  font-size: var(--fz18);
  color: #84C025;
}
.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: #84C025;
  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: #84C025;
  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);
}

.liaocang_outer {
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 6;
  background: #FFF;
}
.liaocang_outer::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
  background: url(/html/phone/images/index/liaocang_after.png) no-repeat top left/contain;
}
.liaocang_outer .liaocang_inner_bg {
  position: relative;
  overflow: hidden;
}
.liaocang_outer .liaocang_inner_bg::after {
  content: "Solution";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.7rem;
  color: #FEFEFE;
  opacity: 0.05;
  z-index: 2;
  pointer-events: none;
  transform: rotate(90deg) translate(38%, 160%);
  transform-origin: center center;
  line-height: 1;
}
.liaocang_outer .liaocang_inner {
  background: #292929;
  border-radius: 0 1rem 1rem 0;
  padding: 1rem 1rem 1rem calc(100 / 1920 * 100vw);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 0.4rem;
  max-width: 1640px;
}
.liaocang_outer .liaocang_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  background-color: #292929;
  transition: all 0.3s;
}
.liaocang_outer .liaocang_inner .liaocang_right {
  max-width: 730px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.liaocang_outer .liaocang_inner .liaocang_right::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.52rem;
  background: url(/html/phone/images/index/liaocang_icon.png) no-repeat center/contain;
  left: -0.36rem;
  bottom: 0.4rem;
}
.liaocang_outer .liaocang_inner .liaocang_right .imgs {
  width: 100%;
  padding-top: calc(446 / 730 * 100%);
  /* 61.1% 宽高比 */
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
}
.liaocang_outer .liaocang_inner .liaocang_right .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.liaocang_outer .liaocang_inner .liaocang_left {
  position: relative;
  z-index: 1;
  max-width: 480px;
  flex-shrink: 0;
}
.liaocang_outer .liaocang_inner .liaocang_left .title {
  color: #FFFFFF;
  line-height: 1.5;
  font-size: var(--fz36);
  margin-top: 0.3rem;
}
.liaocang_outer .liaocang_inner .liaocang_left .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 10px;
  margin-top: 0.5rem;
}
.liaocang_outer .liaocang_inner .liaocang_left .content .content_text {
  width: 48%;
  color: #838383;
  line-height: 1.5;
  font-size: var(--fz16);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.liaocang_outer .liaocang_inner .liaocang_left .content .content_text::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #84C025;
  margin-right: 10px;
  flex-shrink: 0;
}
.liaocang_outer .liaocang_inner .liaocang_left .liaocang_btn {
  font-size: var(--fz14);
  line-height: 1;
  display: inline-flex;
  position: relative;
  margin-top: 0.9rem;
}

.solus_outer_box {
  position: relative;
  z-index: 6;
  background: #FFF;
}
.solus_outer_box .solus_box_bg {
  width: 100%;
  padding-bottom: 0.8rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.solus_outer_box .solus_content {
  text-align: center;
  max-width: 1920px;
}
.solus_outer_box .solus_content .solus_title {
  color: #2A2A2A;
  font-size: var(--fz48);
  line-height: 1.2;
  max-width: 1440px;
  margin: 0rem auto 0;
}
.solus_outer_box .solus_content .solus_desc {
  color: #838383;
  font-size: var(--fz16);
  line-height: 1.6;
  margin: 0.4rem auto 0;
  max-width: 1440px;
}
.solus_outer_box .solus_content .solus_btn {
  margin: 0.5rem 0 0;
}
.solus_outer_box .solus_content .the_img {
  margin: 0.1rem auto 0;
}
.solus_outer_box .solus_content .the_img img {
  width: calc(1670 / 1920 * 100%);
}

.about_trigger {
  height: 1px;
  width: 100%;
}

.about_outer_scroll {
  height: 100vh;
}

.index_about_outer {
  position: fixed;
  left: -100vw;
  top: 200vh;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 1;
  padding-top: calc(var(--navheight));
  padding-bottom: 3.2rem;
}

.index_about_outer.in {
  left: 0;
  top: 0;
}

.index_about_outer .index_about_bg {
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.index_about_outer .index_about_content {
  text-align: center;
  max-width: 1920px;
  margin-bottom: -0.6rem;
  text-align: center;
  max-width: 1920px;
  margin-bottom: -0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0.4rem;
}
.index_about_outer .index_about_content .solus_title {
  color: #2A2A2A;
  font-size: var(--fz48);
  line-height: 1.2;
  max-width: 1440px;
  margin: 0rem auto 0;
}
.index_about_outer .index_about_content .solus_desc {
  color: #838383;
  font-size: var(--fz16);
  line-height: 1.6;
  margin: 0.4rem auto 0;
  margin: 0 auto 0;
  max-width: 810px;
}
.index_about_outer .index_about_content .solus_btn {
  margin: 0 auto 0;
  display: inline-flex;
}
.index_about_outer .index_about_content .solus_nums {
  position: relative;
  z-index: 2;
  width: 100%;
}
.index_about_outer .index_about_content .solus_nums .nums-box {
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
}
.index_about_outer .index_about_content .solus_nums .nums-box .nums-item .nums-t {
  color: #2A2A2A;
}
.index_about_outer .index_about_content .solus_nums .nums-box .nums-item {
  border-right: 1px solid #DDDDDD;
  margin: 0.2rem auto 0;
}
.index_about_outer .index_about_content .solus_nums .nums-box .nums-item:last-of-type {
  border-right: 0;
}
.index_about_outer .index_about_content .solus_nums .nums-box .nums-item .nums-i .small {
  transform: translateY(-0.08rem);
}
.index_about_outer .the_img {
  margin: 0rem auto 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_about_outer .the_img img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
}

.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: -1px;
}
.artCss .artCss_bg {
  position: relative;
  z-index: 6;
  background: #FFF;
}
.artCss .artCss_bg::before {
  content: "";
  width: 6rem;
  height: 0.2rem;
  background-color: #84C025;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  pointer-events: none;
  z-index: 3;
}
.artCss .artCss_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1.48rem;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/html/phone/images/index/about_after.png) right bottom/contain no-repeat;
}
.artCss .artCss_bg .artCss_bg_class {
  background: #292929;
  border-radius: 0.6rem 0 0 0.6rem;
  position: absolute;
  top: 0;
  z-index: 0;
  width: var(--container-width);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1640px;
}
.artCss .artCss_bg .artCss_bg_class::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50%;
  top: 0;
  background-color: #292929;
  transition: all 0.3s;
}
.artCss .artCss_bg .the_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1640px;
  padding: 1rem 1rem 0rem 1rem;
}
.artCss .artCss_bg .the_top .item_title {
  font-size: var(--fz48);
  line-height: 1;
  color: #FFF;
}
.artCss .artCss_bg .the_top .right_tool {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.artCss .artCss_bg .the_top .change_swiper_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.artCss .artCss_bg .the_top .change_swiper_box .go_prev,
.artCss .artCss_bg .the_top .change_swiper_box .go_next {
  width: 60px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.artCss .artCss_bg .the_top .change_swiper_box .go_prev img,
.artCss .artCss_bg .the_top .change_swiper_box .go_next img {
  width: 12px;
  height: 21px;
  object-fit: contain;
}
.artCss .artCss_bg .the_top .change_swiper_box .go_prev {
  border-right: 1px solid #B2B2B2;
}
.artCss .artList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.45rem;
  width: auto;
  margin-left: calc((100% - 1640px) / 2);
  padding-left: 1rem;
  padding-bottom: 0.8rem;
}
.artCss .artList .artItem {
  width: 450px;
  border-radius: 0.12rem;
  overflow: hidden;
}
.artCss .artList .artItem .item-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.artCss .artList .artItem .artItem_txt {
  padding: 0 0.1rem;
  width: 100%;
}
.artCss .artList .artItem .artItem_txt .artItem_title {
  font-size: var(--fz18);
  color: #FFF;
  line-height: 1.5;
  margin-top: 0.18rem;
}
.artCss .artList .artItem .artItem_txt .artItem_desc {
  font-size: var(--fz16);
  color: #84C025;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.artCss .artList .artItem .artItem_img {
  width: 100%;
  padding-top: calc(305 / 450 * 100%);
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0.12rem;
  overflow: hidden;
}
.artCss .artList .artItem .artItem_img .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.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: #84C025;
}
.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: #84C025;
  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: #84C025;
  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: 1rem 0 1.2rem 0;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 6;
  background: #FFF;
}
.PartnerCss .partner_swiper_box {
  margin: 0.4rem 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_bottom {
  width: calc(100%);
  margin: 0rem 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.swiper-slide-active .content-box::after, .PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide.swiper-slide-duplicate-active .content-box::after {
  display: none;
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide .content-box {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  padding: 0 0.24rem;
  position: relative;
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide .content-box::after {
  content: "";
  width: 1px;
  height: 0.6rem;
  background: #DFDFDF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: none;
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide .content-box:hover img {
  transform: scale(1.1);
}
.PartnerCss .partner_swiper_box .partner_swiper_bottom .swiper-slide .content-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.index_title {
  font-size: var(--fz36);
  color: #2A2A2A;
  line-height: 1.3;
  text-align: center;
}

.item_top {
  display: flex;
  align-items: flex-start;
  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: #2A2A2A;
  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;
  display: none;
}
.item_top .item_sub_title::after {
  content: "";
  border-radius: 0rem 0rem 5px 0rem;
  background: #84C025;
  width: 10px;
  height: 10px;
}
.item_top .item_view {
  font-size: var(--fz16);
  color: #84C025;
  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: #84C025;
}

.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: 70px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navigation-custom .navigation-main .box {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.navigation-custom .navigation-main .box .box-a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #838383;
  font-size: var(--fz16);
  line-height: 1;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.navigation-custom .navigation-main .box .box-a:first-child {
  margin-left: 28px !important;
}
.navigation-custom .navigation-main .box .box-a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #84C025;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
}
.navigation-custom .navigation-main .box .box-a:hover {
  color: #2A2A2A;
}
.navigation-custom .navigation-main .box .box-a:hover::after {
  opacity: 1;
}
.navigation-custom.style1 {
  position: static;
  top: calc(var(--navigation) + var(--navtopheight));
}
.navigation-custom.style1 .navigation-main {
  height: auto;
}
.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: 3rem;
  flex-wrap: wrap;
  align-content: center;
  padding: 0;
  position: relative;
  padding: 0.7rem 0 0.28rem;
}
.navigation-custom.style1 .navigation-main .box .box-a::before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background: #84C025;
  position: absolute;
  opacity: 0;
  display: none;
}
.navigation-custom.style1 .navigation-main .box .box-a::after {
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: 0;
  background: #84C025;
  position: absolute;
  opacity: 0;
  display: none;
}
.navigation-custom.style1 .navigation-main .box .box-a:hover span, .navigation-custom.style1 .navigation-main .box .box-a.on span {
  color: #FFF;
  background: #84C025;
}
.navigation-custom.style1 .navigation-main .box .box-a:hover .img_box .img1, .navigation-custom.style1 .navigation-main .box .box-a.on .img_box .img1 {
  opacity: 0;
}
.navigation-custom.style1 .navigation-main .box .box-a:hover .img_box .img2, .navigation-custom.style1 .navigation-main .box .box-a.on .img_box .img2 {
  opacity: 1;
}
.navigation-custom.style1 .navigation-main .box .box-a .img_box {
  position: relative;
  height: 1rem;
  width: 100%;
}
.navigation-custom.style1 .navigation-main .box .box-a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.navigation-custom.style1 .navigation-main .box .box-a .img_box .img2 {
  opacity: 0;
}
.navigation-custom.style1 .navigation-main .box .box-a span {
  width: 100%;
  font-size: var(--fz6);
  color: #838383;
  line-height: 30px;
  margin-top: 25px;
  background: #E8E8E8;
  transition: all 0.3s;
}

.product-l-page {
  background: #FFFFFF;
  padding-bottom: 2rem;
}
.product-l-page .classTitle {
  padding-top: 1rem;
  text-align: center;
  color: #2A2A2A;
  font-size: var(--fz48);
  line-height: 1;
}
.product-l-page .product_box_news {
  margin: 0.6rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0.6rem;
  row-gap: 1.5rem;
}
.product-l-page .product_box_news .product-l-list-item {
  width: calc((100% - 0.6rem) / 2);
  height: 500px;
  border-radius: 16px;
  background: #F5F5F5;
  transition: background 0.3s;
}
.product-l-page .product_box_news .product-l-list-item .item-cont {
  padding: 0.54rem 0.6rem 0.7rem;
  height: 100%;
}
.product-l-page .product_box_news .product-l-list-item .item-cont .tt {
  color: #2A2A2A;
  font-size: var(--fz36);
  line-height: 1.2;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
}
.product-l-page .product_box_news .product-l-list-item .item-cont .desc {
  color: #838383;
  font-size: var(--fz14);
  line-height: 1.4;
  margin-top: 0.28rem;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-l-page .product_box_news .product-l-list-item .item-cont .item-pic {
  width: 360px;
  height: 300px;
  position: absolute;
  right: 0.2rem;
  bottom: -0.5rem;
}
.product-l-page .product_box_news .product-l-list-item .item-cont .item-pic .pic-box {
  width: 100%;
  height: 100%;
}
.product-l-page .product_box_news .product-l-list-item .item-cont .item-pic .pic-box img {
  object-fit: contain;
}
.product-l-page .product_box_news .product-l-list-item .item-cont .pro_normal_btns {
  position: absolute;
  left: 0.6rem;
  bottom: 0.7rem;
  z-index: 1;
}
.product-l-page .product_box_news .product-l-list-item:hover {
  background: #84C025;
}
.product-l-page .product_box_news .product-l-list-item:hover .item-cont .tt,
.product-l-page .product_box_news .product-l-list-item:hover .item-cont .desc {
  color: #FFF;
}
.product-l-page .product_box_news .product-l-list-item:hover .item-cont .pro_normal_btns {
  border: 1px solid #FFF;
  background: #84C025;
  color: #84C025;
}
.product-l-page .product_box_news .product-l-list-item:hover .item-cont .pro_normal_btns .s {
  height: 100%;
}
.product-l-page .product_box_news .product-l-list-item:hover .item-cont .pro_normal_btns .i1 {
  opacity: 0;
}
.product-l-page .product_box_news .product-l-list-item:hover .item-cont .pro_normal_btns .i2 {
  opacity: 1;
}
.product-l-page .product_box_news .product-l-list-item:hover .item-cont .pro_normal_btns .s {
  background: #FFF;
}
.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: #84C025;
}
.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: #84C025;
}
.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;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
  word-wrap: break-word;
}
.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(132, 192, 37, 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: #84C025;
}
.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: #84C025;
  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: #84C025;
}
.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: #84C025;
}
.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: #84C025;
  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: #84C025;
  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: #84C025;
  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: #84C025;
}
.invent-page .invent-wrap4 .wrap4-main .class-box .swiper-item.on .cont .text .tt {
  color: #84C025;
}
.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: #84C025;
}

.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: #84C025;
}
.solution-page .solution-wrap2 .wrap2-class .swiper-item.on {
  background: #84C025;
  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: #84C025;
}
.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: #84C025;
  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: #84C025;
  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 #84C025;
  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: #84C025;
}
.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: #84C025;
  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: #84C025;
  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: #84C025;
  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 #84C025;
}
.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);
}

/*工具栏*/
.kefu-box {
  position: fixed;
  right: 0px;
  bottom: 18%;
  right: 10px;
  width: 50px;
  z-index: 555;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.kefu-box.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.kefu-box .kitem {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
}

.kefu-box .kitem:last-child {
  border: none;
  margin-top: 10px;
}

.kefu-box .kitem .ico {
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu-box .kitem.qq .ico {
  background-image: url(/html/phone/images/index/icon2.png);
}

.kefu-box .kitem.wx .ico {
  background-image: url(/html/phone/images/index/icon1.png);
}

.kefu-box .kitem.top .ico {
  background-image: url(/html/phone/images/index/icon3.png);
}

.kefu-box .kitem .sub {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  /* right: 0; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 175px;
}

.kefu-box .kitem.wx .sub {
  width: 140px;
  right: calc(100% + 14px);
}

.kefu-box .kitem .sub .qqbox {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: #fff;
  margin-left: 0;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.kefu-box .kitem .sub .qqbox:after {
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 100%;
  top: 20px;
}

.kefu-box .kitem .sub .qq {
  width: 130px;
  margin: 0 auto;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #3e3e3e;
  padding-left: 24px;
  font-size: 14px;
  color: #1b1b1b;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../images/sddsf2_03.png);
  border-bottom: 1px solid #eee;
}

.kefu-box .kitem .sub .qq:last-child {
  border-bottom: none;
}

.kefu-box .kitem .sub .codebox {
  text-align: right;
}

@media only screen and (min-width: 601px) {
  .footer .footer-right .ftool .tt:hover .code {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }

  .footer .footer-right .ftool .tt:hover .ico {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .footer .footer-right .friend-box .sub .ff:hover {
    color: #fff;
  }

  .kefu-box .kitem:hover .sub {
    opacity: 1;
    visibility: visible;
  }

  .kefu-box .kitem .sub .tel:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .kefu-box {
    display: none;
  }
}
.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: #84C025;
  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%;
  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;
  column-gap: 20px;
  margin-bottom: 30px;
}
.contact-form .contact-cell.code_cell .item {
  flex: 0.5;
  position: relative;
}
.contact-form .contact-cell.code_cell .item .contact-code {
  position: absolute;
  bottom: 0;
  right: -138px;
  padding-right: 0;
}
.contact-form .contact-cell .item {
  flex: 1;
}
.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;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
.contact-form .contact-cell .item .item-cont p {
  color: #2A2A2A;
  font-size: var(--fz16);
  line-height: 1;
}
.contact-form .contact-cell .item .item-cont p .c {
  color: #EA0000;
}
.contact-form .contact-cell .item .item-input {
  width: 100%;
  overflow: hidden;
}
.contact-form .contact-cell .item .item-input .contact-input,
.contact-form .contact-cell .item .item-input .contact-textarea {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 0 15px;
  color: #161616;
  font-size: var(--fz14);
  line-height: 50px;
  border-radius: 2px;
  background-color: #F5F5F5;
}
.contact-form .contact-cell .item .item-input .contact-input::placeholder,
.contact-form .contact-cell .item .item-input .contact-textarea::placeholder {
  color: #B8B8B8;
}
.contact-form .contact-cell .item .item-input .contact-textarea {
  height: 150px;
  line-height: 1.5;
  padding: 15px;
}
.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: 100%;
  height: 50px;
  background: #84C025;
  border-radius: 25px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: var(--fz18);
  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: #84C025;
}
.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: #84C025;
  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: #84C025;
}
.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: #84C025;
  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: #84C025;
  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: #84C025;
  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;
}