.banner {
  position: relative;
}
.bannercon {
  position: relative;
  font-family: PingFangSC-Heavy, PingFang SC;
  opacity: 1;
  transition: 1s;
}
.bannercon dl {
  padding-top: 183px;
  line-height: 60px;
}
.bannercon dt {
  font-size: 48px;
  text-align: center;
}

.bannercon dd {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  margin: 8px 0 24px 0;
}

.indresult {
  position: relative;
  font-family: PingFangSC-Medium, PingFang SC;
}
.indresult-top {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
}
.fix-block {
  width: 1920px;
  margin: 0 auto;
  border-bottom: rgba(219, 219, 219, 0.5) 1px solid;
}

.fix-nav {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
  background: #ffffff;
}
.indresult-ul {
  display: flex;
  margin: 0 auto;
}
.indresult-ul li {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #212121;
  line-height: 20px;
  position: relative;
  padding: 22px 0;
  margin: 0 60px;
  cursor: pointer;
}
.indresult-ul li.active {
  border-bottom: #2386ee 2px solid;
}
.indresult-ul li:after {
  content: '';
  width: 0;
  display: block;
  height: 2px;
  /* background: #fff; */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
}
.indresult-ul li.active:after {
  width: 100%;
}

.indresult-block {
  position: relative;
  width: 1920px;
  height: 653px;
}

.indresult .block1 .indresult-block {
  height: 544px;
  background: #ffffff center;
}

.indresult .block2 .indresult-block {
  height: 798px;
  background: #f4f8fb;
}
.indresult .block3 .indresult-block {
  height: 505px;
  background: url('../images/aboutus/bg3.png')
    no-repeat center;
  background-size: cover;
}

.indresult .block4 .indresult-block {
  background: url('../images/aboutus/bg4.png')
    no-repeat center;
  background-size: cover;
}

.indresult .block6 .indresult-block {
  height: 399px;
  background: #f4f8fb;
}

.indresult-con {
  font-family: PingFangSC-Regular, PingFang SC;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indresult-con .tit {
  margin-top: 80px;
  margin-bottom: 64px;
}

.indresult-con dl {
  /* margin-top: 251px; */
}
.indresult-con dl dt {
  font-size: 28px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 16px;
  line-height: 40px;
  /* color: #fff; */
}
.indresult-con dl dd {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  /* margin: 16px 0 25px 0; */
}
.indresult-con ul li {
  font-size: 14px;
  /* color: #fff; */
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.indresult-con p {
  display: flex;
  align-items: center;
  margin-top: 32px;
  font-size: 14px;
  color: #212121;
  line-height: 28px;
}
.indresult-con .btn_w {
  border: 1px solid #999999;
  color: #212121;
  font-size: 14px;
}

.indresult-con .btn_w:hover:after {
  border: rgb(0, 0, 0) solid;
  border-width: 0 1px 1px 0;
}

.block1 .tit {
  margin-top: 144px;
  margin-bottom: 40px;
}

.block1 .bottom-case {
  display: flex;
  justify-content: space-between;
}
.block1 .bottom-case .box {
  display: inline-block;
}
.block1 .bottom-case .box p {
  margin-top: 7px;
}
.block1 .bottom-case .box p:nth-child(1) {
  font-size: 40px;
  margin-top: 40px;
  font-weight: 800;
  color: #2386ee;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.block1 .bottom-case .box p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  display: block;
  text-align: center;
}

.block2 .box {
  display: inline-block;
  position: relative;
  width: 193px;
  height: 254px;
  padding: 0 24px;
  vertical-align: top;
}
.block2 .box dt {
  font-size: 20px;
  font-weight: 800;
  color: #212121;
  line-height: 28px;
  margin-bottom: 8px;
}

.block2 .box dd {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  width: 130px;
}
.block2 .box:nth-child(n + 8) dt {
  margin-top: 131px;
}
.block2 .box .line-up {
  position: absolute;
  left: -6px;
  top: 0;
  height: 100%;
  width: 12px;
  background: url('../images/aboutus/line-up.png')
    no-repeat center;
}
.block2 .box .line-down {
  position: absolute;
  left: -6px;
  top: -12px;
  height: 100%;
  width: 12px;
  background: url('../images/aboutus/line-down.png')
    no-repeat center;
}
.block2 .line {
  position: absolute;
  width: 1180px;
  bottom: 6px;
  left: 0px;
  height: 1px;
  background: url('../images/aboutus/line.png')
    no-repeat center;
}

.block3 .box-con {
  display: flex;
  justify-content: space-between;
}
.block3 .box-con img {
  width: 40px;
  height: 40px;
}
.block3 .tit {
  color: #ffffff;
}
.block3 .box {
  text-align: center;
  display: inline-block;
  width: 240px;
  height: 100%;
}
.block3 .box dt {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.block3 .box dd {
  color: #ffffff;
}

.block4 .box-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block4 img {
  margin-top: 24px;
  margin-bottom: 8px;
}
.block4 .box {
  text-align: center;
  display: inline-block;
  width: 220px;
  height: 182px;
  background: #ffffff;
  box-shadow: 0px 3px 41px 0px #f2f2f2;
  border-radius: 4px;
  margin-bottom: 20px;
}
.block4 .box dd {
  font-size: 14px;
  color: #212121;
  line-height: 24px;
}

.block5 .left-box {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 320px;
  width: 588px;
  vertical-align: top;
  margin-top: 40px;
}
.block5 .left-box .box {
  height: 64px;
}
.block5 .left-box img {
  float: left;
}
.block5 dl dt {
  font-size: 20px;
  font-weight: 800;
  color: #212121;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 4px;
}
.block5 dl dd {
  color: #212121;
}
.block5 dl {
  margin-left: 88px;
}

.block5 .right-box {
  display: inline-block;
  width: 440px;
  height: 384px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  margin-left: 147px;
}

.block5 .right-box dl {
  margin-left: 0;
  padding: 40px;
}
.block5 .right-box dt {
  margin-bottom: 16px;
}
.block5 .right-box dd {
  margin-bottom: 20px;
}

.block6 .box-con {
  display: flex;
  justify-content: space-between;
}
.block6 .box {
  display: inline-block;
  width: 280px;
  height: 130px;
  background: #ffffff;
  box-shadow: 0px 3px 41px 0px #f2f2f2;
  border-radius: 4px;
}

.block6 dl dt {
  font-size: 20px;
  font-weight: 800;
  color: #212121;
  line-height: 24px;
  margin-top: 41px;
  margin-bottom: 4px;
}
.block6 dl dd {
  color: #212121;
}

.block6 img {
  float: left;
  margin: 41px 20px 41px 20px;
}
