@charset "UTF-8";
:root {
  --navheight: 80px;
  --navigation: 44px;
  --zoom: 1;
}

@media only screen and (min-width: 1930px) {
  html {
    zoom: 1.3333;
  }
}
@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: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
div[id^=baidu_jsapi_watermark] {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.donghua {
  transition: all 0.4s;
}

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

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

.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-left: 14px;
  padding-right: 40px;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 1.2;
  background: #1A1A1A;
  border: 1px solid #2D2D2D;
  cursor: pointer;
  display: block;
  color: #FFFFFF;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.vtool-select .dl-clsss .word:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #F8B617;
  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: #1A1A1A;
  z-index: 11;
  display: none;
  border: 1px solid #2D2D2D;
  max-height: 336px;
  overflow-y: auto;
}
.vtool-select .dl-clsss .sub .sub-a {
  display: block;
  color: #646464;
  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 #2D2D2D;
}
.vtool-select .dl-clsss .sub .sub-a:hover {
  color: #FFFFFF;
}
.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);
}

.page-title {
  width: 100%;
  line-height: 1;
  font-size: var(--fz48);
  text-align: left;
  font-weight: 550;
  color: #101010;
}
.page-title.vsmall {
  font-size: var(--fz36);
}
.page-title.vcenter {
  text-align: center;
}

.page-more {
  width: 98px;
  height: 20px;
  background: #FFE100;
}
.page-more .more-icon {
  width: 14px;
  height: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v20.png");
}

.page-btn {
  width: 164px;
  height: 50px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #B4B4B4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-btn .bt {
  color: #343434;
  line-height: 1;
  font-size: var(--fz14);
  transition: all 0.4s;
}
.page-btn .bt-icon {
  width: 12px;
  height: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v19.png");
  margin-left: 0.16rem;
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(150%);
    opacity: 0;
  }
  52% {
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.more-btn {
  width: 240px;
  height: 64px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 8px 8px 25px;
}
.more-btn:hover .vt {
  color: #FFE100;
}
.more-btn:hover .vb .vb-icon {
  animation: arrowAnimation 0.5s forwards;
}
.more-btn.v2 {
  background: #FFE100;
  border-color: #FFE100;
}
.more-btn.v2 .vt {
  color: #1F1F1F;
}
.more-btn.v2 .vb {
  background: #FFFFFF;
}
.more-btn.vblack {
  border: 1px solid #B4B4B4;
}
.more-btn.vblack .vt {
  color: #343434;
}
.more-btn.vwhite {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.more-btn.vwhite .vt {
  color: #343434;
}
.more-btn .vt {
  color: #E6E6E6;
  line-height: 1;
  font-size: var(--fz14);
}
.more-btn .vb {
  height: 100%;
  width: 32px;
  background: #FFE100;
  border-radius: 3px;
  overflow: hidden;
}
.more-btn .vb .vb-icon {
  width: 14px;
  height: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v20.png");
}

.animated .temp1-wrap .temp1-item .temp1-progress .progress-box {
  transform: translateX(0);
}

.temp1-wrap {
  width: 100%;
}
.temp1-wrap.v2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.temp1-wrap.v2 .temp1-item {
  width: calc(100% / 3);
  margin-top: 50px;
  padding-right: 40px;
}
.temp1-wrap.v2 .temp1-item .temp1-tt {
  color: #343434;
  font-size: var(--fz48);
}
.temp1-wrap.v2 .temp1-item .temp1-dd {
  color: #343434;
  line-height: 1.35;
}
.temp1-wrap .temp1-item {
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
}
.temp1-wrap .temp1-item .temp1-tt {
  color: #F5BA1A;
  line-height: 1;
  font-size: var(--fz40);
  font-weight: 550;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.temp1-wrap .temp1-item .temp1-tt.v2 {
  align-items: flex-start;
}
.temp1-wrap .temp1-item .temp1-tt span {
  display: inline-block;
}
.temp1-wrap .temp1-item .temp1-tt .s1 {
  font-size: var(--fz16);
  line-height: var(--fz24);
}
.temp1-wrap .temp1-item .temp1-tt .s3 {
  font-size: var(--fz20);
  line-height: var(--fz26);
}
.temp1-wrap .temp1-item .temp1-tt .s2 {
  font-size: var(--fz26);
}
.temp1-wrap .temp1-item .temp1-dd {
  color: #4C4C4C;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 6px;
}
.temp1-wrap .temp1-item .temp1-progress {
  width: 100%;
  height: 1px;
  background: #DCDCDC;
  position: relative;
  margin-top: 18px;
  overflow: hidden;
}
.temp1-wrap .temp1-item .temp1-progress .progress-box {
  height: 1px;
  background: #252525;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateX(-100%);
  transition: all 1s;
  transition-delay: 0.8s;
}

.pagination-box {
  padding-top: 0.8rem;
}
.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: 48px;
  height: 48px;
  line-height: 1;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171717;
  font-size: var(--fz18);
  transition: all 0.4s;
  background-color: transparent;
}
.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";
}
.pagination-box .page-box .btn.on {
  background: #FFE100;
}
.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.5;
}
.pagination-box .page-box .select {
  display: none !important;
}
.pagination-box .page-box .f-right {
  display: none !important;
}

