.large {
  width: 100%;
  overflow: hidden;
}

.custom_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin-left: 15%;
}

.custom_ul li {
  /* width: 21%; */
  /* height: 328px; */
  border: 1px solid #ebebeb;
  /* margin: 0 2%; */
  margin-bottom: 10px;
}

.custom_ul li img {
  width: 100%;
  height: 100%;
}

.img11 {
  display: block;
}

.img22 {
  display: none;
}

.bussiness_ul {
  width: 100%;
  margin-bottom: 49px;
}

.app_ul2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app_ul2 li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 21%;
  margin: 0 2%;
  height: 328px;
}

.appCont,
.appCont1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.appCont {
  background: #ffffff;
}

.appCont1 {
  visibility: hidden;
  background: #005bfe;
}

.appears {
  -webkit-animation: show1 1s linear forwards;
  animation: show1 1s linear forwards;
}

@-webkit-keyframes show1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes show1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.exits {
  -webkit-animation: hidden1 1s linear forwards;
  animation: hidden1 1s linear forwards;
}

@-webkit-keyframes hidden1 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes hidden1 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.app_ul2 li img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  margin-bottom: 47px;
}

.appword {
  line-height: 17px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #555555;
  margin-bottom: 22px;
}

.apptext {
  line-height: 21px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  padding: 0 20px;
}