.home {
  width: 100%;
  position: relative;
}

.home .banner {
  width: 100%;
  position: relative;
  height: 100vh;
}

.phonePic {
  display: none;
}

.home .banner .swiper-container {
  width: 100%;
}

.home .banner .swiper-container .swiper-wrapper {
  width: 100%;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100vh;
  pointer-events: none;
  outline: none;
  border: none;
  object-position: center bottom;
  object-fit: cover;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 15%;
  width: 90%;
  top: 50%;
  transform: translateY(-50%);
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
  color: #ECF8FD;
  font-size: 66px;
  font-family: "font1";
  letter-spacing: 4px;
  transition: all 1s;
  opacity: 0;
  line-height: 1.35;
  transition-delay: 500ms;
  transform: translateY(100px);
}

@media screen AND (max-width: 1366px) {
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
    font-size: 46px;
  }
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1 span {
  font-family: "font2";
  font-size: 75px;
  transform: translateY(6px);
  display: inline-block;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p2 {
  color: #ECF8FD;
  font-size: 24px;
  font-family: "AdobeHeitiStd-Regular";
  margin-top: 20px;
  font-weight: 200;
  transition: all 1s;
  transition-delay: 1200ms;
  opacity: 0;
  transform: translateY(100px);
  /* letter-spacing: 6px; */
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide-active .text .p1,
.home .banner .swiper-container .swiper-wrapper .swiper-slide-active .text .p2 {
  opacity: 1;
  transform: translateY(0);
}

.home .banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.home .banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 30px;
  background-color: transparent;
  transition: all 600ms;
  position: relative;
  opacity: 0.5;
}

.home .banner .swiper-pagination .swiper-pagination-bullet::before {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
}

.home .banner .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.2);
  opacity: 1;
}

.home .banner .swiper-pagination .swiper-pagination-bullet-active::before {
  transform: translate(-50%, -50%) scale(0.8);
}

.home .banner .next {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  transition: all 600ms;
}

.home .banner .next i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 40px;
}

.home .banner .next:hover {
  opacity: 1;
}

.home .banner .prev {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  left: 5%;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  opacity: 0.1;
  transition: all 600ms;
}

.home .banner .prev i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 40px;
}

.home .banner .prev:hover {
  opacity: 1;
}

.home .area {
  width: 100%;
  background: url("../images/abg.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.home .area .t1 {
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-weight: bolder;
}

.home .area .des {
  width: 60%;
  margin: 50px auto;
  text-align: center;
  font-size: 22px;
  font-weight: 200;
  line-height: 35px;
  letter-spacing: 2px;
}

.home .area .des span {
  color: #090D46;
  font-weight: bold;
  font-size: 24px;
}

.home .area .allPics {
  width: 65%;
  margin: 60px auto;
  position: relative;
}

.home .area .allPics .i1 {
  width: 100%;
  display: block;
  object-fit: contain;
}

.home .area .allPics .content {
  position: absolute;
  left: 10%;
  width: 80%;
  top: 10%;
}

.home .area .allPics .content .i2 {
  width: 100%;
  display: block;
  object-fit: cover;
}

.home .area .allPics .content .nr {
  position: absolute;
  left: 10%;
  width: 80%;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.home .area .allPics .content .nr .item {
  width: 40%;
  background: url("../images/sbg.png") no-repeat;
  background-size: cover;
  padding: 40px 3%;
  margin: 0 2%;
  transition: all 600ms;
}

.home .area .allPics .content .nr .item .p1 {
  color: #ffffff;
  font-weight: bolder;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  padding: 20px 0;
}

.home .area .allPics .content .nr .item .p1::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 45px;
  bottom: 0;
  background-color: #ffffff;
  height: 2px;
}

.home .area .allPics .content .nr .item .des2 {
  color: #ffffff;
  line-height: 30px;
  margin-top: 20px;
}

.home .area .allPics .content .nr .item:first-child {
  transform: rotateY(-30deg);
}

.home .area .allPics .content .nr .item:first-child:hover {
  transform: rotateY(0);
}

.home .area .allPics .content .nr .item:last-child {
  transform: rotateY(30deg);
}

.home .area .allPics .content .nr .item:last-child:hover {
  transform: rotateY(0);
}

.home .area .allPics .circle {
  width: 151px;
  height: 151px;
  border-radius: 50%;
  border: 1px dashed #7EABFF;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
}

.home .area .allPics .circle .sinfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: scale(0);
  transition: all 600ms;
}

