.total_box {
  width: 100%;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.small_box {
  width: 31.5%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 44px 2px rgb(203 203 203 / 33%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mid_blue {
  width: 55px;
  height: 5px;
  background-color: #0F77ED;
}
.img_box {
  width: 264px;
  height: 205px;
  margin-top: 50px;
  background: url(../img/service/bg1.png) no-repeat center center;
  position: relative;
}
.img_up_down {
  position: absolute;
  top: 20px;
  left: 50px;
  height: 103px;
  width: 177px;
  z-index: 1;
  -webkit-animation: banner_0 3s ease-in-out infinite;
  animation: banner_0 3s ease-in-out infinite;
}
@keyframes banner_0 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.text_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.text_text {
  font-size: 14px;
  color: #333333;
  padding: 0 15%;
  width: 100%;
  text-align: center;
  word-break: break-all;
  margin-top: 20px;
  line-height: 2;
}
.mid_fenge {
  width: 100%;
  height: 90px;
}
.B_mid_total_box {
  display: flex;
  width: 100%;
  height: 412px;
  border: 2px solid #0F77ED;
}
.left_img_box {
  height: 100%;
  width: 43%;
  display: flex;
  align-items: center;
}
.right_text_box {
  height: 100%;
  width: 57.1%;
  background-color: #0F77ED;
  color: #fff;
  padding: 35px 160px 50px 50px;
  position: relative;
}
.back_img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 220px;
  width: 160px;
}
.right_text_title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}
.right_text_text {
  font-size: 13px;
  font-weight: 400;
  word-break: break-all;
  line-height: 2;
  margin-bottom: 10px;
}
.right_text_box2 {
  height: 100%;
  width: 57.1%;
  background-color: #E3EBF5;
  color: #333;
  padding: 35px 160px 50px 50px;
  position: relative;
}
.B_mid_total_box2 {
  display: flex;
  width: 100%;
  height: 412px;
  border: 2px solid #E3EBF5;
}
.right_text_text_small {
  font-size: 12px;
  font-weight: 400;
  word-break: break-all;
  margin-bottom: 10px;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .right_text_box2 {
    padding: 35px 50px 50px 50px;
  }
  .back_img {
    z-index: -1;
  }
}