.banner-page {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.banner-page .banner-more {
  width: auto;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
}
.banner-page .banner-more .t {
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz12);
  font-weight: 500;
}
.banner-page .banner-more .icon {
  width: 9px;
  margin-left: 14px;
}
.banner-page .banner-more .icon .i_v {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-4px);
  animation: slideUpDown 3s infinite ease;
}
.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 .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-mask {
  width: 100%;
  padding-top: calc(450 / 1920 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url("/phone/images/v42.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.banner-page .banner-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.banner-page .banner-box .product-container {
  width: 100%;
  padding-right: 3%;
  padding-left: calc((100vw - 1280px) / 2);
}
.banner-page .banner-box .banner-main {
  width: 100%;
  color: #FFFFFF;
}
.banner-page .banner-box .banner-main.v2 {
  display: flex;
  align-items: center;
}
.banner-page .banner-box .banner-main.v3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-page .banner-box .banner-main.v3 .banner-solution {
  width: auto;
  flex: 1;
}
.banner-page .banner-box .banner-main.v3 .banner-solution .s-t {
  width: 100%;
  max-width: 500px;
  color: #1E1E1E;
}
.banner-page .banner-box .banner-main.v3 .product-img {
  width: 60%;
  flex-shrink: 0;
  height: auto;
  margin-bottom: -0.5rem;
  display: flex;
  align-items: center;
}
.banner-page .banner-box .banner-main.v3 .product-img .pimg {
  width: 100%;
  height: auto;
  display: block;
}
.banner-page .banner-box .banner-main .banner-solution {
  width: 100%;
}
.banner-page .banner-box .banner-main .banner-solution .s-t {
  width: 100%;
  max-width: 700px;
  line-height: 1.2;
  font-weight: 550;
  font-size: var(--fz60);
}
.banner-page .banner-box .banner-main .banner-solution .s-line {
  width: 120px;
  height: 12px;
  margin-top: 0.55rem;
  position: relative;
}
.banner-page .banner-box .banner-main .banner-solution .s-line::after {
  content: "";
  width: 102px;
  height: 12px;
  background: #FFE100;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-page .banner-box .banner-main .banner-solution .s-line::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #FFE100;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-page .banner-box .banner-main .b-t {
  line-height: 1;
  font-weight: 550;
  font-size: var(--fz60);
  text-align: center;
  position: relative;
  letter-spacing: 3px;
}
.banner-page .banner-box .banner-main .b-t .b-ttt {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.banner-page .banner-box .banner-main .b-t .b-line {
  width: 100%;
  height: 12px;
  background: #FFE100;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: inline-block;
}

.navtop-child {
  position: fixed;
  top: calc(var(--navheight) - 1px);
  left: 0;
  width: 100%;
  transition: all 0.4s;
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #151515;
  border-top: 1px solid rgba(230, 230, 230, 0.2);
}
.navtop-child .child-line {
  width: 100%;
  padding-top: calc(4 / 1920 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url("/phone/images/v40.png");
}
.navtop-child .child-main {
  width: 100%;
  padding: 0.45rem 0 0.35rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
}
.navtop-child .child-main .child-left {
  width: 31.5%;
  flex-shrink: 0;
}
.navtop-child .child-main .child-left .child-title {
  color: #F1F1F1;
  font-size: var(--fz30);
  line-height: 1;
  position: relative;
  padding-left: 25px;
}
.navtop-child .child-main .child-left .child-title::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #3E3E3E;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.navtop-child .child-main .child-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.navtop-child .child-main .child-list .child-item {
  width: calc((100% - 11px * 3) / 4);
  margin-right: 11px;
  margin-bottom: 11px;
  height: 110px;
  background: #1F1F1F;
  display: flex;
  align-items: center;
  padding: 0 0.22rem;
  box-sizing: border-box;
  position: relative;
}
.navtop-child .child-main .child-list .child-item:nth-child(4n) {
  margin-right: 0;
}
.navtop-child .child-main .child-list .child-item:hover .imgs {
  filter: none;
  opacity: 1;
}
.navtop-child .child-main .child-list .child-item:hover .t {
  color: #FFE100;
}
.navtop-child .child-main .child-list .child-item::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #FFE100;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.navtop-child .child-main .child-list .child-item .imgs {
  width: 36px;
  height: auto;
  display: block;
  margin-right: 0.16rem;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.navtop-child .child-main .child-list .child-item .t {
  flex: 1;
  font-size: var(--fz16);
  line-height: 1.3;
  color: #FFFFFF;
}

.navtop-custom {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
}
.navtop-custom.navtop-rel {
  position: sticky;
  background: #151515;
}
.navtop-custom.navtop-black {
  background: #151515;
}
.navtop-custom.on, .navtop-custom:hover {
  background: #151515;
}
.navtop-custom .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.2rem;
}
.navtop-custom .navtop-main .navtop-logo {
  width: 127px;
  height: auto;
  flex-shrink: 0;
  transition: all 0.4s;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-logo .logo {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s;
}
.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;
}
.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: #FFE100;
}
.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: 24px;
  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: #FFFFFF;
  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: #FFFFFF;
  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);
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-bottom {
  width: 100%;
  background-color: #FFFFFF;
  position: sticky;
  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: 1rem auto 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(21, 21, 21, 0.1);
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-input {
  flex: 1;
  height: 100%;
  line-height: 1;
  color: #666666;
  padding: 0 14px;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon {
  width: 70px;
  height: 40px;
  flex-shrink: 0;
  background-color: #151515;
}
.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;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
}
.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 #151515;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t {
  color: #666666;
  transition: all 0.4s;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-t.mobile-tvon {
  flex: 1;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .search-icon {
  width: 20px;
  height: auto;
  display: block;
}
.navtop-custom .navtop-main .navtop-right-mobile .navtop-mobile .nav-mobile-box .mobile-main .mobile-v1 .mobile-v1-box {
  width: 100%;
  height: 56px;
  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: 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-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 .navtop-main .navtop-ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li {
  position: relative;
  height: 100%;
  padding: 0 0.25rem;
  cursor: pointer;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li:hover .navtop-child {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translateY(0%);
}
.navtop-custom .navtop-main .navtop-ul .navtop-li:hover .li-box .t .t-line {
  opacity: 1;
  transform: translateX(0);
}
.navtop-custom .navtop-main .navtop-ul .navtop-li.on .li-box {
  font-weight: 550;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li.on .li-box .t .t-line {
  opacity: 1;
  transform: translateX(0);
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box {
  height: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t {
  width: 100%;
  position: relative;
  line-height: 1;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t .t-tt {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .t .t-line {
  width: 100%;
  height: 4px;
  background: #FFE100;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-ul .navtop-li .li-box .icon2 {
  width: 10px;
  height: auto;
  display: block;
  flex-shrink: 0;
  filter: invert(100%) brightness(200%);
  /* 将图像转换为白色 */
  transition: all 0.4s;
  margin-left: 10px;
}
.navtop-custom .navtop-main .navtop-tool {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0.25rem;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-lang {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navtop-custom .navtop-main .navtop-lang:hover .lang-child {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(-50%) translateY(calc(100% - 18px));
}
.navtop-custom .navtop-main .navtop-lang .lang-box {
  min-width: 102px;
  width: auto;
  height: 40px;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.navtop-custom .navtop-main .navtop-lang .lang-box .icon {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  transition: all 0.4s;
  margin-right: 10px;
}
.navtop-custom .navtop-main .navtop-lang .lang-box .lang-right {
  padding: 4px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFFFFF;
  flex: 1;
  overflow: hidden;
}
.navtop-custom .navtop-main .navtop-lang .lang-box .text {
  flex: 1;
  color: #FFFFFF;
  font-size: var(--fz12);
  line-height: 1;
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-lang .lang-box .icon2 {
  width: 10px;
  height: auto;
  display: block;
  flex-shrink: 0;
  filter: invert(100%) brightness(200%);
  /* 将图像转换为白色 */
  transition: all 0.4s;
}
.navtop-custom .navtop-main .navtop-lang .lang-child {
  width: 80%;
  box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: 5;
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list {
  width: 100%;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list .lang-item {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list .lang-item:hover .text {
  color: #121212;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list .lang-item .icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.navtop-custom .navtop-main .navtop-lang .lang-child .lang-list .lang-item .text {
  flex: 1;
  color: #A3A3A3;
  font-size: var(--fz14);
  line-height: 1;
  text-align: center;
}
.navtop-custom .navtop-main .navtop-search {
  height: 100%;
  position: relative;
  padding: 0 0.3rem;
  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%;
  height: 100%;
}
.navtop-custom .navtop-main .navtop-search .navtop-search-box .search-icon {
  width: 20px;
  height: auto;
  display: block;
  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;
  padding-top: 20px;
}
.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: #151515;
  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: 22px;
  height: auto;
  display: block;
}

.footer-custom {
  width: 100%;
  background: #333333;
}
.footer-custom .footer-main .footer-cont {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-custom .footer-main .footer-cont .cont-left {
  flex-shrink: 0;
  max-width: 350px;
}
.footer-custom .footer-main .footer-cont .cont-left .left-tt {
  width: 100%;
  color: #FFFFFF;
  line-height: 1;
  font-size: var(--fz16);
}
.footer-custom .footer-main .footer-cont .cont-left .left-dd {
  width: 100%;
  color: #9B9B9B;
  font-size: var(--fz14);
  line-height: 2;
  margin-top: 0.3rem;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 6px;
  margin-top: 6px;
  background: transparent;
  position: relative;
  transition: all 0.4s;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem:hover {
  background: #FFE100;
  border-color: #FFE100;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem:hover .litem-icon .img {
  filter: invert(100%) brightness(200%);
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem:hover .tool-abs {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .litem-icon {
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  overflow: hidden;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .litem-icon .img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .tool-abs {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding-left: 0.3rem;
  transition: all 0.4s;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .tool-abs .abs-cont {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  padding: 4px;
  box-sizing: border-box;
}
.footer-custom .footer-main .footer-cont .cont-left .left-list .litem .tool-abs .abs-cont .imgs {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.footer-custom .footer-main .footer-cont .cont-list {
  display: flex;
  align-items: flex-start;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item {
  margin-left: 0.4rem;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-li {
  width: 100%;
  color: #FFFFFF;
  line-height: 1;
  font-size: var(--fz16);
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child {
  padding-top: 0.15rem;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.1rem;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li:hover .text {
  color: #FFFFFF;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li .line {
  width: 10px;
  height: calc(var(--fz14) * 1.4);
  position: relative;
  flex-shrink: 0;
  margin-right: 4px;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li .line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
  background: #FFE100;
}
.footer-custom .footer-main .footer-cont .cont-list .cont-item .cont-child .child-li .text {
  color: #9B9B9B;
  font-size: var(--fz14);
  line-height: 1.5;
  max-width: 200px;
  min-width: 150px;
}
.footer-custom .footer-main .footer-copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #424242;
  padding: 22px 0;
  box-sizing: border-box;
}
.footer-custom .footer-main .footer-copyright .copyright-cont {
  flex: 1;
  color: #9B9B9B;
  font-size: var(--fz14);
  line-height: 1.5;
}
.footer-custom .footer-main .footer-firend {
  width: 288px;
  flex-shrink: 0;
  margin-left: 0.5rem;
  position: relative;
}
.footer-custom .footer-main .footer-firend .firend-box {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #3C3C3C;
}
.footer-custom .footer-main .footer-firend .firend-box .firend-text {
  flex: 1;
  height: 46px;
  line-height: 46px;
  color: #9B9B9B;
  font-size: var(--fz14);
  padding: 0 16px;
}
.footer-custom .footer-main .footer-firend .firend-box .firend-more {
  width: 46px;
  height: 46px;
  background: #FFE100;
  flex-shrink: 0;
  position: relative;
}
.footer-custom .footer-main .footer-firend .firend-box .firend-more::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #151515;
}
.footer-custom .footer-main .footer-firend .firend-list {
  width: 100%;
  height: auto;
  max-height: 300px;
  position: absolute;
  bottom: 110%;
  left: 0;
  z-index: 2;
  background: #3C3C3C;
  overflow-y: auto;
  display: none;
}
.footer-custom .footer-main .footer-firend .firend-list .firend-li {
  width: 100%;
  line-height: 1.7;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.35);
  transition: all 0.4s;
}
.footer-custom .footer-main .footer-firend .firend-list .firend-li:hover {
  color: white;
}
.footer-custom .footer-main .footer-firend .firend-list .firend-li:last-child {
  border-bottom: none;
}

.search-form-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
}
.search-form-box .search-input {
  flex: 1;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  border-radius: 0;
  background-color: #F6F6F6;
  color: #373737;
}
.search-form-box .search-btn {
  width: 128px;
  height: 56px;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #333333;
  border-radius: 0;
}

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

.news-page {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
}
.news-page.v22 {
  padding-top: 0.6rem;
}
.news-page .news-hot {
  width: 100%;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
}
.news-page .news-hot .hot-swiper {
  width: 100%;
}
.news-page .news-hot .hot-swiper .swiper-item {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-pic {
  width: 41%;
  flex-shrink: 0;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-pic .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(362 / 526 * 100%);
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont {
  flex: 1;
  box-sizing: border-box;
  padding: 0.4rem 0.8rem 0.54rem 0.45rem;
  display: flex;
  align-items: center;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .s-cont {
  width: 100%;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .time {
  color: #9FA0A0;
  line-height: 1;
  font-size: var(--fz16);
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .tt {
  width: 100%;
  color: #222222;
  font-size: var(--fz24);
  line-height: 1.25;
  margin-top: 0.2rem;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .dd {
  width: 100%;
  color: #828282;
  font-size: var(--fz14);
  line-height: 1.7;
  margin-top: 0.2rem;
}
.news-page .news-hot .hot-swiper .swiper-item .swiper-cont .btn {
  margin-top: 0.5rem;
}
.news-page .news-list {
  width: 100%;
  box-sizing: border-box;
}
.news-page .news-list.v2 {
  padding-top: 0.4rem;
}
.news-page .news-list .list-main {
  width: 100%;
}
.news-page .news-list .list-main .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-page .news-list .list-main .list .item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}
.news-page .news-list .list-main .list .item:nth-child(3n) {
  margin-right: 0;
}
.news-page .news-list .list-main .list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
}
.news-page .news-list .list-main .list .item .item-cont:hover {
  transform: translateY(-20px);
}
.news-page .news-list .list-main .list .item .pics {
  width: 100%;
}
.news-page .news-list .list-main .list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(275 / 400 * 100%);
}
.news-page .news-list .list-main .list .item .cont {
  width: 100%;
  padding: 0.3rem 0.25rem 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.news-page .news-list .list-main .list .item .cont .time {
  width: 100%;
  line-height: 1;
  color: #C9C9C9;
  font-size: var(--fz16);
}
.news-page .news-list .list-main .list .item .cont .title {
  width: 100%;
  margin-top: 0.16rem;
}
.news-page .news-list .list-main .list .item .cont .title .t {
  width: 100%;
  color: #282828;
  font-size: var(--fz18);
  line-height: 1.35;
}
.news-page .news-list .list-main .list .item .cont .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.newview-vtop {
  width: 100%;
  background-color: #F5F6F7;
  padding: 0.85rem 0 0.85rem;
  box-sizing: border-box;
  transition: all 0.4s;
  position: relative;
  z-index: 10;
}
.newview-vtop .vtop-main {
  width: 100%;
  box-sizing: border-box;
}
.newview-vtop .vtop-main .title {
  font-weight: 500;
  color: #000000;
  line-height: 1.15;
  font-weight: 550;
}
.newview-vtop .vtop-main .vtop-tool {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}
.newview-vtop .vtop-main .vtop-tool .data-box {
  color: #777777;
  display: flex;
  align-items: center;
  line-height: 1;
}
.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 .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;
  padding: 0.8rem 0 1rem;
  transition: all 0.4s;
}
.newview-vcont .vcont-main {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  transition: all 0.4s;
}
.newview-vcont .vcont-main .vcont-box {
  flex: 1;
  transition: all 0.4s;
  overflow: hidden;
}
.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.1rem;
  max-width: 450px;
  flex-shrink: 0;
  position: sticky;
  top: calc(var(--navheight) + 0.2rem);
  z-index: 5;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t {
  width: 100%;
  padding-bottom: 0.23rem;
  line-height: 1;
  color: #343333;
  font-weight: 550;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 550;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.newview-vcont .vcont-main .vcont-hot .vhot-t .vt .icon {
  width: 34px;
  height: 34px;
  display: block;
  margin-right: 16px;
}
.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.2rem 0;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time {
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  padding-left: 0.14rem;
  position: relative;
  color: #AAAAAA;
  line-height: 1;
  text-align: center;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time .day {
  font-weight: 550;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time .year {
  margin-top: 4px;
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .vhot-time::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #E6E6E6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newview-vcont .vcont-main .vcont-hot .vhot-list .vhot-item .t {
  flex: 1;
  color: #000000;
  line-height: 1.5;
}

.newview-toolbox {
  width: 100%;
  background-color: #F5F6F7;
  box-sizing: border-box;
  padding: 0.7rem 0;
}
.newview-toolbox .newview-tool {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newview-toolbox .newview-tool.showhot {
  padding-right: calc(31% + 1.1rem);
}
.newview-toolbox .newview-tool .next-box {
  flex: 1;
  overflow: hidden;
  line-height: 1;
}
.newview-toolbox .newview-tool .next-box .next-a {
  width: 100%;
  color: #777777;
  line-height: 1;
  display: block;
}
.newview-toolbox .newview-tool .next-box .next-a:hover span {
  font-weight: 550;
}
.newview-toolbox .newview-tool .next-box .next-a:nth-child(2n) {
  margin-top: 0.15rem;
}
.newview-toolbox .newview-tool .next-box .next-a span {
  color: #000000;
}
.newview-toolbox .newview-tool .next-btn {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.index-banner {
  width: 100%;
  position: relative;
  padding-top: calc(970 / 1920 * 100%);
  box-sizing: border-box;
}
.index-banner .banner-more {
  width: 100%;
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.index-banner .banner-more .more-main {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index-banner .banner-more .v-left .t {
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz12);
  font-weight: 500;
}
.index-banner .banner-more .v-left .icon {
  width: 9px;
  margin-left: 14px;
}
.index-banner .banner-more .v-left .icon .i_v {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(-4px);
  animation: slideUpDown 3s infinite ease;
}
.index-banner .banner-more .more-tool {
  width: 173px;
  height: 64px;
  background: #F8F8F7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-banner .banner-more .more-tool .swiper-pagination {
  position: static;
  padding: 0 20px;
  margin: 0;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  font-size: var(--fz14);
  font-weight: 550;
  color: #B1B1B1;
}
.index-banner .banner-more .more-tool .swiper-pagination .swiper-pagination-current {
  color: #202020;
}
.index-banner .banner-more .more-tool .swiper-button-next,
.index-banner .banner-more .more-tool .swiper-button-prev {
  position: static;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 48px;
  background: #F1F1F1;
  border-radius: 3px;
}
.index-banner .banner-more .more-tool .swiper-button-next.swiper-button-disabled,
.index-banner .banner-more .more-tool .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  background: transparent;
}
.index-banner .banner-more .more-tool .swiper-button-next::after,
.index-banner .banner-more .more-tool .swiper-button-prev::after {
  color: #202020;
  font-size: var(--fz12);
  font-weight: bolder;
  transform: scale(0.8);
}
.index-banner .index-banner-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.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 .banner-item .banner-box {
  width: 100%;
  color: #ffffff;
  max-width: 700px;
}
.index-banner .banner-item .banner-box .banner-t1 {
  line-height: 1.15;
  font-size: var(--fz48);
}
.index-banner .banner-item .banner-box .banner-t2 {
  font-size: var(--fz16);
  line-height: 2;
  margin-top: 0.2rem;
}

.index-wrap1 {
  width: 100%;
  position: relative;
  padding: 1.83rem 0 360px;
  box-sizing: border-box;
  background: #FFFFFF;
  min-height: 100vh;
}
.index-wrap1 .wrap1-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap1 .wrap1-bg .pvideo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.index-wrap1 .wrap1-bg .bgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap1 .wrap1-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.index-wrap1 .wrap1-main .wrap1-left {
  width: 43%;
  flex-shrink: 0;
  margin-right: 1.3rem;
}
.index-wrap1 .wrap1-main .wrap1-left .tag {
  width: 98px;
  height: 34px;
  line-height: 34px;
  background: #1D1613;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1;
  font-weight: 550;
  position: relative;
}
.index-wrap1 .wrap1-main .wrap1-left .tag::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #1D1613;
  position: absolute;
  bottom: 0;
  right: -8px;
}
.index-wrap1 .wrap1-main .wrap1-left .page-title {
  margin-top: 0.35rem;
}
.index-wrap1 .wrap1-main .wrap1-left .dd {
  color: #121212;
  font-size: var(--fz18);
  line-height: 1.5;
  font-weight: 550;
  margin-top: 10px;
}
.index-wrap1 .wrap1-main .wrap1-right {
  flex: 1;
}
.index-wrap1 .wrap1-main .wrap1-right .cont {
  width: 100%;
  color: #343434;
  font-size: var(--fz16);
  line-height: 1.7;
}
.index-wrap1 .wrap1-main .wrap1-right .vbtn {
  margin-top: 0.6rem;
}

.index-wrap2 {
  width: 100%;
  max-width: 1300px;
  height: 350px;
  background: #F5BA1A;
  margin: -228px 0 0 auto;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.index-wrap2 .wrap2-cont {
  width: 100%;
  max-width: 820px;
  padding-left: 70px;
  padding-top: 15px;
}

.index-wrap3 {
  width: 100%;
  margin-top: -122px;
  padding-top: 122px;
  background: #151515;
  box-sizing: border-box;
  padding-bottom: 1rem;
  position: relative;
}
.index-wrap3 .wrap3-bg {
  width: 100%;
  padding-top: calc(1762 / 1920 * 100%);
  position: absolute;
  top: 2.25rem;
  left: 0;
  z-index: 1;
}
.index-wrap3 .wrap3-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap3 .wrap3-bg .bg-img.bg1 {
  z-index: 1;
  opacity: 1;
  background-image: url("/phone/images/ani_02.png");
}
.index-wrap3 .wrap3-bg .bg-img.bg2 {
  opacity: 0;
  background-image: url("/phone/images/ani_01.png");
}
.index-wrap3 .wrap3-bg222 {
  width: 100%;
  padding-top: calc(1020 / 1920 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap3 .wrap3-box1 {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 1.3rem;
}
.index-wrap3 .wrap3-box1 .box1-main {
  width: 100%;
}
.index-wrap3 .wrap3-box1 .box1-main .page-title {
  color: #FFFFFF;
}
.index-wrap3 .wrap3-box1 .box1-main .vbtn {
  margin-top: 0.75rem;
  position: relative;
  z-index: 5;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  margin-top: -64px;
  justify-content: space-between;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item {
  width: calc((100% - 0.8rem) / 2);
  padding-top: 1.64rem;
  position: relative;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .item-cont {
  width: 100%;
  position: relative;
  transition: all 0.4s;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .item-cont:hover {
  transform: translateY(-30px);
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .item-cont::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("/phone/images/v39.png");
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .pics {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .pics .pic-box {
  width: 100%;
  padding-top: calc(750 / 600 * 100%);
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .item-abs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  padding: 0.6rem 0.4rem;
  box-sizing: border-box;
  pointer-events: none;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .item-abs .page-title {
  color: #FFFFFF;
  pointer-events: visible;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .item-abs .tag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .item-abs .tag-list .tag {
  width: auto;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 12px;
  color: #FFE100;
  font-size: var(--fz14);
  margin-right: 10px;
  margin-top: 10px;
  pointer-events: visible;
  transition: all 0.4s;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .item-abs .tag-list .tag:hover {
  background: #FFE100;
  color: #000000;
}
.index-wrap3 .wrap3-box1 .box1-main .box1-list .item .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.index-wrap3 .wrap3-box2 {
  width: 100%;
  margin-top: 1.8rem;
  position: relative;
  z-index: 2;
}
.index-wrap3 .wrap3-box2 .tbox {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz48);
  line-height: 1.1;
  text-align: center;
}
.index-wrap3 .wrap3-box2 .tbox .intext {
  position: relative;
}
.index-wrap3 .wrap3-box2 .tbox .intext::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #FFE100;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-wrap3 .wrap3-box2 .tbox .intext .t {
  position: relative;
  z-index: 2;
}
.index-wrap3 .wrap3-box2 .box2-vv1 {
  width: 100%;
}
.index-wrap3 .wrap3-box2 .box2-vv2 {
  width: 100%;
  display: none;
}
.index-wrap3 .wrap3-box2 .box2-vv2 .vv2-item-box {
  margin-top: 0.8rem;
}
.index-wrap3 .wrap3-box2 .box2-vv2 .vv2-item-box .name-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-wrap3 .wrap3-box2 .box2-vv2 .vv2-item-box .name-text .t {
  line-height: 1.5;
  color: #FFFFFF;
  font-size: var(--fz24);
  text-decoration: underline;
}
.index-wrap3 .wrap3-box2 .box2-vv2 .vv2-item-box .img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0.6rem;
}
.index-wrap3 .wrap3-box2 .box2-vv2 .icon-list .icon-cont {
  width: 230px;
  margin: 0 0.28rem 40px;
  box-sizing: border-box;
}
.index-wrap3 .wrap3-box2 .icon-list {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 0.8rem;
}
.index-wrap3 .wrap3-box2 .icon-list.v2 {
  margin-top: 0.8rem;
  flex-direction: column;
  align-items: center;
}
.index-wrap3 .wrap3-box2 .icon-list .img {
  width: 248px;
  height: auto;
  display: block;
}
.index-wrap3 .wrap3-box2 .icon-list .img.v2 {
  transform: rotate(45deg);
}
.index-wrap3 .wrap3-box2 .icon-list .icon-cont {
  width: 255px;
  margin: 0 0.28rem;
  box-sizing: border-box;
}
.index-wrap3 .wrap3-box2 .icon-list .icon-cont .i {
  width: 235px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index-wrap3 .wrap3-box2 .icon-list .icon-cont .i-t {
  width: 100%;
  font-size: var(--fz18);
  line-height: 1.33;
  text-align: center;
  color: #F5BA1A;
  font-weight: 550;
  margin-top: -17%;
}
.index-wrap3 .wrap3-box2 .name-list {
  width: 100%;
  margin-top: 0.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.index-wrap3 .wrap3-box2 .name-list .name-text {
  width: 50%;
}
.index-wrap3 .wrap3-box2 .name-list .name-text .t {
  line-height: 1.5;
  color: #FFFFFF;
  font-size: var(--fz24);
  text-decoration: underline;
  transition: all 0.4s;
}
.index-wrap3 .wrap3-box2 .name-list .name-text .t:hover {
  color: #F5BA1A;
}
.index-wrap3 .wrap3-box2 .vbtn {
  margin: 0.5rem auto 0;
}
.index-wrap3 .wrap3-box2 .img-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 0.3rem;
}
.index-wrap3 .wrap3-box2 .img-list .img-item {
  flex: 2;
  display: block;
}
.index-wrap3 .wrap3-box2 .img-list .img-item:nth-child(2n) {
  flex: 3;
}
.index-wrap3 .wrap3-box2 .img-list .img-item .img {
  width: 100%;
  display: block;
  height: auto;
}

.index-wrap4 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.index-wrap4 .wrap4-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap4 .wrap4-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.15);
}
.index-wrap4 .wrap4-bg .pvideo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.index-wrap4 .wrap4-bg .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-wrap4 .wrap4-bg .poster.dis {
  opacity: 0;
}
.index-wrap4 .wrap4-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index-wrap4 .wrap4-main {
  width: 100%;
}
.index-wrap4 .wrap4-main .cont {
  width: 100%;
}
.index-wrap4 .wrap4-main .cont .tt {
  width: 100%;
  font-size: var(--fz36);
  font-weight: 550;
  line-height: 1.3;
  color: #FFFFFF;
}
.index-wrap4 .wrap4-main .cont .dd {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 6px;
}
.index-wrap4 .wrap4-main .cont .vbtn {
  margin-top: 0.68rem;
}

.index-news {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.86rem 0 1rem;
  background: #151515;
  z-index: 5;
}
.index-news .news-bg {
  width: 58.7%;
  padding-top: calc(1175 / 1920 * 100%);
  position: absolute;
  top: calc((286 / 1000 * 100%) * -1);
  right: 0;
  z-index: 0;
}
.index-news .news-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.index-news .news-bg .bg-img.bg1 {
  z-index: 1;
  opacity: 1;
  background-image: url("/phone/images/ani_04.png");
}
.index-news .news-bg .bg-img.bg2 {
  opacity: 0;
  background-image: url("/phone/images/ani_03.png");
}
.index-news .news-main {
  width: 100%;
}
.index-news .news-main .news-tbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .news-main .news-tbox .page-title {
  color: #FFFFFF;
}
.index-news .news-main .news-tbox .more-btn {
  flex-shrink: 0;
}
.index-news .news-main .news-cont {
  width: 100%;
}
.index-news .news-main .news-cont .swiper-pagination {
  position: static;
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}
.index-news .news-main .news-cont .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F5BA1A;
}
.index-news .news-main .news-cont .news-swiper {
  width: 100%;
  padding-top: 0.24rem;
}
.index-news .news-main .news-cont .news-swiper .swiper-wrapper {
  align-items: stretch;
}
.index-news .news-main .news-cont .news-swiper .swiper-slide {
  width: calc((100% - 0.4rem * 2) / 3);
  height: auto;
}
.index-news .news-main .news-cont .item {
  width: 100%;
  height: 100%;
}
.index-news .news-main .news-cont .item .item-cont {
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.4s;
}
.index-news .news-main .news-cont .item .item-cont:hover {
  transform: translateY(-0.24rem);
}
.index-news .news-main .news-cont .item .item-cont:hover .cont .title .t {
  color: #F5BA1A;
}
.index-news .news-main .news-cont .item .pics {
  width: 100%;
}
.index-news .news-main .news-cont .item .pics .pic-box {
  width: 100%;
  padding-top: calc(275 / 400 * 100%);
}
.index-news .news-main .news-cont .item .cont {
  width: 100%;
  padding: 0.3rem 0.25rem 0.5rem;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}
.index-news .news-main .news-cont .item .cont .time {
  width: 100%;
  line-height: 1;
  color: #C9C9C9;
  font-size: var(--fz16);
}
.index-news .news-main .news-cont .item .cont .title {
  width: 100%;
  margin-top: 0.16rem;
}
.index-news .news-main .news-cont .item .cont .title .t {
  width: 100%;
  color: #282828;
  font-size: var(--fz18);
  line-height: 1.35;
}
.index-news .news-main .news-cont .item .cont .more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.index-contact {
  width: 100%;
  position: relative;
  background: #F5BA1A;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.7rem 0 0.86rem;
  box-sizing: border-box;
  z-index: 7;
}
.index-contact .contact-title {
  width: 100%;
  line-height: 1;
  color: #151515;
  font-size: var(--fz36);
  font-weight: 550;
}
.index-contact .contact-desc {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--fz14);
  line-height: 1.8;
  margin-top: 10px;
}
.index-contact .contact-form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-contact .contact-form .contact-btn {
  width: 148px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.94rem;
  background: #333333;
  background-image: url("/phone/images/25.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-contact .contact-form .contact-btn .t {
  color: #FFFFFF;
  font-size: 550;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-contact .contact-form .contact-line {
  width: 48px;
  height: 42px;
  position: relative;
  margin-top: 0.94rem;
}
.index-contact .contact-form .contact-line::after {
  content: "";
  width: 130%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: -10px;
  bottom: 21px;
  z-index: 2;
  transform: rotate(136deg);
}
.index-contact .contact-form .contact-item {
  display: flex;
  align-items: center;
  width: 22.75%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.56rem;
  margin-right: 3%;
}
.index-contact .contact-form .contact-item.mt2 {
  margin-top: 0.94rem;
}
.index-contact .contact-form .contact-item.item-v2 {
  flex: 1;
  margin-right: 0;
}
.index-contact .contact-form .contact-item:nth-child(4n) {
  margin-right: 0;
}
.index-contact .contact-form .contact-item .t {
  color: #333333;
  font-weight: 550;
  flex-shrink: 0;
}
.index-contact .contact-form .contact-item .contact-input {
  flex: 1;
  height: 42px;
  line-height: 1;
  padding: 0 14px;
  color: #333333;
  min-height: 0;
}

.technology-page {
  width: 100%;
}
.technology-page .technology-list {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1rem 0;
  box-sizing: border-box;
}
.technology-page .technology-list .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.technology-page .technology-list .list .item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-right: 0.4rem;
  margin-top: 0.8rem;
  box-sizing: border-box;
}
.technology-page .technology-list .list .item:nth-child(3n) {
  margin-right: 0;
}
.technology-page .technology-list .list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
}
.technology-page .technology-list .list .item .item-cont:hover {
  transform: translateY(-20px);
}
.technology-page .technology-list .list .item .item-top {
  width: 100%;
  display: flex;
  align-items: center;
}
.technology-page .technology-list .list .item .item-top .pics {
  flex-shrink: 0;
  width: 56px;
  margin-right: 16px;
}
.technology-page .technology-list .list .item .item-top .pics .imgs {
  width: 100%;
  height: auto;
  display: block;
}
.technology-page .technology-list .list .item .item-top .t-cont {
  flex: 1;
}
.technology-page .technology-list .list .item .item-top .t-cont .tt {
  width: 100%;
  font-size: var(--fz24);
  color: #F5BA1A;
  font-weight: 550;
  line-height: 1.1;
}
.technology-page .technology-list .list .item .item-top .t-cont .dd {
  width: 100%;
  color: #121212;
  font-size: var(--fz16);
  line-height: 1.3;
  margin-top: 4px;
}
.technology-page .technology-list .list .item .item-cont {
  width: 100%;
  margin-top: 0.3rem;
  border-top: 1px solid #DCDCDC;
  padding-top: 0.35rem;
  box-sizing: border-box;
}
.technology-page .technology-list .list .item .item-cont .cont {
  font-size: var(--fz16);
  color: #444444;
  line-height: 1.75;
}
.technology-page .technology-download {
  width: 100%;
  box-sizing: border-box;
  background: #F2F2F2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1rem 0;
  box-sizing: border-box;
}
.technology-page .technology-download .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technology-page .technology-download .list .item {
  width: calc((100% - 0.4rem) / 2);
  margin-top: 0.4rem;
}
.technology-page .technology-download .list .item .item-cont {
  width: 100%;
  background: #FFFFFF;
  padding: 0.24rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.4s;
}
.technology-page .technology-download .list .item .item-cont:hover {
  transform: translateY(-20px);
}
.technology-page .technology-download .list .item .item-left {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.technology-page .technology-download .list .item .item-left .licon {
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 34px;
  background-image: url("/phone/images/a3.png");
}
.technology-page .technology-download .list .item .item-left .lt {
  flex: 1;
  overflow: hidden;
  line-height: 1.2;
  color: #121212;
  font-size: var(--fz18);
}
.technology-page .technology-download .list .item .item-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
.technology-page .technology-download .list .item .item-right .rt {
  line-height: 1;
  color: #6A6A6A;
  font-size: var(--fz14);
}
.technology-page .technology-download .list .item .item-right .ricon {
  margin-left: 4px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-image: url("/phone/images/a1.png");
}

.product-page {
  width: 100%;
  padding: 1rem 0 1.1rem;
  box-sizing: border-box;
  background: #F5F5F5;
  position: relative;
  z-index: 5;
}
.product-page .product-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.product-page .product-bg-box .product-bg {
  width: 100%;
  padding-top: calc(740 / 1920 * 100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.product-page .product-class {
  width: 100%;
  margin-top: 0.4rem;
  border-top: 1px solid #DCDCDC;
  padding-top: 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-class .class-item {
  width: auto;
  height: 52px;
  line-height: 1;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #161616;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  color: #121212;
  font-size: var(--fz16);
  padding: 0 0.22rem;
}
.product-page .product-class .class-item.on {
  background: #FFE100;
  border: 1px solid #FFE100;
}
.product-page .product-mobile-class {
  width: 100%;
  width: 100%;
  margin-top: 0.4rem;
  border-top: 1px solid #DCDCDC;
  padding-top: 0.2rem;
  box-sizing: border-box;
  display: none;
}
.product-page .product-list {
  width: 100%;
}
.product-page .product-list .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page .product-list .list .item {
  width: calc((100% - 0.8rem) / 2);
  margin-top: 1rem;
}
.product-page .product-list .list .item .pis {
  width: 100%;
}
.product-page .product-list .list .item .pis:hover .img {
  transform: scale(1.1);
}
.product-page .product-list .list .item .pis .img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.product-page .product-list .list .item .cont {
  width: 100%;
}
.product-page .product-list .list .item .cont .tt {
  width: 100%;
  line-height: 1.1;
  font-weight: 550;
  font-size: var(--fz24);
  color: #121212;
}
.product-page .product-list .list .item .cont .dd {
  margin-top: 0.18rem;
  height: 46px;
}
.product-page .product-list .list .item .cont .dd .dd-t {
  width: 100%;
  color: #858585;
  font-size: var(--fz16);
  line-height: 1.5;
}
.product-page .product-list .list .item .cont .more {
  margin-top: 0.35rem;
}
.product-page .product-list .pagination-custom {
  margin-top: 0.8rem;
  border-top: 1px solid #DCDCDC;
}
.product-page .product-list .pagination-custom .pagination-box {
  padding-top: 0.5rem;
}

.productview-page {
  width: 100%;
}
.productview-page .productview-wrap1 {
  width: 100%;
  padding: 1rem 0 1.1rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.productview-page .productview-wrap1 .wrap1-main {
  width: 100%;
}
.productview-page .productview-wrap1 .wrap1-main .tt {
  width: 100%;
  color: #1D1D1D;
  font-size: var(--fz24);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.productview-page .productview-wrap1 .wrap1-main .cont {
  color: #1D1D1D;
  font-size: var(--fz16);
  line-height: 1.9;
}
.productview-page .productview-wrap2 {
  width: 100%;
  padding: 1rem 0 0;
  box-sizing: border-box;
  background: #1B1B1B;
  position: relative;
}
.productview-page .productview-wrap2 .wrap2-bg {
  width: 93.75%;
  padding-top: calc(1404 / 1920 * 100%);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0.26rem;
  z-index: 0;
}
.productview-page .productview-wrap2 .wrap2-main {
  width: 100%;
}
.productview-page .productview-wrap2 .wrap2-main .page-title {
  color: #FFFFFF;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features {
  width: 100%;
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item {
  width: calc((100% - 0.4rem) / 2);
  margin-top: 0.4rem;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .item-cont {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.3rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .item-cont:hover {
  transform: translateY(-20px);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .pics {
  width: 90px;
  height: 90px;
  background: #F5BA1A;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .pics .img {
  width: 100%;
  height: 100%;
  display: block;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-features .item .text {
  flex: 1;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.5;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list {
  width: 100%;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool {
  width: 100%;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .swiper-pagination {
  position: static;
  flex: 1;
  margin: 0;
  padding: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F5BA1A;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-prev,
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-next {
  padding: 0;
  margin: 0;
  position: static;
  color: #FFFFFF;
  filter: invert(100%) brightness(200%);
  /* 将图像转换为白色 */
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v26.png");
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-prev::after,
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-next::after {
  font-size: 0;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-prev {
  transform: rotate(180deg);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-tool .tool-btn .swiper-button-next {
  margin-left: 14px;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-swiper {
  width: 100%;
  padding-top: 0.5rem;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .wrap2-swiper .swiper-slide {
  width: calc((100% - 0.4rem * 2) / 3);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item {
  width: 100%;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .item-cont:hover {
  transform: translateY(-20px);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .pics {
  width: 100%;
  position: relative;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(362 / 526 * 100%);
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .pics::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFE100;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .pics::before {
  content: "";
  width: 30px;
  height: 14px;
  background: #FFE100;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.productview-page .productview-wrap2 .wrap2-main .wrap2-list .item .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.25;
  font-weight: 550;
  margin-top: 0.2rem;
}
.productview-page .productview-wrap3 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.productview-page .productview-wrap3 .wrap3-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.productview-page .productview-wrap3 .wrap3-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.15);
}
.productview-page .productview-wrap3 .wrap3-bg .pvideo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.productview-page .productview-wrap3 .wrap3-bg .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.productview-page .productview-wrap3 .wrap3-bg .poster.dis {
  opacity: 0;
}
.productview-page .productview-wrap3 .wrap3-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.productview-page .productview-wrap3 .wrap3-main {
  width: 100%;
}
.productview-page .productview-wrap3 .wrap3-play {
  transition: all 0.4s;
}
.productview-page .productview-wrap3 .wrap3-play.dis {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.productview-page .productview-wrap3 .wrap3-play .icon {
  width: 82px;
  height: 82px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("/phone/images/v27.png");
}
.productview-page .productview-wrap3 .wrap3-play .tt {
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}
.productview-page .productview-wrap4 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.productview-page .productview-wrap4 .wrap4-main {
  width: 100%;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont {
  width: 100%;
  margin-top: 0.5rem;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box {
  width: 100%;
  padding-left: 230px;
  position: relative;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-abs {
  width: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-abs .name {
  width: 100%;
  height: 60px;
  background: #FFE100;
  padding: 0 15px;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-abs .name .name-t {
  width: 100%;
  line-height: 1;
  color: #121212;
  font-size: var(--fz16);
  font-weight: 550;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-abs .img {
  width: 100%;
  height: auto;
  display: block;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-main {
  width: 100%;
  background: #FFFFFF;
  padding: 40px 40px 200px 160px;
}
.productview-page .productview-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-main .cont {
  color: #A2A2A2;
  font-size: var(--fz14);
  line-height: 1.5;
}
.productview-page .productview-wrap5 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.productview-page .productview-wrap5::after {
  content: "";
  width: 100%;
  height: 124px;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  width: var(--container-width);
  z-index: 0;
}
.productview-page .productview-wrap5 .wrap5-main {
  width: 100%;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list {
  width: 100%;
  box-sizing: border-box;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool {
  width: 100%;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .swiper-pagination {
  position: static;
  flex: 1;
  margin: 0;
  padding: 0;
  height: 3px;
  background: rgba(27, 27, 27, 0.2);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F5BA1A;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn {
  flex-shrink: 0;
  margin-left: 0.4rem;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-prev,
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-next {
  padding: 0;
  margin: 0;
  position: static;
  color: #FFFFFF;
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v26.png");
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-prev::after,
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-next::after {
  font-size: 0;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-prev {
  transform: rotate(180deg);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-tool .tool-btn .swiper-button-next {
  margin-left: 14px;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-swiper {
  width: 100%;
  padding-top: 0.5rem;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .wrap5-swiper .swiper-slide {
  width: calc((100% - 0.4rem * 2) / 3);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item {
  width: 100%;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .item-cont {
  width: 100%;
  background: #FFFFFF;
  transition: all 0.4s;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .item-cont:hover {
  transform: translateY(-20px);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .pics {
  width: 100%;
  position: relative;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(225 / 400 * 100%);
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .pics .play-box {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .pics .play-box::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-left: 4px;
}
.productview-page .productview-wrap5 .wrap5-main .wrap5-list .item .tt {
  width: 100%;
  height: 90px;
  color: #353535;
  font-size: var(--fz18);
  line-height: 1.35;
  padding: 0 0.2rem;
}

.solution-swiper {
  width: 100%;
  height: 100vh;
}
.solution-swiper .swiper-slide {
  width: 100%;
  height: auto !important;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap1 .tt {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap1 .dd {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap1 .vbtn {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap2 .page-title {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .swiper-slide.ani-slide .solution-wrap2 .cont {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.solution-swiper .banner-page {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  position: relative;
}
.solution-swiper .solution-wrap1 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.solution-swiper .solution-wrap1 .solution-line {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.solution-swiper .solution-wrap1 .solution-line::after {
  content: "";
  width: 150px;
  height: 100%;
  background: #FFE100;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.solution-swiper .solution-wrap1 .solution-line::before {
  content: "";
  width: calc(100% - 150px - 10px);
  height: 100%;
  background: #FFE100;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.solution-swiper .solution-wrap1 .solution-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solution-swiper .solution-wrap1 .solution-abs::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.solution-swiper .solution-wrap1 .tt {
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: #E0E0E0;
  font-size: var(--fz48);
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
}
.solution-swiper .solution-wrap1 .dd {
  width: 100%;
  text-align: center;
  color: #E0E0E0;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.18rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
  transition-delay: 0.3s;
}
.solution-swiper .solution-wrap1 .vbtn {
  margin: 0.76rem auto 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
  transition-delay: 0.6s;
}
.solution-swiper .solution-wrap2 {
  width: 100%;
  padding: 0.9rem 0 0.64rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.solution-swiper .solution-wrap2 .page-title {
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
}
.solution-swiper .solution-wrap2 .cont {
  width: 100%;
  margin-top: 0.38rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition: all 1s;
  transition-delay: 0.3s;
}
.solution-swiper .solution-pagination {
  width: 13px;
  position: absolute;
  top: 0;
  right: 0.3rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  flex-direction: column;
}
.solution-swiper .solution-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  opacity: 0.25;
  transition: all 0.4s;
  margin: 0;
  padding: 0;
}
.solution-swiper .solution-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-top: 10px;
}
.solution-swiper .solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFE100;
}

.solutionview-page {
  width: 100%;
}
.solutionview-page .solutionview-wrap1 {
  width: 100%;
  padding: 1rem 0 1.1rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.solutionview-page .solutionview-wrap1 .wrap1-main {
  width: 100%;
}
.solutionview-page .solutionview-wrap1 .wrap1-main .tt {
  width: 100%;
  color: #1D1D1D;
  font-size: var(--fz24);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.solutionview-page .solutionview-wrap1 .wrap1-main .cont {
  color: #1D1D1D;
  font-size: var(--fz16);
  line-height: 1.9;
}
.solutionview-page .solutionview-wrap2 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #1B1B1B;
  position: relative;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap2 .wrap2-bg {
  width: 100%;
  padding-top: calc(1533 / 1800 * 100%);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0.26rem;
  z-index: 0;
}
.solutionview-page .solutionview-wrap2 .wrap2-main {
  width: 100%;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .page-title {
  color: #FFFFFF;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-right: 0.4rem;
  margin-top: 0.75rem;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item:nth-child(3n) {
  margin-right: 0;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .item-cont {
  width: 100%;
  transition: all 0.4s;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .item-cont:hover {
  transform: translateY(-20px);
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .pics {
  width: 100%;
  position: relative;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(362 / 526 * 100%);
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .pics::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFE100;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .pics::before {
  content: "";
  width: 30px;
  height: 14px;
  background: #FFE100;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.solutionview-page .solutionview-wrap2 .wrap2-main .wrap2-list .item .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 1.25;
  font-weight: 550;
  margin-top: 0.2rem;
}
.solutionview-page .solutionview-wrap3 {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0 1.1rem;
  background: #E4E4E4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-prev,
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #171717;
  opacity: 0.35;
  pointer-events: visible !important;
  transition: all 0.4s;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-prev:hover,
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-next:hover {
  opacity: 1 !important;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-prev::after,
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-next::after {
  font-size: var(--fz12);
  font-weight: bolder;
  color: #000000;
}
.solutionview-page .solutionview-wrap3 .wrap3-tbox .wrap3-tool .swiper-button-next {
  margin-left: 10px;
}
.solutionview-page .solutionview-wrap3 .wrap3-main {
  width: 100%;
  margin-top: 0.5rem;
  padding-left: calc((100vw - 1280px) / 2);
}
.solutionview-page .solutionview-wrap3 .wrap3-main .wrap3-swiper {
  width: 100%;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item {
  width: 100%;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .item-cont {
  width: 100%;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .pis {
  width: 100%;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .pis:hover .img {
  transform: scale(1.1);
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .pis .img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.6s;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont {
  width: 100%;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont .tt {
  width: 100%;
  line-height: 1.1;
  font-weight: 550;
  font-size: var(--fz24);
  color: #121212;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont .dd {
  margin-top: 0.18rem;
  height: 46px;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont .dd .dd-t {
  width: 100%;
  color: #858585;
  font-size: var(--fz16);
  line-height: 1.5;
}
.solutionview-page .solutionview-wrap3 .wrap3-main .swiper-item .cont .more {
  margin-top: 0.35rem;
}
.solutionview-page .solutionview-wrap4 {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.solutionview-page .solutionview-wrap4 .wrap4-main {
  width: 100%;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont {
  width: 100%;
  margin-top: 0.7rem;
  border-left: 4px solid #FFE100;
  box-sizing: border-box;
  position: relative;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  z-index: 10;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-prev,
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-next {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFE100;
  border: 2px solid #FFE100;
  opacity: 1 !important;
  pointer-events: visible !important;
  transition: all 0.4s;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-prev:hover,
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-next:hover {
  opacity: 1 !important;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-prev::after,
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-next::after {
  font-size: 0;
  width: 6px;
  height: 9px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v26.png");
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-prev {
  transform: rotate(180deg);
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-tool .swiper-button-next {
  margin-left: 10px;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper {
  width: 100%;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: auto !important;
  background: #EDEDED;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item {
  width: 100%;
  height: 544px;
  background: #EDEDED;
  display: flex;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left {
  width: 380px;
  height: calc(100% - 50px);
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  padding: 0.35rem 0.3rem 0.8rem 0.4rem;
  box-sizing: border-box;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .tt {
  color: #3A3A3A;
  font-size: var(--fz30);
  line-height: 1.3;
  font-weight: 550;
  flex-shrink: 0;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont {
  width: 100%;
  box-sizing: border-box;
  color: #4D4D4D;
  font-size: var(--fz16);
  line-height: 1.65;
  margin-top: 0.5rem;
  flex: 1;
  overflow: hidden;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-right {
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-right .img {
  width: 100%;
  height: 100%;
  display: block;
}
.solutionview-page .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-right .play-box {
  width: 82px;
  height: 82px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v27.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.contact-page {
  width: 100%;
}
.contact-page .contact-info {
  width: 100%;
  background: #F5BA1A;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.contact-page .contact-info .info-main {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
.contact-page .contact-info .info-main .info-cont {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact-page .contact-info .info-main .info-cont .info-left {
  width: 50%;
}
.contact-page .contact-info .info-main .info-cont .info-left .tt {
  width: 100%;
  color: #343434;
  font-size: var(--fz24);
  line-height: 1.3;
  margin-bottom: 3px;
}
.contact-page .contact-info .info-main .info-cont .info-left .dd {
  color: #806A2F;
  font-size: var(--fz16);
  line-height: 1.9;
  margin-bottom: 0.3rem;
}
.contact-page .contact-info .info-main .info-cont .info-left .desc {
  width: 100%;
  color: #343434;
  font-size: var(--fz16);
  line-height: 1.9;
}
.contact-page .contact-info .info-main .info-cont .info-right {
  flex: 1;
  margin-left: 0.5rem;
  max-width: 376px;
}
.contact-page .contact-info .info-main .info-cont .info-right .tt {
  width: 100%;
  color: #343434;
  font-size: var(--fz24);
  line-height: 1.3;
}
.contact-page .contact-info .info-main .info-cont .info-right .list {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-right: 16px;
  margin-top: 16px;
  position: relative;
  transition: all 0.4s;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item:hover {
  background: #151515;
  border-color: #151515;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item:hover .litem-icon .img {
  filter: invert(100%) brightness(200%);
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item:hover .tool-abs {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .litem-icon {
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  overflow: hidden;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .litem-icon .img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .tool-abs {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding-left: 0.3rem;
  transition: all 0.4s;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .tool-abs .abs-cont {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  padding: 4px;
  box-sizing: border-box;
}
.contact-page .contact-info .info-main .info-cont .info-right .list .item .tool-abs .abs-cont .imgs {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.contact-page .contact-info .info-white {
  width: 100%;
  height: 86px;
  background: #FFFFFF;
  transform: translateY(2px);
}
.contact-page .contact-test {
  width: 100%;
  position: relative;
  padding-bottom: 1.3rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 2px;
}
.contact-page .contact-test .test-bg {
  width: 19.27%;
  padding-top: calc(80 / 1920 * 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v25.png");
}
.contact-page .contact-test .test-main {
  padding: 0 1.5rem;
}
.contact-page .contact-test .test-main .page-desc {
  color: #909090;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.15rem;
  text-align: center;
}
.contact-page .contact-test .test-main .test-cont {
  width: 100%;
  margin-top: 0.4rem;
  box-sizing: border-box;
  position: relative;
}
.contact-page .contact-test .test-main .test-cont::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #121212;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.contact-page .contact-test .test-main .test-cont .test-item {
  width: 50%;
  position: relative;
  z-index: 2;
  margin-left: 4px;
  margin-top: -2px;
  box-sizing: border-box;
}
.contact-page .contact-test .test-main .test-cont .test-item:nth-child(2n) {
  margin-left: calc(50% - 4px);
}
.contact-page .contact-test .test-main .test-cont .test-item:nth-child(2n) .cont {
  padding-left: 0.4rem;
  padding-right: 0;
}
.contact-page .contact-test .test-main .test-cont .test-item:nth-child(2n) .test-line {
  flex-direction: row-reverse;
}
.contact-page .contact-test .test-main .test-cont .test-item .test-line {
  width: 100%;
  display: flex;
  align-items: center;
}
.contact-page .contact-test .test-main .test-cont .test-item .test-line .round {
  width: 9px;
  height: 9px;
  background: #FFE100;
  border-radius: 50%;
  border: 2px solid #191919;
  flex-shrink: 0;
}
.contact-page .contact-test .test-main .test-cont .test-item .test-line .line {
  flex: 1;
  height: 1px;
  background: #191919;
}
.contact-page .contact-test .test-main .test-cont .test-item .cont {
  width: 100%;
  padding-right: 0.4rem;
}
.contact-page .contact-test .test-main .test-cont .test-item .cont .num-box {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.contact-page .contact-test .test-main .test-cont .test-item .cont .num-box .icon {
  margin-right: 20px;
  width: 70px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v23.png");
}
.contact-page .contact-test .test-main .test-cont .test-item .cont .num-box .num {
  line-height: 1;
  color: #191919;
  font-size: var(--fz48);
}
.contact-page .contact-test .test-main .test-cont .test-item .cont .text {
  color: #262626;
  font-size: var(--fz16);
  line-height: 1.6;
  padding-top: 0.3rem;
  border-top: 1px solid #DCDCDC;
}
.contact-page .contact-service {
  width: 100%;
  background: #F2F2F2;
  padding: 1rem 0;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.contact-page .contact-service .service-main {
  width: 100%;
}
.contact-page .contact-service .service-main .service-list {
  width: 100%;
  display: none;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .contact-service .service-main .service-list .service-item {
  width: calc((100% - 0.4rem) / 2);
  margin-top: 0.6rem;
}
.contact-page .contact-service .service-main .service-list .service-item .r-v {
  width: 100%;
  color: #333333;
  font-weight: 550;
  font-size: var(--fz24);
  line-height: 1.2;
}
.contact-page .contact-service .service-main .service-list .service-item .r-t {
  width: 100%;
  color: #333333;
  font-size: var(--fz18);
  color: #333333;
  line-height: 1.2;
  margin-top: 0.15rem;
  font-weight: 550;
}
.contact-page .contact-service .service-main .service-list .service-item .r-d {
  width: 100%;
  font-size: var(--fz16);
  color: #333333;
  line-height: 1.6;
  margin-top: 0.15rem;
}
.contact-page .contact-service .service-main .service-cont {
  width: 100%;
  margin-top: 0.44rem;
  position: relative;
}
.contact-page .contact-service .service-main .service-cont .bgs {
  width: 100%;
  height: auto;
  display: block;
}
.contact-page .contact-service .service-main .service-cont .round-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item:hover {
  z-index: 8;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item:hover .round-wrap,
.contact-page .contact-service .service-main .service-cont .round-list .round-item:hover .name-box {
  opacity: 1;
  visibility: visible;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.t_left .round-wrap {
  position: absolute;
  left: auto;
  right: -200%;
  bottom: 400%;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.t_left .name-box {
  position: absolute;
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.b_right .round-wrap {
  position: absolute;
  left: -200%;
  bottom: auto;
  top: 400%;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.b_left .round-wrap {
  position: absolute;
  left: auto;
  right: -200%;
  bottom: auto;
  top: 400%;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item.b_left .name-box {
  position: absolute;
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-wrap {
  width: 380px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: absolute;
  left: -200%;
  bottom: 400%;
  z-index: 10;
  padding: 0.3rem;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-wrap .r-t {
  width: 100%;
  color: #FFFFFF;
  font-weight: 550;
  font-size: var(--fz24);
  line-height: 1.2;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-wrap .r-d {
  width: 100%;
  font-size: var(--fz16);
  color: #AFAFAF;
  line-height: 1.6;
  margin-top: 0.15rem;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .name-box {
  width: 380px;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  pointer-events: none;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .name-box .name-text {
  display: inline-block;
  width: auto;
  height: 24px;
  line-height: 24px;
  background: #FFE100;
  padding: 0 10px;
  color: #121212;
  font-size: var(--fz14);
  font-weight: 550;
  pointer-events: visible;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-box {
  width: 16px;
  height: 16px;
  position: relative;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 225, 0, 0.35);
  border-radius: 50%;
  animation: breath1 2.5s ease-in-out 0s infinite normal forwards;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contact-page .contact-service .service-main .service-cont .round-list .round-item .round-box .round-v {
  width: 10px;
  height: 10px;
  background: #FFE100;
  border-radius: 50%;
  border: 2px solid #121212;
  position: relative;
  z-index: 2;
}

.about-page .about-wrap1 {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
}
.about-page .about-wrap1 .wrap1-main {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.about-page .about-wrap1 .wrap1-main .wrap1-left {
  flex: 1;
}
.about-page .about-wrap1 .wrap1-main .wrap1-left .img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1.2rem;
}
.about-page .about-wrap1 .wrap1-main .wrap1-right {
  width: 50%;
  flex-shrink: 0;
  margin-left: 0.8rem;
}
.about-page .about-wrap1 .wrap1-main .wrap1-right .cont {
  width: 100%;
  color: #343434;
  font-size: var(--fz16);
  line-height: 1.8;
}
.about-page .about-wrap2 {
  width: 100%;
  background: #1B1B1B;
}
.about-page .about-wrap2 .wrap2-box1 {
  width: 100%;
  position: relative;
  padding-bottom: 0.35rem;
  background: #FFFFFF;
}
.about-page .about-wrap2 .wrap2-box1::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #FFFFFF;
}
.about-page .about-wrap2 .wrap2-box1::after {
  content: "";
  width: 17.35%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(80 / 1920 * 100%);
  background-image: url("/phone/images/v32.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.about-page .about-wrap2 .wrap2-box1 .box1-main {
  width: 100%;
}
.about-page .about-wrap2 .wrap2-box1 .box1-main .title {
  width: 100%;
  font-size: var(--fz48);
  color: #121212;
  line-height: 1.25;
  font-weight: 550;
}
.about-page .about-wrap2 .wrap2-box2 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap2 .wrap2-box2 .box2-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap2 .wrap2-box2 .box2-main {
  width: 100%;
  padding-top: 0.6rem;
}
.about-page .about-wrap2 .wrap2-box2 .box2-main .title {
  width: 100%;
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
  font-size: var(--fz24);
  line-height: 2;
}
.about-page .about-wrap2 .wrap2-box2 .box2-main .title .vtt {
  color: #FFE100;
  flex-shrink: 0;
  line-height: 1.75;
  margin-right: 6px;
}
.about-page .about-wrap2 .wrap2-box2 .box2-main .title .cont {
  flex: 1;
}
.about-page .about-wrap2 .wrap2-box3 {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 1.3rem;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main {
  width: 100%;
  margin-top: -1rem;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list {
  width: 100%;
  border-bottom: 1px solid #333333;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .box3-swiper {
  width: 100%;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-wrapper {
  align-items: stretch;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-slide {
  height: auto !important;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .box3-swiper .swiper-slide:not(:last-child) .item::after {
  content: "";
  width: 1px;
  height: 50%;
  border-left: 1px dashed #333333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .box3-box {
  width: calc(100% / 6);
  position: relative;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .box3-box:not(:last-child) .item::after {
  content: "";
  width: 1px;
  height: 50%;
  border-left: 1px dashed #333333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .item {
  width: 100%;
  padding: 0.45rem 0.4rem;
  box-sizing: border-box;
  background: #1B1B1B;
  transition: all 0.4s;
  position: relative;
  height: 100%;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .item:hover, .about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .item.on {
  background: #333333;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .item .img {
  height: 30px;
  width: auto;
  display: block;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .item .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz16);
  line-height: 1.5;
  margin-top: 0.26rem;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-list .item .desc {
  width: 100%;
  color: #BBBABA;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.15rem;
  display: none;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont {
  width: 100%;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item {
  width: 100%;
  align-items: stretch;
  display: none;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item.on {
  display: flex;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool {
  flex-shrink: 0;
  width: 40px;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool.v2 {
  display: flex;
  align-items: flex-end;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-tool .icon {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(30 / 40 * 100%);
  background-image: url("/phone/images/v29.png");
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box {
  flex: 1;
  padding: 0.25rem 0.2rem;
  box-sizing: border-box;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box .tt {
  width: 100%;
  color: #FFFFFF;
  font-size: var(--fz30);
  line-height: 1.2;
}
.about-page .about-wrap2 .wrap2-box3 .box3-main .box3-cont .cont-item .cont-box .dd {
  width: 100%;
  color: #BBBABA;
  font-size: var(--fz16);
  line-height: 1.8;
  margin-top: 0.15rem;
}
.about-page .about-history {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 1rem;
  box-sizing: border-box;
  background: #1B1B1B;
  position: relative;
}
.about-page .about-history .history-bg {
  width: 100%;
  padding-top: calc(1404 / 1920 * 100%);
  position: absolute;
  top: 2;
  left: 0;
  z-index: 0;
}
.about-page .about-history .history-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-history .history-class {
  width: 100%;
  display: none;
}
.about-page .about-history .history-main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.about-page .about-history .history-main .history-left {
  flex-shrink: 0;
  width: 480px;
  padding-top: 1rem;
  box-sizing: border-box;
  margin-right: 1.2rem;
  position: sticky;
  top: 0.5rem;
}
.about-page .about-history .history-main .history-left .left-wrap {
  width: 100%;
  background: #F5BA1A;
  position: relative;
}
.about-page .about-history .history-main .history-left .left-wrap::after {
  content: "";
  width: 43%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(80 / 480 * 100%);
  background-image: url("/phone/images/v30.png");
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont {
  width: 100%;
  padding: 0.55rem 0.5rem 0.5rem 0.58rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .title {
  width: 100%;
  line-height: 1;
  color: #121212;
  font-size: var(--fz48);
  font-weight: 550;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list {
  width: 100%;
  padding-right: 50px;
  margin-top: 1.1rem;
  position: relative;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box {
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-prev,
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-next {
  padding: 0;
  margin: 0;
  position: static;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #FFFFFF;
  transform: rotate(90deg);
  display: flex;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-prev::after,
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-next::after {
  font-size: var(--fz12);
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .tool-box .swiper-button-next {
  margin-top: 10px;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper {
  width: 100%;
  height: calc(48px * 6);
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper .history-item {
  line-height: 48px;
  height: 48px;
  width: 100%;
  color: #B48E25;
  font-size: var(--fz24);
  display: flex;
  align-items: center;
  font-weight: 550;
  transition: all 0.4s;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper .history-item.on {
  font-size: var(--fz36);
  color: #1F1F1F;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper .history-item.on .check {
  opacity: 1;
  visibility: visible;
}
.about-page .about-history .history-main .history-left .left-wrap .left-cont .list .history-swiper .history-item .check {
  opacity: 0;
  visibility: hidden;
}
.about-page .about-history .history-main .history-right {
  flex: 1;
}
.about-page .about-history .history-main .history-right .right-box {
  width: 100%;
  display: none;
}
.about-page .about-history .history-main .history-right .right-box.on {
  display: block;
}
.about-page .about-history .history-main .history-right .right-more {
  width: 100%;
  padding: 0.2rem 0;
  margin-top: 0.2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-history .history-main .history-right .right-more.on .icon2 {
  transform: rotate(180deg);
}
.about-page .about-history .history-main .history-right .right-more .t {
  position: relative;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz16);
}
.about-page .about-history .history-main .history-right .right-more .icon2 {
  width: 10px;
  height: auto;
  display: block;
  flex-shrink: 0;
  filter: invert(100%) brightness(200%);
  transition: all 0.4s;
  margin-left: 10px;
}
.about-page .about-history .history-main .history-right .right-main {
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.about-page .about-history .history-main .history-right .right-main .right-title {
  width: 100%;
  padding: 0.9rem 0 0.5rem 0.7rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.about-page .about-history .history-main .history-right .right-main .right-title::after {
  content: "";
  position: absolute;
  left: 0.78rem;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #FFE100;
  z-index: 2;
}
.about-page .about-history .history-main .history-right .right-main .right-title .t {
  line-height: 1;
  font-weight: 550;
  font-size: var(--fz72);
  color: #FFFFFF;
}
.about-page .about-history .history-main .history-right .right-main .right-list {
  width: 100%;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.5rem 0 0.7rem 0.8rem;
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item.on {
  display: flex;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item .round {
  width: 13px;
  height: 13px;
  background: #1B1B1B;
  border-radius: 50%;
  border: 3px solid #FFE100;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: 5;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item .img {
  width: 38.5%;
  height: auto;
  display: block;
  margin-right: 0.24rem;
  flex-shrink: 0;
}
.about-page .about-history .history-main .history-right .right-main .right-list .item .tt {
  flex: 1;
  color: #BBBABA;
  font-size: var(--fz16);
  line-height: 1.8;
}
.about-page .about-wrap3 {
  width: 100%;
  padding-top: calc(800 / 1920 * 100%);
  position: relative;
}
.about-page .about-wrap3 .wrap3-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap3 .wrap3-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.15);
}
.about-page .about-wrap3 .wrap3-bg .pvideo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.about-page .about-wrap3 .wrap3-bg .poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page .about-wrap3 .wrap3-bg .poster.dis {
  opacity: 0;
}
.about-page .about-wrap3 .wrap3-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-wrap3 .wrap3-main {
  width: 100%;
}
.about-page .about-wrap3 .wrap3-main .cont {
  width: 100%;
  font-size: var(--fz36);
  font-weight: 550;
  line-height: 1;
  line-height: 1.3;
  color: #FFFFFF;
}
.about-page .about-wrap3 .wrap3-play {
  transition: all 0.4s;
}
.about-page .about-wrap3 .wrap3-play.dis {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.about-page .about-wrap3 .wrap3-play .icon {
  width: 82px;
  height: 82px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-image: url("/phone/images/v27.png");
}
.about-page .about-wrap3 .wrap3-play .tt {
  color: #FFFFFF;
  font-size: var(--fz18);
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}
.about-page .about-wrap4 {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}
.about-page .about-wrap4 .wrap4-top {
  width: 100%;
}
.about-page .about-wrap4 .wrap4-top .desc {
  color: #323232;
  font-size: var(--fz16);
  line-height: 1.9;
  margin-top: 0.25rem;
}
.about-page .about-wrap4 .wrap4-main {
  width: 100%;
  margin-top: 0.6rem;
}
.about-page .about-wrap4 .wrap4-main .wrap4-class {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.about-page .about-wrap4 .wrap4-main .wrap4-class .class-item {
  display: inline-flex;
  padding: 0.3rem 0.38rem;
  box-sizing: border-box;
  color: #7D7D7D;
  line-height: 1;
  font-size: var(--fz18);
}
.about-page .about-wrap4 .wrap4-main .wrap4-class .class-item::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #FFE100;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}
.about-page .about-wrap4 .wrap4-main .wrap4-class .class-item.on {
  color: #323232;
}
.about-page .about-wrap4 .wrap4-main .wrap4-class .class-item.on::after {
  opacity: 1;
}
.about-page .about-wrap4 .wrap4-main .wrap4-class .class-swiper {
  display: inline-block;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap4 .wrap4-main .wrap4-class .class-swiper .swiper-slide {
  width: auto;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont {
  width: 100%;
  padding-top: 0.7rem;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 1.3rem;
  display: none;
  transition: all 0.4s;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont.on {
  display: block;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont::before {
  content: "";
  width: 29%;
  padding-top: calc(80 / 1600 * 100%);
  background-image: url("/phone/images/v28.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 17.75%;
  bottom: 0;
  z-index: 1;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool {
  flex-shrink: 0;
  padding-top: calc(165 / 1600 * 100%);
  padding-right: 0.5rem;
  position: relative;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool.v2 {
  padding-left: 0.5rem;
  padding-right: 0;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-prev,
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-next {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  right: 0;
  width: 20px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/phone/images/v26.png");
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-prev::after,
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-next::after {
  font-size: 0;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-tool .swiper-button-prev {
  transform: rotate(180deg);
  right: auto;
  left: 0;
  margin-top: -20px;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap {
  flex: 1;
  max-width: 1280px;
  min-width: 0;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .cont-i {
  width: 100%;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .wrap4-swiper {
  width: 100%;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .wrap4-swiper .swiper-slide {
  width: calc((100% - 66px * 3) / 4);
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .swiper-item {
  width: 100%;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .swiper-item .pics {
  width: 100%;
  position: relative;
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .swiper-item .pics .pic-box {
  width: 100%;
  height: 100%;
  padding-top: calc(195 / 270 * 100%);
}
.about-page .about-wrap4 .wrap4-main .wrap4-cont .cont-box .cont-wrap .swiper-item .tt {
  width: 100%;
  color: #292929;
  font-size: var(--fz14);
  line-height: 1.6;
  margin-top: 0.2rem;
  text-align: center;
}

.contact-custom {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #151515;
  position: relative;
  z-index: 20;
}
.contact-custom .contact-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.contact-custom .contact-bg {
  width: 100%;
  padding-top: calc(1027 / 1920 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contact-custom .contact-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-custom .contact-main {
  width: 100%;
}
.contact-custom .contact-main .contact-title {
  width: 100%;
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz48);
  font-weight: 550;
  text-align: center;
}
.contact-custom .contact-main .contact-desc {
  width: 100%;
  color: rgba(255, 255, 255, 0.35);
  font-size: var(--fz14);
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
}
.contact-custom .contact-main .contact-form {
  width: 100%;
  display: block;
  margin-top: 0.55rem;
}
.contact-custom .contact-main .contact-form .contact-item {
  width: calc((100% - 0.4rem * 2) / 3);
  margin-bottom: 16px;
  margin-right: 0.4rem;
}
.contact-custom .contact-main .contact-form .contact-item:nth-child(3n) {
  margin-right: 0;
}
.contact-custom .contact-main .contact-form .contact-item.dis {
  display: none;
}
.contact-custom .contact-main .contact-form .contact-item.v2 {
  width: 100%;
  margin-right: 0;
}
.contact-custom .contact-main .contact-form .contact-item.v2 .item-cont {
  padding: 16px 0;
  align-items: flex-start;
}
.contact-custom .contact-main .contact-form .contact-item.v2 .item-cont .label {
  line-height: 1.6;
}
.contact-custom .contact-main .contact-form .contact-item.v3 {
  width: 100%;
  margin-right: 0;
}
.contact-custom .contact-main .contact-form .contact-item .item-text {
  width: 100%;
  color: #515151;
  font-size: var(--fz12);
  line-height: var(--fz12);
  height: var(--fz12);
  margin-top: 8px;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont {
  width: 100%;
  background: #1A1A1A;
  border: 1px solid #2D2D2D;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .label {
  line-height: 1;
  color: #646464;
  font-size: var(--fz16);
  padding-left: 15px;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .label .c {
  color: #FFE100;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .contact-select {
  min-width: 0;
  flex: 1;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .contact-select .vtool-select .dl-clsss .word {
  border: none;
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .contact-input {
  min-width: 0;
  flex: 1;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  color: #FFFFFF;
  min-height: 0;
  font-size: var(--fz16);
}
.contact-custom .contact-main .contact-form .contact-item .item-cont .contact-textarea {
  flex: 1;
  height: 150px;
  padding: 0 15px;
  color: #FFFFFF;
  line-height: 1.6;
  border-radius: 4px;
  font-size: var(--fz16);
  background: transparent;
}
.contact-custom .contact-main .contact-form .contact-top .top-label {
  line-height: 1;
  color: #FFFFFF;
  font-size: var(--fz24);
  margin-bottom: 0.2rem;
}
.contact-custom .contact-main .contact-form .contact-top .top-label .c {
  color: #FFE100;
}
.contact-custom .contact-main .contact-form .contact-ccmain {
  width: 100%;
  display: none;
}
.contact-custom .contact-main .contact-form .contact-ccmain.on {
  display: block;
}
.contact-custom .contact-main .contact-form .contact-cont {
  width: 100%;
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  box-sizing: border-box;
  border-top: 1px solid #2D2D2D;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact-custom .contact-main .contact-form .contact-btns {
  width: 100%;
}
.contact-custom .contact-main .contact-form .contact-btns .btns-cont {
  width: auto;
  position: relative;
}
.contact-custom .contact-main .contact-form .contact-btns .btns-cont .btn-cancel {
  position: absolute;
  right: -0.24rem;
  transform: translate(100%, -50%);
  top: 50%;
  color: #FFFFFF;
  padding: 10px;
  font-size: var(--fz16);
  text-decoration: underline;
  z-index: 5;
}

.ad-custom {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.ad-custom.on {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.ad-custom .ad-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.ad-custom .ad-main {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-custom .ad-main .ad-cont {
  width: 88%;
  max-width: 850px;
  pointer-events: visible;
}
.ad-custom .ad-main .ad-cont .cont {
  width: 100%;
}
.ad-custom .ad-main .ad-cont .cont .ad-swiper {
  width: 100%;
}
.ad-custom .ad-main .ad-cont .cont .ad-item {
  width: 100%;
  position: relative;
}
.ad-custom .ad-main .ad-cont .cont .ad-item::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #F3D822;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.ad-custom .ad-main .ad-cont .cont .ad-item .pic-box {
  width: 100%;
  padding-top: calc(450 / 850 * 100%);
}
.ad-custom .ad-main .ad-cont .cont .ad-item .pic-box .pc-img {
  opacity: 1;
  z-index: 2;
}
.ad-custom .ad-main .ad-cont .cont .ad-item .pic-box .mobile-img {
  opacity: 0;
  z-index: 0;
}
.ad-custom .ad-main .ad-cont .close {
  position: relative;
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin: 34px auto 0;
}
.ad-custom .ad-main .ad-cont .close::after, .ad-custom .ad-main .ad-cont .close::before {
  content: "";
  border-radius: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 2;
}
.ad-custom .ad-main .ad-cont .close::after {
  width: 18px;
  height: 2px;
}
.ad-custom .ad-main .ad-cont .close::before {
  width: 2px;
  height: 18px;
}

.cookie-custom {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.cookie-custom.on {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.cookie-custom .cookie-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.cookie-custom .cookie-main {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.cookie-custom .cookie-main .cookie-cont {
  width: 88%;
  max-width: 1080px;
  pointer-events: visible;
  background: #FFFFFF;
  box-sizing: border-box;
  padding: 0.25rem 0.4rem 0.32rem;
}
.cookie-custom .cookie-main .cookie-cont .cont {
  width: 100%;
}
.cookie-custom .cookie-main .cookie-cont .cont .tt {
  width: 100%;
  color: #232323;
  font-size: var(--fz18);
  line-height: 1.3;
}
.cookie-custom .cookie-main .cookie-cont .cont .dd {
  width: 100%;
  color: #232323;
  font-size: var(--fz14);
  line-height: 1.75;
}
.cookie-custom .cookie-main .cookie-cont .btn-list {
  width: 100%;
  margin-top: 0.25rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.cookie-custom .cookie-main .cookie-cont .btn-list .btn {
  width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  border: 2px solid #000000;
  color: #000000;
  font-size: var(--fz16);
}
.cookie-custom .cookie-main .cookie-cont .btn-list .btn:not(:last-child) {
  margin-right: 10px;
}
.cookie-custom .cookie-main .cookie-cont .btn-list .btn.on {
  background: #000000;
  color: #FFFFFF;
}

.cookie-more {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.cookie-more.on {
  visibility: visible;
  pointer-events: visible;
  opacity: 1;
}
.cookie-more.on .cookie-main .cookie-cont {
  transform: translateX(0);
}
.cookie-more .cookie-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.cookie-more .cookie-main {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cookie-more .cookie-main .cookie-cont {
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: #FFFFFF;
  pointer-events: visible;
  transform: translateX(100%);
  transition: all 0.4s;
}
.cookie-more .cookie-main .cookie-cont .main {
  width: 100%;
  height: calc(100% - 72px);
  box-sizing: border-box;
  overflow-y: auto;
  padding: 0.4rem;
}
.cookie-more .cookie-main .cookie-cont .main .cookie-title {
  width: 100%;
  line-height: 1;
  color: #1D1D1D;
  font-size: var(--fz20);
  font-weight: 550;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 {
  width: 100%;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 .wrap1-cont {
  width: 100%;
  color: #1D1D1D;
  font-size: var(--fz14);
  line-height: 1.8;
  margin-top: 10px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 .wrap1-btn {
  width: auto;
  min-width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  font-size: var(--fz16);
  padding: 0 0.32rem;
  margin-top: 0.3rem;
  display: inline-flex;
  text-align: center;
  border: 2px solid #000000;
  color: #000000;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 .wrap1-btn.on {
  color: #FFFFFF;
  background: #000000;
}
.cookie-more .cookie-main .cookie-cont .main .wrap1 .wrap1-btn:not(:last-child) {
  margin-right: 10px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 {
  margin-top: 0.4rem;
  width: 100%;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list {
  width: 100%;
  margin-top: 0.3rem;
  overflow: hidden;
  border-radius: 4px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item {
  width: 100%;
  border: 1px solid #F5F5F5;
  border-top: none;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item:first-child {
  border-top: 1px solid #F5F5F5;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item.on .item-tbox .item-left .item-more::before {
  width: 2px;
  height: 100%;
  opacity: 0;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item.on .item-cont {
  display: block;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox {
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 0.1rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 0.2rem;
  position: relative;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more::after, .cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #000000;
  border-radius: 2px;
  transition: all 0.4s;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more::after {
  width: 100%;
  height: 2px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-more::before {
  width: 2px;
  height: 100%;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .item-left .item-tt {
  font-size: var(--fz14);
  color: #121212;
  line-height: 1.3;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right {
  flex-shrink: 0;
  margin-left: 0.2rem;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .ctt {
  font-size: var(--fz12);
  color: #000000;
  font-weight: 550;
  line-height: 1;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .statuc-box {
  position: relative;
  width: 46px;
  height: 26px;
  flex-shrink: 0;
  background: #000000;
  border-radius: 50px;
  transition: all 0.4s;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .statuc-box.on {
  background: #FFE100;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .statuc-box.on::after {
  left: 22px;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-tbox .tbox-right .statuc-box::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  background: #FFFFFF;
}
.cookie-more .cookie-main .cookie-cont .main .wrap2 .wrap2-list .wrap2-item .item-cont {
  width: 100%;
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 0.25rem 0.3rem;
  color: #8a8787;
  font-size: var(--fz14);
  line-height: 1.8;
  display: none;
  transition: all 0.4s;
}
.cookie-more .cookie-main .cookie-cont .btn-bot {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #F5F5F5;
}
.cookie-more .cookie-main .cookie-cont .btn-bot .cookie-btn {
  width: auto;
  min-width: 140px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: var(--fz16);
  padding: 0 0.32rem;
  background: #000000;
  display: inline-flex;
  text-align: center;
}

.success-page {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: #F2F2F2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-page .success-box {
  width: 100%;
}
.success-page .success-line {
  width: 100px;
  height: 100px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/phone/images/v43.png");
  margin: 0 auto;
}
.success-page .success-tt1 {
  color: #121212;
  font-size: var(--fz36);
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-top: 0.2rem;
}
.success-page .success-tt2 {
  text-align: center;
  color: #8E8E8E;
  font-size: var(--fz16);
  line-height: 1.6;
  margin-top: 0.15rem;
}
.success-page .vbtn {
  margin: 1.8rem auto 0;
}

@media only screen and (min-width: 960px) {
  .vtool-select .dl-clsss .sub::-webkit-scrollbar {
    width: 2px;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-track {
    background-color: #2E2B2B;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
  }
  .vtool-select .dl-clsss .sub::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .footer-custom .footer-firend .firend-list::-webkit-scrollbar {
    width: 2px;
  }
  .footer-custom .footer-firend .firend-list::-webkit-scrollbar-track {
    background-color: #2E2B2B;
  }
  .footer-custom .footer-firend .firend-list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
  }
  .footer-custom .footer-firend .firend-list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text::-webkit-scrollbar {
    width: 2px;
  }
  .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text::-webkit-scrollbar-track {
    background-color: #e2dada;
  }
  .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text::-webkit-scrollbar-thumb {
    background-color: #a8a0a0;
    border-radius: 5px;
  }
  .solutionview-wrap4 .wrap4-main .wrap4-cont .wrap4-swiper .swiper-item .swiper-left .cont .cont-text::-webkit-scrollbar-thumb:hover {
    background-color: #928d8d;
  }

  .cookie-more .cookie-main .cookie-cont .main::-webkit-scrollbar {
    width: 2px;
  }
  .cookie-more .cookie-main .cookie-cont .main::-webkit-scrollbar-track {
    background-color: #e2dada;
  }
  .cookie-more .cookie-main .cookie-cont .main::-webkit-scrollbar-thumb {
    background-color: #a8a0a0;
    border-radius: 5px;
  }
  .cookie-more .cookie-main .cookie-cont .main::-webkit-scrollbar-thumb:hover {
    background-color: #928d8d;
  }
}