

/* 案例 */
.cases {
  padding: 80px 0;

}
.cases_t {
  border-top: 1px solid #fff;
  position: relative;
}
.cases_tbox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -24px);
  -webkit-transform: translate(-50%, -24px);
  -moz-transform: translate(-50%, -24px);
  -ms-transform: translate(-50%, -24px);
  -o-transform: translate(-50%, -24px);
  padding: 0 58px;

}
.cases_tboxbig {
  /* position: relative; */
  text-align: center;
}
.cases_tboxh {
  font-size: 42px;
  font-weight: 700;
  color: #222222;
}
.cases_tboxp {
  font-size: 14px;
  color: #999999;
  line-height:38px
}
.cases_yl, .cases_yr {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #d8d8d8;
}
.cases_yl {
  left: 0;
  top: 20px;
}
.cases_yr {
  right: 0;
  top: 20px;
}
.cases_b {
  margin-top: 90px;
  padding: 0 40px;
  position: relative;
}
.cases_container {
  /* padding-right: -1px; */
  /* border: 1px solid #d3d3d3;

    border-left: none;

    border-right: none;

    border-bottom: none; */
  border-right: 1px solid rgba(0, 0, 0, .15);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  position: unset;
}
.cases_wrapper {
  background-color: #fff;
  /* border-bottom: 1px solid #d3d3d3; */
}
.cases_slide {
  overflow: hidden;
  /* border-left: 1px solid rgba(0, 0, 0, .15);

    border-top: 1px solid rgba(0, 0, 0, .15); */
}
.cases_slide img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  padding: 15px;
}
.cases_slide:nth-child(-n +7) {
  /* border-top: 0; */
}
.cases_slide:nth-child(7n) {
  /* border-right: 1px solid rgba(0, 0, 0, .15); */
}
.cases_slide_item {
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, .15);
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.cases_slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cases_pagination {
  display: none;
}
.cases_container .cases_pagination {
  bottom: -33px;
}
.cases_container .cases_pagination span.swiper-pagination-bullet-active {
  background-color: #ff7800;
}
.cases_more {
  margin-top: 45px;
  text-align: center;
}
.cases_more a {
  display: inline-block;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: linear-gradient(to left, #0b92df 0%, #0050a2 10);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .cases_container {
    padding-bottom: 50px;
  }
  .cases_pagination {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .cases {
    padding: 50px 0;
  }
  .cases_more {
    margin-top: 30px;
  }
  .cases_tbox {
    width: 70%;
  }
  .cases_b {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .cases_container {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .cases_tboxh {
    font-size: 24px;
  }
  .cases_tboxp {
    font-size: 12px;
  }
  .cases_tbox {
    width: 100%;
    padding: 0;
    position: relative;
    top: 20px;
  }
  .cases_yl, .cases_yr {
    display: none;
  }
  .cases_more {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .cases_b {
    margin-top: 30px;
    padding: 0 20px;
  }
}