.home .area .allPics .circle .sinfo p {
  color: #FFFEFE;
  font-size: 18px;
  font-weight: bolder;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.home .area .allPics .circle .sinfo p::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
}

.home .area .allPics .circle .sinfo .des3 {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
  font-weight: 200;
}

.home .area .allPics .circle .sc {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: url("../images/s.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home .area .allPics .circle .sc .icon {
  transition: all 600ms;
}

.home .area .allPics .circle .sc .icon i {
  color: #ffffff;
  font-size: 40px;
}

.home .area .allPics .circle .sc p {
  color: #ffffff;
  font-size: 18px;
  transition: all 600ms;
}

@keyframes run {
  0% {
    transform: translate(2px, 0);
  }

  25% {
    transform: translate(4px, 4px);
  }

  50% {
    transform: translate(6px, 6px);
  }

  75% {
    transform: translate(4px, 4px);
  }

  100% {
    transform: translate(2px, 0);
  }
}

.home .area .allPics .circle:hover {
  transform: scale(1.5);
}

.home .area .allPics .circle:hover .sc .icon,
.home .area .allPics .circle:hover .sc p {
  opacity: 0;
}

.home .area .allPics .circle:hover .sinfo {
  transform: scale(0.7);
}

.home .area .allPics .c1 {
  left: 0;
  bottom: 17%;
}

.home .area .allPics .c2 {
  left: 30%;
  bottom: -7%;
  animation-duration: 3s;
}

.home .area .allPics .c3 {
  right: 30%;
  bottom: -7%;
  animation-duration: 4s;
}

.home .area .allPics .c4 {
  right: 0;
  bottom: 17%;
  animation-duration: 5s;
}

.home .provide {
  width: 100%;
  background: url("../images/pbg.png") no-repeat;
  background-size: cover;
  padding: 100px 0 0 0;
  overflow: hidden;
}

.home .provide .t1 {
  text-align: center;
}

.home .provide .t1 .p1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: bolder;
}

.home .provide .t1 .p2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 200;
  margin-top: 50px;
  letter-spacing: 2px;
}

.home .provide .allImgs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 120px;
}

.home .provide .allImgs .item {
  width: 20%;
  position: relative;
  cursor: pointer;
  transition: all 600ms;
}

.home .provide .allImgs .item::before {
  background-color: rgba(15, 52, 130, .7);
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 600ms;
}

.home .provide .allImgs .item .pic1 {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}

.home .provide .allImgs .item .text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 600ms;
}

.home .provide .allImgs .item .text .p1 {
  color: #ffffff;
  font-size: 24px;
}

@media screen AND (max-width: 1366px) {
  .home .provide .allImgs .item .text .p1 {
    font-size: 22px;
  }
}

.home .provide .allImgs .item .text .p2 {
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  padding: 15px 0;
  position: relative;
}

.home .provide .allImgs .item .text .p2::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 75px;
  opacity: 0;
  background-color: #ffffff;
}

