.bannercon {
  opacity: 1;
}
.bannercon dl {
  padding-top: 128px;
}
.bannercon dt {
  font-size: 40px;
}
.indresult-block {
  position: relative;
  width: 1920px;
  height: 100%;
  padding: 80px;
}
.bannercon dd {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin: 8px 0 24px 0;
}
.indresult {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block .tit {
  margin-top: 0;
}
.bannercon p {
  margin-top: 74px;
}
.block {
  position: relative;
  height: 514px;
  margin: 0;
}
.block:nth-of-type(1) {
  height: 622px;
}
.block:nth-of-type(2) {
  background: #f4f8fb;
}
.block:nth-of-type(3) {
  height: 514px;
}
.block:nth-of-type(4) {
  height: 446px;
  background: #f4f8fb;
}
.block:nth-of-type(5) {
  height: 811px;
}
.block:nth-of-type(6) {
  background: url('../images/develop/last-bg.png')
    center no-repeat;
  height: 468px;
  background-size: cover;
}
.block {
  font-family: PingFangSC-Regular, PingFang SC;
}

.block img {
  width: 630px;
  height: 354px;
}
.block dl dt {
  font-size: 28px;
  color: #212121;
  line-height: 40px;
  margin-bottom: 24px;
}
.block ul li {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 24px;
}
.block ul {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.block .left-image {
  display: inline-block;
  margin-right: 120px;
}

.block .right-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 95px;
  z-index: 2;
}
.block .left-text {
  display: inline-block;
  width: 430px;
  margin-right: 115px;
  margin-top: 95px;
}

.block .right-image {
  display: inline-block;
  vertical-align: top;
}
.block .list-con {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  text-align: center;
  margin-top: 68px;
  margin: 0 20px;
}
.block .list-con img {
  width: 63px;
  height: 63px;
}
.block .list-item {
  display: inline-block;
}
.block .list-con .link {
  position: absolute;
  width: 72px;
  top: 135px;
  left: 234px;
}
.block .list-block {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 223px;
}

.block .list-block .circle {
  display: inline-block;
  height: 106px;
  width: 106px;
  margin: 0 auto;
  background: url('../images/develop/card.png') center
    no-repeat;
  background-size: 106px 106px;
  background-size: cover;
  cursor: pointer;
}

.block .list-block img {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-31px);
}

.block .list-block dl dt {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212121;
  line-height: 26px;
  margin-top: 110px;
  margin-bottom: 0px;
}

.block .list-item dl dt {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212121;
  line-height: 26px;
  margin-top: 25px;
}
.block .list-block dl dd {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  margin-top: 8px;
}
.block .list-item dl dd {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-top: 16px;
}

.block .box-con {
  display: flex;
  justify-content: space-around;
}
.block div .box {
  display: inline-block;
  width: 380px;
  height: 544px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(30, 35, 48, 0.1);
}

.block div .top {
  display: inline-block;
  width: 100%;
  height: 116px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.block div .box dt {
  display: inline-block;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #212121;
  line-height: 26px;
  margin: 20px 20px 10px 20px;
  padding-bottom: 8px;
}

.block div .box dd {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin: 0 20px;
  margin-bottom: 12px;
}
