.bannercon {
  opacity: 1;
}
.bannercon dl {
  padding-top: 128px;
}
.bannercon dt {
  font-size: 40px;
}

.bannercon dd {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin: 8px 0 24px 0;
}
.indresult {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indresult-block {
  position: relative;
  width: 1920px;
  height: 100%;
  padding: 80px;
}
.block .tit {
  margin-top: 0;
  /* padding-top: 80px; */
}
.bannercon p {
  margin-top: 74px;
}
.block {
  position: relative;
  width: 1920px;
  height: 514px;
  margin: 0;
}
.block:nth-of-type(2n + 1) {
}
.block:nth-of-type(2n) {
  background: #f4f8fb;
}

.block {
  font-family: PingFangSC-Regular, PingFang SC;
}

.block img:nth-child(1) {
  width: 630px;
  height: 354px;
  transition: 1s;
  border-radius: 4px;
}
.block dl dt {
  font-size: 28px;
  color: #212121;
  line-height: 40px;
  margin-bottom: 24px;
}
.block dl dd {
  color: #212121;
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #666666;
}
.block ul li {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 16px;
}
.block ul {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.block .left-image {
  position: relative;
  display: inline-block;
  margin-right: 115px;
  overflow: hidden;
  border-radius: 6px;
}

.block .right-text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 430px;
  height: 345px;
}
.block .left-text {
  display: inline-block;
  width: 430px;
  margin-right: 115px;
  height: 345px;
}

.block .text-con {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.block .right-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 6px;
}

.block .right-image img:nth-child(2) {
  position: absolute;
  transform: scale(50%, 50%);
  transform-origin: left bottom;
  left: 24px;
  bottom: 24px;
}

.block .left-image img:nth-child(2) {
  position: absolute;
  transform: scale(50%, 50%);
  transform-origin: left bottom;
  left: 24px;
  bottom: 24px;
}
.block .left-image img:nth-child(1):hover {
  transform: scale(1.1);
}
.block .right-image img:nth-child(1):hover {
  transform: scale(1.1);
}

.block .block-con {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  margin: 0 20px 0 20px;
}

.block .block-item {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 184px;
  z-index: 2;
}
.block .block-item img {
  width: 86px;
  height: 86px;
  margin: 18px 0;
}

.block .block-item p {
  margin-top: 25px;
  font-size: 18px;
  color: #212121;
}
.block .block-con .line {
  position: absolute;
  width: 900px;
  height: 2px;
  background: #d2d7df;
  top: 62px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.block .num-con {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  margin: 0 20px 0 20px;
}
.block .num-con .num-item {
  width: 160px;
  height: 87px;
  margin: 0 130px;
}
.block .num-con .num-item p:nth-child(1) {
  font-size: 44px;
  color: #2386ee;
  line-height: 62px;
  margin-bottom: 0;
}
.block .num-con .num-item p:nth-child(2) {
  font-size: 18px;
  color: #212121;
}

.block .block-con-v {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  margin: 0 20px 0 20px;
}

.block .block-item-v {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 403px;
  margin: 0 20px;
  z-index: 2;
}
.block .block-item-v img {
  width: 86px;
  height: 86px;
  margin: 18px 0;
}

.block .block-item-v p {
  margin-top: 25px;
  font-size: 18px;
  color: #212121;
}
.block .block-con-v .line {
  position: absolute;
  width: 900px;
  height: 2px;
  background: #d2d7df;
  top: 62px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.block .block-con-v dl dd {
  color: #666666;
  line-height: 28px;
}

.block .top-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 64px;
  text-align: center;
}

.block .top-box div {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666666;
  width: 180px;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.block .top-box-four div {
  width: 280px;
}
.block .top-box-five div {
  width: 220px;
}
.block .top-box img {
  width: 48px;
  height: 48px;
  margin: 20px auto 10px;
}
.block ul li:before {
  content: '';
  display: inline-block;
  background: url('../images/products/stellar/check.png');
  width: 16px;
  height: 16px;
  margin-right: 13px;
  vertical-align: middle;
  background-size: cover;
}

.block ul li:last-child:before {
  content: '';
  display: inline-block;
  background: none;
  width: 0px;
  height: 0px;
  margin-right: 0px;
  vertical-align: middle;
  background-size: cover;
}
.block ul li:last-child {
  margin-bottom: 24px;
  line-height: 28px;
}

.block .ps {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  margin-left: 29px;
  margin-bottom: 16px;
}

.block-item-v dl dd {
  margin-bottom: 0px;
}
