.container{

}
.banner{
  width: 100%;
  height: 560px;
  background: url("https://file.enlightent.com/20251107/banner_page_eps.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.banner-info {
  position: absolute;
  left: calc(50% - 600px);
  top: 138px;
  width: 510px;
}
.banner-info .banner-title {
  font-size: 50px;
  color: #333333;
  line-height: 69px;
  font-weight: 600;
}
.banner-info .banner-title span {
  color: #336FF7;
}
.banner-info .banner-desc {
  margin-top: 22px;
  font-size: 22px;
  color: #333333;
  line-height: 40px;
}


.banner-btn-box{
  position: absolute;
  left: calc(50% - 600px);
  bottom: 95px;
  width: 300px;
  height: 34px;
  display: flex;
  align-items: center;
}
.btn-primary, .btn-primary2{
  width: 106px;
  height: 34px;
  background: #336FF7;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
}
.btn-primary a, .btn-primary2 a{
  color: #fff;
  display: block;
}

.module-desc-title {
  font-size: 32px;
  font-weight: bold;
  color: #262526;
  line-height: 56px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.module-desc-title:after{
  content: ' ';
  display: block;
  position: absolute;
  width: 102px;
  height: 12px;
  background: #A6BFF9;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  z-index: -1;
}

.module-box-data-type {

}
.module-box-data-type .content {
  height: 420px;
  display: flex;
  align-items: center;
}
.card-box2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 20px;
  font-weight: 500;
  color: #262526;
  line-height: 20px;
  text-align: center;
}
.card-box2 .card-item {
  flex-basis: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-box2 .card-item img {
  display: block;
  width: 68px;
  height: 68px;
}
.card-box2 .card-item div {
  padding-top: 32px;
}


.module-box-shujufugai {
  position: relative;
  background-color: #F8F9FC;
  padding: 70px 0 100px;
}
.module-box-shujufugai .content {
  position: relative;
  padding-top: 73px;
}
.module-box-shujufugai .bg-element1 {
  width: 293px;
  height: 289px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.card-box {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  color: #262526;
  line-height: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 19px;
}
.card-box .card-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 44px;

  flex-basis: 324px;
  height: 187px;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.06);
  border-radius: 8px;
  border: 1px solid #EDEDED;
  margin-right: 18px;
  margin-bottom: 18px;
}
.card-box .card-item:nth-of-type(2n) {
  margin-right: 0;
}

.card-box .card-item img {
  width: auto;
  height: 26px;
  object-fit: contain;
  margin-top: 47px;
  object-position: left;
}
.card-box .card-item .split-lint {
  margin: 12px 0 14px;
  width: 36px;
  height: 6px;
  background: #336FF7;
}
.card-box .card-item .card-content {
  padding-top: 14px;
}

.module-box-img{
  position: absolute;
  right: 0;
  top: 54px;
  width: 611px;
  height: 430px;
  z-index: 0;
}
