@keyframes living {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes living {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes swingLr {
  0% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
  }
}
@-ms-keyframes swingLr {
  0% {
    -ms-transform: rotate(5deg);
  }
  100% {
    -ms-transform: rotate(-5deg);
  }
}
@-moz-keyframes swingLr {
  0% {
    -moz-transform: rotate(5deg);
  }
  100% {
    -moz-transform: rotate(-5deg);
  }
}
@keyframes swingLr {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.page-case .banner {
  position: relative;
  padding: 9.5052083333% 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 40px;
}
.page-case .banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/case-banner.jpg) no-repeat center 0;
  background-attachment: fixed;
  background-size: 100%;
}
.page-case .banner .desc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 8.0208333333%;
}
.page-case .banner .desc p {
  line-height: 72px;
}
.page-case .banner .desc .count {
  color: #34AEBC;
}
.page-case .case-menu {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 8px 0;
  height: 68px;
  z-index: 999;
  background: #fafafa;
  box-shadow: 0px 4px 14px 0px rgba(20, 20, 20, 0.1);
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-case .case-menu a {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-case .case-menu.fixed {
  position: fixed;
  background: #1E262F;
}
.page-case .case-menu.fixed a {
  color: #fff;
}
.page-case .case-menu.fixed a.active, .page-case .case-menu.fixed a:hover {
  color: #fff;
}
.page-case .case-menu .ul {
  width: 1280px;
  margin: 0 auto;
}
.page-case .case-menu .item {
  display: inline-block;
  height: 52px;
  padding: 8px 32px;
  line-height: 36px;
  border-radius: 18px;
}
.page-case .case-menu .item:hover, .page-case .case-menu .item.active {
  /*background: $mainColor;
  color: #fff;*/
  color: #34AEBC;
}
.page-case .case-list-block {
  position: relative;
  width: 1360px;
  min-height: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
  /* padding-top: 28px; */
  background: #fff;
}
.case-list-block .wow{
  opacity: 0;
}
.page-case .case-list-block li {
  float: left;
  width: 25%;
  padding: 15px 26px;
}
.page-case .case-list-block li .tag {
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #999999;
  border-radius: 13px;
  font-size: 12px;
  margin-right: 10px;
}
.page-case .case-list-block li a {
  display: inline-block;
  width: 100%;
  background: white;
  box-shadow: 0px 3px 7px 0px rgba(104, 104, 104, 0.08);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.page-case .case-list-block li a:hover {
  margin-top: -14px;
  padding-bottom: 14px;
}
.page-case .case-list-block li a:hover .info .name {
  color: #34AEBC;
}
.page-case .case-list-block li a .img {
  position: relative;
  padding: 42.0353982301%;
}
.page-case .case-list-block li a .img .img-wrap {
  width: 100%;
  height: 100%;
}
.page-case .case-list-block li a .img .img-wrap img{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-case .case-list-block li a .info {
  padding: 20px;
}
.page-case .case-list-block li a .info .name {
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-case .case-list-block li a .info .tags {
  margin-top: 12px;
  padding-bottom: 7px;
}
.page-case .more-btn {
  width: 140px;
  height: 44px;
  margin: 76px auto 0;
  line-height: 42px;
  font-size: 16px;
  border: 1px solid #34AEBC;
  color: #34AEBC;
  border-radius: 22px;
  text-align: center;
  cursor: pointer;
}
.page-case .more-btn img {
  vertical-align: middle;
}
@media screen and (max-width: 1366px) {
  .page-case .desc {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform-origin: center top;
    -webkit-transform-origin: center top;
    -o-transform-origin: center top;
  }
}
