.swiper-container-main {
  width: 100%;
  height: 100%;
}
.swiper-container-main .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-container-main .main-pagination {
  right: auto;
  left: 30px;
}
.swiper-container-main .main-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 4px;
  height: 4px;
  background: #fff;
  margin: 13px auto;
  transition: 0.3s all;
}
.swiper-container-main .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
}
.swiper-container-main .main-pagination-active .swiper-pagination-bullet {
  background: #d2d2d2;
}
html,
body {
  height: 100%;
}
.product .w1200 {
  position: relative;
}
.product .public-text-box {
  position: absolute;
  padding-right: 10px;
  text-align: right;
}
.product .public-text-box .tit-box .text {
  font-size: 20px;
  color: #cba751;
}
.product .public-text-box .tit-box .tit {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 5px;
  position: relative;
}
.product .public-text-box .tit-box .tit::after {
  content: "";
  position: absolute;
  width: 215px;
  height: 0;
  border-bottom: 1px solid #333333;
  bottom: 0;
  right: 0;
}
.product .public-text-box .desc-box {
  width: 330px;
  font-size: 18px;
  color: #333333;
}
.product .public-text-box .desc-box .desc {
  margin-top: 35px;
  line-height: 1.5;
}
.product .public-text-box .more {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 25px;
  background: linear-gradient(to right, #0062c4, #0475e4);
  color: #fff;
  margin-top: 40px;
}
.product .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.product .slide1 {
  background-image: url("../img/product/product-slide1-bg.jpg");
  color: #fff;
}
.product .slide1:after {
  content: "";
  position: absolute;
  bottom: 2%;
  left: 50%;
  width: 51px;
  height: 87px;
  background: url("../img/icon-arrow-bottom.png") no-repeat center / 100%;
  margin-left: -24px;
  z-index: 50;
  animation: toggleMove 0.8s infinite;
  -moz-animation: toggleMove 10.8s infinite;
  -webkit-animation: toggleMove 0.8s infinite;
  -o-animation: toggleMove 0.8s infinite;
}
.product .slide1 .w1200 {
  padding-top: 333px;
  box-sizing: border-box;
}
.product .slide1 .tit {
  display: inline-block;
  font-size: 58px;
  padding: 20px 30px;
  border: 1px solid #fff;
}
.product .slide1 .desc1 {
  font-size: 28px;
  margin-top: 25px;
  text-transform: uppercase;
}
.product .slide1 .desc2 {
  font-size: 48px;
  margin-top: 25px;
  text-transform: uppercase;
}
.product .slide2 {
  background-image: url("../img/product/product-slide2-bg.jpg");
}
.product .slide2 .img-box {
  position: absolute;
  top: 123px;
  left: -130px;
  width: 971px;
  height: 687px;
  background: url("../img/product/product-slide2-img.png") no-repeat center / 100%;
}
.product .slide2 .text-box {
  right: 0;
  top: 285px;
}
.product .slide3 {
  background-image: url("../img/product/product-slide3-bg.jpg");
}
.product .slide3 .img-box {
  position: absolute;
  top: 95px;
  right: -55px;
  width: 426px;
  height: 758px;
  background: url("../img/product/product-slide3-img.png") no-repeat;
  background-size: 100% 100%;
}
.product .slide3 .text-box {
  right: auto;
  left: 0;
  margin-left: 10px;
  margin-right: auto;
  top: 285px;
  text-align: left;
}
.product .slide3 .text-box .tit-box .tit::after {
  bottom: 0;
  right: auto;
  left: 0;
}
.product .slide4 {
  background-image: url("../img/product/product-slide4-bg.jpg");
}
.product .slide4 .text-box {
  right: 0;
  top: 270px;
}
.product .slide4 .text-box .desc-box .desc:nth-child(2) {
  margin-top: 0;
}
.product .slide5 {
  background-image: url("../img/product/product-slide3-bg.jpg");
}
.product .slide5 .img-box {
  position: absolute;
  top: 95px;
  right: -55px;
  width: 426px;
  height: 758px;
  background: url("../img/product/productEdgeServerdetails-slide2-img.png") no-repeat;
  background-size: 100% 100%;
}
.product .slide5 .text-box {
  right: auto;
  left: 0;
  margin-left: 10px;
  margin-right: auto;
  top: 285px;
  text-align: left;
}
.product .slide5 .text-box .tit-box .tit::after {
  bottom: 0;
  right: auto;
  left: 0;
}
.product .slide6 {
  background-image: url("../img/product/product-slide4-bg.jpg");
}
.product .slide6 .text-box {
  right: 0;
  top: 270px;
}
.product .slide6 .text-box .desc-box .desc:nth-child(2) {
  margin-top: 0;
}
.public-slide {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: relative;
}
.public-slide .text-box {
  width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 55px 100px;
  background: rgba(20, 97, 176, 0.8);
  color: #fff;
}
.public-slide .text-box .title {
  font-size: 50px;
}
.public-slide .text-box .desc {
  display: flex;
  align-items: center;
  font-size: 35px;
  margin-top: 10px;
}
.public-slide .text-box .desc span {
  width: 108px;
  height: 0;
  border-bottom: 1px solid #fff;
  margin-right: 20px;
}
.public-slide.swiper-slide-active .text-box {
  animation: fadeInRight 0.5s 0.2s;
  animation-fill-mode: both;
}
.video-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-slide .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.video-slide .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.video-slide .video-box.active {
  z-index: s10;
}
.video-slide .video-box .video {
  width: 100%;
  height: 100%;
}
.video-slide .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -137px;
  margin-top: -43px;
  width: 275px;
  height: 86px;
  line-height: 86px;
  border-radius: 86px;
  background: linear-gradient(to right, #015fbd, #0683ff);
  font-size: 30px;
  color: #fff;
  text-align: center;
  z-index: 15;
}
.video-slide .btn-play.active {
  z-index: 1;
}
.video-slide .btn-play::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #fff;
  margin-left: 15px;
  transform: translateY(7px);
}
.video-slide.swiper-slide-active .btn-play {
  animation: fadeIn 1s 0.4s;
  animation-fill-mode: both;
}
.performance-slide .title {
  position: relative;
  padding-left: 25px;
  font-size: 38px;
  font-weight: bold;
}
.performance-slide .title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 90%;
  border-radius: 9px;
  background: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.performance-slide .desc {
  font-size: 28px;
  margin-top: 35px;
}
.performance-slide .list-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 730px;
}
.performance-slide .list-box .item {
  width: 50%;
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  margin-top: 20px;
}
.performance-slide .list-box .item.item-line {
  width: 100%;
}
.performance-slide .list-box .item::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productSJSTdetails .w1200 {
  width: 1200px;
}
.productSJSTdetails .swiper-slide {
  height: 960px;
}
.productSJSTdetails .swiper-slide.footer {
  height: auto;
}
.productSJSTdetails .slide1 {
  background-image: url("../img/product/productSJSTdetails-slide1-bg.jpg");
  background-size: 100% 100%;
}
.productSJSTdetails .slide2 {
  background-color: #fff;
}
.productSJSTdetails .slide2 .slide-top {
  width: 100%;
  height: 60%;
  background-color: #f8f8f8;
}
.productSJSTdetails .slide2 .slide-top .img-box {
  width: 68%;
  margin: 0 auto;
}
.productSJSTdetails .slide2 .slide-top .img-box .img {
  width: 100%;
}
.productSJSTdetails .slide2 .slide-bottom {
  padding-top: 85px;
}
.productSJSTdetails .slide2 .slide-bottom .tit {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  position: relative;
}
.productSJSTdetails .slide2 .slide-bottom .tit::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #2f89e3;
  top: -10px;
  left: 0;
}
.productSJSTdetails .slide2 .slide-bottom .list-box {
  display: flex;
  justify-content: space-between;
}
.productSJSTdetails .slide2 .slide-bottom .list-box .list-item {
  padding: 0 60px;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 24px;
  color: #333333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.productSJSTdetails .slide2 .slide-bottom .list-box .list-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 115px;
  border-left: 1px solid #dddddd;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productSJSTdetails .slide2 .slide-bottom .list-box .list-item:nth-last-child(1)::after {
  display: none;
}
.productSJSTdetails .slide2 .slide-bottom .list-box .list-item:nth-child(1) {
  padding: 0;
  padding-right: 60px;
}
.productSJSTdetails .slide2.swiper-slide-active .slide-top {
  animation: fadeInDown 0.5s 0.3s;
  animation-fill-mode: both;
}
.productSJSTdetails .slide2.swiper-slide-active .slide-bottom .tit {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productSJSTdetails .slide2.swiper-slide-active .slide-bottom .list-box {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.productSJSTdetails .slide3 {
  width: 100%;
  height: 100%;
  background-image: url("../img/product/productSJSTdetails-slide3-bg.jpg");
  background-size: 100% 100%;
  color: #fff;
}
.productSJSTdetails .slide3 .w1200 {
  padding-top: 270px;
  box-sizing: border-box;
}
.productSJSTdetails .slide3.swiper-slide-active .title {
  animation: fadeInUp 0.5s 0.4s;
  animation-fill-mode: both;
}
.productSJSTdetails .slide3.swiper-slide-active .desc {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productSJSTdetails .slide3.swiper-slide-active .list-box {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.productSJSTdetails .slide4 .swiper-container-slide4 {
  width: 100%;
  height: 100%;
}
.productSJSTdetails .slide4 .swiper-pagination {
  display: flex;
  width: auto;
  height: 8px;
  background: #bcbcbc;
  border-radius: 8px;
  bottom: 60px;
  left: 60px;
  right: auto;
}
.productSJSTdetails .slide4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 90px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
  background: #bcbcbc;
}
.productSJSTdetails .slide4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0571dd;
}
.productSJSTdetails .slide4 .swiper-slide {
  background-size: 100% 100%;
}
.productSJSTdetails .slide4 .swiper-slide1 {
  background-image: url("../img/product/productSJSTdetails-slide3-img1.jpg");
}
.productSJSTdetails .slide4 .swiper-slide2 {
  background-image: url("../img/product/productSJSTdetails-slide3-img2.jpg");
}
.productSJSTdetails .slide4 .swiper-slide3 {
  background-image: url("../img/product/productSJSTdetails-slide3-img3.jpg");
}
.productSJSTdetails .slide5 .bg-img {
  background-image: url("../img/product/productSJSTdetails-slide5-bg.jpg");
  background-size: 100% 100%;
}
.productQSDTBZdetails .w1200 {
  width: 1200px;
  position: relative;
}
.productQSDTBZdetails .swiper-slide {
  height: 960px;
}
.productQSDTBZdetails .swiper-slide.footer {
  height: auto;
}
.productQSDTBZdetails .slide1 {
  background-image: url("../img/product/productQSDTBZdetails-slide1-bg.jpg");
  background-size: 100% 100%;
}
.productQSDTBZdetails .slide2 {
  background: #f8f8f8;
  position: relative;
}
.productQSDTBZdetails .slide2 .img-box {
  position: absolute;
  width: 560px;
  left: -50px;
  top: 100px;
}
.productQSDTBZdetails .slide2 .img-box .img {
  width: 100%;
}
.productQSDTBZdetails .slide2 .text-box {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #f8f8f8;
  padding: 60px 55px;
  box-sizing: border-box;
}
.productQSDTBZdetails .slide2 .text-box .title {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.productQSDTBZdetails .slide2 .text-box .title::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 14px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #2f89e3;
}
.productQSDTBZdetails .slide2 .text-box .title .text {
  position: relative;
  z-index: 5;
}
.productQSDTBZdetails .slide2 .text-box .text {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}
.productQSDTBZdetails .slide2.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productQSDTBZdetails .slide2.swiper-slide-active .text-box .title {
  animation: fadeInUp 0.5s 0.4s;
  animation-fill-mode: both;
}
.productQSDTBZdetails .slide2.swiper-slide-active .text-box .text {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productQSDTBZdetails .slide3 {
  background: #2c2d2c;
  color: #fff;
}
.productQSDTBZdetails .slide3 .img-box {
  position: absolute;
  width: 340px;
  left: 0;
  top: 100px;
}
.productQSDTBZdetails .slide3 .img-box .img {
  width: 100%;
}
.productQSDTBZdetails .slide3 .w1200 {
  padding-top: 270px;
  box-sizing: border-box;
  padding-left: 540px;
}
.productQSDTBZdetails .slide3.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productQSDTBZdetails .slide3.swiper-slide-active .title,
.productQSDTBZdetails .slide3.swiper-slide-active .desc {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productQSDTBZdetails .slide3.swiper-slide-active .list-box {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.productQSDTBZdetails .slide4 .swiper-container-slide4 {
  width: 100%;
  height: 100%;
}
.productQSDTBZdetails .slide4 .swiper-pagination {
  display: flex;
  width: auto;
  height: 8px;
  background: #bcbcbc;
  border-radius: 8px;
  bottom: 60px;
  left: 60px;
  right: auto;
}
.productQSDTBZdetails .slide4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 90px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
  background: #bcbcbc;
}
.productQSDTBZdetails .slide4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0571dd;
}
.productQSDTBZdetails .slide4 .swiper-slide {
  background-size: 100% 100%;
}
.productQSDTBZdetails .slide4 .swiper-slide1 {
  background-image: url("../img/product/productQSDTBZdetails-slide4-img1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.productQSDTBZdetails .slide4 .swiper-slide2 {
  background-image: url("../img/product/productQSDTBZdetails-slide4-img2.jpg");
}
.productQSDTBZdetails .slide4 .swiper-slide3 {
  background-image: url("../img/product/productQSDTBZdetails-slide4-img3.jpg");
}
.productQSDTBZdetails .slide4 .swiper-slide4 {
  background-image: url("../img/product/productQSDTBZdetails-slide4-img4.jpg");
}
.productQSDTBZdetails .slide5 .bg-img {
  background-image: url("../img/product/productSJSTdetails-slide5-bg.jpg");
  background-size: 100% 100%;
}
.productVRYXQXdetails .w1200 {
  width: 1200px;
  position: relative;
}
.productVRYXQXdetails .swiper-slide {
  height: 960px;
}
.productVRYXQXdetails .swiper-slide.footer {
  height: auto;
}
.productVRYXQXdetails .slide1 {
  background-image: url("../img/product/productVRYXQXdetails-slide1-bg.jpg");
  background-size: 100% 100%;
}
.productVRYXQXdetails .slide2 {
  background: #f8f8f8;
  position: relative;
}
.productVRYXQXdetails .slide2 .img-box {
  position: absolute;
  width: 560px;
  left: -50px;
  top: 100px;
}
.productVRYXQXdetails .slide2 .img-box .img {
  width: 100%;
}
.productVRYXQXdetails .slide2 .text-box {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #f8f8f8;
  padding: 60px 55px;
  box-sizing: border-box;
}
.productVRYXQXdetails .slide2 .text-box .title {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.productVRYXQXdetails .slide2 .text-box .title::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 14px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #2f89e3;
}
.productVRYXQXdetails .slide2 .text-box .list-box .item {
  width: 50%;
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  margin-top: 20px;
}
.productVRYXQXdetails .slide2 .text-box .list-box .item.item-line {
  width: 100%;
}
.productVRYXQXdetails .slide2 .text-box .list-box .item::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productVRYXQXdetails .slide2 .text-box .title .text {
  position: relative;
  z-index: 5;
}
.productVRYXQXdetails .slide2 .text-box .text {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}
.productVRYXQXdetails .slide2.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productVRYXQXdetails .slide2.swiper-slide-active .text-box .title {
  animation: fadeInUp 0.5s 0.4s;
  animation-fill-mode: both;
}
.productVRYXQXdetails .slide2.swiper-slide-active .text-box .text {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productVRYXQXdetails .slide3 {
  background: #2c2d2c;
  color: #fff;
}
.productVRYXQXdetails .slide3 .img-box {
  position: absolute;
  width: 340px;
  left: 0;
  top: 100px;
}
.productVRYXQXdetails .slide3 .img-box .img {
  width: 100%;
}
.productVRYXQXdetails .slide3 .w1200 {
  padding-top: 270px;
  box-sizing: border-box;
  padding-left: 540px;
}
.productVRYXQXdetails .slide3.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productVRYXQXdetails .slide3.swiper-slide-active .title,
.productVRYXQXdetails .slide3.swiper-slide-active .desc {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productVRYXQXdetails .slide3.swiper-slide-active .list-box {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.productVRYXQXdetails .slide4 .swiper-container-slide4 {
  width: 100%;
  height: 100%;
}
.productVRYXQXdetails .slide4 .swiper-pagination {
  display: flex;
  width: auto;
  height: 8px;
  background: #bcbcbc;
  border-radius: 8px;
  bottom: 60px;
  left: 60px;
  right: auto;
}
.productVRYXQXdetails .slide4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 90px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
  background: #bcbcbc;
}
.productVRYXQXdetails .slide4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0571dd;
}
.productVRYXQXdetails .slide4 .swiper-slide {
  background-size: 100% 100%;
}
.productVRYXQXdetails .slide4 .swiper-slide1 {
  background-image: url("../img/product/productVRYXQXdetails-slide4-img1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.productVRYXQXdetails .slide4 .swiper-slide2 {
  background-image: url("../img/product/productVRYXQXdetails-slide4-img2.jpg");
}
.productVRYXQXdetails .slide4 .swiper-slide3 {
  background-image: url("../img/product/productVRYXQXdetails-slide4-img3.jpg");
}
.productVRYXQXdetails .slide4 .swiper-slide4 {
  background-image: url("../img/product/productVRYXQXdetails-slide4-img4.jpg");
}
.productVRYXQXdetails .slide5 .bg-img {
  background-image: url("../img/product/productVRYXQXdetails-slide5-bg.jpg");
  background-size: 100% 100%;
}
.productEdgeServerdetails .w1200 {
  width: 1200px;
  position: relative;
}
.productEdgeServerdetails .swiper-slide {
  height: 960px;
}
.productEdgeServerdetails .swiper-slide.footer {
  height: auto;
}
.productEdgeServerdetails .slide1 {
  background-image: url("../img/product/productEdgeServerdetails-slide1-bg.jpg");
  background-size: 100% 100%;
}
.productEdgeServerdetails .slide2 {
  background: #f8f8f8;
  position: relative;
}
.productEdgeServerdetails .slide2 .img-box {
  position: absolute;
  width: 560px;
  left: -50px;
  top: 100px;
}
.productEdgeServerdetails .slide2 .img-box .img {
  width: 100%;
}
.productEdgeServerdetails .slide2 .text-box {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #f8f8f8;
  padding: 60px 55px;
  box-sizing: border-box;
}
.productEdgeServerdetails .slide2 .text-box .title {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.productEdgeServerdetails .slide2 .text-box .title::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 14px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #2f89e3;
}
.productEdgeServerdetails .slide2 .text-box .list-box .item {
  width: 50%;
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  margin-top: 20px;
}
.productEdgeServerdetails .slide2 .text-box .list-box .item.item-line {
  width: 100%;
}
.productEdgeServerdetails .slide2 .text-box .list-box .item::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productEdgeServerdetails .slide2 .text-box .title .text {
  position: relative;
  z-index: 5;
}
.productEdgeServerdetails .slide2 .text-box .text {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}
.productEdgeServerdetails .slide2.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productEdgeServerdetails .slide2.swiper-slide-active .text-box .title {
  animation: fadeInUp 0.5s 0.4s;
  animation-fill-mode: both;
}
.productEdgeServerdetails .slide2.swiper-slide-active .text-box .text {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productEdgeServerdetails .slide3 {
  background: #2c2d2c;
  color: #fff;
}
.productEdgeServerdetails .slide3 .img-box {
  position: absolute;
  width: 340px;
  left: 0;
  top: 100px;
}
.productEdgeServerdetails .slide3 .img-box .img {
  width: 100%;
}
.productEdgeServerdetails .slide3 .w1200 {
  padding-top: 270px;
  box-sizing: border-box;
  padding-left: 540px;
}
.productEdgeServerdetails .slide3.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productEdgeServerdetails .slide3.swiper-slide-active .title,
.productEdgeServerdetails .slide3.swiper-slide-active .desc {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productEdgeServerdetails .slide3.swiper-slide-active .list-box {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.productEdgeServerdetails .slide4 .swiper-container-slide4 {
  width: 100%;
  height: 100%;
}
.productEdgeServerdetails .slide4 .swiper-pagination {
  display: flex;
  width: auto;
  height: 8px;
  background: #bcbcbc;
  border-radius: 8px;
  bottom: 60px;
  left: 60px;
  right: auto;
}
.productEdgeServerdetails .slide4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 90px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
  background: #bcbcbc;
}
.productEdgeServerdetails .slide4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0571dd;
}
.productEdgeServerdetails .slide4 .swiper-slide {
  background-size: 100% 100%;
}
.productEdgeServerdetails .slide4 .swiper-slide1 {
  background-image: url("../img/product/productEdgeServerdetails-slide4-img1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.productEdgeServerdetails .slide4 .swiper-slide2 {
  background-image: url("../img/product/productEdgeServerdetails-slide4-img2.jpg");
}
.productEdgeServerdetails .slide4 .swiper-slide3 {
  background-image: url("../img/product/productEdgeServerdetails-slide4-img3.jpg");
}
.productEdgeServerdetails .slide4 .swiper-slide4 {
  background-image: url("../img/product/productEdgeServerdetails-slide4-img4.jpg");
}
.productEdgeServerdetails .slide5 .bg-img {
  background-image: url("../img/product/productEdgeServerdetails-slide5-bg.jpg");
  background-size: 100% 100%;
}
.productAIPaddetails .w1200 {
  width: 1200px;
  position: relative;
}
.productAIPaddetails .swiper-slide {
  height: 960px;
}
.productAIPaddetails .swiper-slide.footer {
  height: auto;
}
.productAIPaddetails .slide1 {
  background-image: url("../img/product/productAIPaddetails-slide1-bg.jpg");
  background-size: 100% 100%;
}
.productAIPaddetails .slide2 {
  background: #f8f8f8;
  position: relative;
}
.productAIPaddetails .slide2 .img-box {
  position: absolute;
  width: 560px;
  left: -50px;
  top: 100px;
}
.productAIPaddetails .slide2 .img-box .img {
  width: 100%;
}
.productAIPaddetails .slide2 .text-box {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #f8f8f8;
  padding: 60px 55px;
  box-sizing: border-box;
}
.productAIPaddetails .slide2 .text-box .title {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.productAIPaddetails .slide2 .text-box .title::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 14px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #2f89e3;
}
.productAIPaddetails .slide2 .text-box .list-box .item {
  width: 50%;
  font-size: 18px;
  padding-left: 15px;
  position: relative;
  margin-top: 20px;
}
.productAIPaddetails .slide2 .text-box .list-box .item.item-line {
  width: 100%;
}
.productAIPaddetails .slide2 .text-box .list-box .item::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productAIPaddetails .slide2 .text-box .title .text {
  position: relative;
  z-index: 5;
}
.productAIPaddetails .slide2 .text-box .text {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}
.productAIPaddetails .slide2.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productAIPaddetails .slide2.swiper-slide-active .text-box .title {
  animation: fadeInUp 0.5s 0.4s;
  animation-fill-mode: both;
}
.productAIPaddetails .slide2.swiper-slide-active .text-box .text {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productAIPaddetails .slide3 {
  background: #2c2d2c;
  color: #fff;
}
.productAIPaddetails .slide3 .img-box {
  position: absolute;
  width: 340px;
  left: 0;
  top: 100px;
}
.productAIPaddetails .slide3 .img-box .img {
  width: 100%;
}
.productAIPaddetails .slide3 .w1200 {
  padding-top: 270px;
  box-sizing: border-box;
  padding-left: 540px;
}
.productAIPaddetails .slide3.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productAIPaddetails .slide3.swiper-slide-active .title,
.productAIPaddetails .slide3.swiper-slide-active .desc {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productAIPaddetails .slide3.swiper-slide-active .list-box {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.productAIPaddetails .slide4 .swiper-container-slide4 {
  width: 100%;
  height: 100%;
}
.productAIPaddetails .slide4 .swiper-pagination {
  display: flex;
  width: auto;
  height: 8px;
  background: #bcbcbc;
  border-radius: 8px;
  bottom: 60px;
  left: 60px;
  right: auto;
}
.productAIPaddetails .slide4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 90px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
  background: #bcbcbc;
}
.productAIPaddetails .slide4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0571dd;
}
.productAIPaddetails .slide4 .swiper-slide {
  background-size: 100% 100%;
}
.productAIPaddetails .slide4 .swiper-slide1 {
  background-image: url("../img/product/productAIPaddetails-slide4-img1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.productAIPaddetails .slide4 .swiper-slide2 {
  background-image: url("../img/product/productAIPaddetails-slide4-img4.jpg");
}
.productAIPaddetails .slide4 .swiper-slide3 {
  background-image: url("../img/product/productAIPaddetails-slide4-img3.jpg");
}
.productAIPaddetails .slide4 .swiper-slide4 {
  background-image: url("../img/product/productAIPaddetails-slide4-img4.jpg");
}
.productAIPaddetails .slide5 .bg-img {
  background-image: url("../img/product/productAIPaddetails-slide5-bg.jpg");
  background-size: 100% 100%;
}

.productMEMSdetails .w1200 {
  width: 1200px;
  position: relative;
}
.productMEMSdetails .swiper-slide {
  height: 960px;
}
.productMEMSdetails .swiper-slide.footer {
  height: auto;
}
.productMEMSdetails .slide1 {
  background-image: url("../img/product/productMEMSdetails-slide1-bg.jpg");
  background-size: 100% 100%;
}
.productMEMSdetails .slide2 {
  background: #f8f8f8;
  position: relative;
}
.productMEMSdetails .slide2 .img-box {
  position: absolute;
  width: 560px;
  left: -50px;
  top: 100px;
}
.productMEMSdetails .slide2 .img-box .img {
  width: 100%;
}
.productMEMSdetails .slide2 .text-box {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #fff;
  padding: 60px 55px;
  box-sizing: border-box;
}
.productMEMSdetails .slide2 .text-box .title {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.productMEMSdetails .slide2 .text-box .title::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 14px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #2f89e3;
}
.productMEMSdetails .slide2 .text-box .title .text {
  position: relative;
  z-index: 5;
}
.productMEMSdetails .slide2 .text-box .text {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}
.productMEMSdetails .slide2.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productMEMSdetails .slide2.swiper-slide-active .text-box .title {
  animation: fadeInUp 0.5s 0.4s;
  animation-fill-mode: both;
}
.productMEMSdetails .slide2.swiper-slide-active .text-box .text {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productMEMSdetails .slide3 {
  background: #2c2d2c;
  color: #fff;
}
.productMEMSdetails .slide3 .img-box {
  position: absolute;
  width: 340px;
  left: 0;
  top: 100px;
}
.productMEMSdetails .slide3 .img-box .img {
  width: 100%;
}
.productMEMSdetails .slide3 .w1200 {
  padding-top: 270px;
  box-sizing: border-box;
  padding-left: 540px;
}
.productMEMSdetails .slide3.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productMEMSdetails .slide3.swiper-slide-active .title,
.productMEMSdetails .slide3.swiper-slide-active .desc {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productMEMSdetails .slide3.swiper-slide-active .list-box {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.productMEMSdetails .slide4 .swiper-container-slide4 {
  width: 100%;
  height: 100%;
}
.productMEMSdetails .slide4 .swiper-pagination {
  display: flex;
  width: auto;
  height: 8px;
  background: #bcbcbc;
  border-radius: 8px;
  bottom: 60px;
  left: 60px;
  right: auto;
}
.productMEMSdetails .slide4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 90px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
  background: #bcbcbc;
}
.productMEMSdetails .slide4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0571dd;
}
.productMEMSdetails .slide4 .swiper-slide {
  background-size: 100% 100%;
}
.productMEMSdetails .slide4 .swiper-slide1 {
  background-image: url("../img/product/productMEMSdetails-slide4-img1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.productMEMSdetails .slide4 .swiper-slide2 {
  background-image: url("../img/product/productMEMSdetails-slide4-img2.jpg");
}
.productMEMSdetails .slide4 .swiper-slide3 {
  background-image: url("../img/product/productMEMSdetails-slide4-img3.jpg");
}
.productMEMSdetails .slide4 .swiper-slide4 {
  background-image: url("../img/product/productMEMSdetails-slide4-img4.jpg");
}
.productMEMSdetails .slide5 .bg-img {
  background-image: url("../img/product/productSJSTdetails-slide5-bg.jpg");
  background-size: 100% 100%;
}
.productRXJQRdetails .w1200 {
  width: 1200px;
  position: relative;
}
.productRXJQRdetails .swiper-slide {
  height: 960px;
}
.productRXJQRdetails .swiper-slide.footer {
  height: auto;
}
.productRXJQRdetails .slide1 {
  background-image: url("../img/product/productRXJQRdetails-slide1-bg.jpg");
  background-size: 100% 100%;
}
.productRXJQRdetails .slide2 {
  background: #f8f8f8;
  position: relative;
}
.productRXJQRdetails .slide2 .img-box {
  position: absolute;
  width: 560px;
  left: -50px;
  top: 100px;
}
.productRXJQRdetails .slide2 .img-box .img {
  width: 100%;
}
.productRXJQRdetails .slide2 .text-box {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #f8f8f8;
  padding: 60px 55px;
  box-sizing: border-box;
}
.productRXJQRdetails .slide2 .text-box .title {
  font-size: 34px;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.productRXJQRdetails .slide2 .text-box .title::before {
  content: "";
  position: absolute;
  width: 135px;
  height: 14px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #2f89e3;
}
.productRXJQRdetails .slide2 .text-box .title .text {
  position: relative;
  z-index: 5;
}
.productRXJQRdetails .slide2 .text-box .text {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}
.productRXJQRdetails .slide2.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productRXJQRdetails .slide2.swiper-slide-active .text-box .title {
  animation: fadeInUp 0.5s 0.4s;
  animation-fill-mode: both;
}
.productRXJQRdetails .slide2.swiper-slide-active .text-box .text {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productRXJQRdetails .slide3 {
  background: #2c2d2c;
  color: #fff;
}
.productRXJQRdetails .slide3 .img-box {
  position: absolute;
  width: 340px;
  left: 0;
  top: 100px;
}
.productRXJQRdetails .slide3 .img-box .img {
  width: 100%;
}
.productRXJQRdetails .slide3 .w1200 {
  padding-top: 270px;
  box-sizing: border-box;
  padding-left: 540px;
}
.productRXJQRdetails .slide3.swiper-slide-active .img-box {
  animation: fadeIn 1.2s 0.4s;
  animation-fill-mode: both;
}
.productRXJQRdetails .slide3.swiper-slide-active .title,
.productRXJQRdetails .slide3.swiper-slide-active .desc {
  animation: fadeInUp 0.5s 0.6s;
  animation-fill-mode: both;
}
.productRXJQRdetails .slide3.swiper-slide-active .list-box {
  animation: fadeInUp 0.5s 0.8s;
  animation-fill-mode: both;
}
.productRXJQRdetails .slide4 .swiper-container-slide4 {
  width: 100%;
  height: 100%;
}
.productRXJQRdetails .slide4 .swiper-pagination {
  display: flex;
  width: auto;
  height: 8px;
  background: #bcbcbc;
  border-radius: 8px;
  bottom: 60px;
  left: 60px;
  right: auto;
}
.productRXJQRdetails .slide4 .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 90px;
  height: 8px;
  border-radius: 8px;
  opacity: 1;
  background: #bcbcbc;
}
.productRXJQRdetails .slide4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0571dd;
}
.productRXJQRdetails .slide4 .swiper-slide {
  background-size: 100% 100%;
}
.productRXJQRdetails .slide4 .swiper-slide1 {
  background-image: url("../img/product/productRXJQRdetails-slide4-img1.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.productRXJQRdetails .slide4 .swiper-slide2 {
  background-image: url("../img/product/productRXJQRdetails-slide4-img2.jpg");
}
.productRXJQRdetails .slide4 .swiper-slide3 {
  background-image: url("../img/product/productRXJQRdetails-slide4-img3.jpg");
}
.productRXJQRdetails .slide4 .swiper-slide4 {
  background-image: url("../img/product/productRXJQRdetails-slide4-img4.jpg");
}
.productRXJQRdetails .slide5 .bg-img {
  background-image: url("../img/product/productSJSTdetails-slide5-bg.jpg");
  background-size: 100% 100%;
}
@media screen and (max-width: 1650px) {
  .productSJSTdetails .slide2 .slide-bottom .tit {
    font-size: 28px;
  }
  .productSJSTdetails .slide2 .slide-bottom .list-box .list-item {
    font-size: 18px;
  }
  .productEdgeServerdetails .slide2 .text-box .text {
    font-size: 18px;
  }
  .productVRYXQXdetails .slide2 .text-box .text {
    font-size: 18px;
  }
  .productQSDTBZdetails .slide2 .text-box .text {
    font-size: 18px;
  }
  .productMEMSdetails .slide2 .text-box .text {
    font-size: 18px;
  }
  .productAIPaddetails .slide2 .text-box .text {
    font-size: 18px;
  }
  .productRXJQRdetails .slide2 .text-box .text {
    font-size: 18px;
  }
  .slide1 .w1200 {
    transform: scale(0.8) translateY(-60px);
    transform-origin: 50% 0;
  }
  .slide2 .w1200 {
    transform: scale(0.8) translateY(-15px);
    transform-origin: 50% 0;
  }
}
