* {
  -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;
}

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: 1400px;
  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: #4e525a;
  margin-top: 10px;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  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/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{
  position: fixed;
  left: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: none;
}
.product-scrollnav em {
    position: absolute;
    left: 3px;
    top: 154px;
    z-index: 5;
    font-style: normal;
    height: 240px;
    border-left: 1px #ddd solid;
    padding-left: 12px;
    pointer-events: none; 
    color: #5e646e;
    font-size: 15px;
}
.product-scrollnav span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #5e646e;
  padding-left: 16px;
  margin-bottom: 18px;
  transition: color .3s ease;
  cursor: pointer;
}
.product-scrollnav span.has-fen-top {
        padding-top: 30px;
        margin-bottom: 30px;
}
.product-scrollnav span.has-fen{
    margin-bottom: 22px;
}
.product-scrollnav span.has-fen-js {
    margin-top: 24px;
}

.product-scrollnav span.has-fen-list{
  padding-left: 26px;
   margin-bottom: 12px;
   font-size: 14px;
   color: #8c929e;

}
.product-scrollnav span:last-of-type {
  margin-bottom: 0;
}
.product-scrollnav span:last-of-type:after{
  display: none;
}
.product-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.has-fen-list:before{
    left: 12px;
}
.product-scrollnav span.has-fen-list.has-fen-top:before{
   top: 36px;
}
.product-scrollnav span.has-fen-list:after{
    left: 15px; 
}
.product-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 {
  color: #1e8fff;
}
.product-scrollnav span.active:before {
  border-color: #1e8fff;
  background-color: #1e8fff;
}
.product-scrollnav span.active:after {
  background-color: #1e8fff;
}
@media (any-hover) {
  .product-scrollnav span:hover {
    color: #1e8fff;
  }
}

