.case_btn {
    width: 98px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    z-index: 12
}

.case_btn:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #004098;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
    z-index: -1
}

.case_btn:hover {
    border: 1px solid #004098
}

.case_btn:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9
}


.case_bottom {
    position: relative;
}

.case_bottom .swiper-container {
  margin: 0 auto;
}
.case_bottom .swiper-slide {
  background: #f8f8f8;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.case_bottom .swiper-slide:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.case_bottom .swiper-slide:hover .imgBox div {
  transform: scale(1.05);
}
.case_bottom .swiper-slide:hover h2 {
  color: #000;
  text-decoration: underline;
}
.case_bottom .swiper-slide .imgBox {
  width: 100%;
  overflow: hidden;
}
.case_bottom .swiper-slide .imgBox img{max-width:100%;}
.case_bottom .swiper-slide .imgBox div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-out;
}
.case_bottom .swiper-slide .bottom {
  padding: 20px;
}
.case_bottom .swiper-slide .bottom .p1 {
  color: #000;
  margin-bottom: 10px;
}
.case_bottom .swiper-slide .bottom h2 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
 
}
@media only screen and (max-width: 1440px) {
  .case_bottom .swiper-slide .bottom h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
 .case_bottom .swiper-slide .bottom h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .case_bottom .swiper-slide .bottom h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
	
  .case_bottom .swiper-slide .bottom h2 {
    font-size: 14px;
  }
}
.case_bottom .swiper-slide .bottom .p2 {
  margin-bottom: 0.25rem;
  font-size: 14px;
  line-height: 1.714;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .case_bottom .swiper-slide .bottom .p2 {
    font-size: 12px;
  }
}
.case_bottom .swiper-button-prev,
.case_bottom .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  font-size: 40px;
  color: #b2b2b2;
  top: 50%;
  margin-top: -22px;
  transition: all 0.5s;
  opacity: 1 !important;
}
@media only screen and (max-width: 1440px) {
  .case_bottom .swiper-button-prev,
  .case_bottom .swiper-button-next {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .case_bottom .swiper-button-prev,
  .case_bottom .swiper-button-next {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .case_bottom .swiper-button-prev,
  .case_bottom .swiper-button-next {
    font-size: 14px;
  }
}
.case_bottom .swiper-button-prev:hover,
.case_bottom .swiper-button-next:hover {
  color: #e9bf3f
}
.case_bottom .swiper-button-prev {
  font-family: iconfont;
  left: -40px;
  background-image: none;
}

.case_bottom .swiper-button-next {
  font-family: iconfont;
  background-image: none;
  right: -40px;
}




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