* {
  box-sizing: border-box;
}

.page-body {
  padding-top: 68px;
}

.banner-box {
  height: 500px;
  background-image: url('../../lib/images/dkjj/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-left: 10vw;
}

.content-box {
  width: 30vw;
  height: 100%;
  display: flex;
  align-items: center;
}

.content-box .title {
  font-weight: bold;
  font-size: 42px;
  color: #1E205B;
  line-height: 66px;
}

.content-box .line {
  width: 78px;
  height: 3px;
  background: #1E205B;
  margin-top: 6px;
}

.content-box .content {
  font-size: 16px;
  color: #5E6575;
  line-height: 28px;
  margin-top: 30px;
}

.download-btn {
  width: 140px;
  height: 46px;
  background: #0E69B3;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}

.img-1 {
  width: 628px;
  height: 470px;
  position: absolute;
  right: 15vw;
  bottom: 0;
}

.section-1 {
  background-color: #fff;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-1 .title {
  font-size: 34px;
  color: #000000;
  line-height: 60px;
}

.img-2 {
  width: 1200px;
  height: 600px;
  margin-top: 60px;
}

.section-2 {
  background-color: #F7F6F5;
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-3 {
  width: 1266px;
  height: 638px;
}

.section-3 {
  background-color: #fff;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-3 .title {
  font-size: 34px;
  color: #000000;
  line-height: 66px;
}

.section-3 .title-1 {
  width: 577px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  margin-top: 6px;
}

.section-3 .content-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 50px;
}

.img-4 {
  width: 516px;
  height: 366px;
}

.section-3 .items {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 20px;
}

.section-3 .items .item {
  width: 446px;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  gap: 26px;
}

.section-3 .items .item .icon {
  width: 40px;
  height: 40px;
}

.section-3 .items .item .name {
  font-size: 18px;
  color: #000000;
  line-height: 15px;
  padding-top: 6px;
}

.section-3 .items .item .text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}

.section-4 {
  background: #F7F6F5;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-4 .title {
  font-size: 34px;
  color: #000000;
  line-height: 66px;
}

.section-4 .title-1 {
  width: 577px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  margin-top: 6px;
}

.section-4 .content-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  padding-right: 80px;
}

.img-5 {
  width: 510px;
  height: 256px;
}

.section-4 .items {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}

.section-4 .items .item {
  width: 446px;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  gap: 26px;
}

.section-4 .items .item .icon {
  width: 40px;
  height: 40px;
}

.section-4 .items .item .name {
  font-size: 18px;
  color: #000000;
  line-height: 15px;
  padding-top: 6px;
}

.section-4 .items .item .text {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}


.section-5 {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-5 .title {
  font-size: 34px;
  color: #000000;
  line-height: 66px;
}

.section-5 .title-1 {
  width: 577px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  margin-top: 6px;
}

.brand-box {
  width: 1600px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.brand-box .img {
  width: 250px;
  height: 150px;
}