@keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-moz-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-webkit-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-o-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.video-btn {
  position: absolute;
  top: 200px;
  right: 326px;
}
.video-btn a {
  display: block;
  position: relative;
}
.video-btn a:before {
  position: absolute;
  border-radius: 50%;
  content: '';
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: water 1.5s linear infinite;
  animation: water 1.5s linear infinite;
}

.video-btn img {
  position: relative;
  z-index: 2;
  width: 80px;
  transition: all 0.5s;
  display: inline-block;
}

#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup1 .video-box video {
  width: 100%;
}
#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.wpb_wrapper {
  background-color: #F4F8FB;
}

.indresult-block-1 {
  padding: 53px 0 61px;
}
.indresult-block-2 {
  padding: 79px 0 66px;
}
.indresult-block-3 {
  padding: 85px 0 72px;
}
.indresult-block-4 {
  padding: 69px 0 76px;
}
.bannercon {
  position: relative;
  font-family: PingFangSC-Heavy, PingFang SC;
  opacity: 1;
  transition: 1s;
}
.bannercon dl {
  padding-top: 153px;
}
.block dl dd {
  margin-bottom: 21px;
}
.bannercon p {
  margin-top: 38px;
}
.block .top-box {
  margin-top: 0;
}
.block .top-box div {
  margin-bottom: 0;
  height: 150px;
  color: #212121;
}
.block .top-box img {
  width: 73px;
  height: 56px;
  margin: 32px auto 17px;
}
.indresult-block-2 ul {
  margin-bottom: 41px;
}
.indresult-block-3 ul {
  margin-bottom: 47px;
}
.indresult-block-4 ul {
  margin-bottom: 43px;
}
.block ul li {
  margin-bottom: 0;
  line-height: 24px;
}
.block:nth-of-type(2n + 1) {
  background: #F0F2F5;
}
.block ul li:before {
  margin-right: 5px;
}
.indresult-block-2 .left-image img:nth-child(2),
.indresult-block-2 .right-image img:nth-child(2) {
  left: 17px;
  bottom: 14px;
}

.indresult-block-3 .left-image img:nth-child(2),
.indresult-block-3 .right-image img:nth-child(2) {
  left: 20px;
  bottom: 20px;
}

.indresult-block-4 .left-image img:nth-child(2),
.indresult-block-4 .right-image img:nth-child(2) {
  left: 18px;
  bottom: 23px;
}