/*======= case_showbox =======*/
.case_showbox {
  margin: 100px 0 0 0;
}

.case_showbox .l {
    display: flex;
    align-items: center;
    justify-content: center;
  width: 80%;
  border-radius: 30px;
  overflow: hidden;
  min-height: 500px;
  max-height: 500px;
}

.case_showbox .r {
  position: absolute;
  top: 10%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 30px;
  width: 30%;
  height: 100%;
  background: #1982FA;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  z-index: 0;
}

.case_showbox .r span {
  line-height: 40px;
}

.case_showbox .r a {
  color: #fff;
  animation: float 1s infinite ease-in-out alternate;
}

@keyframes float {
  100% {
    transform: translateY(10px);
    /* box-shadow: 0 40px 10px -18px hsla(0, 0%, 0%, .2),
      0 40px 16px -12px hsla(0, 0%, 0%, .2); */
  }
}

.case_showbox .l img {
  display: block;
  width: 100%;
}

.swiper-containercase {
  position: relative;
  padding: 0 0 55px 0;
  overflow: hidden;
}

.swiper-containercase .swiper-slide {
  position: relative;
  display: flex;
}

.case_arrowbox {
  position: absolute;
  bottom: 11%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  width: 10%;
  z-index: 1;
}

.case_arrowbox .fa {
  font-size: 50px;
  color: #fff;
}

.case_arrowbox .swiper-button-prevcase,
.case_arrowbox .swiper-button-nextcase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  cursor: pointer;
}

.case_arrowbox .swiper-button-prevcase:hover,
.case_arrowbox .swiper-button-nextcase:hover {
  background-color: #fff;
  transition: all 0.6s;
}

.case_arrowbox .swiper-button-prevcase:hover .fa,
.case_arrowbox .swiper-button-nextcase:hover .fa {
  color: #1982FA;
  transition: all 0.6s;
}

/*======= our_case =======*/
.our_case_box {
  margin: 75px 0 0 0;
}

.our_case_titbox {
  margin: 0 0 80px 0;
}

.our_case_titbox h4 {
  position: relative;
}

.our_case_titbox h4::after {
  content: "customer case";
  position: absolute;
  top: -50%;
  left: 5%;
  text-transform: uppercase;
  color: #DDE8FF;
  z-index: -1;
}

.onr_casecontent ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.onr_casecontent ul li {
  width: 30%;
}

.onr_casecontent ul li .case_pbox {
    display: flex;
    justify-content: center;
    align-items: center;
  width: 100%;
  height: 305px;
}

.onr_casecontent ul li .case_pbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.onr_casecontent ul li {
  margin: 0 0 60px 0;
}

.case_pbox {
  position: relative;
}

.case_textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  width: 100%;
  height: 40%;
  background-image: url(../image/customer_case/fec7f9d91cc66166aceb2f9ef32046a.png);
  background-position: center 200px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.case_textbox h4 {
  color: #fff;
}

.onr_casecontent ul li a:hover .case_textbox {
  background-image: url(../image/customer_case/fec7f9d91cc66166aceb2f9ef32046a.png);
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.6s;
}

.skip_act {
  color: #1A6BC6 !important;
}

@media screen and (max-width: 1680px) {
  .case_showbox .r h4 {
    font-size: 24px;
  }

  .case_showbox .r span {
    font-size: 16px;
  }

  .case_showbox .r a {
    font-size: 18px;
  }

  .case_showbox {
    margin: 90px 0 0 0;
  }

  .swiper-containercase {
    padding: 0 0 50px 0;
  }

  .our_case_box {
    margin: 70px 0 0 0;
  }

  .our_case_titbox {
    margin: 0 0 70px 0;
  }

  .our_case_titbox h4 {
    font-size: 28px;
  }

  .onr_casecontent ul li {
    margin: 0 0 55px 0;
  }
}

@media screen and (max-width: 1600px) {
  .case_showbox .r h4 {
    font-size: 22px;
  }

  .case_showbox .r span {
    font-size: 14px;
  }

  .case_showbox .r a {
    font-size: 16px;
  }

  .case_showbox {
    margin: 80px 0 0 0;
  }

  .swiper-containercase {
    padding: 0 0 45px 0;
  }

  .our_case_box {
    margin: 65px 0 0 0;
  }

  .our_case_titbox {
    margin: 0 0 60px 0;
  }

  .our_case_titbox h4 {
    font-size: 26px;
  }

  .onr_casecontent ul li {
    margin: 0 0 50px 0;
  }
}

