@charset "UTF-8";
/**!
 * 经典案例
 * date:2022-05-13
 * author: fxyue;
 */
/* .banner-img {
  height: 460px;
  background: url("../images/classic_case/banner_img.jpg") top center no-repeat;
} */

.example {
  margin-top: 56px;
}

.example-tt {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 38px;
  color: #000000;
}

.example-bd {
  margin-top: 41px;
  height: 379px;
}

.example-swiper {
  height: 100%;
  padding: 10px 0 34px;
}

.example-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  height: 9px;
  font-size: 0;
}

.example-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  width: 41px;
  height: 9px;
  border-radius: 12px;
  background: #E8E8E8;
  border-radius: 12px;
  opacity: 1;
}

.example-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 56px;
  background: #319CFF;
}

.example-list {
  height: 100%;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(16, 56, 122, 0.1);
          box-shadow: 0px 0px 15px rgba(16, 56, 122, 0.1);
}

.example-list .example-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.example-list > img {
  float: left;
  width: 519px;
  height: 100%;
}

.example-box {
  margin-left: 519px;
  overflow: hidden;
  padding: 24px 30px 10px 40px;
}

.example-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}

.example-infor {
  margin-top: 16px;
  height: 108px;
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}

.example-key {
  margin-top: 23px;
  font-weight: 400;
  font-size: 16px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #666666;
}

.example-key a {
  margin-right: 20px;
  color: #666666;
}

.example-more {
  display: block;
  margin-top: 20px;
  width: 121px;
  height: 40px;
  background: url("../images/classic_case/example_more_arr.png") 95px 50% no-repeat #F5FCFF;
  border: 1px solid #319CFF;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  color: #0170FD;
  padding-left: 18px;
}

.case {
  margin-top: 82px;
}

.case-bd {
  margin-top: 34px;
  background: url("../images/classic_case/case_bg.png") top center no-repeat #EFF8FF;
  padding-bottom: 40px;
}

.case-wrap {
  margin-left: -40px;
}

.case-list {
  float: left;
  margin: 40px 0 0 40px;
  width: calc(33.33% - 40px);
  height: 376px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(184, 213, 240, 0.25);
          box-shadow: 0px 4px 4px rgba(184, 213, 240, 0.25);
  border-radius: 3px;
  padding: 30px;
  position: relative;
}

.case-list .example-name {
  height: 72px;
  overflow: hidden;
}

.case-list .example-infor {
  margin-top: 19px;
}

.case-list .example-key {
  margin-top: 13px;
}

.case-list .example-key > label {
  color: #0170FD;
}

.case-list .example-more {
  margin-top: 24px;
}

.case-list::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 22px;
  left: 0;
  top: 39px;
  background: #0170FD;
}

#footer {
  margin-top: 0;
}
