.h3-size22 {
  font-size: 0.26rem;
}

.inner-two {
  background-color: #f6f6f6;
}

.inner-two-box {
  position: relative;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 80px 0px rgba(18, 22, 30, 0.04);
}

.inner-two-con .box-pic {
  overflow: hidden;
  width: 55%;
}

.inner-two-con .box-pic img {
  width: 100%;
  transition: all 0.7s;
}

.inner-two-con .box-font {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 45%;
  padding: 4.8%;
  transform: translateY(-50%);
}

.inner-two-con .box-font h5 {
  line-height: 40px;
}

.inner-two-con .box-font h5 span {
  font-family: DIN-Bold;
}

.inner-two-con .box-font p {
  margin-top: 10.5%;
  color: #888;
}

.inner-two-con .box-font img {
  display: inline-block;
  margin-bottom: 5.5%;
  transition: all 0.3s;
}

.inner-two-box:hover h5 {
  color: #259bff;
}

.inner-two-box:hover .box-font img {
  transform: rotate(30deg);
}

.inner-two-box .box-pic:hover img {
  transform: scale(1.15);
}

.inner-two-box.inner-two-box2 .box-font {
  left: 0;
}

.inner-two-box.inner-two-box2 .box-pic {
  float: right;
}

.inner-two-btn {
  transition: all 0.5s;
  text-align: center;
}

.inner-two-btn span {
  margin-right: 5px;
}

.inner-two-btn .sq {
  display: none;
}

.inner-two-btn:hover {
  color: #259bff;
}

.inner-two-btn.on em::before {
  position: absolute;
  transform: rotate(180deg);
}

.lsem3-more {
  margin-top: 0px;
}

@media screen and (max-width: 1439px) {
  .h3-size22 {
    font-size: 20px;
  }
  .inner-two-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1259px) {
  .inner-two-con .box-font img {
    max-width: 60px;
  }
}
@media screen and (max-width: 980px) {
  .h3-size22 {
    font-size: 18px;
  }
  .inner-two-box.inner-two-box2 .box-font, .inner-two-box.inner-two-box2 .box-pic, .inner-two-con .box-font, .inner-two-con .box-pic {
    position: static;
    float: none;
    width: 100%;
    transform: none;
  }
  .inner-two-box.inner-two-box2 .box-font, .inner-two-con .box-font {
    float: none;
    padding: 50px 55px;
  }
  .inner-two-con .box-font img {
    margin-bottom: 20px;
  }
  .inner-two-con .box-font h5, .inner-two-con .box-font h5 b {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 5px;
  }
  .inner-two-con .box-font h5 span {
    font-size: 34px;
  }
  .inner-two-con .box-font p {
    font-size: 16px;
    margin-top: 40px;
  }
  .inner-two-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .inner-two-box.inner-two-box2 .box-font, .inner-two-con .box-font {
    padding: 25px 20px;
  }
  .inner-two-con .box-font img {
    margin-bottom: 10px;
    max-width: 50px;
  }
  .inner-two-con .box-font h5, .inner-two-con .box-font h5 b {
    font-size: 17px;
  }
  .inner-two-con .box-font h5 span {
    font-size: 20px;
  }
  .inner-two-con .box-font p {
    font-size: 14px;
    margin-top: 10px;
  }
  .inner-two-box {
    margin-bottom: 20px;
  }
  .inner-two-con {
    padding-top: 20px;
  }
}

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