* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  font-size: 16px;
}

html, body, div, p, strong, span, a, b, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, del, img, i, em, select, button, textarea, input {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  position: relative;
  min-height: 100%;
}

a, img, button, input, textarea, select {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="text"], input[type="hidden"], input[type="password"], input[type="submit"], button, textarea, select {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: none;
}

.clear {
  clear: both;
}

.hidden {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.cell-box {
  font-size: 0;
}

.cell-box:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.cell-box .cell {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

/*scroll*/
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.wrap-s {
  width: 86%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.c-label-pro {
  text-align: center;
}
.c-label-pro .tit {
  font-size: 2.25rem;
  color: #1f2329;
}
.c-label-pro p {
  font-size: max(14px, 1rem);
  color: #8e929a;
  margin-top: 10px;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/product/close-1.svg") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
@media (any-hover: hover) {
  .video-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fixed-formpopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.fixed-formpopup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.fixed-formpopup .block {
  width: 90%;
  max-width: 30rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.125rem 2.5rem;
  transform: translateY(-50%);
}
.fixed-formpopup .tit {
  font-size: max(16px, 1.5rem);
  color: #000000;
}
.fixed-formpopup .form {
  margin-top: 2.5rem;
}
.fixed-formpopup .box {
  margin-top: 10px;
}
.fixed-formpopup .box:nth-of-type(1) {
  margin-top: 0;
}
.fixed-formpopup .box.code {
  position: relative;
}
.fixed-formpopup .box.code input {
  padding-right: calc(100px + 1.5rem);
}
.fixed-formpopup .box.flex {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  grid-gap: 10px;
}
.fixed-formpopup .box a.btn {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: max(40px, 3rem);
  background-color: #c0c0c0;
  border-radius: 0 5px 5px 0;
  font-size: max(14px, 1rem);
  color: #fff;
  text-align: center;
}
.fixed-formpopup .tips {
  font-size: 14px;
  color: #108cee;
}
.fixed-formpopup .tips a {
  color: #108cee;
}
.fixed-formpopup input[type="text"] {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: max(40px, 3rem);
  padding: 0 1.5rem;
  font-size: 14px;
  color: #858585;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  transition: all .3s ease;
}
.fixed-formpopup input[type="text"]::-webkit-input-placeholder {
  color: #858585;
}
.fixed-formpopup input[type="text"]:-moz-placeholder {
  color: #858585;
}
.fixed-formpopup input[type="text"]::-moz-placeholder {
  color: #858585;
}
.fixed-formpopup input[type="text"]:-ms-input-placeholder {
  color: #858585;
}
.fixed-formpopup input[type="text"]:focus {
  border-color: #108cee;
}
.fixed-formpopup input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.fixed-formpopup button {
  width: 100%;
  height: max(40px, 3rem);
  border-radius: 5px;
  background-color: #108cee;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.product-scrollnav, .solution-scrollnav {
  position: fixed;
  left: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: none;
}
.product-scrollnav span, .solution-scrollnav span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #8e929a;
  padding-left: 16px;
  margin-bottom: 20px;
  transition: color .3s ease;
  cursor: pointer;
}
.product-scrollnav span:last-of-type, .solution-scrollnav span:last-of-type {
  margin-bottom: 0;
}
.product-scrollnav span:last-of-type:after, .solution-scrollnav span:last-of-type:after {
  display: none;
}
.product-scrollnav span:before, .solution-scrollnav span:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #90949c;
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  left: 0;
  transition: all .3s ease;
}
.product-scrollnav span:after, .solution-scrollnav span:after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #c9d2df;
  position: absolute;
  top: 100%;
  left: 3px;
  transition: all .3s ease;
}
.product-scrollnav span.active, .solution-scrollnav span.active {
  color: #1e8fff;
}
.product-scrollnav span.active:before, .solution-scrollnav span.active:before {
  border-color: #1e8fff;
  background-color: #1e8fff;
}
.product-scrollnav span.active:after, .solution-scrollnav span.active:after {
  background-color: #1e8fff;
}
@media (any-hover) {
  .product-scrollnav span:hover, .solution-scrollnav span:hover {
    color: #1e8fff;
  }
}

.product-main {
  background-color: #ebf3fe;
}

.solution-main {
  background-color: #e5f1ff;
}

.product-s1 {
  position: relative;
  z-index: 2;
}
.product-s1 .img-box img.pc {
  display: block;
  width: 100%;
  height: 32.8125vw;
  object-fit: cover;
}
.product-s1 .img-box img.m {
  display: none;
  width: 100%;
  height: 85.33vw;
  max-height: 350px;
  object-fit: cover;
}
.product-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-s1 .txt-box .tit {
  font-size: 2.25rem;
  color: #0f1e2c;
  font-weight: bold;
}
.product-s1 .txt-box p {
  max-width: 38rem;
  font-size: max(16px, 1.5rem);
  color: #12202e;
  line-height: 1.5;
  margin-top: 10px;
}
.product-s1 .txt-box p.m {
  display: none;
}
.product-s1 .txt-box .btns {
  margin-top: 2rem;
  display: flex;
}
.product-s1 .txt-box .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.product-s1 .txt-box .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .product-s1 .txt-box .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.product-s1 .form-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.product-s1 .form-box .wrap-s {
  display: flex;
  justify-content: flex-end;
}
.product-s1 .form-box .block {
  width: max(300px, 22.5rem);
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 15px;
  padding: 3.125rem 1.75rem;
  pointer-events: auto;
}
.product-s1 .form-box .tit {
  font-size: max(16px, 1.5rem);
  color: #fff;
}
.product-s1 .form-box .form {
  margin-top: 2.5rem;
}
.product-s1 .form-box .box {
  margin-top: 10px;
}
.product-s1 .form-box .box:nth-of-type(1) {
  margin-top: 0;
}
.product-s1 .form-box .box.code {
  position: relative;
}
.product-s1 .form-box .box.code input {
  padding-right: max(140px, 10rem);
}
.product-s1 .form-box .box.flex {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  grid-gap: 10px;
}
.product-s1 .form-box .box a.btn {
  width: max(130px, 9.375rem);
  position: absolute;
  right: 0;
  top: 0;
  line-height: max(40px, 3rem);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 5px 5px 0;
  font-size: max(14px, 1rem);
  color: #fff;
  text-align: center;
}
.product-s1 .form-box .box img {
  width: max(130px, 9.375rem);
  position: absolute;
  right: 0;
  top: 0;
  height: max(40px, 3rem);
}
.product-s1 .form-box .tips {
  font-size: 14px;
  color: #fff;
}
.product-s1 .form-box .tips a {
  color: #fff;
}
.product-s1 .form-box input[type="text"] {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: max(40px, 3rem);
  padding: 0 1.5rem;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.product-s1 .form-box input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.product-s1 .form-box input[type="text"]:-moz-placeholder {
  color: #fff;
}
.product-s1 .form-box input[type="text"]::-moz-placeholder {
  color: #fff;
}
.product-s1 .form-box input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.product-s1 .form-box input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.product-s1 .form-box button {
  width: 100%;
  height: max(40px, 3rem);
  border-radius: 5px;
  background-color: #108cee;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.product-s2 {
  padding: 7.5rem 0 0;
  position: relative;
}
.product-s2:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  z-index: 2;
  pointer-events: none;
}
.product-s2:before {
  content: '';
  width: 100%;
  height: 29.5vw;
  position: absolute;
  left: 0;
  bottom: -5rem;
  background: url("../images/product/img-2.jpg") center top no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}
.product-s2 .items {
  position: relative;
  margin-top: 3.125rem;
}
.product-s2 .item {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  background-color: #fff;
  height: auto;
  border: 1px solid #fff;
  border-radius: 10px;
}
.product-s2 .item .box {
  height: 100%;
  padding: 3.75rem 1.5rem 2.5rem;
  border-radius: 10px;
}
.product-s2 .item .tit {
  font-size: max(16px, 1.375rem);
  color: #050f3f;
}
.product-s2 .item p {
  font-size: 14px;
  color: #8e929a;
  line-height: 22px;
  margin-top: 10px;
}
.product-s2 .item:nth-of-type(5n-4) .box {
  background-image: linear-gradient(150deg, #b3d0f3, #fff, #fff);
}
.product-s2 .item:nth-of-type(5n-3) .box {
  background-image: linear-gradient(150deg, #fedca6, #fff, #fff);
}
.product-s2 .item:nth-of-type(5n-2) .box {
  background-image: linear-gradient(150deg, #b4e6dd, #fff, #fff);
}
.product-s2 .item:nth-of-type(5n-1) .box {
  background-image: linear-gradient(150deg, #c5e5fc, #fff, #fff);
}
.product-s2 .item:nth-of-type(5n) .box {
  background-image: linear-gradient(150deg, #d2d4fd, #fff, #fff);
}
.product-s2 .button {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.product-s2 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 -0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.product-s2 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  z-index: 2;
  transition: all .3s ease;
}
.product-s2 .prev {
  left: -70px;
}
.product-s2 .prev i {
  background-image: url("../images/product/prev-1.png");
}
@media (any-hover: hover) {
  .product-s2 .prev:hover:before {
    opacity: 1;
  }
  .product-s2 .prev:hover i {
    background-image: url("../images/product/prev-2.png");
  }
}
.product-s2 .next {
  right: -70px;
}
.product-s2 .next i {
  background-image: url("../images/product/next-1.png");
}
@media (any-hover: hover) {
  .product-s2 .next:hover:before {
    opacity: 1;
  }
  .product-s2 .next:hover i {
    background-image: url("../images/product/next-2.png");
  }
}

.product-s3 {
  position: relative;
  padding: 7.5rem 0 0;
}
.product-s3 .btns {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.product-s3 .btns a {
  font-size: 14px;
  color: #108cee;
  padding-bottom: 5px;
  border-bottom: 1px solid #108cee;
}
.product-s3 .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.product-s3 .img-box {
  position: relative;
}
.product-s3 .img-box:before {
  content: '';
  width: 100%;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/product/img-4.png");
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.product-s3 .img-box img {
  display: block;
  width: 100%;
  max-width: none !important;
}

.product-s4 {
  position: relative;
  padding: 7.5rem 0 0;
}
.product-s4 .tab-tit {
  margin-top: 2.5rem;
}
.product-s4 .tab-tit .sw {
  display: flex;
}
.product-s4 .tab-tit .item {
  width: auto;
  margin-right: 2rem;
  cursor: pointer;
}
.product-s4 .tab-tit .item:last-of-type {
  margin-right: 0;
}
.product-s4 .tab-tit .item span {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #333333;
  padding: 0 1rem 10px;
  position: relative;
  transition: color .3s ease;
}
.product-s4 .tab-tit .item span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1e8fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.product-s4 .tab-tit .item.active span {
  color: #1e8fff;
  font-weight: bold;
}
.product-s4 .tab-tit .item.active span:after {
  transform: scaleX(1);
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .product-s4 .tab-tit .item:hover span {
    color: #1e8fff;
  }
  .product-s4 .tab-tit .item:hover span:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}
.product-s4 .tab-cont {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(175deg, #f1f7fe, #f1f7fe, #d2e8fe);
}
.product-s4 .tab-cont .child {
  display: none;
}
.product-s4 .tab-cont .child.active {
  display: block;
}
.product-s4 .tab-cont .child.active .tit, .product-s4 .tab-cont .child.active p, .product-s4 .tab-cont .child.active .tips, .product-s4 .tab-cont .child.active .btns, .product-s4 .tab-cont .child.active .img-box {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.product-s4 .tab-cont .child.active p, .product-s4 .tab-cont .child.active .img-box {
  animation-delay: .1s;
}
.product-s4 .tab-cont .child.active .tips {
  animation-delay: .2s;
}
.product-s4 .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.product-s4 .tab-cont .block {
  height: max(400px, 37.5rem);
  display: flex;
  align-items: center;
}
.product-s4 .tab-cont .txt-box {
  width: 50%;
  padding: 0 2.5rem 0 5.625rem;
}
.product-s4 .tab-cont .tit, .product-s4 .tab-cont p, .product-s4 .tab-cont .tips, .product-s4 .tab-cont .btns, .product-s4 .tab-cont .img-box {
  opacity: 0;
}
.product-s4 .tab-cont .tit {
  font-size: 2rem;
  color: #108cee;
  font-weight: bold;
  padding-bottom: 1rem;
  position: relative;
}
.product-s4 .tab-cont .tit:after {
  content: '';
  width: 2.5rem;
  height: 3px;
  background-color: #1e8fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-s4 .tab-cont p {
  font-size: max(15px, 1.125rem);
  color: #8e929a;
  line-height: 1.6;
  margin-top: 1.25rem;
}
.product-s4 .tab-cont .tips {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25rem;
}
.product-s4 .tab-cont .tips span {
  font-size: max(14px, 1rem);
  color: #7a8799;
}
.product-s4 .tab-cont .tips span:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.product-s4 .tab-cont .btns {
  margin-top: 2.5rem;
  display: flex;
}
.product-s4 .tab-cont .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.product-s4 .tab-cont .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .product-s4 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.product-s4 .tab-cont .img-box {
  width: 50%;
  height: 100%;
  text-align: center;
}
.product-s4 .tab-cont .img-box img {
  width: auto;
  max-width: 90%;
  max-height: 90%;
}

.product-s5 {
  position: relative;
  padding: 7.5rem 0 0;
  overflow: hidden;
}
.product-s5:before {
  content: '';
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background-color: #dfeefe;
  position: absolute;
  top: 7.5rem;
  left: 7.5rem;
  opacity: 0.3;
  pointer-events: none;
}
.product-s5 .cont {
  margin-top: 3.125rem;
  position: relative;
}
.product-s5 canvas.line {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  pointer-events: none;
}
.product-s5 .items {
  height: max(360px, 30rem);
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 0 5rem;
  overflow: hidden;
}
.product-s5 .swiper {
  height: 100%;
}
.product-s5 .item {
  height: auto;
}
.product-s5 .item .tit {
  font-size: max(16px, 1.375rem);
  color: #000000;
}
.product-s5 .item p {
  font-size: 14px;
  line-height: 22px;
  color: #8e929a;
  margin-top: 5px;
}
.product-s5 .item i {
  display: block;
  margin: 1rem 0 0 3.125rem;
  width: 1rem;
  height: 1rem;
  border: 2px dotted #004098;
  border-radius: 50%;
  position: relative;
}
.product-s5 .item i:after {
  content: '';
  width: 1px;
  height: 9.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/img-9.png");
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product-s5 .item:nth-of-type(6n-5) {
  margin-top: 11.25rem;
}
.product-s5 .item:nth-of-type(6n-4) {
  margin-top: 6.875rem;
}
.product-s5 .item:nth-of-type(6n-3) {
  margin-top: 9.375rem;
}
.product-s5 .item:nth-of-type(6n-2) {
  margin-top: 4.375rem;
}
.product-s5 .item:nth-of-type(6n-1) {
  margin-top: 12.5rem;
}
.product-s5 .item:nth-of-type(6n) {
  margin-top: 5rem;
}
.product-s5 .button {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.product-s5 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 -0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.product-s5 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  z-index: 2;
  transition: all .3s ease;
}
.product-s5 .prev {
  left: -70px;
}
.product-s5 .prev i {
  background-image: url("../images/product/prev-1.png");
}
@media (any-hover: hover) {
  .product-s5 .prev:hover:before {
    opacity: 1;
  }
  .product-s5 .prev:hover i {
    background-image: url("../images/product/prev-2.png");
  }
}
.product-s5 .next {
  right: -70px;
}
.product-s5 .next i {
  background-image: url("../images/product/next-1.png");
}
@media (any-hover: hover) {
  .product-s5 .next:hover:before {
    opacity: 1;
  }
  .product-s5 .next:hover i {
    background-image: url("../images/product/next-2.png");
  }
}

.product-s6 {
  position: relative;
  padding: 7.5rem 0 0;
}
.product-s6 .items {
  margin-top: 3.125rem;
}
.product-s6 .items.items-6 .item {
  width: calc((100% - 45rem - 7.5rem) / 5);
}
.product-s6 .items.items-5 .item {
  width: calc((100% - 45rem - 6.25rem) / 4);
}
.product-s6 .items.items-4 .item {
  width: calc((100% - 45rem - 5rem) / 3);
}
.product-s6 .items.items-3 .item {
  width: calc((100% - 45rem - 3.75rem) / 2);
}
.product-s6 .sw {
  display: flex;
  grid-gap: 1.25rem;
}
.product-s6 .item {
  height: 26.5rem;
  position: relative;
  transition: width .3s ease;
  overflow: hidden;
}
.product-s6 .item .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.product-s6 .item .show .img-box {
  width: max(60px, 5.625rem);
  height: max(60px, 5.625rem);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 36%;
}
.product-s6 .item .show .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-s6 .item .show span {
  font-size: max(14px, 1.125rem);
  color: #1f2329;
  position: absolute;
  top: 19.125rem;
  left: 1rem;
  right: 1rem;
  text-align: center;
}
.product-s6 .item .hide {
  width: 45rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  box-shadow: 0 0 1.875rem rgba(16, 140, 238, 0.2);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.product-s6 .item .hide .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-s6 .item .hide .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-s6 .item .hide .img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-s6 .item .hide .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  padding: 0 5.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-s6 .item .hide .tit {
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
}
.product-s6 .item .hide p {
  font-size: max(14px, 1.125rem);
  color: #ffffff;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-s6 .item .hide .tips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
}
.product-s6 .item .hide .tips span {
  font-size: max(12px, 1rem);
  color: #ffffff;
  position: relative;
}
.product-s6 .item .hide .tips span:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #cacfd6;
  position: absolute;
  right: -1.25rem;
  top: 50%;
  margin-top: -6px;
}
.product-s6 .item .hide .tips span i {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -2px 5px 0 0;
}
.product-s6 .item .hide .btns {
  margin-top: 1.5rem;
  display: flex;
}
.product-s6 .item .hide .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.product-s6 .item .hide .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .product-s6 .item .hide .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.product-s6 .item.active {
  width: 45rem !important;
}
.product-s6 .item.active .hide {
  opacity: 1;
  visibility: visible;
}

.product-s7 {
  position: relative;
  padding: 7.5rem 0 0;
}
.product-s7 .items {
  margin-top: 3.125rem;
  position: relative;
}
.product-s7 .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  background-color: #fff;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.product-s7 .item a {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 5.625rem;
}
.product-s7 .item .label {
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  background-color: #108cee;
  padding: 0 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-s7 .item .img-box {
  position: relative;
  height: 15.9375rem;
  overflow: hidden;
  z-index: 1;
}
.product-s7 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.product-s7 .item .txt-box {
  padding: 2.5rem 2rem 0;
}
.product-s7 .item .logobox {
  height: 35px;
  display: flex;
  align-items: center;
}
.product-s7 .item .logobox img {
  display: block;
  max-height: 100%;
  max-width: 200px;
}
.product-s7 .item .tit {
  font-size: max(16px, 1.375rem);
  color: #000000;
  margin-top: 1rem;
}
.product-s7 .item p {
  font-size: 14px;
  color: #8e929a;
  line-height: 22px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-s7 .item .tips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.product-s7 .item .tips span {
  padding: 0 8px;
  font-size: 12px;
  color: #8e929a;
  line-height: 24px;
  background-color: #f6f7fa;
  border-radius: 3px;
}
.product-s7 .item .more {
  position: absolute;
  bottom: 2.5rem;
  font-size: 14px;
  color: #108cee;
}
.product-s7 .item .more:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media (any-hover: hover) {
  .product-s7 .item:hover .img-box img {
    transform: scale(1.1);
  }
}
.product-s7 .button {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.product-s7 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 -0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.product-s7 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  z-index: 2;
  transition: all .3s ease;
}
.product-s7 .prev {
  left: -70px;
}
.product-s7 .prev i {
  background-image: url("../images/product/prev-1.png");
}
@media (any-hover: hover) {
  .product-s7 .prev:hover:before {
    opacity: 1;
  }
  .product-s7 .prev:hover i {
    background-image: url("../images/product/prev-2.png");
  }
}
.product-s7 .next {
  right: -70px;
}
.product-s7 .next i {
  background-image: url("../images/product/next-1.png");
}
@media (any-hover: hover) {
  .product-s7 .next:hover:before {
    opacity: 1;
  }
  .product-s7 .next:hover i {
    background-image: url("../images/product/next-2.png");
  }
}
.product-s7 .cases-block .tit {
  margin: 3.125rem 0;
  display: flex;
  align-items: center;
}
.product-s7 .cases-block .tit:before, .product-s7 .cases-block .tit:after {
  content: '';
  width: calc(50% - 60px);
  height: 1px;
  background-color: #d8e7fd;
}
.product-s7 .cases-block .tit span {
  font-size: max(16px, 1.25rem);
  color: #1f2329;
  width: 120px;
  text-align: center;
}
.product-s7 .cases-block .lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.product-s7 .cases-block .list {
  display: block;
  width: calc((100% - 90px) / 10);
  height: max(60px, 5rem);
  border-radius: 10px;
  border: 1px solid #e8f0f7;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.1);
}
.product-s7 .cases-block .list img {
  width: auto;
  max-width: 72%;
  max-height: 72%;
}
.product-s7 .cases-block a.list {
  border-color: #108cee;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .product-s7 .cases-block a.list:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}

.product-s8 {
  position: relative;
  padding: 7.5rem 0 0;
  overflow: hidden;
}
.product-s8 .tab-tit {
  margin-top: 2.5rem;
}
.product-s8 .tab-tit .sw {
  display: flex;
  justify-content: center;
  grid-gap: 2.5rem;
}
.product-s8 .tab-tit .item {
  cursor: pointer;
}
.product-s8 .tab-tit .item span {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #333333;
  padding: 0 1rem 10px;
  position: relative;
  transition: color .3s ease;
}
.product-s8 .tab-tit .item span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1e8fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.product-s8 .tab-tit .item.active span {
  color: #1e8fff;
  font-weight: bold;
}
.product-s8 .tab-tit .item.active span:after {
  transform: scaleX(1);
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .product-s8 .tab-tit .item:hover span {
    color: #1e8fff;
  }
  .product-s8 .tab-tit .item:hover span:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}
.product-s8 .tab-cont {
  margin-top: 2rem;
}
.product-s8 .tab-cont .child {
  display: none;
}
.product-s8 .tab-cont .child.active {
  display: block;
}
.product-s8 .video-items .swiper {
  margin: 0 -15px;
  padding: 15px 0;
}
.product-s8 .video-items .item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  height: 15.625rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product-s8 .video-items .item .img-box {
  height: 100%;
}
.product-s8 .video-items .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-s8 .video-items .item .tit {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: max(14px, 1.25rem);
  color: #1f2329;
  z-index: 3;
  transition: color .3s ease;
}
.product-s8 .video-items .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(6, 131, 255, 0.7);
  opacity: 0;
  transition: opacity .3s ease;
}
.product-s8 .video-items .item .mask:before {
  content: '';
  width: max(40px, 3.25rem);
  height: max(40px, 3.25rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-8.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}
@media (any-hover: hover) {
  .product-s8 .video-items .item:hover .tit {
    color: #fff;
  }
  .product-s8 .video-items .item:hover .mask {
    opacity: 1;
  }
}
.product-s8 .data-items .swiper {
  margin: 0 -15px;
  padding: 15px 0;
}
.product-s8 .data-items .item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  height: 15.625rem;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: background .3s ease;
}
.product-s8 .data-items .item .box {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.875rem;
}
.product-s8 .data-items .item .icon {
  position: absolute;
  bottom: -3rem;
  right: -1rem;
  width: 11.25rem;
  height: 11.25rem;
}
.product-s8 .data-items .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}
.product-s8 .data-items .item .icon i.hide {
  opacity: 0;
}
.product-s8 .data-items .item .tit, .product-s8 .data-items .item p, .product-s8 .data-items .item a {
  position: relative;
  z-index: 2;
}
.product-s8 .data-items .item .tit {
  font-size: max(16px, 1.375rem);
  color: #1f2329;
  transition: color .3s ease;
}
.product-s8 .data-items .item p {
  font-size: 14px;
  line-height: 20px;
  color: #8e929a;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.product-s8 .data-items .item a {
  margin-top: 1rem;
  display: inline-block;
  font-size: 14px;
  color: #108cee;
  transition: color .3s ease;
}
.product-s8 .data-items .item a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .product-s8 .data-items .item:hover {
    background-color: #108cee;
  }
  .product-s8 .data-items .item:hover .icon i.show {
    opacity: 0;
  }
  .product-s8 .data-items .item:hover .icon i.hide {
    opacity: 1;
  }
  .product-s8 .data-items .item:hover .tit {
    color: #fff;
  }
  .product-s8 .data-items .item:hover p {
    color: #fff;
  }
  .product-s8 .data-items .item:hover a {
    color: #fff;
  }
  .product-s8 .data-items .item:hover a:after {
    background-image: url("../images/product/icon-1.png");
  }
}
.product-s8 .pagination {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
}
.product-s8 .pagination span {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #b2d2fd;
  transition: all .3s ease;
  cursor: pointer;
}
.product-s8 .pagination span.active {
  background-color: #317af7;
}

.product-s9 {
  position: relative;
  padding: 7.5rem 0 0;
}
.product-s9:before {
  content: '';
  width: 60rem;
  height: 67.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-7.png");
  position: absolute;
  right: 0;
  top: -15rem;
}
.product-s9 .items {
  margin-top: 3.125rem;
}
.product-s9 .item {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.product-s9 .item:nth-of-type(1) {
  margin-top: 0;
}
.product-s9 .item .show {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.5rem 7.5rem 1.5rem 1.875rem;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: background .3s ease;
}
.product-s9 .item .show:before {
  content: '';
  width: 18px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-4.png");
}
.product-s9 .item .show:after {
  content: '';
  width: 9px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-5.png");
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -7px;
  transition: transform .3s ease;
}
.product-s9 .item .show span {
  width: calc(100% - 18px);
  font-size: max(16px, 1.125rem);
  line-height: 22px;
  color: #1f2329;
  padding-left: 1rem;
}
.product-s9 .item .hide {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2.5rem 1.875rem;
  display: none;
}
.product-s9 .item .hide .para {
  font-size: max(14px, 1rem);
  line-height: 1.5;
  color: #8e929a;
}
.product-s9 .item.active .show {
  background-color: #fff;
}
.product-s9 .item.active .show:after {
  transform: rotate(90deg);
}

.product-s10 {
  position: relative;
  padding: 7.5rem 0 0;
  z-index: 0;
}
.product-s10:before {
  content: '';
  width: 100%;
  height: 66.66vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-6.png");
  position: absolute;
  bottom: -7.5rem;
  left: 0;
  pointer-events: none;
}
.product-s10 .items {
  margin-top: 3.125rem;
}
.product-s10 .item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
}
.product-s10 .item .box {
  display: block;
  height: 100%;
  padding: 2.5rem;
}
.product-s10 .item .img-box {
  width: max(40px, 3.75rem);
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(245, 246, 250, 0.9);
}
.product-s10 .item .img-box img {
  display: block;
  width: 100%;
}
.product-s10 .item .tit {
  margin-top: 1.25rem;
  font-size: max(16px, 1.375rem);
  color: #050f3f;
}
.product-s10 .item p {
  font-size: 14px;
  color: #8e929a;
  line-height: 22px;
  margin-top: 10px;
}
.product-s10 .pagination {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
}
.product-s10 .pagination span {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #b2d2fd;
  transition: all .3s ease;
  cursor: pointer;
}
.product-s10 .pagination span.active {
  background-color: #317af7;
}

.product-s11 {
  margin-top: 7.5rem;
  padding: 5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-5.jpg");
}
.product-s11 .c-label-pro .tit {
  color: #fff;
}
.product-s11 .c-label-pro p {
  color: #fff;
}
.product-s11 .btns {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.product-s11 .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.product-s11 .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .product-s11 .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}

.solution-s1 {
  position: relative;
  z-index: 2;
}
.solution-s1 .img-box img.pc {
  display: block;
  width: 100%;
  height: 32.8125vw;
  object-fit: cover;
}
.solution-s1 .img-box img.m {
  display: none;
  width: 100%;
  height: 85.33vw;
  max-height: 350px;
  object-fit: cover;
}
.solution-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.solution-s1 .txt-box .tit {
  font-size: 2.25rem;
  color: #108cee;
  font-weight: bold;
}
.solution-s1 .txt-box p {
  max-width: 38rem;
  font-size: max(16px, 1.5rem);
  color: #12202e;
  line-height: 1.5;
  margin-top: 10px;
}
.solution-s1 .txt-box p.m {
  display: none;
}
.solution-s1 .txt-box .btns {
  margin-top: 2rem;
  display: flex;
}
.solution-s1 .txt-box .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.solution-s1 .txt-box .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .solution-s1 .txt-box .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.solution-s1 .form-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.solution-s1 .form-box .wrap-s {
  display: flex;
  justify-content: flex-end;
}
.solution-s1 .form-box .block {
  width: max(300px, 22.5rem);
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 15px;
  padding: 3.125rem 1.75rem;
  pointer-events: auto;
}
.solution-s1 .form-box .tit {
  font-size: max(16px, 1.5rem);
  color: #fff;
}
.solution-s1 .form-box .form {
  margin-top: 2.5rem;
}
.solution-s1 .form-box .box {
  margin-top: 10px;
}
.solution-s1 .form-box .box:nth-of-type(1) {
  margin-top: 0;
}
.solution-s1 .form-box .box.code {
  position: relative;
}
.solution-s1 .form-box .box.code input {
  padding-right: max(140px, 10rem);
}
.solution-s1 .form-box .box.flex {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  grid-gap: 10px;
}
.solution-s1 .form-box .box a.btn {
  width: max(130px, 9.375rem);
  position: absolute;
  right: 0;
  top: 0;
  line-height: max(40px, 3rem);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 5px 5px 0;
  font-size: max(14px, 1rem);
  color: #fff;
  text-align: center;
}
.solution-s1 .form-box .box img {
  width: max(130px, 9.375rem);
  position: absolute;
  right: 0;
  top: 0;
  height: max(40px, 3rem);
}
.solution-s1 .form-box .tips {
  font-size: 14px;
  color: #fff;
}
.solution-s1 .form-box .tips a {
  color: #fff;
}
.solution-s1 .form-box input[type="text"] {
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: max(40px, 3rem);
  padding: 0 1.5rem;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.solution-s1 .form-box input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.solution-s1 .form-box input[type="text"]:-moz-placeholder {
  color: #fff;
}
.solution-s1 .form-box input[type="text"]::-moz-placeholder {
  color: #fff;
}
.solution-s1 .form-box input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.solution-s1 .form-box input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.solution-s1 .form-box button {
  width: 100%;
  height: max(40px, 3rem);
  border-radius: 5px;
  background-color: #108cee;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.solution-s2 {
  padding: 7.5rem 0 0;
  position: relative;
}
.solution-s2:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
  z-index: 2;
  pointer-events: none;
}
.solution-s2:before {
  content: '';
  width: 100%;
  height: 29.5vw;
  position: absolute;
  left: 0;
  bottom: -5rem;
  background: url("../images/solution/img-2.jpg") center top no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}
.solution-s2 .items {
  position: relative;
  margin-top: 3.125rem;
}
.solution-s2 .item {
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  height: auto;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.solution-s2 .item .top-box {
  position: relative;
  padding: 1.875rem 1.25rem;
  z-index: 1;
}
.solution-s2 .item .top-box .tit {
  font-size: max(16px, 1.5rem);
  color: #ffffff;
}
.solution-s2 .item .top-box p {
  font-size: max(14px, 1rem);
  color: #fff;
  line-height: 22px;
  margin-top: 10px;
}
.solution-s2 .item .bot-box {
  height: 100%;
  padding: 1.875rem 1.25rem;
  border-radius: 10px;
  border: 1px solid #fff;
  position: relative;
  z-index: 2;
}
.solution-s2 .item .bot-box p {
  font-size: max(12px, 0.85rem);
  color: #8e929a;
  line-height: 22px;
}
.solution-s2 .item:nth-of-type(5n-4) {
  background-image: linear-gradient(150deg, #143fc0, #446cdb, #446cdb);
}
.solution-s2 .item:nth-of-type(5n-4) .bot-box {
  background-image: linear-gradient(180deg, #d0e2ff, #ffffff, #ffffff);
}
.solution-s2 .item:nth-of-type(5n-3) {
  background-image: linear-gradient(150deg, #176cec, #448fff, #448fff);
}
.solution-s2 .item:nth-of-type(5n-3) .bot-box {
  background-image: linear-gradient(180deg, #dae9ff, #ffffff, #ffffff);
}
.solution-s2 .item:nth-of-type(5n-2) {
  background-image: linear-gradient(150deg, #1593ea, #46b0fa, #46b0fa);
}
.solution-s2 .item:nth-of-type(5n-2) .bot-box {
  background-image: linear-gradient(180deg, #dae9ff, #ffffff, #ffffff);
}
.solution-s2 .item:nth-of-type(5n-1) {
  background-image: linear-gradient(150deg, #2979df, #5998e7, #5998e7);
}
.solution-s2 .item:nth-of-type(5n-1) .bot-box {
  background-image: linear-gradient(180deg, #d6e8ff, #ffffff, #ffffff);
}
.solution-s2 .item:nth-of-type(5n) {
  background-image: linear-gradient(150deg, #4eb3d8, #a4f4ff, #a4f4ff);
}
.solution-s2 .item:nth-of-type(5n) .bot-box {
  background-image: linear-gradient(180deg, #d8f3ff, #ffffff, #ffffff);
}
.solution-s2 .button {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.solution-s2 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 -0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.solution-s2 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  z-index: 2;
  transition: all .3s ease;
}
.solution-s2 .prev {
  left: -70px;
}
.solution-s2 .prev i {
  background-image: url("../images/product/prev-1.png");
}
@media (any-hover: hover) {
  .solution-s2 .prev:hover:before {
    opacity: 1;
  }
  .solution-s2 .prev:hover i {
    background-image: url("../images/product/prev-2.png");
  }
}
.solution-s2 .next {
  right: -70px;
}
.solution-s2 .next i {
  background-image: url("../images/product/next-1.png");
}
@media (any-hover: hover) {
  .solution-s2 .next:hover:before {
    opacity: 1;
  }
  .solution-s2 .next:hover i {
    background-image: url("../images/product/next-2.png");
  }
}

.solution-s3 {
  position: relative;
  padding: 7.5rem 0 0;
}
.solution-s3 .btns {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.solution-s3 .btns a {
  font-size: 14px;
  color: #108cee;
  padding-bottom: 5px;
  border-bottom: 1px solid #108cee;
}
.solution-s3 .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
.solution-s3 .img-box {
  position: relative;
}
.solution-s3 .img-box:before {
  content: '';
  width: 100%;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/product/img-4.png");
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.solution-s3 .img-box img {
  display: block;
  width: 100%;
  max-width: none !important;
}

.solution-s4 {
  position: relative;
  padding: 7.5rem 0 0;
}
.solution-s4 .tab-tit {
  margin-top: 2.5rem;
}
.solution-s4 .tab-tit .sw {
  display: flex;
}
.solution-s4 .tab-tit .item {
  width: auto;
  margin-right: 2rem;
  cursor: pointer;
}
.solution-s4 .tab-tit .item:last-of-type {
  margin-right: 0;
}
.solution-s4 .tab-tit .item span {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #333333;
  padding: 0 1rem 10px;
  position: relative;
  transition: color .3s ease;
}
.solution-s4 .tab-tit .item span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1e8fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.solution-s4 .tab-tit .item.active span {
  color: #1e8fff;
  font-weight: bold;
}
.solution-s4 .tab-tit .item.active span:after {
  transform: scaleX(1);
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .solution-s4 .tab-tit .item:hover span {
    color: #1e8fff;
  }
  .solution-s4 .tab-tit .item:hover span:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}
.solution-s4 .tab-cont {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(175deg, #f1f7fe, #f1f7fe, #d2e8fe);
}
.solution-s4 .tab-cont .child {
  display: none;
}
.solution-s4 .tab-cont .child.active {
  display: block;
}
.solution-s4 .tab-cont .child.active .tit, .solution-s4 .tab-cont .child.active p, .solution-s4 .tab-cont .child.active .tips, .solution-s4 .tab-cont .child.active .btns, .solution-s4 .tab-cont .child.active .img-box {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.solution-s4 .tab-cont .child.active p, .solution-s4 .tab-cont .child.active .img-box {
  animation-delay: .1s;
}
.solution-s4 .tab-cont .child.active .tips {
  animation-delay: .2s;
}
.solution-s4 .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.solution-s4 .tab-cont .block {
  height: max(400px, 37.5rem);
  display: flex;
  align-items: center;
}
.solution-s4 .tab-cont .txt-box {
  width: 50%;
  padding: 0 2.5rem 0 5.625rem;
}
.solution-s4 .tab-cont .tit, .solution-s4 .tab-cont p, .solution-s4 .tab-cont .tips, .solution-s4 .tab-cont .btns, .solution-s4 .tab-cont .img-box {
  opacity: 0;
}
.solution-s4 .tab-cont .tit {
  font-size: 2rem;
  color: #108cee;
  font-weight: bold;
  padding-bottom: 1rem;
  position: relative;
}
.solution-s4 .tab-cont .tit:after {
  content: '';
  width: 2.5rem;
  height: 3px;
  background-color: #1e8fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.solution-s4 .tab-cont p {
  font-size: max(15px, 1.125rem);
  color: #8e929a;
  line-height: 1.6;
  margin-top: 1.25rem;
}
.solution-s4 .tab-cont .tips {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25rem;
}
.solution-s4 .tab-cont .tips span {
  font-size: max(14px, 1rem);
  color: #7a8799;
}
.solution-s4 .tab-cont .tips span:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.solution-s4 .tab-cont .btns {
  margin-top: 2.5rem;
  display: flex;
}
.solution-s4 .tab-cont .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.solution-s4 .tab-cont .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .solution-s4 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.solution-s4 .tab-cont .img-box {
  width: 50%;
  height: 100%;
  text-align: center;
}
.solution-s4 .tab-cont .img-box img {
  width: auto;
  max-width: 90%;
  max-height: 90%;
}

.solution-s5 {
  position: relative;
  padding: 7.5rem 0 0;
  overflow: hidden;
}
.solution-s5 .items {
  position: relative;
  margin-top: 2.5rem;
}
.solution-s5 .sw {
  display: flex;
}
.solution-s5 .item {
  position: relative;
  width: calc((100% - 30vw) / 3);
  height: max(250px, 23.75rem);
  transition: width .3s ease;
}
.solution-s5 .item .show {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #dceaff;
  padding: 4.375rem 3rem 0;
  transition: all .3s ease;
}
.solution-s5 .item .show i {
  display: block;
  margin: 0 auto;
  width: max(40px, 4.375rem);
  height: max(50px, 4.375rem);
  border-radius: 10px;
  background-color: rgba(245, 246, 250, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-s5 .item .show .tit {
  font-size: max(16px, 1.375rem);
  text-align: center;
  color: #000;
  margin-top: 1.5rem;
}
.solution-s5 .item .show p {
  font-size: max(14px, 1rem);
  color: #8e929a;
  line-height: 1.8;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-s5 .item .hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-8.jpg");
  border-radius: 10px;
  border: 1px solid #108cee;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
}
.solution-s5 .item .hide .tit {
  font-size: max(16px, 1.375rem);
  color: #fff;
  padding: 1.5rem 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-9.jpg");
}
.solution-s5 .item .hide .box {
  padding: 2.5rem;
}
.solution-s5 .item .hide p {
  font-size: max(14px, 1.125rem);
  color: #8e929a;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-s5 .item .hide .btns {
  margin-top: 2rem;
  display: flex;
}
.solution-s5 .item .hide .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.solution-s5 .item .hide .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .solution-s5 .item .hide .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.solution-s5 .item.active {
  width: 30vw;
}
.solution-s5 .item.active .show {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.solution-s5 .item.active .hide {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.solution-s6 {
  position: relative;
  padding: 7.5rem 0 0;
}
.solution-s6 .items {
  position: relative;
  margin-top: 2.5rem;
}
.solution-s6 .swiper {
  margin: 0 -10px;
  padding: 10px 0;
}
.solution-s6 .item {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  height: auto;
  padding: 2.5rem 3.75rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 10px rgba(16, 140, 238, 0.2);
}
.solution-s6 .item .tit {
  font-size: max(16px, 1.5rem);
}
.solution-s6 .item p {
  font-size: max(14px, 1rem);
  color: #8e929a;
  line-height: 22px;
  margin-top: 10px;
}
.solution-s6 .button {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.solution-s6 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 -0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.solution-s6 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  z-index: 2;
  transition: all .3s ease;
}
.solution-s6 .prev {
  left: -70px;
}
.solution-s6 .prev i {
  background-image: url("../images/product/prev-1.png");
}
@media (any-hover: hover) {
  .solution-s6 .prev:hover:before {
    opacity: 1;
  }
  .solution-s6 .prev:hover i {
    background-image: url("../images/product/prev-2.png");
  }
}
.solution-s6 .next {
  right: -70px;
}
.solution-s6 .next i {
  background-image: url("../images/product/next-1.png");
}
@media (any-hover: hover) {
  .solution-s6 .next:hover:before {
    opacity: 1;
  }
  .solution-s6 .next:hover i {
    background-image: url("../images/product/next-2.png");
  }
}

.solution-s7 {
  position: relative;
  padding: 7.5rem 0 0;
}
.solution-s7 .items {
  margin-top: 3.125rem;
  position: relative;
}
.solution-s7 .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  background-color: #fff;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.solution-s7 .item a {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 5.625rem;
}
.solution-s7 .item .label {
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  background-color: #108cee;
  padding: 0 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.solution-s7 .item .img-box {
  position: relative;
  height: 15.9375rem;
  overflow: hidden;
  z-index: 1;
}
.solution-s7 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.solution-s7 .item .txt-box {
  padding: 2.5rem 2rem 0;
}
.solution-s7 .item .logobox {
  height: 35px;
  display: flex;
  align-items: center;
}
.solution-s7 .item .logobox img {
  display: block;
  max-height: 100%;
  max-width: 200px;
}
.solution-s7 .item .tit {
  font-size: max(16px, 1.375rem);
  color: #000000;
  margin-top: 1rem;
}
.solution-s7 .item .s-tit {
  font-size: max(13px, 0.875rem);
  color: #000;
  margin-top: 10px;
}
.solution-s7 .item p {
  font-size: max(12px, 0.875rem);
  color: #8e929a;
  line-height: 22px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-s7 .item .tips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.solution-s7 .item .tips span {
  padding: 0 8px;
  font-size: 12px;
  color: #8e929a;
  line-height: 24px;
  background-color: #f6f7fa;
  border-radius: 3px;
}
.solution-s7 .item .more {
  position: absolute;
  bottom: 2.5rem;
  font-size: 14px;
  color: #108cee;
}
.solution-s7 .item .more:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
@media (any-hover: hover) {
  .solution-s7 .item:hover .img-box img {
    transform: scale(1.1);
  }
}
.solution-s7 .button {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.solution-s7 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 -0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.solution-s7 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  z-index: 2;
  transition: all .3s ease;
}
.solution-s7 .prev {
  left: -70px;
}
.solution-s7 .prev i {
  background-image: url("../images/product/prev-1.png");
}
@media (any-hover: hover) {
  .solution-s7 .prev:hover:before {
    opacity: 1;
  }
  .solution-s7 .prev:hover i {
    background-image: url("../images/product/prev-2.png");
  }
}
.solution-s7 .next {
  right: -70px;
}
.solution-s7 .next i {
  background-image: url("../images/product/next-1.png");
}
@media (any-hover: hover) {
  .solution-s7 .next:hover:before {
    opacity: 1;
  }
  .solution-s7 .next:hover i {
    background-image: url("../images/product/next-2.png");
  }
}
.solution-s7 .cases-block .tit {
  margin: 3.125rem 0;
  display: flex;
  align-items: center;
}
.solution-s7 .cases-block .tit:before, .solution-s7 .cases-block .tit:after {
  content: '';
  width: calc(50% - 60px);
  height: 1px;
  background-color: #d8e7fd;
}
.solution-s7 .cases-block .tit span {
  font-size: max(16px, 1.25rem);
  color: #1f2329;
  width: 120px;
  text-align: center;
}
.solution-s7 .cases-block .lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.solution-s7 .cases-block .list {
  display: block;
  width: calc((100% - 90px) / 10);
  height: max(60px, 5rem);
  border-radius: 10px;
  border: 1px solid #e8f0f7;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.1);
}
.solution-s7 .cases-block .list img {
  width: auto;
  max-width: 72%;
  max-height: 72%;
}
.solution-s7 .cases-block a.list {
  border-color: #108cee;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .solution-s7 .cases-block a.list:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}

.solution-s8 {
  position: relative;
  padding: 7.5rem 0 0;
  overflow: hidden;
}
.solution-s8 .tab-tit {
  margin-top: 2.5rem;
}
.solution-s8 .tab-tit .sw {
  display: flex;
  justify-content: center;
  grid-gap: 2.5rem;
}
.solution-s8 .tab-tit .item {
  cursor: pointer;
}
.solution-s8 .tab-tit .item span {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #333333;
  padding: 0 1rem 10px;
  position: relative;
  transition: color .3s ease;
}
.solution-s8 .tab-tit .item span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1e8fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.solution-s8 .tab-tit .item.active span {
  color: #1e8fff;
  font-weight: bold;
}
.solution-s8 .tab-tit .item.active span:after {
  transform: scaleX(1);
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .solution-s8 .tab-tit .item:hover span {
    color: #1e8fff;
  }
  .solution-s8 .tab-tit .item:hover span:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}
.solution-s8 .tab-cont {
  margin-top: 2rem;
}
.solution-s8 .tab-cont .child {
  display: none;
}
.solution-s8 .tab-cont .child.active {
  display: block;
}
.solution-s8 .video-items .swiper {
  margin: 0 -15px;
  padding: 15px 0;
}
.solution-s8 .video-items .item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  height: 15.625rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.solution-s8 .video-items .item .img-box {
  height: 100%;
}
.solution-s8 .video-items .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-s8 .video-items .item .tit {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: max(14px, 1.25rem);
  color: #1f2329;
  z-index: 3;
  transition: color .3s ease;
}
.solution-s8 .video-items .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(6, 131, 255, 0.7);
  opacity: 0;
  transition: opacity .3s ease;
}
.solution-s8 .video-items .item .mask:before {
  content: '';
  width: max(40px, 3.25rem);
  height: max(40px, 3.25rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-8.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}
@media (any-hover: hover) {
  .solution-s8 .video-items .item:hover .tit {
    color: #fff;
  }
  .solution-s8 .video-items .item:hover .mask {
    opacity: 1;
  }
}
.solution-s8 .data-items .swiper {
  margin: 0 -15px;
  padding: 15px 0;
}
.solution-s8 .data-items .item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  height: 15.625rem;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: background .3s ease;
}
.solution-s8 .data-items .item .box {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.875rem;
}
.solution-s8 .data-items .item .icon {
  position: absolute;
  bottom: -3rem;
  right: -1rem;
  width: 11.25rem;
  height: 11.25rem;
}
.solution-s8 .data-items .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .3s ease;
}
.solution-s8 .data-items .item .icon i.hide {
  opacity: 0;
}
.solution-s8 .data-items .item .tit, .solution-s8 .data-items .item p, .solution-s8 .data-items .item a {
  position: relative;
  z-index: 2;
}
.solution-s8 .data-items .item .tit {
  font-size: max(16px, 1.375rem);
  color: #1f2329;
  transition: color .3s ease;
}
.solution-s8 .data-items .item p {
  font-size: 14px;
  line-height: 20px;
  color: #8e929a;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.solution-s8 .data-items .item a {
  margin-top: 1rem;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #108cee;
  cursor: pointer;
  transition: color .3s ease;
}
.solution-s8 .data-items .item a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .solution-s8 .data-items .item:hover {
    background-color: #108cee;
  }
  .solution-s8 .data-items .item:hover .icon i.show {
    opacity: 0;
  }
  .solution-s8 .data-items .item:hover .icon i.hide {
    opacity: 1;
  }
  .solution-s8 .data-items .item:hover .tit {
    color: #fff;
  }
  .solution-s8 .data-items .item:hover p {
    color: #fff;
  }
  .solution-s8 .data-items .item:hover a {
    color: #fff;
  }
  .solution-s8 .data-items .item:hover a:after {
    background-image: url("../images/product/icon-1.png");
  }
}
.solution-s8 .pagination {
  margin-top: 3.125rem;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
}
.solution-s8 .pagination span {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #b2d2fd;
  transition: all .3s ease;
  cursor: pointer;
}
.solution-s8 .pagination span.active {
  background-color: #317af7;
}

.solution-s9 {
  position: relative;
  padding: 7.5rem 0 0;
  z-index: 0;
}
.solution-s9:before {
  content: '';
  width: 100%;
  height: 66.66vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-6.png");
  position: absolute;
  bottom: -7.5rem;
  left: 0;
  pointer-events: none;
}
.solution-s9 .items {
  margin-top: 3.125rem;
}
.solution-s9 .item {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.solution-s9 .item:nth-of-type(1) {
  margin-top: 0;
}
.solution-s9 .item .show {
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1.5rem 7.5rem 1.5rem 1.875rem;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: background .3s ease;
}
.solution-s9 .item .show:before {
  content: '';
  width: 18px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-4.png");
}
.solution-s9 .item .show:after {
  content: '';
  width: 9px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-5.png");
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -7px;
  transition: transform .3s ease;
}
.solution-s9 .item .show span {
  width: calc(100% - 18px);
  font-size: max(16px, 1.125rem);
  line-height: 22px;
  color: #1f2329;
  padding-left: 1rem;
}
.solution-s9 .item .hide {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2.5rem 1.875rem;
  display: none;
}
.solution-s9 .item .hide .para {
  font-size: max(14px, 1rem);
  line-height: 1.5;
  color: #8e929a;
}
.solution-s9 .item.active .show {
  background-color: #fff;
}
.solution-s9 .item.active .show:after {
  transform: rotate(90deg);
}

.solution-s10 {
  position: relative;
  padding: 7.5rem 0 0;
}
.solution-s10 .tab-wrap {
  margin-top: 3.125rem;
  position: relative;
  padding-bottom: max(110px, calc(20px + 8.75rem));
}
.solution-s10 .tab-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.solution-s10 .tab-tit .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  height: max(90px, 8.75rem);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 0 3.125rem;
  display: flex;
  align-items: center;
  transition: border .3s ease;
  cursor: pointer;
}
.solution-s10 .tab-tit .item .img-box {
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
}
.solution-s10 .tab-tit .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-s10 .tab-tit .item .txt-box {
  width: calc(100% - 5.375rem);
  padding-left: 1.875rem;
}
.solution-s10 .tab-tit .item .tit {
  font-size: max(16px, 1.5rem);
  color: #000000;
}
.solution-s10 .tab-tit .item p {
  font-size: max(14px, 1rem);
  color: #8e929a;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-s10 .tab-tit .item.active {
  border-color: #108cee;
}
.solution-s10 .tab-cont {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 1.875rem rgba(16, 140, 238, 0.3);
}
.solution-s10 .tab-cont .child {
  position: relative;
  height: max(300px, 25rem);
  display: none;
}
.solution-s10 .tab-cont .child.active {
  display: block;
}
.solution-s10 .tab-cont .child.active .tit, .solution-s10 .tab-cont .child.active p, .solution-s10 .tab-cont .child.active .tips, .solution-s10 .tab-cont .child.active .btns {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.solution-s10 .tab-cont .child.active p {
  animation-delay: .1s;
}
.solution-s10 .tab-cont .child.active .tips {
  animation-delay: .2s;
}
.solution-s10 .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.solution-s10 .tab-cont .tit, .solution-s10 .tab-cont p, .solution-s10 .tab-cont .tips, .solution-s10 .tab-cont .btns {
  opacity: 0;
}
.solution-s10 .tab-cont .img-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.solution-s10 .tab-cont .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-s10 .tab-cont .img-box:after {
  content: '';
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/solution/img-12.png");
}
.solution-s10 .tab-cont .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  padding: 0 5.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution-s10 .tab-cont .tit {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}
.solution-s10 .tab-cont p {
  font-size: max(14px, 1.125rem);
  color: #8e929a;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-s10 .tab-cont .tips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
}
.solution-s10 .tab-cont .tips span {
  font-size: max(12px, 1rem);
  color: #7a8799;
  position: relative;
}
.solution-s10 .tab-cont .tips span:after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #cacfd6;
  position: absolute;
  right: -1.25rem;
  top: 50%;
  margin-top: -6px;
}
.solution-s10 .tab-cont .tips span i {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: -2px 5px 0 0;
}
.solution-s10 .tab-cont .btns {
  margin-top: 1.5rem;
  display: flex;
}
.solution-s10 .tab-cont .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.solution-s10 .tab-cont .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .solution-s10 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.solution-s10 .button {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.solution-s10 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 -0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.solution-s10 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 13px;
  z-index: 2;
  transition: all .3s ease;
}
.solution-s10 .prev {
  left: -70px;
}
.solution-s10 .prev i {
  background-image: url("../images/product/prev-1.png");
}
@media (any-hover: hover) {
  .solution-s10 .prev:hover:before {
    opacity: 1;
  }
  .solution-s10 .prev:hover i {
    background-image: url("../images/product/prev-2.png");
  }
}
.solution-s10 .next {
  right: -70px;
}
.solution-s10 .next i {
  background-image: url("../images/product/next-1.png");
}
@media (any-hover: hover) {
  .solution-s10 .next:hover:before {
    opacity: 1;
  }
  .solution-s10 .next:hover i {
    background-image: url("../images/product/next-2.png");
  }
}

.solution-s11 {
  margin-top: 7.5rem;
  padding: 5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/product/img-5.jpg");
}
.solution-s11 .c-label-pro .tit {
  color: #fff;
}
.solution-s11 .c-label-pro p {
  color: #fff;
}
.solution-s11 .btns {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.solution-s11 .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #108cee;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.solution-s11 .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/product/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .solution-s11 .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}

@media screen and (max-width: 1900px) {
  .product-scrollnav {
    left: 10px;
  }

  .solution-scrollnav {
    left: 10px;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }

  .wrap-s {
    width: calc(100% - 260px);
  }

  .product-scrollnav span {
    font-size: 12px;
  }

  .product-s2 .button,
  .product-s5 .button,
  .product-s7 .button {
    width: 36px;
    height: 36px;
  }

  .product-s2 .prev,
  .product-s5 .prev,
  .product-s7 .prev {
    left: -50px;
  }

  .product-s2 .next,
  .product-s5 .next,
  .product-s7 .next {
    right: -50px;
  }

  .product-s6 .items.items-6 .item {
    width: calc((100% - 50vw + 130px - 7.5rem) / 5);
  }

  .product-s6 .items.items-5 .item {
    width: calc((100% - 50vw + 130px - 6.25rem) / 4);
  }

  .product-s6 .items.items-4 .item {
    width: calc((100% - 50vw + 130px - 5rem) / 3);
  }

  .product-s6 .items.items-3 .item {
    width: calc((100% - 50vw + 130px - 3.75rem) / 2);
  }

  .product-s6 .item.active {
    width: calc(50vw - 130px) !important;
  }

  .product-s6 .item .hide {
    width: calc(50vw - 130px);
  }

  .solution-scrollnav span {
    font-size: 12px;
  }

  .solution-s2 .button,
  .solution-s6 .button,
  .solution-s7 .button,
  .solution-s10 .button {
    width: 36px;
    height: 36px;
  }

  .solution-s2 .prev,
  .solution-s6 .prev,
  .solution-s7 .prev,
  .solution-s10 .prev {
    left: -50px;
  }

  .solution-s2 .next,
  .solution-s6 .next,
  .solution-s7 .next,
  .solution-s10 .next {
    right: -50px;
  }
}
@media screen and (max-width: 1681px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }

  .product-s2 .item {
    width: calc((100% - 60px) / 4);
  }

  .product-s7 .cases-block .list {
    width: calc((100% - 70px) / 8);
  }

  .solution-s2 .item {
    width: calc((100% - 60px) / 4);
  }

  .solution-s7 .cases-block .list {
    width: calc((100% - 70px) / 8);
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1025px) {
  .product-main {
    margin-top: 60px;
  }

  .wrap-s {
    width: 90%;
  }

  .product-s2 .button,
  .product-s5 .button,
  .product-s7 .button {
    display: none;
  }

  .product-s2 .pagination,
  .product-s5 .pagination,
  .product-s6 .pagination,
  .product-s7 .pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    grid-gap: 5px;
  }
  .product-s2 .pagination span,
  .product-s5 .pagination span,
  .product-s6 .pagination span,
  .product-s7 .pagination span {
    width: 10px;
    height: 3px;
    border-radius: 3px;
    background-color: #b2d2fd;
    transition: all .3s ease;
    cursor: pointer;
  }
  .product-s2 .pagination span.active,
  .product-s5 .pagination span.active,
  .product-s6 .pagination span.active,
  .product-s7 .pagination span.active {
    background-color: #317af7;
  }

  .product-s8 .pagination,
  .product-s10 .pagination {
    margin-top: 2rem;
    grid-gap: 5px;
  }
  .product-s8 .pagination span,
  .product-s10 .pagination span {
    width: 10px;
    height: 3px;
  }

  .product-s1 .img-box img.pc {
    display: none;
  }

  .product-s1 .img-box img.m {
    display: block;
  }

  .product-s1 .txt-box {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .product-s1 .txt-box .tit,
  .product-s1 .txt-box p {
    color: #fff;
  }

  .product-s1 .txt-box p.pc {
    display: none;
  }

  .product-s1 .txt-box p.m {
    display: block;
  }

  .product-s1 .form-box {
    display: none;
  }

  .product-s1 .form-box .block {
    padding: 2rem;
  }

  .product-s2 .item {
    width: calc((100% - 40px) / 3);
  }

  .product-s4 .tab-tit .item {
    width: auto;
    margin-right: 0;
  }

  .product-s5:before {
    display: none;
  }

  .product-s6 .sw {
    grid-gap: 0;
  }

  .product-s6 .item {
    transition: none;
  }

  .product-s6 .item .show {
    display: none;
  }

  .product-s6 .item .hide {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .product-s6 .item .hide .txt-box {
    padding: 0 3rem;
  }

  .product-s7 .item .img-box {
    height: 22vw;
  }

  .product-s7 .item {
    width: calc((100% - 20px) / 2);
  }

  .product-s8 .data-items .item {
    transition: none;
  }

  .product-s8 .video-items .item,
  .product-s8 .data-items .item {
    width: calc(50% - 30px);
    height: 24vw;
  }

  .solution-main {
    margin-top: 60px;
  }

  .solution-s2 .button,
  .solution-s6 .button,
  .solution-s7 .button,
  .solution-s10 .button {
    display: none;
  }

  .solution-s2 .pagination,
  .solution-s5 .pagination,
  .solution-s6 .pagination,
  .solution-s7 .pagination,
  .solution-s10 .pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    grid-gap: 5px;
  }
  .solution-s2 .pagination span,
  .solution-s5 .pagination span,
  .solution-s6 .pagination span,
  .solution-s7 .pagination span,
  .solution-s10 .pagination span {
    width: 10px;
    height: 3px;
    border-radius: 3px;
    background-color: #b2d2fd;
    transition: all .3s ease;
    cursor: pointer;
  }
  .solution-s2 .pagination span.active,
  .solution-s5 .pagination span.active,
  .solution-s6 .pagination span.active,
  .solution-s7 .pagination span.active,
  .solution-s10 .pagination span.active {
    background-color: #317af7;
  }

  .solution-s8 .pagination {
    margin-top: 2rem;
    grid-gap: 5px;
  }
  .solution-s8 .pagination span {
    width: 10px;
    height: 3px;
  }

  .solution-s1 .img-box img.pc {
    display: none;
  }

  .solution-s1 .img-box img.m {
    display: block;
  }

  .solution-s1 .txt-box {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .solution-s1 .txt-box .tit,
  .solution-s1 .txt-box p {
    color: #fff;
  }

  .solution-s1 .txt-box p.pc {
    display: none;
  }

  .solution-s1 .txt-box p.m {
    display: block;
  }

  .solution-s1 .form-box {
    display: none;
  }

  .solution-s1 .form-box .block {
    padding: 2rem;
  }

  .solution-s2 .item {
    width: calc((100% - 40px) / 3);
  }

  .solution-s4 .tab-tit .item {
    width: auto;
    margin-right: 0;
  }

  .solution-s5 .sw {
    grid-gap: 0;
  }

  .solution-s5 .item {
    transition: none;
    height: auto;
  }

  .solution-s5 .item .show {
    display: none;
  }

  .solution-s5 .item .hide {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .solution-s7 .item {
    width: calc((100% - 20px) / 2);
  }

  .solution-s8 .data-items .item {
    transition: none;
  }

  .solution-s8 .video-items .item,
  .solution-s8 .data-items .item {
    width: calc(50% - 30px);
    height: 24vw;
  }

  .solution-s10 .tab-wrap {
    padding-bottom: 0;
  }

  .solution-s10 .tab-tit {
    position: static;
  }

  .solution-s10 .tab-cont {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .product-s4 .tab-cont .block {
    height: auto;
    display: block;
    padding: 4rem;
  }

  .product-s4 .tab-cont .txt-box {
    width: 100%;
    padding: 0;
  }

  .product-s4 .tab-cont .img-box {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .product-s4 .tab-cont .img-box img {
    max-width: 100%;
  }

  .solution-s4 .tab-cont .block {
    height: auto;
    display: block;
    padding: 4rem;
  }

  .solution-s4 .tab-cont .txt-box {
    width: 100%;
    padding: 0;
  }

  .solution-s4 .tab-cont .img-box {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .solution-s4 .tab-cont .img-box img {
    max-width: 100%;
  }

  .solution-s6 .item {
    width: calc(50% - 20px);
  }

  .solution-s10 .tab-cont .child {
    height: auto;
  }

  .solution-s10 .tab-cont .img-box {
    height: 24vw;
  }

  .solution-s10 .tab-cont .img-box:after {
    display: none;
  }

  .solution-s10 .tab-cont .txt-box {
    position: static;
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .c-label-pro .tit {
    font-size: 2rem;
  }

  .product-s1 .form-box {
    position: static;
    padding: 4rem 0 0;
  }

  .product-s1 .form-box .block {
    width: 100%;
  }

  .product-s1 .txt-box .tit {
    font-size: 1.8rem;
  }

  .product-s1 .txt-box p {
    font-size: 14px;
    width: 80%;
  }

  .product-s1 .txt-box .btns a {
    width: 120px;
    line-height: 36px;
  }

  .product-s2 .item {
    width: calc((100% - 20px) / 2);
  }

  .product-s3 .img-box {
    overflow-x: auto;
  }

  .product-s3 .img-box:before {
    display: none;
  }

  .product-s3 .img-box img {
    width: 769px;
  }

  .product-s4 .tab-cont .tit {
    font-size: 16px;
  }

  .product-s4 .tab-cont p {
    font-size: 14px;
  }

  .product-s4 .tab-cont .btns a {
    width: 120px;
    line-height: 36px;
  }

  .product-s5 .items {
    height: 200px;
    padding: 4rem;
  }

  .product-s5 .item {
    margin-top: 0 !important;
  }

  .product-s5 .item p {
    font-size: 12px;
    line-height: 18px;
  }

  .product-s6 .item {
    height: max(260px, 65vw);
  }

  .product-s6 .item .hide .btns a {
    width: 120px;
    line-height: 36px;
  }

  .product-s6 .item .hide .tit {
    font-size: 1.6rem;
  }

  .product-s7 .cases-block .list {
    width: calc((100% - 40px) / 5);
  }

  .product-s11 .btns a {
    width: 120px;
    line-height: 36px;
  }

  .solution-s1 .form-box {
    position: static;
    padding: 4rem 0 0;
  }

  .solution-s1 .form-box .block {
    width: 100%;
  }

  .solution-s1 .txt-box .tit {
    font-size: 1.8rem;
  }

  .solution-s1 .txt-box p {
    font-size: 14px;
    width: 80%;
  }

  .solution-s1 .txt-box .btns a {
    width: 120px;
    line-height: 36px;
  }

  .solution-s2 .item {
    width: calc((100% - 20px) / 2);
  }

  .solution-s3 .img-box {
    overflow-x: auto;
  }

  .solution-s3 .img-box:before {
    display: none;
  }

  .solution-s3 .img-box img {
    width: 769px;
  }

  .solution-s4 .tab-cont .tit {
    font-size: 16px;
  }

  .solution-s4 .tab-cont p {
    font-size: 14px;
  }

  .solution-s4 .tab-cont .btns a {
    width: 120px;
    line-height: 36px;
  }

  .solution-s7 .cases-block .list {
    width: calc((100% - 40px) / 5);
  }

  .solution-s10 .tab-cont .tit {
    font-size: 1.6rem;
  }

  .solution-s10 .tab-cont .btns a {
    width: 120px;
    line-height: 36px;
  }

  .solution-s11 .btns a {
    width: 120px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .product-s2 .item {
    width: 60%;
  }

  .product-s4 .tab-cont .block {
    padding: 2rem;
  }

  .product-s5 .items {
    padding: 2rem;
  }

  .product-s6 .item .hide .txt-box {
    padding: 2rem;
  }

  .product-s7 .item .img-box {
    height: 50vw;
  }

  .product-s7 .cases-block .list {
    width: calc((100% - 20px) / 3);
  }

  .product-s7 .item {
    width: 100%;
  }

  .product-s8 .video-items .item,
  .product-s8 .data-items .item {
    height: 48vw;
    width: calc(100% - 30px);
  }

  .solution-s2 .item {
    width: 100%;
  }

  .solution-s4 .tab-cont .block {
    padding: 2rem;
  }

  .solution-s6 .item {
    padding: 2.5rem;
    width: calc(100% - 20px);
  }

  .solution-s7 .item .img-box {
    height: 50vw;
  }

  .solution-s7 .cases-block .list {
    width: calc((100% - 20px) / 3);
  }

  .solution-s7 .item {
    width: 100%;
  }

  .solution-s8 .video-items .item,
  .solution-s8 .data-items .item {
    height: 48vw;
    width: calc(100% - 30px);
  }

  .solution-s10 .tab-tit .item {
    padding: 0 1rem;
    height: 70px;
  }

  .solution-s10 .tab-tit .item .img-box {
    width: 4rem;
    height: 4rem;
  }

  .solution-s10 .tab-tit .item .txt-box {
    padding-left: 1rem;
  }

  .solution-s10 .tab-tit .item .tit {
    font-size: 14px;
  }

  .solution-s10 .tab-tit .item p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=bundle.css.map */
