* {
  margin: 0;
  padding: 0;
}

.solution-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
p{
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.scheme-box .swiper-button-prev {
  width: 28px;
  height: 260px;
  margin-top: -130px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.scheme-box .swiper-button-prev img{
  width: 28px;
  height: 54px;
}

.scheme-box .swiper-button-next {
  width: 28px;
  margin-right: 15px;
  height: 260px;
  margin-top: -130px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.scheme-box .swiper-button-next img{
  width: 28px;
  height: 54px;
}

.solution-content {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  margin-top: 48px;
}

.article-introduce {
  width: 100%;
  height: auto;
  position: relative;
}
.article-introduce-cs {
  width: 100%;
  height: auto;
  position: relative;
}
.article-introduce-gc {
  width: 100%;
  height: auto;
  position: relative;
}
.article-introduce-jt {
  width: 100%;
  height: auto;
  position: relative;
}
.article-introduce-jy {
  width: 100%;
  height: auto;
  position: relative;
}
.article-introduce-yl {
  width: 100%;
  height: auto;
  position: relative;
}
.article-introduce-zw {
  width: 100%;
  height: auto;
  position: relative;
}
.article-introduce-jr {
  width: 100%;
  height: auto;
  position: relative;
}

.article-image-content {
  width: 100%;
  background: url(../../assets/img/banner_jr.png) center center no-repeat;
}

.article-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
}
.article-title {
  font-size:42px;
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei";
  color:rgba(255,255,255,1);
}
.bottom-line {
  width: 100px;
  height: 4px;
  margin: 20px 0 25px;
  background: #1890FF;
}
.article-text {
  font-size:18px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight:400;
  color:rgba(255,255,255,.8);
}

.introduced-box {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
}

.introduced-content {
  width: 1200px;
  height: 100%;
}

.int-text {
  margin: 70px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.int-us {
  height: 175px;
}

.int-us p {
  text-align: center;
}

.int-p {
  margin: 0;
  width: 100%;
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}

.int-pt {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  margin: 5px 0 10px 0;
}

.int-box {
  width: 100%;
  /* height: ; */
  display: flex;
  justify-content: center;
}

.int-box span {
  display: inline-block;
  width: 64px;
  height: 4px;
  background: rgba(24, 144, 255, 1);
}

.int-details {
  width: 100%;
  margin-top: 30px;
  justify-content: center;
  overflow: hidden;
}

.int-details span {
  display: inline-block;
  width: 669px;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  text-align: center;
  color:#666666;
}

.int-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.int-img-item {
  width: 278px;
  height: 100%;
  display: inline-block;
}

/* .left-btn{
  position: absolute;
  left: -40px;
}
.right-btn{
  position: absolute;
  right: -40px;
} */

.int-img img:hover {
  margin-top: -10px;
}

.industry-box {
  width: 100%;
  background: rgba(24, 144, 255, 0.1);
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.industry-content {
  width: 1200px;
  height: 100%;
}

.industry-title {
  width: 1200px;
  height: 222px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.app-scheme {
  display: none;
}
.title-box {
  width: 100%;
  height: 107px;
  padding-top: 30px;
}

.industry-list {
  width: 1120px;
  margin: 0 40px;
  overflow: hidden;
  margin-bottom: 50px;
}

.industry-one {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
  display: flex;
  margin-bottom: 20px;
}

.industry-img {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 52px;
  height: 52px;
  background: url(../../assets/img/slices.png) no-repeat;
  background-size: 100% 100%;
}

.industry-serial {
  width: 150px;
  background: rgba(24, 144, 255, 1);
  border-radius: 12px 0 0 12px;
  font-size: 80px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.industry-two {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
  display: flex;
}

.industry-text {
  width: 970px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.industry-text p {
  margin: 0;
  width: 916px;
  margin-left: 20px;
}

.industry-text p:nth-of-type(1) {
  font-size: 20px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.industry-text p:nth-of-type(2) {
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.industry-img2 {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 52px;
  height: 52px;
  background: url(../../assets/img/slices.png) no-repeat;
  background-size: 100% 100%;
}

.industry-serial2 {
  background: rgba(24, 144, 255, 0.5);
  color: rgba(24, 144, 255, 1);
}

.industry-text2 p:nth-of-type(1) {
  color: rgba(24, 144, 255, 1)
}

.industry-text2 p:nth-of-type(2) {
  color: rgba(24, 144, 255, 0.65)
}

.scheme-box {
  width: 100%;
  height: 583px;
  display: flex;
  justify-content: center;
}

.scheme-box .swiper-button-next.swiper-button-disabled, .scheme-box .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.scheme-content {
  width: 1200px;
  height: 100%;
  /* overflow: hidden; */
}

.scheme-title {
  width: 100%;
  /* height: 152px; */
  text-align: center;
  margin-top: 76px;
}

.carousel-box {
  width: 100%;
  height: 360px;
  position: relative;
}

.carousel-img {
  width: 370px;
  height: 260px;
  padding: 0 20px;
  position: relative;
}

.imgbg {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.carousel-img:hover .carousel-main {
  display: inline-block;
}

.des-box {
  width: 310px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-text {
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
  overflow: hidden;
}

.carousel-main {
  display: none;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  overflow: hidden;
}

.solve-box {
  display: none;
}

.sence-box {
  width: 100%;
  height: 420px;
  background: rgba(24, 144, 255, 0.1);
  display: flex;
  justify-content: center;
}

.sence-content {
  width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.img-box {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.swiper-button-next img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.swiper-button-prev img{
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform: rotate(180deg);
}
.dotEspe {
  background: rgba(16, 142, 233, 1) !important;
}
.customer-case {
  margin-bottom: 90px;
}

.customer-case .scheme-content {
  margin: auto;
}

.customer-case .swiper-box {
  width: 1460px;
  /* margin: 65px auto 0; */
  margin-top: 65px;
  height: 283px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.customer-case .swiper-box .swiper-wp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 10%;
  z-index: 10;
  width: 85%;
}
.customer-case .swiper-box .swiper-wp .center-computer {
  width: 52%;
  height: auto;
  position: absolute;
  left: -6%;
  top: -9%;
  z-index: 3;
}

.customer-case .swiper-box .swiper-slide {
  /* flex: 1; */
  width: 40%;
  display: flex;
  align-items: center;
  position: absolute;
  transition: all .5s;
}
.customer-case .swiper-box .swiper-slide:hover {
  transform: scale(1.15);
  z-index: 10 !important;
}
.customer-case .swiper-box .swiper-slide img {
  width: 100%;
  height: 100%;
}
.customer-case .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.customer-case .swiper-box .swiper-slide.pic_1 {
  left: 27%;
  height: 95%;
  z-index: -2;
}
.customer-case .swiper-box .swiper-slide .computer {
  width: 130%;
  left: -15%;
  height: 118%;
  z-index: -1;
  display: none;
}
.customer-case .swiper-box .swiper-slide.pic_3 .computer {
  z-index: -1;
  display: block;
}
.customer-case .swiper-box .swiper-slide.pic_2 {
  left: 14%;
  z-index: -1;
}
.customer-case .swiper-box .swiper-slide.pic_3 {
  left: 0;
  z-index: 4;
}
.customer-case .swiper-box .swiper-slide.pic_4 {
  left: -14%;
  z-index: -1
}
.customer-case .swiper-box .swiper-slide.pic_5 {
  left: -27%;
  height: 95%;
  z-index: -2
}
.customer-case .swiper-box .slide-point {
  display: flex;
  position: absolute;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: -50px;
}
.customer-case .swiper-box .slide-point .item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #CCCBCE;
  margin-right: 10px;
}
.customer-case .swiper-box .slide-point .item.active {
  background-color: #128EE8;
}

.customer-case .swiper-box .swiper-wp .center-computer{
  display: none;
}











/* 
.customer-case .swiper-box .swiper-wp {
  display: flex;
  width: 502px;
  height: 283px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.customer-case .swiper-slide {
  width: 100%;
  height: 283px;
  position: absolute;
  background: none;
  transition: all .5s;
  /* flex: 1; */
}
/* .customer-case .swiper-slide:hover img {
  transition: all 1s;
  width: 500px;
  z-index: 10;
} */
/* .customer-case .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.customer-case .computer {
  width: 652px;
  height: 350px;
  position: absolute;
  z-index: 4;
  top: -23px;
}  */
