@charset "UTF-8";
@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
main {
  background-color: #fff;
}
main .section-title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 900;
  text-align: center;
}
main .section-sub-title {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #797979;
  text-align: center;
  margin-top: 0.08rem;
}
main .section-box {
  padding: 0.64rem 0;
}
main .section-main {
  margin-top: 0.36rem;
}

.banner-section {
  position: relative;
  overflow: hidden;
}
.banner-section #banner-content {
  z-index: 20;
  position: relative;
}
.banner-section #banner-content .section-main {
  justify-content: flex-start;
  padding-top: 0.84rem;
  min-height: 6.18rem;
}
.banner-section #banner-content .section-main .info {
  margin: 0.18rem 0 0.64rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.banner-section #banner-content .title {
  font-size: 0.72rem;
  line-height: 0.8rem;
}
.banner-section .btns {
  display: flex;
  align-items: center;
  gap: 0.24rem;
}
.banner-section .btns .btn {
  padding: 0.1rem 0.3rem;
}
.banner-section .media-box {
  position: absolute;
  top: 3.22rem;
  height: 100vh;
  width: 100vw;
}
.banner-section .media-box .img-pc-box {
  width: 4.84rem;
  position: absolute;
  top: 1.18rem;
  left: 50%;
  transform: translateX(-3.9rem);
  z-index: 10;
}
.banner-section .media-box .img-mob-box {
  width: 2.74rem;
  position: absolute;
  top: 0.81rem;
  left: 50%;
  transform: translateX(0.86rem);
  z-index: 10;
}
.banner-section .media-box .circle-out-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10rem;
  height: 10rem;
  transform: translateX(-50%);
  z-index: 2;
}
.banner-section .media-box .circle-box {
  transform-origin: center center;
  animation: rotate1 linear 30s infinite;
  position: absolute;
  width: 10rem;
  height: 10rem;
  top: 0;
  left: 0;
}
.banner-section .media-box .circle-inner-box {
  position: absolute;
  top: 1.41rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.18rem;
  height: 7.18rem;
  border-radius: 50%;
  border: 6px dashed rgba(0, 0, 0, 0.24);
  z-index: 2;
}
@keyframes rotate1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(calc(-72deg * var(--i)));
  }
  100% {
    transform: rotate(calc(-72deg * var(--i) - 360deg));
  }
}
.banner-section .media-box .icons {
  border-radius: 50%;
  border: 6px dashed rgba(255, 255, 255, 0.24);
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
}
.banner-section .media-box .icons .icon {
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(calc(72deg * var(--i))) translateY(5rem);
  border: 4px solid rgba(255, 255, 255, 0.24);
}
.banner-section .media-box .icons .icon .img {
  transform: rotate(calc(-72deg * var(--i)));
  animation: rotate2 linear 30s infinite;
  border-radius: 50%;
}
.banner-section .media-box .icons .icon::before {
  position: absolute;
  top: -0.04rem;
  right: -0.22rem;
  width: 0.16rem;
  height: 0.16rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -1.065rem 0.55rem 0px #fff;
  animation: spotbefore 2s ease infinite;
}
@keyframes spotbefore {
  0% {
    transform: scale(1);
    box-shadow: -1.065rem 0.55rem 1px #fff;
  }
  50% {
    transform: scale(0.7);
    box-shadow: -1.465rem 0.75rem 0.1rem #000;
  }
  100% {
    transform: scale(1);
    box-shadow: -1.065rem 0.55rem 1px #fff;
  }
}
.banner-section .media-box .icons .icon::after {
  position: absolute;
  bottom: -0.04rem;
  left: -0.12rem;
  width: 0.08rem;
  height: 0.08rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  animation: spotafter 3s ease infinite;
}
@keyframes spotafter {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.banner-section .media-box .icons .spot {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(calc(72deg * var(--i) + 36deg)) translateY(5rem);
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 2rem;
  top: 50%;
  left: 50%;
  background-color: #fff;
  animation: spotAni ease calc(var(--i) * 0.7s + 1s) infinite;
}
@keyframes spotAni {
  0% {
    box-shadow: 0 0 0.15rem 0.1rem #fff;
    transform: translate(-50%, -50%) rotate(calc(72deg * var(--i) + 36deg)) translateY(5rem) scale(0.4);
  }
  50% {
    box-shadow: 0 0 0.15rem 0 #000;
    transform: translate(-50%, -50%) rotate(calc(72deg * var(--i) + 36deg)) translateY(5rem) scale(1);
  }
  100% {
    box-shadow: 0 0 0.15rem 0.1rem #fff;
    transform: translate(-50%, -50%) rotate(calc(72deg * var(--i) + 36deg)) translateY(5rem) scale(0.4);
  }
}

.price-section .section-main .swiper-wrapper {
  display: flex;
  gap: 0.24rem;
}
.price-section .section-main .swiper-wrapper .swiper-slide {
  flex: 1;
}
.price-section .section-main .item {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #797979;
}
.price-section .section-main .item .top {
  padding: 0.3rem 0.24rem;
  border: 1px solid #F1F1F1;
  border-radius: 0.12rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.price-section .section-main .item .top .level {
  font-size: 0.3rem;
  line-height: 0.42rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 0.05rem;
}
.price-section .section-main .item .top .amout {
  margin-top: 0.3rem;
  margin-bottom: 0.08rem;
  font-size: 0.64rem;
  line-height: 0.76rem;
  font-weight: 700;
  color: #000;
}
.price-section .section-main .item .top .amout::before, .price-section .section-main .item .top .amout span {
  content: "¥";
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 900;
}
.price-section .section-main .item .top .btn {
  border-radius: 0.06rem;
  text-align: center;
  padding: 0.12rem 0;
  border: none;
  background-color: #012FA7;
  color: #fff;
}
.price-section .section-main .item .list {
  border: 2px solid #F1F1F1;
  border-radius: 0.12rem;
  margin-top: -0.24rem;
  padding: 0.54rem 0.36rem 0.48rem;
}
.price-section .section-main .item .list dt {
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.24rem;
}
.price-section .section-main .item .list dd {
  margin-top: 0.12rem;
  background: url(/assets/img/website/icons/icon-checked.svg) no-repeat right center/0.16rem;
}
.price-section .section-main .swiper-slide-active .top,
.price-section .section-main .item:hover .top {
  background-color: #012FA7;
  color: #fff;
}
.price-section .section-main .swiper-slide-active .top .level, .price-section .section-main .swiper-slide-active .top .amout,
.price-section .section-main .item:hover .top .level,
.price-section .section-main .item:hover .top .amout {
  color: #fff;
}
.price-section .section-main .swiper-slide-active .top .btn,
.price-section .section-main .item:hover .top .btn {
  background-color: #fff;
  color: #012FA7;
}

.case-section .section-box {
  padding: 0 0 0.36rem;
}
.case-section .swiper-slide {
  background-color: #fff;
}
.case-section .com-img-dec {
  display: block;
}
.case-section .com-img-dec > .title {
  margin-bottom: 0.36rem;
  padding-right: 1rem;
}
.case-section .com-img-dec .text-box {
  width: 5.6rem;
  flex-shrink: 0;
}
.case-section .com-img-dec .text-box .info {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin: 0;
}
.case-section .com-img-dec .text-box .info .title {
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: 700;
  margin: 0 0 0.12rem;
}
.case-section .com-img-dec .text-box .info .desc + .title {
  margin-top: 0.36rem;
}
.case-section .com-img-dec .text-box .list {
  margin-top: 0.36rem;
  padding-top: 0.36rem;
}
.case-section .com-img-dec .text-box .btns {
  display: flex;
  gap: 0.36rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.64rem;
}
.case-section .com-img-dec .mob-fg {
  flex: 1;
  margin-right: -0.3rem;
  margin-left: -0.38rem;
}
.case-section .com-img-dec figure {
  height: 6rem;
  width: 10.16rem;
  background-image: url(/assets/img/website/pc_outer.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.case-section .com-img-dec figure .img-addon {
  left: 1.16rem;
  top: 0.37rem;
  position: absolute;
  background-color: #000;
  right: 1.2rem;
  bottom: 0.64rem;
  margin: 0;
  width: auto;
}
.case-section .tools {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
.case-section .tools .swiper-btns {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  justify-content: flex-end;
  height: 0.64rem;
}
.case-section .tools .swiper-btns > div {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #585858;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  color: #fff;
  font-weight: 600;
  border-radius: 3rem;
  cursor: pointer;
}

.company-section {
  text-align: center;
  padding: 0.64rem 0;
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 900;
}
.company-section .company-box {
  margin-top: 0.36rem;
  overflow: hidden;
  background-color: #F1F1F1;
}
.company-section .company-box .img-box-scroll {
  display: flex;
}
.company-section .company-box .img-scroll-box {
  display: flex;
  padding: 0.24rem 0;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  filter: contrast(0.2);
}
.company-section .company-box .img-scroll-box .img-box {
  flex-shrink: 0;
  height: 0.48rem;
  padding: 0 0.32rem;
}
.company-section .company-box .img-scroll-box .img-box .img {
  height: 100%;
}

.demo-section {
  padding: 0;
}
.demo-section .section-title {
  text-align: center;
  margin-bottom: 0.48rem;
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 900;
}
.demo-section .list {
  display: grid;
  margin-bottom: 0.64rem;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.36rem 0.24rem;
}
.demo-section .list .item .img-box {
  height: 3.4rem;
  position: relative;
  margin-bottom: 0.12rem;
  cursor: pointer;
  overflow: hidden;
}
.demo-section .list .item .img-box .img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform ease 1s;
}
.demo-section .list .item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all ease 0.2s;
}
.demo-section .list .item .img-box .point {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: black;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.2s;
  z-index: 11;
  font-size: 0.24rem;
  line-height: 0.5rem;
  text-align: center;
}
.demo-section .list .item .img-box .point::after {
  content: "\e903";
  font-family: "icomoon" !important;
  color: #fff;
}
.demo-section .list .item .img-box:hover .point {
  opacity: 1;
}
.demo-section .list .item .img-box:hover::after {
  opacity: 1;
}
.demo-section .list .item .img-box:hover .img {
  transform: scale(1.02);
}
.demo-section .list .item .title {
  font-size: 0.2rem;
  line-height: 0.32rem;
  font-weight: 700;
}

@media screen and (width <= 980px) {
  main .section-title {
    font-size: 0.6rem;
    line-height: 0.82rem;
  }
  main .section-sub-title {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  main .section-main {
    margin-top: 0.6rem;
  }
  .banner-section #banner-content .section-main {
    height: calc(100vh - 1.12rem);
    max-height: 13rem;
    margin: 0;
  }
  .banner-section #banner-content .section-main .info {
    margin: 0.48rem 0 0.96rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .banner-section #banner-content .title {
    font-size: 0.96rem;
    line-height: 1.2rem;
  }
  .banner-section .btns .btn {
    padding: 0.2rem 0.6rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .banner-section .media-box {
    top: 8.1rem;
  }
  .banner-section .media-box::before {
    content: "";
    position: absolute;
    top: -8rem;
    bottom: 11rem;
    z-index: 11;
    width: 100%;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .banner-section .media-box .img-pc-box {
    width: 6.06rem;
    top: 2rem;
    left: 0.3rem;
    transform: none;
  }
  .banner-section .media-box .img-mob-box {
    width: 3.42rem;
    top: 1.24rem;
    left: auto;
    right: 0.3rem;
    transform: none;
  }
  .banner-section .media-box .circle-out-box {
    width: 12.4rem;
    height: 12.4rem;
  }
  .banner-section .media-box .circle-box {
    width: 12.4rem;
    height: 12.4rem;
  }
  .banner-section .media-box .circle-inner-box {
    top: 1.76rem;
    width: 9rem;
    height: 9rem;
  }
  .banner-section .media-box .icons {
    width: 12.4rem;
    height: 12.4rem;
  }
  .banner-section .media-box .icons .icon {
    width: 1.1rem;
    height: 1.1rem;
    transform: translate(-50%, -50%) rotate(calc(72deg * var(--i))) translateY(6.2rem);
  }
  .banner-section .media-box .icons .icon::before {
    box-shadow: -1.4rem 0.55rem 0px #fff;
    animation: none;
  }
  .banner-section .media-box .icons .spot {
    transform: translate(-50%, -50%) rotate(calc(72deg * var(--i) + 36deg)) translateY(6.2rem);
  }
  @keyframes spotAni {
    0% {
      box-shadow: 0 0 0.15rem 0.1rem #fff;
      transform: translate(-50%, -50%) rotate(calc(72deg * var(--i) + 36deg)) translateY(6.2rem) scale(0.4);
    }
    50% {
      box-shadow: 0 0 0.15rem 0 #000;
      transform: translate(-50%, -50%) rotate(calc(72deg * var(--i) + 36deg)) translateY(6.2rem) scale(1);
    }
    100% {
      box-shadow: 0 0 0.15rem 0.1rem #fff;
      transform: translate(-50%, -50%) rotate(calc(72deg * var(--i) + 36deg)) translateY(6.2rem) scale(0.4);
    }
  }
  .price-section .section-main .swiper-wrapper {
    gap: 0;
  }
  .price-section .section-main .swiper-wrapper .swiper-slide {
    flex: auto;
    flex-shrink: 0;
    margin: 0 auto;
  }
  .price-section .section-main .item {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .price-section .section-main .item .top {
    padding: 0.6rem 0.48rem;
    border-radius: 0.24rem;
  }
  .price-section .section-main .item .top .level {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .price-section .section-main .item .top .amout {
    margin-top: 0.72rem;
    margin-bottom: 0.24rem;
    font-size: 0.96rem;
    line-height: 1.2rem;
  }
  .price-section .section-main .item .top .amout::before {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .price-section .section-main .item .top .btn {
    border-radius: 0.12rem;
    padding: 0.24rem 0;
  }
  .price-section .section-main .item .list {
    border-radius: 0.24rem;
    margin-top: -0.4rem;
    padding: 0.88rem 0.72rem 0.96rem;
  }
  .price-section .section-main .item .list dt {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin-bottom: 0.48rem;
  }
  .price-section .section-main .item .list dd {
    margin-top: 0.24rem;
  }
  .case-section .section-box {
    padding: 0.64rem 0 0;
  }
  .case-section .com-img-dec > .title {
    text-align: center;
    padding: 0 1rem;
  }
  .case-section .com-img-dec > .flex {
    flex-direction: column-reverse;
  }
  .case-section .com-img-dec .text-box {
    width: 100%;
    text-align: center;
  }
  .case-section .com-img-dec .text-box .info {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .case-section .com-img-dec .text-box .info .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin: 0 0 0.24rem;
  }
  .case-section .com-img-dec .text-box .info .desc + .title {
    margin-top: 0.6rem;
  }
  .case-section .com-img-dec .text-box .list {
    margin-top: 0.48rem;
    padding-top: 0.48rem;
  }
  .case-section .com-img-dec .text-box .btns {
    gap: 0.24rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
    margin-top: 0.96rem;
  }
  .case-section .com-img-dec .text-box .btns .btn {
    padding: 0.2rem 0;
    flex-grow: 1;
  }
  .case-section .com-img-dec .mob-fg {
    margin: 0 -0.3rem 0.6rem;
  }
  .case-section .com-img-dec figure {
    height: 4.4rem;
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  .case-section .com-img-dec figure .img-addon {
    left: 50%;
    transform: translateX(-50%);
    top: 0.2rem;
    bottom: 0.46rem;
    height: 3.7rem;
    width: 6rem;
  }
  .case-section .tools .swiper-btns {
    justify-content: space-between;
    height: 0.86rem;
  }
  .case-section .tools .swiper-btns > div {
    width: 0.72rem;
    height: 0.72rem;
    font-size: 0.24rem;
  }
  .company-section {
    padding: 1.28rem 0;
    font-size: 0.6rem;
    line-height: 0.82rem;
  }
  .company-section .company-box {
    margin-top: 0.6rem;
  }
  .company-section .company-box .img-scroll-box {
    padding: 0.32rem 0;
  }
  .company-section .company-box .img-scroll-box .img-box {
    height: 0.6rem;
    padding: 0 0.24rem;
  }
  .demo-section {
    padding: 0 0 1.28rem;
  }
  .demo-section .section-title {
    font-size: 0.6rem;
    line-height: 0.82rem;
  }
  .demo-section .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.46rem;
  }
  .demo-section .list .item .img-box {
    height: 4.2rem;
    margin-bottom: 0.14rem;
  }
  .demo-section .list .item .img-box::after {
    display: none;
  }
  .demo-section .list .item .img-box:hover .point {
    opacity: 0;
  }
  .demo-section .list .item .title {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
}/*# sourceMappingURL=website_cus.css.map */