.home .provide .allImgs .item .aList {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 20%;
  text-align: center;
  opacity: 0;
  transition: all 600ms;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .provide .allImgs .item .aList a {
  color: rgba(255, 255, 255, .8);
  transition: all 600ms;
  font-weight: 200;
  display: block;
  margin-bottom: 15px;
}

.home .provide .allImgs .item .aList a:hover {
  color: #ffffff;
  font-weight: bolder;
}

.home .provide .allImgs .item:hover .text .p2::after {
  opacity: 1;
}

.home .provide .allImgs .item .more {
  width: 60%;
  position: absolute;
  left: 20%;
  bottom: 10%;
  background: #0349A3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 40px;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  opacity: 0;
  transition: all 600ms;
}

.home .provide .allImgs .item .more img {
  height: 9px;
  margin-left: 10px;
  transition: all 600ms;
}

.home .provide .allImgs .item .more:hover img {
  transform: translateX(10px);
}

.home .provide .allImgs .item:hover {
  transform: scale(1.05);
  z-index: 10;
}

.home .provide .allImgs .item:hover::before {
  opacity: 1;
}

.home .provide .allImgs .item:hover .text {
  transform: translateY(-120px);
}

.home .provide .allImgs .item:hover .aList {
  opacity: 1;
  transform: translateY(-90px);
}

.home .provide .allImgs .item:hover .more {
  opacity: 1;
  transform: translateY(-20px);
}

.home .cases {
  width: 100%;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.home .cases .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  opacity: 0.8;
}

.home .cases .t1 {
  text-align: center;
}

.home .cases .t1 .p1 {
  color: #333333;
  font-size: 32px;
  font-weight: bolder;
}

.home .cases .t1 .p2 {
  color: #666666;
  font-size: 22px;
  font-weight: 200;
  margin-top: 50px;
  letter-spacing: 2px;
}

.home .cases .allPics {
  width: 80%;
  min-width: 1100px;
  padding: 0 5%;
  margin: 60px auto;
  position: relative;
}

.home .cases .allPics .swiper-container {
  width: 100%;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text {
  width: 50%;
  flex-shrink: 0;
  padding: 0 2% 0 8%;
  background: #11327E;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text .p1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text .des {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  margin-top: 60px;
  height: 145px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 30px;
  font-weight: 200;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text .des::-webkit-scrollbar {
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text .des::-webkit-scrollbar-thumb {
  width: 1px;
  background-color: rgba(255, 255, 255, 1);
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic .skew1 {
  position: absolute;
  left: -10%;
  top: 0;
  width: 20%;
  height: 100%;
  background: #11327E;
  transform: skew(-10deg);
  transition: all 600ms;
  z-index: 100;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic .skew2 {
  position: absolute;
  left: -8%;
  top: 0;
  width: 20%;
  height: 100%;
  background-color: rgba(17, 50, 126, 0.5);
  transform: skew(-10deg);
  transition: all 600ms;
  transition-delay: 200ms;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic .skew3 {
  position: absolute;
  left: -6%;
  top: 0;
  width: 20%;
  height: 100%;
  background-color: rgba(17, 50, 126, 0.3);
  transform: skew(-10deg);
  transition: all 600ms;
  transition-delay: 400ms;
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
  height: 500px;
}

@media screen AND (max-width: 1366px) {
  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic img {
    height: 400px;
  }
}

.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic:hover .skew1,
.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic:hover .skew2,
.home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic:hover .skew3 {
  transform: skew(-10deg) translateX(-10px);
}

.home .cases .allPics .prev {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(1, 26, 83, 0.1);
  border-radius: 50%;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 600ms;
}

.home .cases .allPics .prev i {
  color: #ffffff;
  display: inline-block;
  transform: translateX(-5px);
  transition: all 600ms;
  font-size: 20px;
}

.home .cases .allPics .prev:hover {
  background: #011a53;
}

.home .cases .allPics .prev:hover i {
  color: #ffffff;
}

.home .cases .allPics .next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(1, 26, 83, 0.1);
  border-radius: 50%;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 600ms;
}

.home .cases .allPics .next i {
  color: #ffffff;
  display: inline-block;
  transform: translateX(-5px);
  transition: all 600ms;
  font-size: 20px;
}

.home .cases .allPics .next:hover {
  background: #011a53;
}

.home .cases .allPics .next:hover i {
  color: #ffffff;
}

.home .create {
  width: 100%;
  background: url("../images/xingkong.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.home .create .t1 {
  text-align: center;
}

.home .create .t1 .p1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: bolder;
}

.home .create .t1 .p2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 200;
  margin-top: 50px;
  letter-spacing: 2px;
}

.home .create .allNums {
  margin: 60px 0;
  padding: 60px 15%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 80px;
}

.home .create .allNums .item {
  width: 20%;
  text-align: center;
}

.home .create .allNums .item .p1 {
  font-family: "Play-Regular";
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 60px;
}

.home .create .allNums .item .p1 i {
  font-style: normal;
  cursor: pointer;
  display: inline-block;
  transition: ease all .4s;
}

.home .create .allNums .item .p1 i:hover {
  transform: scale(1.3);
}

.home .create .allNums .item .p1 span {
  position: absolute;
  right: -20px;
  top: 0;
  font-size: 20px;
}

.home .create .allNums .item .p2 {
  color: #F1F4F8;
  font-size: 15px;
  margin-top: 25px;
}

.home .create .allPics {
  width: 70%;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.home .create .allPics .swiper-container {
  width: 100%;
}

.home .create .allPics .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}

.home .create .allPics .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
}

.home .create .allPics .swiper-container .swiper-wrapper .swiper-slide .pic img {
  max-width: 80%;
  object-fit: contain;
  transition: all 600ms;
}

.home .create .allPics .swiper-container .swiper-wrapper .swiper-slide p {
  color: #F1F4F8;
  margin-top: 30px;
  line-height: 30px;
}

@media screen AND (max-width: 1366px) {
  .home .create .allPics .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 11px;
  }
}

.home .create .allPics .prev {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  left: 45%;
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 600ms;
}

.home .create .allPics .prev i {
  color: #ffffff;
  display: inline-block;
  transform: translateX(-5px);
  transition: all 600ms;
  font-size: 20px;
}

.home .create .allPics .prev:hover {
  background-color: #ffffff;
}

.home .create .allPics .prev:hover i {
  color: #011A53;
}

.home .create .allPics .next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  right: 45%;
  transform: rotateY(180deg) translateX(-50%);;
  bottom: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 600ms;
}

.home .create .allPics .next i {
  color: #ffffff;
  display: inline-block;
  transform: translateX(-5px);
  transition: all 600ms;
  font-size: 20px;
}

.home .create .allPics .next:hover {
  background-color: #ffffff;
}

.home .create .allPics .next:hover i {
  color: #011A53;
}

@media screen and (max-width: 1440px) {
  .home .area .allPics {
    width: 80%;
  }

  .home .area .allPics .c2,
  .home .area .allPics .c3 {
    bottom: -10%;
  }
  .home .provide .allImgs .item .text .p1{
    font-size: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .home .provide .allImgs .item:hover .aList {
    opacity: 1;
    transform: translateY(-70px);
  }
}

@media screen and (max-width: 1024px) {
  .phonePic {
    display: block;
  }

  .phonePic img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .home .area .allPics {
    width: 90%;
    margin: 20px auto;
    display: none;
  }
}

@media screen and (max-width: 1000px) {

  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text {
    left: 10%;
    width: 80%;
  }

  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1 {
    font-size: 20px;
    line-height: 30px;
  }

  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p1 span {
    font-size: 25px;
  }

  .home .banner .swiper-container .swiper-wrapper .swiper-slide .text .p2 {
    font-size: 15px;
    line-height: 30px;
  }

  .home .area {
    padding: 40px 0;
  }

  .home .area .t1 {
    font-size: 20px;
  }

  .home .area .des {
    width: 90%;
    margin: 25px auto;
    font-size: 18px;
  }

  .home .area .des span {
    font-size: 20px;
  }

  .home .area .des span strong {
    font-size: 18px !important;
  }



  .home .provide {
    padding-top: 40px;
  }

  .home .provide .t1 {
    width: 90%;
    margin: 0 auto;
  }

  .home .provide .t1 .p1 {
    font-size: 19px;
  }

  .home .provide .t1 .p2 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
  }

  .home .provide .allImgs {
    flex-wrap: wrap;
    margin-top: 60px;
  }

  .home .provide .allImgs .item {
    width: 100%;
  }

  .home .cases {
    padding: 40px 0 0 0;
  }

  .home .cases .waves {
    pointer-events: none;
  }

  .home .cases .t1 {
    width: 90%;
    margin: 0 auto;
  }

  .home .cases .t1 .p1 {
    font-size: 20px;
  }

  .home .cases .t1 .p2 {
    font-size: 18px;
    margin-top: 20px;
  }

  .home .cases .allPics {
    width: 100%;
    min-width: 100%;
    margin: 30px auto;
  }

  .home .cases .allPics .prev {
    left: 30px;
  }

  .home .cases .allPics .next {
    right: 30px;
  }

  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a {
    flex-direction: column;
  }

  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text {
    width: 100%;
    padding: 20px 5%;
  }

  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic img {
    height: 320px;
  }

  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text .p1 {
    font-size: 20px;
  }

  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text .des {
    margin-top: 20px;
  }

  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .pic {
    width: 100%;
  }

  .home .create {
    padding: 40px 0;
  }

  .home .create .t1 {
    width: 90%;
    margin: 0 auto;
  }

  .home .create .t1 .p1 {
    font-size: 20px;
  }

  .home .create .t1 .p2 {
    font-size: 18px;
    margin-top: 20px;
  }

  .home .create .allNums {
    width: 100%;
    padding: 0px 5% 30px 5%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home .create .allNums .item {
    width: 33%;
    margin-bottom: 20px;
  }

  .home .create .allNums .item .p1 {
    font-size: 25px;
  }

  .home .create .allPics {
    width: 90%;
    margin-top: 30px;
    padding-bottom: 80px;
  }

  .home .create .allPics .prev {
    left: 40%;
  }
  .home .create .allPics .next {
    right: 40%; 
  }
}

@media (max-width: 1699px) {
  .home .provide .allImgs .item .aList {
    font-size: 14px;
  }
}

@media (max-width: 1299px) {
  .home .provide .allImgs .item .text .p1 {
    line-height: 1.5;
    font-size: 14px;
  }

  .home .provide .allImgs .item .aList a {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .home .provide .allImgs .item .text {
    top: 16px;
  }

  .home .provide .allImgs .item .text .p2 {
    line-height: 15px;
  }

  /* .home .provide .allImgs .item .aList{
    top:200px;
  } */
}

@media (max-width: 700px) {
  .home .provide .allImgs .item .text .p1 {
    line-height: 1.5;
    font-size: 18px;
  }

  .home .provide .allImgs .item .text .p2 {
    line-height: 1.5;
    padding: 10px 0;
    font-size: 12px;
  }

  .home .provide .allImgs .item .aList a {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .home .provide .allImgs .item .aList {
    line-height: 1.5;
    font-size: 14px;
  }

  .home .provide .allImgs .item .more {
    bottom: 10px;
  }

  .home .area .allPics .content .nr {
    width: 100%;
    left: 0;
  }

  .home .area .allPics .content .nr .item {
    width: 47%;
    margin: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .home .cases .allPics {
    width: 100%;
    min-width: 100%;
  }

  .home .cases .allPics .prev,
  .home .cases .allPics .next {
    width: 40px;
    height: 40px;
  }

  .home .cases .allPics .prev {
    left: 3px;
  }

  .home .cases .allPics .next {
    right: 3px;
  }
}

@media (max-width: 767px) {

  .home .cases .allPics .prev,
  .home .cases .allPics .next {
    top: 70%;
    background: none;
  }

  .home .cases .t1 .p2 span {
    line-height: 30px;
  }

  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text .des {
    padding: 0;
  }
  .home .cases .allPics .swiper-container .swiper-wrapper .swiper-slide .item a .text .des p{
    width: 95%;
  }
  
}

/*# sourceMappingURL=index.css.map */