.product-main {
  background-color: #edf4fc;
}
.product-s1 {
  position: relative;
  z-index: 2;
}
.product-s1 .img-box img.pc {
  display: block;
  width: 100%;
  height: auto;
  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 .items {
  margin-top: 2rem;
  display: flex;
}
.product-s1 .txt-box .items span {
  width: auto;
   padding: 10px 12px;
    line-height: 18px;
  background-color: #108cee;
  font-size: 18px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
  display: flex;
  margin: 0 12px;
  border-radius: 12px 2px 12px 0px;
}
.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/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: 6.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/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 .boxvvv {
  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: 15px;
  color: #4e525a;
  line-height: 22px;
  margin-top: 10px;
}
.product-s2 .item:nth-of-type(5n-4) .boxvvv {
  background-image: linear-gradient(150deg, #b3d0f3, #fff, #fff);
}
.product-s2 .item:nth-of-type(5n-3) .boxvvv {
  background-image: linear-gradient(150deg, #fedca6, #fff, #fff);
}
.product-s2 .item:nth-of-type(5n-2) .boxvvv {
  background-image: linear-gradient(150deg, #b4e6dd, #fff, #fff);
}
.product-s2 .item:nth-of-type(5n-1) .boxvvv {
  background-image: linear-gradient(150deg, #c5e5fc, #fff, #fff);
}
.product-s2 .item:nth-of-type(5n) .boxvvv {
  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/prev-1.png");
}
@media (any-hover: hover) {
  .product-s2 .prev:hover:before {
    opacity: 1;
  }
  .product-s2 .prev:hover i {
    background-image: url("../images/prev-2.png");
  }
}
.product-s2 .next {
  right: -70px;
}
.product-s2 .next i {
  background-image: url("../images/next-1.png");
}
@media (any-hover: hover) {
  .product-s2 .next:hover:before {
    opacity: 1;
  }
  .product-s2 .next:hover i {
    background-image: url("../images/next-2.png");
  }
}

.product-s3 {
  position: relative;
  padding: 6.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 .img-box {
  position: relative;
}

.product-s3 .img-box img {
  display: block;
  width: 100%;
  max-width: none !important;
}

.product-s4 {
  position: relative;
  padding: 6.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: 45%;
  padding: 0 1.5rem 0 4.125rem;
}
.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.small-font{
    font-size: 2rem;
}
.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: #4e525a;
  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/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/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: 54%;
  height: 100%;
  text-align: center;
}
.product-s4 .tab-cont .img-box img {
  width: auto;
  max-width: 95%;
  max-height: 90%;
}
.product-s14 {
  position: relative;
  padding: 6.5rem 0 0;
}
.product-s14 .tab-tit {
  margin-top: 2.5rem;
}
.product-s14 .tab-tit .sw {
  display: flex;
}
.product-s14 .tab-tit .item {
  width: auto;
  margin-right: 2rem;
  cursor: pointer;
}
.product-s14 .tab-tit .item:last-of-type {
  margin-right: 0;
}
.product-s14 .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-s14 .tab-tit .item span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1e8fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.product-s14 .tab-tit .item.active span {
  color: #1e8fff;
  font-weight: bold;
}
.product-s14 .tab-tit .item.active span:after {
  transform: scaleX(1);
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .product-s14 .tab-tit .item:hover span {
    color: #1e8fff;
  }
  .product-s14 .tab-tit .item:hover span:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}
.product-s14 .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-s14 .tab-cont .child {
  display: none;
}
.product-s14 .tab-cont .child.active {
  display: block;
}
.product-s14 .tab-cont .child.active .tit, .product-s14 .tab-cont .child.active p, .product-s14 .tab-cont .child.active .tips, .product-s14 .tab-cont .child.active .btns, .product-s14 .tab-cont .child.active .img-box {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.product-s14 .tab-cont .child.active p, .product-s14 .tab-cont .child.active .img-box {
  animation-delay: .1s;
}
.product-s14 .tab-cont .child.active .tips {
  animation-delay: .2s;
}
.product-s14 .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.product-s14 .tab-cont .block {
  height: max(400px, 37.5rem);
  display: flex;
  align-items: center;
}
.product-s14 .tab-cont .txt-box {
  width: 45%;
  padding: 0 1.5rem 0 4.125rem;
}
.product-s14 .tab-cont .tit, .product-s14 .tab-cont p, .product-s14 .tab-cont .tips, .product-s14 .tab-cont .btns, .product-s14 .tab-cont .img-box {
  opacity: 0;
}
.product-s14 .tab-cont .tit {
  font-size: 2rem;
  color: #108cee;
  font-weight: bold;
  padding-bottom: 1rem;
  position: relative;
}
.product-s14 .tab-cont .tit:after {
  content: '';
  width: 2.5rem;
  height: 3px;
  background-color: #1e8fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-s14 .tab-cont p {
  font-size: max(15px, 1.125rem);
  color: #4e525a;
  line-height: 1.6;
  margin-top: 1.25rem;
}
.product-s14 .tab-cont .tips {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25rem;
}
.product-s14 .tab-cont .tips span {
  font-size: max(14px, 1rem);
  color: #7a8799;
}
.product-s14 .tab-cont .tips span:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.product-s14 .tab-cont .btns {
  margin-top: 2.5rem;
  display: flex;
}
.product-s14 .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-s14 .tab-cont .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .product-s14 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.product-s14 .tab-cont .img-box {
  width: 54%;
  height: 100%;
  text-align: center;
}
.product-s14 .tab-cont .img-box img {
  width: auto;
  max-width: 95%;
  max-height: 90%;
}
.product-s5 {
  position: relative;
  padding: 6.5rem 0 0;
  overflow: hidden;
}
.product-s5.nopd {
padding-top: 0;
}
.product-s5.nopd .cont {
        margin-top: 0.125rem;
}
.product-s9 .product-s5 .items {
    padding-top: 4rem;
        margin-top: 0.125rem;
}
.product-s9 .product-s5 .items .item {
   flex: 1;
}
.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: #4e525a;
  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/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/prev-1.png");
}
@media (any-hover: hover) {
  .product-s5 .prev:hover:before {
    opacity: 1;
  }
  .product-s5 .prev:hover i {
    background-image: url("../images/prev-2.png");
  }
}
.product-s5 .next {
  right: -70px;
}
.product-s5 .next i {
  background-image: url("../images/next-1.png");
}
@media (any-hover: hover) {
  .product-s5 .next:hover:before {
    opacity: 1;
  }
  .product-s5 .next:hover i {
    background-image: url("../images/next-2.png");
  }
}

.product-s6 {
  position: relative;
  padding: 6.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 - 3.75rem) / 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 .sw .item:nth-child(1) .show{background-image: linear-gradient(150deg, rgb(223, 237, 255), rgba(255, 255, 255, 0.527), rgba(255, 255, 255, 0));}
.product-s6 .sw .item:nth-child(2) .show{background-image: linear-gradient(150deg, rgb(234 251 241), rgba(255, 255, 255, 0.527), rgba(255, 255, 255, 0));}
.product-s6 .sw .item:nth-child(3) .show {background-image: linear-gradient(150deg, rgb(223 246 255), rgba(255, 255, 255, 0.527), rgba(255, 255, 255, 0));}
.product-s6 .sw .item:nth-child(4) .show {background-image: linear-gradient(150deg, rgb(243 251 239), rgba(255, 255, 255, 0.527), rgba(255, 255, 255, 0));}
.product-s6 .sw .item:nth-child(1) .show >.img-box{background-image: linear-gradient(150deg, rgb(223, 237, 255), rgb(198 215 245), rgba(255, 255, 255, 0));} 
.product-s6 .sw .item:nth-child(2) .show >.img-box{background-image: linear-gradient(150deg, rgb(223, 237, 255), rgb(179, 248, 176), rgba(255, 255, 255, 0));} 
.product-s6 .sw .item:nth-child(3) .show >.img-box{background-image: linear-gradient(150deg, rgb(223, 237, 255), rgb(158, 238, 252), rgba(255, 255, 255, 0));} 
.product-s6 .sw .item:nth-child(4) .show >.img-box{background-image: linear-gradient(150deg, rgb(223, 237, 255), rgb(228, 250, 186), rgba(255, 255, 255, 0));} 
.product-s6 .sw .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%;
  display: flex;
    justify-content: center;
    align-items: center;
}
.product-s6 .item .show .img-box img {
  display: block;
  width: 60%;
  height: 60%;
  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;
  display: block !important;
}
.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: #fffffff8;
}
.product-s6 .item .hide .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  padding: 0 20px 0 5.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-s6 .item .hide .img-right-box{
    display: flex; align-items: center;
    position: absolute;
  top: 0;
  right:20px;
  width: 36%;
  padding-right: 12px;
  height: 100%;

}
.product-s6 .item .hide .img-right-box img{ width: 80%; height: auto;}
.product-s6 .item .hide .tit {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
}
.product-s6 .item .hide p {
  font-size: max(14px, 1.125rem);
  color: #333;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -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/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: 6.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: #4e525a;
  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: #4e525a;
  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/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/prev-1.png");
}
@media (any-hover: hover) {
  .product-s7 .prev:hover:before {
    opacity: 1;
  }
  .product-s7 .prev:hover i {
    background-image: url("../images/prev-2.png");
  }
}
.product-s7 .next {
  right: -70px;
}
.product-s7 .next i {
  background-image: url("../images/next-1.png");
}
@media (any-hover: hover) {
  .product-s7 .next:hover:before {
    opacity: 1;
  }
  .product-s7 .next:hover i {
    background-image: url("../images/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: 6.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%;
    padding: 1px;
    background: #ffffff;
    border-radius: 8px;
}
.product-s8 .video-items .item img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.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/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: #4e525a;
  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/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/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: 6.5rem 0 0;
}

.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 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: #4e525a;
}
.product-s9 .item.active .show {
  background-color: #fff;
}
.product-s9 .item.active .show:after {
  transform: rotate(90deg);
}

.product-s10 {
  position: relative;
  padding: 6.5rem 0 0;
  z-index: 0;
}

.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: #4e525a;
  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;
}

.bg-box{
    width: 100%;
    height: auto;
    margin: 20px auto;
     border-radius: 6px 6px 12px 12px; background-image: linear-gradient(180deg, #f1f7fe93, #f9fcff7e, #d2e8fe);
     padding: 1.25rem; 
}
.bg-box .box-titel{ font-size: 24px; line-height: 40px; color: #050f3f; width: 100%;}
.bg-box .box-titel span{ font-weight: 600; }
.bg-box .box-content{ line-height: 1.8; color: #2d3a47; font-size: 16px; padding: 12px 0;}

@media screen and (max-width: 1900px) {
  .product-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-scrollnav span.has-fen-list{font-size: 12px;}
.product-scrollnav em{font-size: 12px;}
  .product-s2 .button,
  .product-s5 .button,
  .product-s7 .button,
  .product-s12 .button {
    width: 36px;
    height: 36px;
  }

  .product-s2 .prev,
  .product-s5 .prev,
  .product-s7 .prev,
  .product-s12 .prev {
    left: -50px;
  }

  .product-s2 .next,
  .product-s5 .next,
  .product-s7 .next,
  .product-s12 .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);
  }
}
@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-s12 .item {
    width: calc((100% - 60px) / 3);
  }
  .product-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;
  } */
.product-s1 .txt-box {padding-top:16vw;}
.product-s1 .txt-box .items span{
        padding: 10px 10px;
        line-height: 20px;
        font-size: 16px;
        margin: 0 10px;
}
  .wrap-s {
    width: 94%;
  }

  .product-s2 .button,
  .product-s5 .button,
  .product-s7 .button,
  .product-s12 .button {
    display: none;
  }

  .product-s2 .pagination,
  .product-s5 .pagination,
  .product-s6 .pagination,
  .product-s7 .pagination,
  .product-s12 .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,
  .product-s12 .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,
  .product-s12 .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;
    height: 100vw;
    max-height: 420px;
  }

  .product-s1 .txt-box {
    background-color: rgba(7, 43, 73, 0.3);
  }

  .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-s12 .item {
    width: calc((100% - 40px) / 2);
  }
  .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;
  }

}
@media screen and (max-width: 900px) {
  .product-s4 .tab-cont .block {
    height: auto;
    display: block;
    padding: 3rem 2rem;
  }

  .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%;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
    .product-scrollnav{
        display: none !important;
    }
    .zsznt-w-box{ display: block;}
    .szznt-block .img-box.cell-box{padding-right: 0;}
  .c-label-pro .tit {
    font-size: 2rem;
  }
.product-s1 .txt-box .items span{
                padding: 6px 8px;
        line-height: 20px;
        font-size: 16px;
        margin: 0 8px;
}
  .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-s12 .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: 100%;
  }

  .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;
  }

}
@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);
  }

}
.product-s9 .product-s5.nopd .item p {
    font-size: 16px;
    line-height: 30px;
    color: #37383b;
    margin-top: 5px;
    padding: 0 16px;
    text-align:justify;
}
.product-s9 .product-s5 .item:nth-of-type(6n-4) {
    margin-top: 2.875rem;
}
.product-s9 .product-s5 .item:nth-of-type(6n-3) {
    margin-top: 0.375rem;
}
.product-s9 .product-s5 .items {
    margin-top: 0.125rem;
    padding: 3rem 3rem 0;
}
.product-s9 .product-s5 .items {
  height: max(360px, 18rem);
}
.product-s9 .product-s5 .item .tit{padding-left: 16px;}
.big-img-box{ width: 100%; height: auto; padding: 12px; border-radius: 8px;}
.big-img-box img{ width: 100%; height: auto; border-radius: 8px;}
.list-box{ display: flex; width: 100%; gap: 1.25rem; margin: 12px auto; border-radius: 8px;    background-color: #f5f9ff; margin-top: 1.25rem; font-size: 1.125rem;}
.list-box .list-itmes{ flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 12px;
    background: #f5f9ff; color: #6b6969; font-size: 16px;}
    .list-box .list-itmes span{font-size: 1.5rem; line-height: 2; color: #050f3f;}
.product-s6 .items.items-4 {
    margin-top: 2.125rem;
}

.product-s15 {
  position: relative;
  padding: 6.5rem 0 0;
}
.product-s15 .tab-tit {
  margin-top: 2.5rem;
}
.product-s15 .tab-tit .sw {
  display: flex;
}
.product-s15 .tab-tit .item {
  width: auto;
  margin-right: 2rem;
  cursor: pointer;
}
.product-s15 .tab-tit .item:last-of-type {
  margin-right: 0;
}
.product-s15 .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-s15 .tab-tit .item span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0355e4;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.product-s15 .tab-tit .item.active span {
  color: #0355e4;
  font-weight: bold;
}
.product-s15 .tab-tit .item.active span:after {
  transform: scaleX(1);
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .product-s15 .tab-tit .item:hover span {
    color: #0355e4;
  }
  .product-s15 .tab-tit .item:hover span:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}
.product-s15 .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, #fbfdfe7a, #fdfdfd00, #ebf8fc);
}
.product-s15 .tab-cont .child {
  display: none;
}
.product-s15 .tab-cont .child.active {
  display: block;
}
.product-s15 .tab-cont .child.active .tit, .product-s15 .tab-cont .child.active p, .product-s15 .tab-cont .child.active .tips, .product-s15 .tab-cont .child.active .btns, .product-s15 .tab-cont .child.active .img-box {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.product-s15 .tab-cont .child.active p, .product-s15 .tab-cont .child.active .img-box {
  animation-delay: .1s;
}
.product-s15 .tab-cont .child.active .tips {
  animation-delay: .2s;
}
.product-s15 .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.product-s15 .tab-cont .block {
  height: max(400px, 37.5rem);
  display: flex;
  align-items: center;
}
.product-s15 .tab-cont .txt-box {
  width: 45%;
  padding: 0 1.5rem 0 3.125rem;
}
.product-s15 .tab-cont .tit, .product-s15 .tab-cont p, .product-s15 .tab-cont .tips, .product-s15 .tab-cont .btns, .product-s15 .tab-cont .img-box {
  opacity: 0;
}
.product-s15 .tab-cont .tit {
  font-size: 2rem;
  color: #0355e4;
  font-weight: bold;
  padding-bottom: 1rem;
  position: relative;
}
.product-s15 .tab-cont .tit.mini-font {
        font-size: 1.5rem;
    }
.product-s15 .tab-cont .txt-box span.mini-ft{ font-size: 1.4rem; font-weight: 600;}
.product-s15 .tab-cont .tit:after {
  content: '';
  width: 2.5rem;
  height: 3px;
  background-color: #0355e4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-s15 .tab-cont p {
  font-size: max(15px, 1.125rem);
  color: #4e525a;
  line-height: 1.6;
  margin-top: 1.25rem;
}
.product-s15 .tab-cont .tips {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25rem;
}
.product-s15 .tab-cont .tips span {
  font-size: max(14px, 1rem);
  color: #7a8799;
}
.product-s15 .tab-cont .tips span:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.product-s15 .tab-cont .btns {
  margin-top: 2.5rem;
  display: flex;
}
.product-s15 .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-s15 .tab-cont .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .product-s15 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.product-s15 .tab-cont .img-box {
  width: 54%;
  height: 100%;
  text-align: center;
}
.product-s15 .tab-cont .img-box img {
  width: auto;
  max-width: 95%;
  max-height: 90%;
}

@media screen and (max-width: 900px) {
    .product-s15 .tab-cont .block {
    height: auto;
    display: block;
    padding: 3rem 2rem;
  }

  .product-s15 .tab-cont .txt-box {
    width: 100%;
    padding: 0;
  }

  .product-s15 .tab-cont .img-box {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .product-s15 .tab-cont .img-box img {
    max-width: 100%;
  }
}


.product-s16 {
  position: relative;
  padding: 6.5rem 0 0;
}
.product-s16 .tab-tit {
  margin-top: 2.5rem;
}
.product-s16 .tab-tit .sw {
  display: flex;
}
.product-s16 .tab-tit .item {
  width: auto;
  margin-right: 2rem;
  cursor: pointer;
}
.product-s16 .tab-tit .item:last-of-type {
  margin-right: 0;
}
.product-s16 .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-s16 .tab-tit .item span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0abdfb;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.product-s16 .tab-tit .item.active span {
  color: #0abdfb;
  font-weight: bold;
}
.product-s16 .tab-tit .item.active span:after {
  transform: scaleX(1);
  transition: transform .3s ease;
}
@media (any-hover: hover) {
  .product-s16 .tab-tit .item:hover span {
    color: #0abdfb;
  }
  .product-s16 .tab-tit .item:hover span:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}
.product-s16 .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, #def3fb);
}
.product-s16 .tab-cont .child {
  display: none;
}
.product-s16 .tab-cont .child.active {
  display: block;
}
.product-s16 .tab-cont .child.active .tit, .product-s16 .tab-cont .child.active p, .product-s16 .tab-cont .child.active .tips, .product-s16 .tab-cont .child.active .btns, .product-s16 .tab-cont .child.active .img-box {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.product-s16 .tab-cont .child.active p, .product-s16 .tab-cont .child.active .img-box {
  animation-delay: .1s;
}
.product-s16 .tab-cont .child.active .tips {
  animation-delay: .2s;
}
.product-s16 .tab-cont .child.active .btns {
  animation-delay: .3s;
}
.product-s16 .tab-cont .block {
  height: max(400px, 37.5rem);
  display: flex;
  align-items: center;
}
.product-s16 .tab-cont .txt-box {
  width: 45%;
  padding: 0 1.5rem 0 4.125rem;
}
.product-s16 .tab-cont .tit, .product-s16 .tab-cont p, .product-s16 .tab-cont .tips, .product-s16 .tab-cont .btns, .product-s16 .tab-cont .img-box {
  opacity: 0;
}
.product-s16 .tab-cont .tit {
  font-size: 2rem;
  color: #0abdfb;
  font-weight: bold;
  padding-bottom: 1rem;
  position: relative;
}
.product-s16 .tab-cont .tit:after {
  content: '';
  width: 2.5rem;
  height: 3px;
  background-color: #0abdfb;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-s16 .tab-cont p {
  font-size: max(15px, 1.125rem);
  color: #4e525a;
  line-height: 1.6;
  margin-top: 1.25rem;
}
.product-s16 .tab-cont .tips {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25rem;
}
.product-s16 .tab-cont .tips span {
  font-size: max(14px, 1rem);
  color: #7a8799;
  line-height: 24px;
}
.product-s16 .tab-cont .tips span:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.product-s16 .tab-cont .btns {
  margin-top: 2.5rem;
  display: flex;
}
.product-s16 .tab-cont .btns a {
  width: 130px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #0abdfb;
  font-size: 14px;
  color: #fff;
  position: relative;
  transition: all .3s ease;
}
.product-s16 .tab-cont .btns a:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media (any-hover: hover) {
  .product-s16 .tab-cont .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(16, 140, 238, 0.3);
  }
}
.product-s16 .tab-cont .img-box {
  width: 54%;
  height: 100%;
  text-align: center;
}
.product-s16 .tab-cont .img-box img {
  width: auto;
  max-width: 95%;
  max-height: 90%;
}

@media screen and (max-width: 900px) {
    .product-s16 .tab-cont .block {
    height: auto;
    display: block;
    padding: 3rem 2rem;
  }

  .product-s16 .tab-cont .txt-box {
    width: 100%;
    padding: 0;
  }

  .product-s16 .tab-cont .img-box {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }

  .product-s16 .tab-cont .img-box img {
    max-width: 100%;
  }
}
.product-s5 .product-s50 .items {
    height: max(360px, 41rem);
    position: relative;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    padding: 0 2rem;
    overflow: hidden;
}
.zhzs-block {
  height: max(400px, 39.5rem);
      display: flex;
    align-items: center;
    flex-direction: column;
}
.zhzs-block .txt-box {
  width: 100%;
  padding: 0 1.5rem 0 3.125rem;
}

.zhzs-block .img-box.cell-box{ width: 100%; display: flex;     align-items: center;  margin-top: 2rem;
    justify-content: center;}
.zhzs-block .img-box.cell-box img{  width: auto;
  max-width: 98%;
  max-height: 100%;} 
.zhzs-block .txt-box .tips {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25rem;
  margin-top: 3rem;
}
.zhzs-block .txt-box .tips span {
  font-size: max(14px, 1rem);
  color: #7a8799;
  line-height: 24px;
  width: 48%;
}
.zhzs-block .txt-box .tips span:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.product-s12 {
  padding: 6.5rem 0 0;
  position: relative;
}
.product-s12: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-s12:before {
  content: '';
  width: 100%;
  height: 29.5vw;
  position: absolute;
  left: 0;
  bottom: -5rem;
  background: url("../images/img-2.jpg") center top no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  pointer-events: none;
}
.product-s12 .items {
  position: relative;
  margin-top: 3.125rem;
}
.product-s12 .item {
  width: calc((100% - 80px) / 3);
  margin-right: 20px;
  background-color: #fff;
  height: auto;
  border: 1px solid #fff;
  border-radius: 10px;
}
.product-s12 .item .boxcc {
  height: 100%;
  padding: 1px;
  border-radius: 10px;
}
.product-s12 .item .boxcc .case-img{width: 100%; height: auto; border-radius: 10px;}
.product-s12 .item .boxcc .case-img img{width: 100%; height: auto; border-radius: 10px;}
.product-s12 .item .tit {
  font-size: max(16px, 1.25rem);
  color: #050f3f;
      text-align: center;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
}
.product-s12 .item p {
  font-size: 14px;
  color: #4e525a;
  line-height: 22px;
  margin-top: 10px;
}
.product-s12 .item:nth-of-type(5n-4) .boxcc {
  background-image: linear-gradient(150deg, #b3d0f3, #fff, #fff);
}
.product-s12 .item:nth-of-type(5n-3) .boxcc {
  background-image: linear-gradient(150deg, #fedca6, #fff, #fff);
}
.product-s12 .item:nth-of-type(5n-2) .boxcc {
  background-image: linear-gradient(150deg, #b4e6dd, #fff, #fff);
}
.product-s12 .item:nth-of-type(5n-1) .boxcc {
  background-image: linear-gradient(150deg, #c5e5fc, #fff, #fff);
}
.product-s12 .item:nth-of-type(5n) .boxcc {
  background-image: linear-gradient(150deg, #d2d4fd, #fff, #fff);
}
.product-s12 .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-s12 .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-s12 .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-s12 .prev {
  left: -70px;
}
.product-s12 .prev i {
  background-image: url("../images/prev-1.png");
}
@media (any-hover: hover) {
  .product-s12 .prev:hover:before {
    opacity: 1;
  }
  .product-s12 .prev:hover i {
    background-image: url("../images/prev-2.png");
  }
}
.product-s12 .next {
  right: -70px;
}
.product-s12 .next i {
  background-image: url("../images/next-1.png");
}
@media (any-hover: hover) {
  .product-s12 .next:hover:before {
    opacity: 1;
  }
  .product-s12 .next:hover i {
    background-image: url("../images/next-2.png");
  }
}

.product-s5 .product-s60 .items {
    height: max(360px, 42rem);
    position: relative;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    padding: 0 2rem;
    overflow: hidden;
}
.zsznt-w-box{
    width: 100%;
    display: flex;
    align-items: center;
}
.zsznt-w-box .szznt-block{ flex: 1;}
.zsznt-w-box .right-img-znt{ width: 40%;}
.zsznt-w-box .right-img-znt img{width: 100%; height: auto; margin-top: 2rem; }
.szznt-block {
  height: max(400px, auto);
      display: flex;
    align-items: center;
    flex-direction: column;
}
.szznt-block .txt-box {
  width: 100%;
  padding: 0 1.5rem 0 1.125rem;
 font-size: max(14px, 1rem);
    color: #4e525a;
    line-height: 1.6;
    margin-top: 1.25rem;
}

.szznt-block .img-box.cell-box{ width: 100%; display: flex;     align-items: center;  margin-top: 2rem;
    justify-content: center; padding-right:2rem;}
.szznt-block .img-box.cell-box img{   width: auto;
  max-width: 98%;
  max-height: 100%;} 
.szznt-block .txt-box .tips {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25rem;
  margin-top: 1rem;
 font-size: max(15px, 1.125rem);
         color: #4e525a;
}
.szznt-block .txt-box .tips p{font-size: max(15px, 1.125rem);text-align:justify;}
.szznt-block .txt-box .tips span {
  font-size: max(14px, 1rem);
  color: #7a8799;
  line-height: 24px;
  width: 48%;
}
.szznt-block .txt-box .tips em {font-size: 1.25rem; font-weight: 600; font-style: normal;}
.szznt-block .txt-box .tips span:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-6.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

#bk_static_servicetitles .bk_bottomsav-begin .bk_menu2Item a{
       color: rgba(185, 183, 183, 0.8);
        line-height: 22px;
}
#bk_static_servicetitles .bk_bottomsav-begin .bk_menu2Item a:hover,
#bk_static_servicetitles .bk_bottomsav-begin .bk_menu1Item a:hover
#bk_static_servicetitles p.e_text-27 a:hover{ color: #fff;}
#bk_static_servicetitles .bk_bottomsav-begin .bk_menu1Item a{ color: rgba(226, 223, 223, 0.8);
        line-height: 28px;}
#bk_static_servicetitles p.e_text-27 a{
    color: rgba(185, 183, 183, 0.8);
        line-height: 28px;
}
@media screen and (max-width: 900px) {
 .product-s9 .product-s5 .items{height: auto; padding:1rem 0.5rem 2rem}
.product-s9 .product-s5 .swiper .swiper-wrapper{ display: flex;  flex-direction: column;}
.product-s9 .product-s5 .swiper .swiper-wrapper .item{ width: 100% !important;}
.product-s9 .product-s5 .swiper .swiper-wrapper .item .tit{ padding-top: 2rem; font-size: 18px; font-weight: 600;}
.product-s9 .product-s5 .swiper .swiper-wrapper .item i{ display: none;}
.product-s9 .bg-box{padding: 2rem;}
.product-s9 .bg-box .box-titel{ font-size: 18px;}
    .zsznt-w-box{ display: block;}
    .szznt-block .img-box.cell-box{padding-right: 0;}
    .product-s5 .product-s60 .items { height: auto;}
    .zsznt-w-box .right-img-znt {
    width: 100%;
    padding-bottom: 2.5rem;
}
.szznt-block .txt-box .tips em {font-size: 18px;}
.big-img-box{ padding: 1px;}
.szznt-block .txt-box{padding: 0;}
.szznt-block .img-box.cell-box img,
.zhzs-block .img-box.cell-box img  {
    width: 100%;
    max-width: 100%;
}
.zhzs-block .txt-box {
    width: 100%;
    padding: 0;
}
.zhzs-block .txt-box .tips {
 
  display: block;
}
.zhzs-block .txt-box .tips span{ display: block; width: 100%; margin-bottom: 0.75rem; color: #4e525a;} 
.product-s5 .product-s50 .items{height: auto;}
.product-s5 .product-s50 .items .zhzs-block {height: auto;}
.product-s2 .item p {font-size: 14px;}
.product-s2 .item .tit{font-weight: 600;}
}
@media screen and (max-width: 769px) {
    .product-scrollnav{
        display: none !important;
    }
    .product-s15 .tab-cont .tit {
        font-size: 16px;
    }
    .product-s15 .tab-cont .tit.mini-font {
        font-size: 16px;
        margin-top: 1.25rem;
    }
    .product-s15 .tab-cont .txt-box span.mini-ft{ font-size: 16px; font-weight: 600;}
    .product-s16 .tab-cont .tit {
        font-size: 16px;
    }
    .product-s4 .tab-cont .tit.small-font {
    font-size: 16px;
}
 .product-s6 .list-box{ display: block;}
  .product-s6 .list-box .list-itmes{padding-left: 2rem!important; font-size: 1.125rem;}
    .wrap-s {
        width: 96%;
    }
     .product-s12 .item {
      width: 100%;
  }
  .product-s1 .txt-box .tit{ padding-left: 2rem;}
  .product-s1 .txt-box p{padding-left: 2rem;}
}
@media screen and (max-width: 640px) {
    .product-s1 .txt-box .items span {
        padding: 10px 12px;
        line-height: 20px;
        font-size: 16px;
        margin: 0 12px;
        width: 38px;
    }
        .product-s1 .img-box img.m {
        max-height: 470px;
    }
}

.table_tj{ border:2px solid #fff; border-bottom:0px; padding:0px; margin:0px; width: 100%; color:#737070; font-size:13px; border-right:0px;width:100%; background: #F7FAFF; border-radius: 8px;}
.table_tj td{ color:#737070; height: auto ; line-height:1.4; border-right:2px solid #e8f6fd; border-bottom: 2px solid #e8f6fd; text-align: center; padding:0.6rem 0.6rem; font-size:1.125rem;}
.table_tj th {background:#E8F6FD; font-weight:600; color:#737070; padding:0.8rem 0.6rem; height:4.75rem; line-height:1.1; border-bottom:2px solid #fff; border-left:2px; border-right:2px solid #fff; border-top:2px solid #fff; font-size: 1.275rem; text-align: center;}
.table_tj th .table-small{ font-size: 1.125rem;}
.table_tj td .table-small{ font-size: 1.125rem; font-weight: 400;}
.table_tj td.h-font{font-weight: 600;}
.table_tj .text-red {color: #f66c6c;}
.table_tj .text-green {color: #03c012;}
.table_tj td div{ width:100%; display: flex; align-items: center; line-height: 1.8;}  
.table_tj td div span{ text-align: left; display: inline-block;}
.table_tj td div i.mr-2{ margin-right: 8px; margin-left: 12px;}
.table_tj.table_two td{ padding:0.865rem 0.6rem;}
@media screen and (max-width: 769px) {
     .table_tj td {padding:0.8rem 0rem 0.8rem 0.2rem;}
     .table_tj td div i.mr-2{ margin-right: 4px; margin-left: 4px; display: none;}
    .table_tj.table_two td{ padding:0.41rem 0.6rem;}
    .table_tj th {padding:0.8rem 0.2rem;}
    .table_tj td div{ line-height: 1.565;}  
    .table_tj.table_two td div{ line-height: 1.38;}  
}