@media screen and (max-width: 1440px) {
    /*.case_showbox .l {*/
    /*    min-height: 700px;*/
    /*    max-height: 700px;*/
    /*}*/
    
  .case_showbox .r h4 {
    font-size: 20px;
  }

  .case_showbox {
    margin: 70px 0 0 0;
  }

  .swiper-containercase {
    padding: 0 0 40px 0;
  }

  .our_case_box {
    margin: 60px 0 0 0;
  }

  .our_case_titbox {
    margin: 0 0 50px 0;
  }

  .our_case_titbox h4 {
    font-size: 24px;
  }

  .case_textbox h4 {
    font-size: 18px;
  }

  .case_textbox {
    padding: 30px;
  }

  .onr_casecontent ul li {
    margin: 0 0 45px 0;
  }
}

@media screen and (max-width: 1366px) {
  .case_showbox .r h4 {
    font-size: 18px;
  }

  .case_showbox .r span {
    line-height: 30px;
  }

  .case_showbox {
    margin: 60px 0 0 0;
  }

  .swiper-containercase {
    padding: 0 0 35px 0;
  }

  .our_case_box {
    margin: 55px 0 0 0;
  }

  .our_case_titbox {
    margin: 0 0 40px 0;
  }

  .our_case_titbox h4 {
    font-size: 22px;
  }

  .onr_casecontent ul li {
    margin: 0 0 40px 0;
  }
}

@media screen and (max-width: 1280px) {
  .case_arrowbox {
    width: 12%;
  }

  .case_showbox .r {
    padding: 50px 25px;
  }

  .case_showbox {
    margin: 50px 0 0 0;
  }

  .swiper-containercase {
    padding: 0 0 30px 0;
  }

  .our_case_box {
    margin: 50px 0 0 0;
  }

  .our_case_titbox {
    margin: 0 0 30px 0;
  }

  .our_case_titbox h4 {
    font-size: 20px;
  }

  .onr_casecontent ul li {
    margin: 0 0 35px 0;
  }
}

@media screen and (max-width: 1024px) {
  .case_showbox .r {
    position: relative;
  }

  .case_arrowbox {
    width: 14%;
  }

  .case_arrowbox {
    position: absolute;
    bottom: 20%;
    right: 1%;
  }

  .case_showbox .r span {
    margin: 15px 0;
    line-height: 20px;
  }

  .case_showbox {
    margin: 40px 0 0 0;
  }

  .swiper-containercase {
    padding: 0 0 25px 0;
  }

  .our_case_box {
    margin: 45px 0 0 0;
  }

  .our_case_titbox {
    margin: 0 0 20px 0;
  }

  .our_case_titbox h4 {
    font-size: 18px;
  }

  .onr_casecontent ul li {
    margin: 0 0 30px 0;
  }

  .case_showbox .r {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 980px) {
  .case_arrowbox {
    display: none;
  }

  .case_showbox {
    margin: 30px 0 0 0;
  }

  .swiper-containercase {
    padding: 0 0 20px 0;
  }

  .our_case_box {
    margin: 40px 0 0 0;
  }

  .our_case_titbox {
    margin: 0 0 15px 0;
  }

  /* .our_case_titbox h4 {
    font-size: 16px;
  } */

  .swiper-containercase .swiper-slide {
    flex-wrap: wrap;
  }

  .swiper-containercase .swiper-slide .l,
  .swiper-containercase .swiper-slide .r {
    width: 100%;
  }

  .case_textbox h4 {
    font-size: 16px;
  }

  .case_textbox {
    padding: 20px;
  }

  .onr_casecontent ul li {
    width: 45%;
  }

  .onr_casecontent ul li {
    margin: 0 0 25px 0;
  }

  .case_showbox .r {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 768px) {
  .case_showbox {
    margin: 20px 0 0 0;
  }

  .swiper-containercase {
    padding: 0 0 15px 0;
  }

  .our_case_box {
    margin: 30px 0 0 0;
  }

  .case_textbox {
    padding: 15px;
  }

  .onr_casecontent ul li {
    margin: 0 0 20px 0;
  }

  .case_textbox h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .case_showbox {
    margin: 15px 0 0 0;
  }

  .our_case_box {
    margin: 20px 0 0 0;
  }

  .onr_casecontent ul li {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 375px) {}