.web-slider {
  margin: 0;
  background-image: url("images/web/sd-bg.png");
  background-size: 100% 100vh;
  background-repeat: no-repeat;
}

.col-left {
  padding-top: 150px;
}

.col-right {
  padding-left: 40px;
}

.col-right .i-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.col-right .i-item {
  background-color: #ffffff;
  width: 456px;
  height: 120px;
  border-radius: 5px;
  margin-top: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.col-right .i-item img {
  width: 52px;
  height: 52px;
  margin: auto 40px;
}

.col-right .i-item p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.tab {
  display: flex;
  justify-content: center;
}

.tab .text-tab {
  height: 80px;
  margin: 0 50px;
}

.tab .text-tab:hover div {
  display: block;
}

.tab .text-tab span {
  cursor: pointer;
  font-size: 18px;
  color: #9daac0;
}

.tab .text-tab span:hover {
  color: #fc6034;
}

.tab .text-tab div {
  display: none;
  margin: 4px auto;
  background-color: #fc6034;
  height: 8px;
  width: 40px;
}
.layer1-0{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.info1-0 {
  font-size: 22px;
   color: #4A4A4A;
  line-height: 29px;
}
.info1-1 {
  font-size: 14px;
   color: #4A4A4A;
  line-height: 29px;
}

.server-card:hover .info1-0{
  color: white;
}
.server-card:hover .info1-1{
  color: white;
}

.server-card .btn{
  margin-top: 20px;
  border-radius: 2px;
  border: 1px solid #455de1;
  color: #455de1;
}

.server-card:hover .btn{
  border: white 1px solid;color: white
}


.develop-content {
  margin: 0 auto;
  max-width: 1200px;
}

.server-card-box {
  display: flex;
  align-content: center;
}

.server-card {
  margin: 20px;
  height: 376px;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 20px -7px rgba(206, 215, 238, 1);
  min-width: 364px;
  align-items: center;
  text-align: left;
}

.server-card:hover {
  box-shadow: 0 2px 20px -7px rgb(158, 183, 252);
  background: #2b1ecd;
  color: #ffffff;
}

.develop-data {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 120px 0;
}
.develop-number {
  font-size: 52px;
  font-weight: bold;
  background: linear-gradient(180deg, #4762e2 0%, #2611c9 100%);
  color: #4a4a4a;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.develop-date-text {
  font-size: 24px;
  color: #2e25cf;
  line-height: 24px;
}
.develop-data-show {
  display: flex;
  justify-content: space-around;
}
.develop-show {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  color: #323232;
  width: 338px;
  height: 438px;
  border-radius: 10px;
  box-shadow: 2px 2px 27px 0px rgba(41, 26, 204, 0.12);
}
.develop-show-card1 {
  background-color: rgba(52, 37, 241, 0.12);
  width: 338px;
  height: 150px;
  padding: 40px 40px 0 40px;
  border-radius: 10px 10px 0px 0px;
}
.develop-show-card {
  background-color: #ffffff;
  height: 95px;
  margin: 19px 40px;
  border-width: 290px;
  border-bottom: 1px solid #d3d3d3;
}
.develop-show-card:last-child {
  border-radius: 0px 0px 10px 10px;
  border-bottom: 0;
}
.develop-data-show div div img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.develop-data-show div p {
  color: #6c6c6c;
  font-size: 16px;
}
.develop-bottom-lunbo {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.develop-content-bottom {
  margin: 0 auto;
  text-align: center;
  background: #f9f9f9;
}
.content-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.content-bottom-image {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.content-bottom-dot {
  padding-bottom: 27px;
}
.content-bottom-text {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  color: #000000;
}

/* 案例部分 */
.anli-col {
  display: flex;
  justify-content: center;
}

.anli-card {
  width: 384px;
  margin-bottom: 100px;
}

.list{
  margin-top: 20px;
}

.anli-card img {
  width: 384px;
  max-height: 242px;
  box-shadow: 0 2px 10px 0 rgba(225, 225, 225, 0.6);
  border-radius: 10px;
}

.anli-card img:hover {
  box-shadow: 0 2px 10px 0 rgb(217, 241, 255);
}

@media (min-width: 768px) {
  .anli-card img{
      height: 100%;
  }
}


.anli-card .btn-to {
  position: absolute;
  display: flex;
  margin: -41px 32px;
  height: 83px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 10px 0 rgba(225, 225, 225, 0.6);
  width: 318px;
  justify-content: center;
  align-items: center;
  padding-right: 22px;
}


/* 案例 swiper自定义部分 */
#caseWeb .swiper-slide {
  /* width: 700px !important;
  height: 400px !important; */
  overflow: hidden;
  box-shadow: 0 2px 20px -7px rgb(206 215 238);
  border-radius: 10px;
}

#caseWeb .swiper-slide img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .swiper-container11 .swiper-button-prev.swiper-button-black{
    left: 250px !important;
  }
  .swiper-container11 .swiper-button-next.swiper-button-black{
    right: 250px !important;
  }
}

/* 案例 swiper自定义部分 */


