.bannr_box {
  width: 100%;
  height: 320px;
  background: url(/static_source/image/guanyuwm/banner.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 0 120px;
  box-sizing: border-box;
}

.bannr_box h1 {
  font-size: 64px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101E;
  line-height: 80px;
}

.gongsi_jianjie_box {
  margin-bottom: 100px;
}

.gongsi_jianjie_box .title {
  text-align: center;
  font-size: 40px;
  font-family: AppleSystemUIFont;
  color: #06101e;
  margin-bottom: 80px;
  margin-top: 80px;
}

.gongsi_jianjie_box ul {
  margin-left: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gongsi_jianjie_box ul li {
  width: 285px;
  padding: 36px 29px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.gongsi_jianjie_box ul li .image {
  width: 54px;
  max-height: 54px;
}

.gongsi_jianjie_box ul li .image img {
  width: 100%;
  height: 100%;
}

.gongsi_jianjie_box ul li h3 {
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101e;
  text-align: center;
}

.gongsi_jianjie_box ul li p {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #787878;
  text-align: justify;
}

.hex_jishu_box {
  margin-bottom: 100px;
  margin-left: 120px;
}

.hex_jishu_box .title {
  text-align: center;
  font-size: 40px;
  font-family: AppleSystemUIFont;
  color: #06101e;
  margin-bottom: 80px;
  margin-top: 80px;
}

.hex_jishu_box ul {
  width: 1200px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(50, 108, 184, 0.08);
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
}

.hex_jishu_box ul li {
  width: 400px;
  padding-left: 30px;
  padding-top: 36px;
  padding-right: 29px;
  box-sizing: border-box;
  display: flex;
  gap: 33px;
  padding-bottom: 10px;
}

.hex_jishu_box ul .image {
  width: 48px;
  max-height: 48px;
}

.hex_jishu_box ul .image img {
  width: 48px;
  max-height: 48px;
}

.hex_jishu_box ul .text_box h3 {
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101e;
}

.hex_jishu_box ul .text_box p {
  margin-top: 10px;
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #787878;
  line-height: 24px;
  text-align: justify;
}
