
body{
  padding: 0;
  margin: 0;
}

input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}


.page {
  /* responsive design canvas */
  background-color: rgba(21, 30, 38, 1);
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0 auto; /* center on large screens */
  height: auto;
  overflow: visible;
  transform-origin: top center;
}

.box_1 {
  width: 100%;
  height: auto;
  min-height: 900px;
  margin-top: 80px;
}

.box_2 {
  background-color: rgba(21, 30, 38, 1);
  width: 1920px;
  height: 80px;
}

.label_1 {
  width: 48px;
  height: 48px;
  margin: 16px 0 0 90px;
}

.box_3 {
  background-color: rgba(21, 30, 38, 0);
  width: 120px;
  height: 80px;
  margin-left: 48px;
}

.text_1 {
  width: 32px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 29px 0 0 44px;
}

.box_4 {
  background-color: rgba(202, 173, 123, 0);
  width: 120px;
  height: 6px;
  margin: 19px 0 4px 0;
}

.box_5 {
  background-color: rgba(255, 255, 255, 0);
  width: 120px;
  height: 80px;
  position: relative;
}

.text_2 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 29px 0 0 28px;
}

/* 产品中心 子菜单样式 */
.box_5 .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(34, 34, 34, 0.95);
  border-radius: 6px;
  padding: 6px 0;
  min-width: 120px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  z-index: 1000;
}
.box_5:hover .submenu {
  display: block;
}
.box_5 .submenu .submenu-item {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 18px;
  text-decoration: none;
  white-space: nowrap;
}
.box_5 .submenu .submenu-item:hover {
  background: #F4D8A6;
  color: #000000;
}

.box_6 {
  background-color: rgba(202, 173, 123, 1);
  width: 120px;
  height: 6px;
  margin: 19px 0 4px 0;
}

.box_7 {
  background-color: rgba(21, 30, 38, 0);
  width: 120px;
  height: 80px;
  margin-right: 1374px;
}

.text_3 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 29px 0 0 28px;
}

.block_1 {
  background-color: rgba(202, 173, 123, 0);
  width: 120px;
  height: 6px;
  margin: 19px 0 4px 0;
}

/* 顶部导航 a 链接样式：去掉下划线，继承文字颜色并保持布局 */
.box_3 > a,
.box_5 > a,
.box_7 > a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.box_3 > a:focus,
.box_5 > a:focus,
.box_7 > a:focus {
  outline: none;
}
.box_3 > a .text_1,
.box_5 > a .text_2,
.box_7 > a .text_3 {
  display: inline-block;
}

.box_8 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 900px;
  background: url(../images/f30/bg1.png)
    100% no-repeat;
  background-size: cover;
  margin-bottom: 1px;
}

.image_1 {
  width: 69px;
  height: 155px;
  margin: 359px 0 0 434px;
}

.image_2 {
  width: 74px;
  height: 163px;
  margin: 354px 0 0 17px;
}

.image_3 {
  width: 78px;
  height: 174px;
  margin: 349px 0 0 21px;
}

.block_2 {
  width: 516px;
  height: 792px;
  margin: 108px 0 0 9px;
}

.text_4 {
  background-image: linear-gradient(
    180deg,
    rgba(73, 90, 105, 1) 0,
    rgba(245, 247, 247, 1) 100%
  );
  width: 557px;
  height: 104px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 80px;
  font-family: YouSheBiaoTiHei;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 104px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 999;
}

.image_4 {
  width: 88px;
  height: 187px;
  margin: 129px 0 0 20px;
}

.box_9 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/873f5352222241b592e7a972ab94362e_mergeImage.png);
  width: 272px;
  height: 103px;
  margin: 269px 0 0 124px;
}

.block_3 {
  background-image: url(../images/f30/banner1.png);
  height: 900px;
  width: 708px;
  margin: 0 303px 0 -309px;
}

.text-wrapper_1 {
  width: 146px;
  height: 56px;
  margin: 48px 0 0 -22px;
}

.text_5 {
  background-image: linear-gradient(
    180deg,
    rgba(73, 90, 105, 1) 0,
    rgba(245, 247, 247, 1) 100%
  );
  width: 146px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-family: HarmonyOS_Sans_SC_Light;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 56px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-wrapper_1 {
  width: 287px;
  height: 265px;
  margin: 195px 0 336px 188px;
}

.image_5 {
  width: 114px;
  height: 239px;
  margin-top: 13px;
}

.image_6 {
  width: 137px;
  height: 265px;
}

.image-wrapper_2 {
  height: 587px;
  background: url(../images/f30/banner2.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 242px;
  position: absolute;
  left: 832px;
  top: 270px;
}

.image_7 {
  width: 103px;
  height: 206px;
  margin: 59px 0 0 9px;
}

.box_10 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 1800px;
  background: url(../images//f30/bg2.png)
    100% no-repeat;
  background-size: cover;
  margin-top: -1px;
}

.text_6 {
  width: 224px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin: 96px 0 0 848px;
}

.image-text_1 {
  width: 242px;
  height: 42px;
  margin: 64px 0 0 985px;
}

.image_8 {
  width: 20px;
  height: 24px;
  margin-top: 9px;
}

.text-group_1 {
  width: 210px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.block_4 {
  height: 122px;
  background: url(../images/f30/bg3.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 722px;
  position: relative;
  margin: 8px 0 0 838px;
}

.text_7 {
  width: 523px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
  margin: 28px 0 0 179px;
}

.block_5 {
  background-image: url(../images/f30/shebei1.png);
  position: absolute;
  left: -93px;
  top: -38px;
  width: 240px;
  height: 160px;
}

.image-text_2 {
  width: 242px;
  height: 42px;
  margin: 34px 0 0 985px;
}

.image_9 {
  width: 20px;
  height: 24px;
  margin-top: 9px;
}

.text-group_2 {
  width: 210px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.block_6 {
  height: 122px;
  background: url(../images/f30/bg3.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 722px;
  position: relative;
  margin: 8px 0 0 838px;
}

.text_8 {
  width: 523px;
  height: 82px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
  margin: 20px 0 0 179px;
}

.group_1 {
  background-color: rgba(0, 0, 0, 0);
  height: 160px;
  width: 240px;
  position: absolute;
  left: -93px;
  top: -38px;
}

.box_11 {
  position: relative;
  width: 240px;
  height: 160px;
  background: url(../images/f30/shebei2.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.thumbnail_1 {
  width: 1px;
  height: 1px;
  margin: 106px 0 0 17px;
}

.box_12 {
  width: 51px;
  height: 67px;
  margin: 55px 0 0 2px;
}

.thumbnail_2 {
  width: 1px;
  height: 1px;
  margin-left: 49px;
}

.box_13 {
  height: 49px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng5e98c35699a8c1d85674dddfec21316864fe1412371832ac3ace6190d1b68c06) -1px
    0px no-repeat;
  background-size: 50px 50px;
  width: 49px;
}

.image-wrapper_3 {
  position: relative;
  width: 16px;
  height: 9px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngb4753b4af84424bda8c6ce86eda3bcdde5f6ad33841232088abe92e187f3f5d1)
    100% no-repeat;
  background-size: 100% 100%;
  margin: 18px 0 0 32px;
}

.thumbnail_3 {
  position: absolute;
  left: 15px;
  top: 7px;
  width: 2px;
  height: 2px;
}

.thumbnail_4 {
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 2px;
}

.image_10 {
  width: 1px;
  height: 61px;
  margin: -47px 0 0 50px;
}

.text_9 {
  width: 43px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(232, 74, 31, 1);
  font-size: 24px;
  letter-spacing: -0.048143282532691956px;
  font-family: LucidaGrande;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
  margin: -34px 0 0 8px;
}

.thumbnail_5 {
  width: 1px;
  height: 1px;
  margin: 7px 0 0 50px;
}

.box_14 {
  position: relative;
  width: 54px;
  height: 67px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng621b92755fea0571074bccdce687b85ed3dbd405d505f8a5d735aa43f6c9d3fa) -1px -2px
    no-repeat;
  background-size: 55px 69px;
  margin: 55px 13px 0 102px;
}

.thumbnail_6 {
  width: 2px;
  height: 2px;
  margin: 19px 0 0 17px;
}

.thumbnail_7 {
  width: 2px;
  height: 2px;
  margin: 5px 0 0 1px;
}

.text_10 {
  width: 43px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(232, 74, 31, 1);
  font-size: 24px;
  letter-spacing: -0.048143282532691956px;
  font-family: LucidaGrande;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 2px;
}

.thumbnail_8 {
  width: 7px;
  height: 6px;
  margin: -20px 0 22px 26px;
}

.image_11 {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 28px;
}

.image_12 {
  position: absolute;
  left: 51px;
  top: 55px;
  width: 19px;
  height: 27px;
}

.image-text_3 {
  width: 242px;
  height: 42px;
  margin: 48px 0 0 985px;
}

.image_13 {
  width: 20px;
  height: 24px;
  margin-top: 9px;
}

.text-group_3 {
  width: 210px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.block_7 {
  width: 1200px;
  height: 122px;
  margin: 8px 0 0 360px;
}

.image_14 {
  width: 310px;
  height: 112px;
  margin-top: 10px;
}

.box_15 {
  height: 122px;
  background: url(../images/f30/bg3.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 722px;
  position: relative;
}

.text_11 {
  width: 523px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
  margin: 28px 0 0 179px;
}

.box_16 {
  background-color: rgba(0, 0, 0, 0);
  height: 160px;
  width: 240px;
  position: absolute;
  left: -93px;
  top: -37px;
}

.section_1 {
  height: 160px;
  background: url(../images/f30/shebei3.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 240px;
  position: relative;
}

.image-wrapper_4 {
  width: 34px;
  height: 23px;
  margin: 35px 0 0 67px;
}

.label_2 {
  width: 34px;
  height: 23px;
}

.image-wrapper_5 {
  width: 10px;
  height: 10px;
  margin: 1px 0 91px 101px;
}

.thumbnail_9 {
  width: 10px;
  height: 10px;
}

.image-wrapper_6 {
  height: 47px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng5c61dff2ac1b00763743e671a35111e3de956e849331a5bc83f244c9c98fb2ca)
    0px -1px no-repeat;
  background-size: 62px 48px;
  width: 61px;
  position: absolute;
  left: 58px;
  top: 55px;
}

.thumbnail_10 {
  width: 6px;
  height: 4px;
  margin: 16px 0 0 55px;
}

.thumbnail_11 {
  position: absolute;
  left: 0;
  top: -1px;
  width: 6px;
  height: 4px;
}

.text_12 {
  width: 224px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin: 124px 0 0 848px;
}

.image-text_4 {
  width: 229px;
  height: 42px;
  margin: 64px 0 0 601px;
}

.image_15 {
  width: 20px;
  height: 24px;
  margin-top: 8px;
}

.text-group_4 {
  width: 198px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.block_8 {
  height: 122px;
  background: url(../images/f30/bg3.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 722px;
  position: relative;
  margin: 8px 0 0 453px;
}

.text_13 {
  width: 523px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
  margin: 28px 0 0 179px;
}

.box_17 {
  background-image: url(../images/f30/shebei4.png);
  position: absolute;
  left: -93px;
  top: -38px;
  width: 240px;
  height: 160px;
}

.image-text_5 {
  width: 216px;
  height: 42px;
  margin: 34px 0 0 600px;
}

.image_16 {
  width: 20px;
  height: 24px;
  margin-top: 9px;
}

.text-group_5 {
  width: 184px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.block_9 {
  height: 122px;
  background: url(../images/f30/bg3.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 722px;
  position: relative;
  margin: 8px 0 0 453px;
}

.text_14 {
  width: 523px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
  margin: 28px 0 0 179px;
}

.section_2 {
  background-image: url(../images/f30/shebei5.png);
  position: absolute;
  left: -53px;
  top: -38px;
  width: 240px;
  height: 160px;
}

.image-text_6 {
  width: 212px;
  height: 42px;
  margin: 48px 0 0 600px;
}

.image_17 {
  width: 20px;
  height: 24px;
  margin-top: 9px;
}

.text-group_6 {
  width: 180px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.block_10 {
  width: 1107px;
  height: 122px;
  margin: 8px 0 100px 453px;
}

.group_2 {
  height: 122px;
  background: url(../images/f30/bg3.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 722px;
  position: relative;
}

.text_15 {
  width: 523px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
  margin: 28px 0 0 179px;
}

.box_18 {
  background-image: url(../images/f30/shebei6.png);
  position: absolute;
  left: -93px;
  top: -38px;
  width: 240px;
  height: 160px;
}

.image_18 {
  width: 317px;
  height: 114px;
  margin-top: 8px;
}

.image_19 {
  position: absolute;
  left: 414px;
  top: 264px;
  width: 201px;
  height: 563px;
}

.image_20 {
  position: absolute;
  left: 1284px;
  top: 1128px;
  width: 250px;
  height: 564px;
}

.box_19 {
  width: 100%;
  height: auto;
  min-height: 881px;
}

.text-group_7 {
  width: 1200px;
  height: 184px;
  margin: 96px 0 0 360px;
}

.text_16 {
  width: 398px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin-left: 401px;
}

.text_17 {
  width: 1200px;
  height: 72px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  margin-top: 34px;
}

.box_20 {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  width: 804px;
  height: 550px;
  overflow: hidden;
  margin: 50px 0 1px 558px;
}

.block_11 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/0a23620f756046b9b3d1556b16dd215f_mergeImage.png);
  border-radius: 6px;
  width: 137px;
  height: 244px;
  margin-top: 153px;
}

.image-wrapper_7 {
  height: 550px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngaf3633c5942e7009fc24ea7a4be52196116287aec4491a255126c302fd27cc2d)
    100% no-repeat;
  background-size: 100% 100%;
  margin-left: 118px;
  width: 298px;
}

.image_21 {
  width: 173px;
  height: 170px;
  margin: 184px 0 0 49px;
}

.block_12 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/b62e08a918824ba8b50dbc9f7da1c084_mergeImage.png);
  border-radius: 6px;
  width: 137px;
  height: 244px;
  margin: 153px 0 0 114px;
}

.block_13 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/c5b3b7ccdeef422a8eb135e762f035ba_mergeImage.png);
  border-radius: 8px;
  position: absolute;
  left: 89px;
  top: 125px;
  width: 163px;
  height: 290px;
}

.block_14 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/a337366b56684dd2be56c584e2582439_mergeImage.png);
  border-radius: 8px;
  position: absolute;
  left: 555px;
  top: 125px;
  width: 163px;
  height: 290px;
}

.block_15 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/7f7f19d9079e4fdc867080cd6b5f5b34_mergeImage.png);
  position: absolute;
  left: 381px;
  top: 248px;
  width: 282px;
  height: 317px;
}

.box_21 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 2392px;
  background: url(../images/f30/bg2.png)
    100% no-repeat;
  background-size: cover;
  margin-top: -1px;
}

.text_18 {
  width: 224px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin: 96px 0 0 848px;
}

.box_22 {
  position: relative;
  width: 1200px;
  height: 483px;
  background: url(../images/f30/bg7.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin: 98px 0 0 360px;
}

.text-wrapper_2 {
  width: 194px;
  height: 123px;
  margin: 16px 0 0 450px;
}

.text_19 {
  background-image: linear-gradient(
    180deg,
    rgba(201, 201, 204, 1) 0,
    rgba(152, 152, 157, 0.16) 100%
  );
  width: 194px;
  height: 123px;
  overflow-wrap: break-word;
  color: rgba(152, 152, 157, 1);
  font-size: 118px;
  letter-spacing: 20px;
  font-family: HuXiaoBo-NanShen;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 123px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_20 {
  width: 120px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin: 80px 54px 0 -174px;
}

.group_3 {
  background-color: rgba(255, 255, 255, 1);
  width: 32px;
  height: 1px;
  margin: 17px 0 0 471px;
}

.text-wrapper_3 {
  width: 669px;
  height: 36px;
  margin: 24px 0 0 470px;
}

.text_21 {
  width: 260px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin-top: 4px;
}

.text_22 {
  width: 43px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
}

.text_23 {
  width: 360px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin: 4px 0 0 6px;
}

.text_24 {
  width: 670px;
  height: 96px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin: 5px 0 165px 470px;
}

.group_4 {
  position: absolute;
  left: 0;
  top: 391px;
  width: 1200px;
  height: 483px;
  background: url(../images/f30/bg8.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.text-wrapper_4 {
  width: 206px;
  height: 123px;
  margin: 143px 0 0 48px;
}

.text_25 {
  background-image: linear-gradient(
    180deg,
    rgba(201, 201, 204, 1) 0,
    rgba(152, 152, 157, 0.16) 100%
  );
  width: 206px;
  height: 123px;
  overflow-wrap: break-word;
  color: rgba(164, 165, 169, 1);
  font-size: 118px;
  letter-spacing: 20px;
  font-family: HuXiaoBo-NanShen;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 123px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_26 {
  width: 120px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin: 80px 66px 0 -186px;
}

.box_23 {
  background-color: rgba(255, 255, 255, 1);
  width: 32px;
  height: 1px;
  margin: 17px 0 0 69px;
}

.text_27 {
  width: 670px;
  height: 64px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin: 28px 0 0 68px;
}

.text-wrapper_5 {
  width: 452px;
  height: 37px;
  margin: 8px 0 62px 68px;
}

.text_28 {
  width: 160px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin-top: 5px;
}

.text_29 {
  width: 120px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin-left: 6px;
}

.text_30 {
  width: 160px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin: 5px 0 0 6px;
}

.image_22 {
  position: absolute;
  left: 880px;
  top: -53px;
  width: 220px;
  height: 572px;
}

.text_31 {
  width: 224px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin: 486px 0 0 848px;
}

.box_24 {
  width: 1200px;
  height: 483px;
  background: url(../images/f30/bg7.png)
    100% no-repeat;
  background-size: 100% 100%;
  margin: 98px 0 492px 360px;
}

.text-wrapper_6 {
  width: 206px;
  height: 123px;
  margin: 16px 0 0 450px;
}

.text_32 {
  background-image: linear-gradient(
    180deg,
    rgba(201, 201, 204, 1) 0,
    rgba(152, 152, 157, 0.16) 100%
  );
  width: 206px;
  height: 123px;
  overflow-wrap: break-word;
  color: rgba(152, 152, 157, 1);
  font-size: 118px;
  letter-spacing: 20px;
  font-family: HuXiaoBo-NanShen;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 123px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_33 {
  width: 150px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin: 80px 36px 0 -186px;
}

.box_25 {
  background-color: rgba(255, 255, 255, 1);
  width: 32px;
  height: 1px;
  margin: 17px 0 0 471px;
}

.text_34 {
  width: 653px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin: 28px 0 0 470px;
}

.text-wrapper_7 {
  width: 660px;
  height: 36px;
  margin: 5px 0 0 470px;
}

.text_35 {
  width: 100px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin-top: 4px;
}

.text_36 {
  width: 210px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
}

.text_37 {
  width: 344px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin: 4px 0 0 6px;
}

.text_38 {
  width: 670px;
  height: 64px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin: 5px 0 156px 470px;
}

.image_23 {
  position: absolute;
  left: 408px;
  top: 1351px;
  width: 234px;
  height: 550px;
}

.box_26 {
  position: absolute;
  left: 360px;
  top: 1808px;
  width: 1200px;
  height: 483px;
  background: url(../images/f30/bg8.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.text-wrapper_8 {
  width: 217px;
  height: 123px;
  margin: 143px 0 0 48px;
}

.text_39 {
  background-image: linear-gradient(
    180deg,
    rgba(201, 201, 204, 1) 0,
    rgba(152, 152, 157, 0.16) 100%
  );
  width: 217px;
  height: 123px;
  overflow-wrap: break-word;
  color: rgba(164, 165, 169, 1);
  font-size: 118px;
  letter-spacing: 20px;
  font-family: HuXiaoBo-NanShen;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 123px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_40 {
  width: 120px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin: 80px 77px 0 -197px;
}

.box_27 {
  background-color: rgba(255, 255, 255, 1);
  width: 32px;
  height: 1px;
  margin: 17px 0 0 69px;
}

.text-wrapper_9 {
  width: 668px;
  height: 36px;
  margin: 24px 0 0 68px;
}

.text_41 {
  width: 368px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin-top: 4px;
}

.text_42 {
  width: 96px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin-left: 6px;
}

.text_43 {
  width: 192px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 32px;
  margin: 4px 0 0 6px;
}

.text_44 {
  width: 670px;
  height: 96px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  margin: 5px 0 38px 68px;
}

.image_24 {
  position: absolute;
  left: 884px;
  top: -31px;
  width: 316px;
  height: 550px;
}

.image_25 {
  position: absolute;
  left: 408px;
  top: 206px;
  width: 332px;
  height: 550px;
}

.box_28 {
  width: 100%;
  height: auto;
  min-height: 1191px;
}

.text-wrapper_10 {
  width: 224px;
  height: 78px;
  margin: 96px 0 0 848px;
}

.text_45 {
  width: 224px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
}

.box_29 {
  width: 1200px;
  height: 871px;
  margin: 56px 0 90px 360px;
}

.group_5 {
  width: 580px;
  height: 871px;
}

.image_26 {
  width: 580px;
  height: 820px;
}

.text_46 {
  width: 292px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 23px 0 0 144px;
}

.group_6 {
  width: 160px;
  height: 864px;
  margin-left: 108px;
}

.block_16 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
}

.image_27 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_47 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 60px;
}

.block_17 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image_28 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_48 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 50px;
}

.block_18 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image_29 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_49 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 50px;
}

.block_19 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image-text_7 {
  width: 80px;
  height: 121px;
  margin: 28px 0 0 40px;
}

.image_30 {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}

.text-group_8 {
  width: 80px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  line-height: 28px;
  margin-top: 5px;
}

.block_20 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image_31 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_50 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 50px;
}

.group_7 {
  width: 160px;
  height: 864px;
  margin-left: 16px;
}

.box_30 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
}

.image_32 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_51 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 40px;
}

.box_31 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image_33 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_52 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 50px;
}

.box_32 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image_34 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_53 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 40px;
}

.box_33 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image-text_8 {
  width: 90px;
  height: 121px;
  margin: 28px 0 0 35px;
}

.image_35 {
  width: 60px;
  height: 60px;
  margin-left: 15px;
}

.text-group_9 {
  width: 90px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  line-height: 28px;
  margin-top: 5px;
}

.box_34 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image_36 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_54 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 40px;
}

.group_8 {
  width: 160px;
  height: 864px;
  margin-left: 16px;
}

.box_35 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
}

.image_37 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_55 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 50px;
}

.box_36 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image_38 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_56 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 50px;
}

.box_37 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image_39 {
  width: 60px;
  height: 60px;
  margin: 28px 0 0 50px;
}

.text_57 {
  width: 100px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 22px 0 22px 30px;
}

.box_38 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-top: 16px;
}

.image-text_9 {
  width: 60px;
  height: 107px;
  margin: 28px 0 0 50px;
}

.image_40 {
  width: 60px;
  height: 60px;
}

.text-group_10 {
  width: 60px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 19px;
}

.image-wrapper_8 {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  height: 160px;
  margin-top: 16px;
  width: 160px;
}

.image_41 {
  width: 60px;
  height: 60px;
  margin: 50px 0 0 50px;
}

.box_39 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 1820px;
  background: url(../images/f30/bg2.png)
    100% no-repeat;
  background-size: cover;
  margin-top: -1px;
}

.text_58 {
  width: 224px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin: 96px 0 0 848px;
}

.text_59 {
  width: 1200px;
  height: 72px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  margin: 34px 0 0 360px;
}

.text-wrapper_11 {
  width: 960px;
  height: 38px;
  margin: 9px 0 0 360px;
}

.text_60 {
  width: 576px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-top: 2px;
}

.text_61 {
  width: 180px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-left: 6px;
}

.text_62 {
  width: 192px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin: 2px 0 0 6px;
}

.group_9 {
  background-color: rgba(0, 0, 0, 0);
  width: 240px;
  height: 150px;
  margin: 49px 0 0 1260px;
}

.box_40 {
  height: 116px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngd8b192e42aeef383223a5b80d5fe0e81b3e78f088ab18f7461bab00ee16a29cf)
    0px 0px no-repeat;
  background-size: 63px 116px;
  width: 62px;
  margin: 17px 0 0 29px;
}

.box_41 {
  position: relative;
  width: 48px;
  height: 102px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng5e05bb23aa9311476e0d7194b1999dffa245432e10477a33ada2c38081c8129e) -1px -1px
    no-repeat;
  background-size: 50px 104px;
  margin: 7px 0 0 7px;
}

.thumbnail_12 {
  position: absolute;
  left: 47px;
  top: 14px;
  width: 2px;
  height: 9px;
}

.thumbnail_13 {
  position: absolute;
  left: -1px;
  top: 14px;
  width: 2px;
  height: 14px;
}

.group_10 {
  height: 102px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngd215e0995a85d04f37d37b6d16e1ff9d8b597de42608d0dd7576814f0a87f85c) -1px -1px
    no-repeat;
  background-size: 50px 104px;
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
}

.block_21 {
  height: 101px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng956c678e3e4cea89015618a91f250ab5d8c809bd26f10108544b138794cc46d5)
    100% no-repeat;
  background-size: 100% 100%;
  width: 47px;
  margin: 1px 0 0 1px;
}

.group_11 {
  border-radius: 4px;
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/f64a25c783904e1889e406e13a430bc6_mergeImage.png);
  width: 45px;
  height: 98px;
  margin: 1px 0 0 1px;
}

.box_42 {
  height: 116px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng90c2370b16e201c09b719381e588003a0534c5092f428a840f362c5313c20066) -1px
    0px no-repeat;
  background-size: 63px 116px;
  width: 62px;
  margin: 17px 0 0 -1px;
}

.group_12 {
  height: 102px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng451e3e0933d9214d979a7fb0628adaadd7f343a2ebde36cfc676c945181a1688)
    0px -1px no-repeat;
  background-size: 49px 104px;
  width: 48px;
  position: relative;
  margin: 7px 0 0 6px;
}

.thumbnail_14 {
  width: 2px;
  height: 14px;
  margin-top: 14px;
}

.thumbnail_15 {
  position: absolute;
  left: 47px;
  top: 14px;
  width: 2px;
  height: 9px;
}

.section_3 {
  height: 102px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng95a5dd3fb300e71588ac6e0fbb73c2fc9132b4d33cb1c9a819589da653b00a01)
    0px -1px no-repeat;
  background-size: 49px 104px;
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
}

.group_13 {
  height: 101px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng956c678e3e4cea89015618a91f250ab5d8c809bd26f10108544b138794cc46d5)
    100% no-repeat;
  background-size: 100% 100%;
  width: 47px;
  margin: 1px 0 0 1px;
}

.block_22 {
  border-radius: 4px;
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/4e374ad3b4be42ef9f223b7e497080e8_mergeImage.png);
  width: 45px;
  height: 98px;
  margin: 1px 0 0 1px;
}

.box_43 {
  height: 116px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngcdb9ba44d359a1b943a29b3492f6c5c72ee7b004e832a3689b79190d9b185eb0) -1px
    0px no-repeat;
  background-size: 63px 116px;
  width: 62px;
  margin: 17px 28px 0 -2px;
}

.block_23 {
  height: 102px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng8f032a90ba2b50be6bb70fda7b2f4ae6e3281bc29606ec198df90a1e5398f76c) -1px -1px
    no-repeat;
  background-size: 50px 104px;
  width: 48px;
  position: relative;
  margin: 7px 0 0 7px;
}

.thumbnail_16 {
  width: 2px;
  height: 9px;
  margin: 14px 0 0 46px;
}

.thumbnail_17 {
  position: absolute;
  left: -1px;
  top: 14px;
  width: 2px;
  height: 14px;
}

.block_24 {
  height: 102px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngbad6ac918b22cda857396e8f866369773fc39eaf5f88b432bd25d41cb372b364) -1px -1px
    no-repeat;
  background-size: 50px 104px;
  width: 48px;
  position: absolute;
  left: 0;
  top: 0;
}

.box_44 {
  height: 101px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng956c678e3e4cea89015618a91f250ab5d8c809bd26f10108544b138794cc46d5)
    100% no-repeat;
  background-size: 100% 100%;
  margin-top: 1px;
  width: 47px;
}

.block_25 {
  height: 98px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngcffa2b4f3eeeec7cb94c800354d9dd709bca16ef280999da070b3eeb36044323)
    0px -1px no-repeat;
  background-size: 46px 100px;
  width: 45px;
  margin: 1px 0 0 1px;
}

.box_45 {
  height: 98px;
  background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/1ede0bd514f6491db438eaa41d728cad_mergeImage.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 45px;
}

.box_46 {
  border-radius: 4px;
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/8e7c34b7a7774a1188b29443eca7a2ff_mergeImage.png);
  width: 45px;
  height: 98px;
}

.text-group_11 {
  width: 240px;
  height: 143px;
  margin: 24px 0 0 1260px;
}

.text_63 {
  width: 240px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 42px;
}

.paragraph_1 {
  width: 160px;
  height: 84px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  line-height: 28px;
  margin: 17px 0 0 40px;
}

.text_64 {
  width: 192px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 145px 0 0 1368px;
}

.text_65 {
  width: 224px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin: 156px 0 0 848px;
}

.group_14 {
  background-color: rgba(0, 0, 0, 0);
  height: 696px;
  width: 1118px;
  margin: 24px 0 0 402px;
}

.group_15 {
  position: relative;
  width: 1118px;
  height: 696px;
  background: url(../images/f30/bg4.png)
    100% no-repeat;
  background-size: 100% 100%;
}

.image_42 {
  width: 88px;
  height: 100px;
  margin: 52px 0 0 357px;
}

.image_43 {
  width: 88px;
  height: 100px;
  margin: 52px 352px 0 233px;
}

.block_26 {
  border-radius: 50%;
  position: absolute;
  left: 85px;
  top: 85px;
  width: 954px;
  height: 954px;
  border: 3px solid;
}

.image-text_10 {
  width: 88px;
  height: 140px;
  margin: 107px 0 0 68px;
}

.image_44 {
  width: 88px;
  height: 100px;
}

.text-group_12 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 12px 0 0 4px;
}

.text-wrapper_12 {
  width: 562px;
  height: 882px;
  background: url(../images/f30/zhineng.png)
    0px 0px no-repeat;
  background-size: 563px 552px;
  margin: 62px 0 0 40px;
}

.text_66 {
  width: 87px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 20px 0 0 80px;
}

.text_67 {
  width: 72px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 20px 82px 0 241px;
}

.image-text_11 {
  width: 88px;
  height: 140px;
  margin: 107px 70px 0 38px;
}

.image_45 {
  width: 88px;
  height: 100px;
}

.text-group_13 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin: 12px 0 0 4px;
}

.group_16 {
  height: 600px;
  background: url(../images/f30/bg6.png)
    100% no-repeat;
  background-size: 100% 100%;
  width: 900px;
  position: absolute;
  left: 360px;
  top: 326px;
}

.section_4 {
  width: 660px;
  height: 150px;
  margin: 50px 0 0 60px;
}

.section_5 {
  background-color: rgba(0, 0, 0, 0);
  height: 150px;
  width: 240px;
}

.group_17 {
  height: 122px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng6e9a33b08f42ab3c4adf01832a0893e4737cb7001ce17df4a82a71b9c3d685b2)
    100% no-repeat;
  background-size: 100% 100%;
  width: 186px;
  margin: 17px 0 0 27px;
}

.section_6 {
  border-radius: 3px;
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/311c14c41e0e4a42a2302ed3b55cb285_mergeImage.png);
  width: 174px;
  height: 112px;
  border: 1.5px solid rgba(151, 151, 151, 1);
  margin: 5px 0 0 6px;
}

.section_7 {
  background-color: rgba(216, 216, 216, 0);
  height: 150px;
  width: 240px;
}

.group_18 {
  height: 150px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng66433f268f3054537e161951c8890244af1ce929ebc0a4867b7e0cf15c47d122)
    100% no-repeat;
  background-size: 100% 100%;
  margin-left: 2px;
  width: 235px;
}

.box_47 {
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/dc24bbb2a09c4282900cc72bdd507d1a_mergeImage.png);
  width: 178px;
  height: 116px;
  border: 1.5px solid rgba(151, 151, 151, 1);
  margin: 9px 0 0 28px;
}

.section_8 {
  width: 636px;
  height: 143px;
  margin: 24px 0 233px 64px;
}

.text-group_14 {
  width: 240px;
  height: 142px;
  margin-top: 1px;
}

.text_68 {
  width: 240px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 42px;
}

.paragraph_2 {
  width: 200px;
  height: 84px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  line-height: 28px;
  margin: 16px 0 0 16px;
}

.text-group_15 {
  width: 200px;
  height: 143px;
}

.text_69 {
  width: 90px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 42px;
  margin-left: 55px;
}

.paragraph_3 {
  width: 200px;
  height: 84px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  line-height: 28px;
  margin-top: 17px;
}

.box_48 {
  width: 100%;
  height: auto;
  min-height: 1046px;
  justify-content: center;
}

.text_70 {
  width: 224px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin: 96px 0 0 848px;
}

.text_71 {
  width: 1200px;
  height: 72px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  margin: 34px 0 0 360px;
}

.text-wrapper_13 {
  width: 300px;
  height: 38px;
  margin: 5px 0 0 360px;
}

.text_72 {
  width: 72px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-top: 2px;
}

.text_73 {
  width: 120px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-left: 6px;
}

.text_74 {
  width: 96px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin: 2px 0 0 6px;
}

.block_27 {
  background-color: rgba(0, 0, 0, 0);
  height: 586px;
  width: 820px;
  margin: 40px 0 97px 550px;
}

.group_19 {
  height: 586px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng77d3f956adbbfffa8f4f07d8388eb0178155a43930fc1098b74b78cffe3d2dfe)
    100% no-repeat;
  background-size: 100% 100%;
  width: 819px;
}

.block_28 {
  width: 80px;
  height: 62px;
  margin: 26px 0 0 438px;
}

.image-text_12 {
  width: 80px;
  height: 62px;
}

.image_46 {
  width: 18px;
  height: 31px;
  margin-left: 31px;
}

.text-group_16 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 2px;
}

.block_29 {
  width: 323px;
  height: 67px;
  margin: 14px 0 0 328px;
}

.image-text_13 {
  width: 40px;
  height: 59px;
  margin-top: 8px;
}

.label_3 {
  width: 25px;
  height: 25px;
  margin-left: 7px;
}

.text-group_17 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 5px;
}

.box_49 {
  width: 80px;
  height: 62px;
}

.label_4 {
  width: 26px;
  height: 34px;
  margin-left: 27px;
}

.text_75 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: -1px;
}

.block_30 {
  width: 645px;
  height: 163px;
  margin: 2px 0 0 31px;
}

.image-text_14 {
  width: 60px;
  height: 57px;
  margin-top: 106px;
}

.label_5 {
  width: 25px;
  height: 23px;
  margin-left: 18px;
}

.text-group_18 {
  width: 60px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 5px;
}

.image-text_15 {
  width: 80px;
  height: 55px;
  margin: 31px 0 0 60px;
}

.label_6 {
  width: 24px;
  height: 25px;
  margin-left: 29px;
}

.text-group_19 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 1px;
}

.image-text_16 {
  width: 40px;
  height: 67px;
  margin: 84px 0 0 93px;
}

.label_7 {
  width: 33px;
  height: 33px;
  margin-left: 4px;
}

.text-group_20 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 5px;
}

.image-text_17 {
  width: 96px;
  height: 81px;
  margin-left: 67px;
}

.label_8 {
  width: 40px;
  height: 40px;
  margin-left: 28px;
}

.text-group_21 {
  width: 96px;
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 24px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 34px;
  margin-top: 7px;
}

.image-text_18 {
  width: 100px;
  height: 58px;
  margin: 93px 0 0 49px;
}

.label_9 {
  width: 25px;
  height: 25px;
  margin-left: 35px;
}

.text-group_22 {
  width: 100px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 4px;
}

.block_31 {
  width: 781px;
  height: 244px;
  margin: 8px 0 0 36px;
}

.image-text_19 {
  width: 40px;
  height: 59px;
  margin-top: 87px;
}

.label_10 {
  width: 27px;
  height: 27px;
  margin-left: 8px;
}

.text-group_23 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 3px;
}

.image-text_20 {
  width: 96px;
  height: 74px;
  margin: 2px 0 0 69px;
}

.label_11 {
  width: 38px;
  height: 35px;
  margin-left: 27px;
}

.text-group_24 {
  width: 96px;
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 24px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 34px;
  margin-top: 5px;
}

.group_20 {
  width: 46px;
  height: 48px;
  margin: 94px 0 0 60px;
}

.image_47 {
  width: 46px;
  height: 13px;
}

.text_76 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin: 6px 0 0 3px;
}

.image-text_21 {
  width: 80px;
  height: 57px;
  margin: 156px 0 0 103px;
}

.label_12 {
  width: 30px;
  height: 23px;
  margin-left: 26px;
}

.text-group_25 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 5px;
}

.image-text_22 {
  width: 96px;
  height: 76px;
  margin: 66px 0 0 47px;
}

.label_13 {
  width: 36px;
  height: 35px;
  margin-left: 29px;
}

.text-group_26 {
  width: 96px;
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 24px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 34px;
  margin-top: 7px;
}

.group_21 {
  width: 120px;
  height: 244px;
  margin-left: 24px;
}

.image-text_23 {
  width: 80px;
  height: 58px;
  margin-left: 24px;
}

.label_14 {
  width: 30px;
  height: 27px;
  margin-left: 25px;
}

.text-group_27 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 2px;
}

.box_50 {
  width: 120px;
  height: 120px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng57bb80d3aae40f221f8fe5c0258b5620a7b7979bc4a6aab586785ac5c6613866) -1px
    0px no-repeat;
  background-size: 121px 120px;
  margin-top: 66px;
}

.image-text_24 {
  width: 80px;
  height: 58px;
  margin: 32px 0 0 21px;
}

.label_15 {
  width: 25px;
  height: 25px;
  margin-left: 26px;
}

.text-group_28 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 4px;
}

.box_51 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 1020px;
  background: url(../images/f30/bg2.png)
    100% no-repeat;
  background-size: cover;
  margin-top: -1px;
}

.text_77 {
  width: 672px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 56px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 78px;
  margin: 96px 0 0 624px;
}

.image-text_25 {
  width: 243px;
  height: 42px;
  margin: 32px 0 0 360px;
}

.image_48 {
  width: 20px;
  height: 24px;
  margin-top: 8px;
}

.text-group_29 {
  width: 211px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.text_78 {
  width: 1173px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin: 16px 0 0 360px;
}

.text_79 {
  width: 229px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin: 7px 0 0 1326px;
}

.section_9 {
  background-image: url(../images/f30/bg5.png);
  width: 799px;
  height: 680px;
  margin: -3px 0 0 360px;
}

.text-group_30 {
  width: 349px;
  height: 83px;
  margin-top: 10px;
}

.text_80 {
  width: 349px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
}

.text_81 {
  width: 338px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-top: 11px;
}

.image-text_26 {
  width: 412px;
  height: 42px;
  margin-top: 56px;
}

.image_49 {
  width: 20px;
  height: 24px;
  margin-top: 8px;
}

.text-group_31 {
  width: 380px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
}

.text-wrapper_14 {
  width: 756px;
  height: 38px;
  margin-top: 16px;
}

.text_82 {
  width: 96px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-top: 2px;
}

.text_83 {
  width: 96px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-left: 6px;
}

.text_84 {
  width: 552px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin: 2px 0 0 6px;
}

.paragraph_4 {
  width: 760px;
  height: 104px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  margin-top: 5px;
}

.text-wrapper_15 {
  width: 739px;
  height: 38px;
  margin-top: 9px;
}

.text_85 {
  width: 216px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-top: 2px;
}

.text_86 {
  width: 127px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 30px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin-left: 6px;
}

.text_87 {
  width: 384px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin: 2px 0 0 6px;
}

.paragraph_5 {
  width: 760px;
  height: 144px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  margin: 5px 0 130px 0;
}

.text_88 {
  width: 842px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin: -668px 0 0 715px;
}

.section_10 {
  height: 348px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngb8992c4f8ca1f8b69c6367d8655fcf4bd96be19bb6a676ccc75659d30f9c870a) -1px -1px
    no-repeat;
  background-size: 350px 350px;
  width: 348px;
  margin: 141px 0 143px 1212px;
}

.text-wrapper_16 {
  width: 40px;
  height: 29px;
  margin: 38px 0 0 158px;
}

.text_89 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
}

.box_52 {
  width: 273px;
  height: 82px;
  margin: 49px 0 0 38px;
}

.text_90 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
}

.text-group_32 {
  width: 80px;
  height: 60px;
  margin: 22px 0 0 56px;
}

.text_91 {
  width: 45px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-left: 16px;
}

.text_92 {
  width: 80px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-top: 2px;
}

.text_93 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
  margin-left: 57px;
}

.text-wrapper_17 {
  width: 182px;
  height: 29px;
  margin: 49px 0 72px 86px;
}

.text_94 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
}

.text_95 {
  width: 40px;
  height: 29px;
  overflow-wrap: break-word;
  color: rgba(4, 0, 0, 1);
  font-size: 20px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 29px;
}

.text_96 {
  position: absolute;
  left: 360px;
  top: 309px;
  width: 960px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(21, 30, 38, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
}

.box_53 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 1823px;
}

.text_97 {
  width: 200px;
  height: 59px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 42px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 59px;
  margin: 120px 0 0 360px;
}

.block_32 {
  background-color: rgba(59, 67, 73, 1);
  width: 1200px;
  height: 2px;
  margin: 32px 0 0 360px;
}

.text-wrapper_18 {
  width: 237px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_98 {
  width: 48px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_99 {
  width: 73px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_33 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_19 {
  width: 284px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_100 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_101 {
  width: 120px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_34 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.block_35 {
  width: 1200px;
  height: 84px;
  margin: 8px 0 0 360px;
}

.text_102 {
  width: 60px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 21px;
}

.group_22 {
  width: 1038px;
  height: 84px;
}

.text-wrapper_20 {
  width: 207px;
  height: 33px;
  margin-left: 18px;
}

.text_103 {
  width: 48px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_104 {
  width: 43px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.group_23 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin-top: 8px;
}

.text-wrapper_21 {
  width: 236px;
  height: 33px;
  margin: 8px 0 0 18px;
}

.text_105 {
  width: 48px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_106 {
  width: 72px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_36 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_22 {
  width: 311px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_107 {
  width: 72px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_108 {
  width: 147px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_37 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_23 {
  width: 299px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_109 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_110 {
  width: 135px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_38 {
  background-color: rgba(59, 67, 73, 1);
  width: 1200px;
  height: 2px;
  margin: 8px 0 0 360px;
}

.block_39 {
  width: 1200px;
  height: 84px;
  margin: 8px 0 0 360px;
}

.text_111 {
  width: 60px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 22px;
}

.section_11 {
  width: 1038px;
  height: 84px;
}

.text-wrapper_24 {
  width: 360px;
  height: 33px;
  margin-left: 18px;
}

.text_112 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_113 {
  width: 196px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.group_24 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin-top: 8px;
}

.text-wrapper_25 {
  width: 241px;
  height: 33px;
  margin: 8px 0 0 18px;
}

.text_114 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_115 {
  width: 77px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_40 {
  background-color: rgba(59, 67, 73, 1);
  width: 1200px;
  height: 2px;
  margin: 8px 0 0 360px;
}

.block_41 {
  width: 1200px;
  height: 84px;
  margin: 8px 0 0 360px;
}

.text_116 {
  width: 90px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 21px;
}

.box_54 {
  width: 1038px;
  height: 84px;
}

.text-wrapper_26 {
  width: 238px;
  height: 33px;
  margin-left: 18px;
}

.text_117 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_118 {
  width: 74px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.section_12 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin-top: 8px;
}

.text-wrapper_27 {
  width: 305px;
  height: 33px;
  margin: 8px 0 0 18px;
}

.text_119 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_120 {
  width: 141px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_42 {
  background-color: rgba(59, 67, 73, 1);
  width: 1200px;
  height: 2px;
  margin: 8px 0 0 360px;
}

.text-wrapper_28 {
  width: 852px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_121 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_122 {
  width: 688px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_43 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_29 {
  width: 1184px;
  height: 132px;
  margin: 8px 0 0 360px;
}

.text_123 {
  width: 120px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 23px;
}

.text_124 {
  width: 72px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
  margin-left: 60px;
}

.text_125 {
  width: 840px;
  height: 132px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 33px;
  margin-left: 92px;
}

.block_44 {
  background-color: rgba(59, 67, 73, 1);
  width: 1200px;
  height: 2px;
  margin: 14px 0 0 360px;
}

.text-wrapper_30 {
  width: 861px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_126 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_127 {
  width: 697px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_45 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.block_46 {
  width: 1200px;
  height: 114px;
  margin: 8px 0 0 360px;
}

.text_128 {
  width: 120px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 11px;
}

.section_13 {
  width: 1038px;
  height: 114px;
}

.text-wrapper_31 {
  width: 356px;
  height: 33px;
  margin-left: 18px;
}

.text_129 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_130 {
  width: 192px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.group_25 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin-top: 8px;
}

.text-wrapper_32 {
  width: 1004px;
  height: 63px;
  margin: 8px 0 0 18px;
}

.text_131 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_132 {
  width: 840px;
  height: 63px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 33px;
}

.block_47 {
  background-color: rgba(59, 67, 73, 1);
  width: 1200px;
  height: 2px;
  margin: 8px 0 0 360px;
}

.text-wrapper_33 {
  width: 383px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_133 {
  width: 48px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_134 {
  width: 219px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_48 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_34 {
  width: 596px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_135 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_136 {
  width: 432px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_49 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_35 {
  width: 368px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_137 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_138 {
  width: 204px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_50 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.block_51 {
  width: 1200px;
  height: 84px;
  margin: 8px 0 0 360px;
}

.text_139 {
  width: 120px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 42px;
  margin-top: 21px;
}

.section_14 {
  width: 1038px;
  height: 84px;
}

.text-wrapper_36 {
  width: 332px;
  height: 33px;
  margin-left: 18px;
}

.text_140 {
  width: 97px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_141 {
  width: 168px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_52 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin-top: 8px;
}

.text-wrapper_37 {
  width: 332px;
  height: 33px;
  margin: 8px 0 0 18px;
}

.text_142 {
  width: 96px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_143 {
  width: 168px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_53 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_38 {
  width: 306px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_144 {
  width: 144px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_145 {
  width: 142px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_54 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_39 {
  width: 246px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_146 {
  width: 144px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_147 {
  width: 82px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_55 {
  background-color: rgba(59, 67, 73, 1);
  width: 1038px;
  height: 2px;
  margin: 8px 0 0 522px;
}

.text-wrapper_40 {
  width: 323px;
  height: 33px;
  margin: 8px 0 0 540px;
}

.text_148 {
  width: 144px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.text_149 {
  width: 159px;
  height: 33px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 33px;
}

.block_56 {
  background-color: rgba(59, 67, 73, 1);
  width: 1200px;
  height: 2px;
  margin: 8px 0 0 360px;
}

.block_57 {
  position: relative;
  width: 1200px;
  height: 164px;
  background: url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng3800f179c71f99ff4d2e454dd39a904b5e16b28e28851c7e73e2aa9aacf66f4e)
    100% no-repeat;
  background-size: 100% 100%;
  margin: 64px 0 74px 360px;
}

.text-wrapper_41 {
  width: 72px;
  height: 100px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 50px;
  margin: 31px 0 0 59px;
}

.paragraph_6 {
  width: 72px;
  height: 100px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 50px;
}

.text_150 {
  width: 72px;
  height: 100px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 36px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 50px;
}

.image-text_27 {
  width: 120px;
  height: 119px;
  margin: 20px 0 0 57px;
}

.image_50 {
  width: 60px;
  height: 60px;
  margin-left: 31px;
}

.text-group_33 {
  width: 120px;
  height: 53px;
  margin-top: 6px;
}

.text_151 {
  width: 120px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.text_152 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 3px 0 0 29px;
}

.box_55 {
  width: 120px;
  height: 116px;
  margin: 23px 0 0 52px;
}

.image_51 {
  width: 47px;
  height: 54px;
  margin-left: 36px;
}

.text-group_34 {
  width: 120px;
  height: 53px;
  margin-top: 9px;
}

.text_153 {
  width: 120px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.text_154 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 3px 0 0 27px;
}

.image-text_28 {
  width: 100px;
  height: 119px;
  margin: 20px 0 0 59px;
}

.image_52 {
  width: 60px;
  height: 60px;
  margin-left: 20px;
}

.text-group_35 {
  width: 100px;
  height: 53px;
  margin-top: 6px;
}

.text_155 {
  width: 100px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.text_156 {
  width: 80px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 3px 0 0 10px;
}

.box_56 {
  width: 145px;
  height: 109px;
  margin: 30px 0 0 55px;
}

.image_53 {
  width: 54px;
  height: 45px;
  margin-left: 38px;
}

.text-group_36 {
  width: 145px;
  height: 53px;
  margin-top: 11px;
}

.text_157 {
  width: 145px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.text_158 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 3px 0 0 34px;
}

.image-text_29 {
  width: 120px;
  height: 119px;
  margin: 20px 0 0 31px;
}

.image_54 {
  width: 60px;
  height: 60px;
  margin-left: 31px;
}

.text-group_37 {
  width: 120px;
  height: 53px;
  margin-top: 6px;
}

.text_159 {
  width: 120px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
}

.text_160 {
  width: 64px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin: 3px 0 0 29px;
}

.image-text_30 {
  width: 102px;
  height: 119px;
  margin: 20px 50px 0 58px;
}

.image_55 {
  width: 100px;
  height: 60px;
}

.text-group_38 {
  width: 96px;
  height: 53px;
  margin: 6px 0 0 6px;
}

.text_161 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 7px;
}

.text_162 {
  width: 96px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 3px;
}

.image_56 {
  position: absolute;
  left: 389px;
  top: 20px;
  width: 60px;
  height: 60px;
}

.image_57 {
  position: absolute;
  left: 730px;
  top: 20px;
  width: 60px;
  height: 60px;
}

.image_58 {
  position: absolute;
  left: 522px;
  top: 211px;
  width: 2px;
  height: 1310px;
}

.box_57 {
  background-color: rgba(21, 30, 38, 1);
  position: relative;
  width: 100%;
  height: auto;
  min-height: 355px;
}

.image_59 {
  width: 1920px;
  height: 1px;
}

.box_58 {
  width: 1215px;
  height: 131px;
  margin: 59px 0 0 360px;
}

.box_59 {
  width: 187px;
  height: 108px;
  margin-top: 22px;
}

.image-text_31 {
  width: 140px;
  height: 46px;
}

.thumbnail_18 {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.text-group_39 {
  width: 116px;
  height: 46px;
}

.text_163 {
  width: 84px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_164 {
  width: 116px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 4px;
}

.image-text_32 {
  width: 187px;
  height: 46px;
  margin-top: 16px;
}

.thumbnail_19 {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.text-group_40 {
  width: 163px;
  height: 46px;
}

.text_165 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_166 {
  width: 163px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 4px;
}

.box_60 {
  width: 140px;
  height: 108px;
  margin: 22px 0 0 95px;
}

.image-text_33 {
  width: 134px;
  height: 46px;
}

.thumbnail_20 {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.text-group_41 {
  width: 110px;
  height: 46px;
}

.text_167 {
  width: 84px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_168 {
  width: 110px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 4px;
}

.image-text_34 {
  width: 140px;
  height: 46px;
  margin-top: 16px;
}

.thumbnail_21 {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.text-group_42 {
  width: 116px;
  height: 46px;
}

.text_169 {
  width: 84px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_170 {
  width: 116px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 4px;
}

.box_61 {
  width: 112px;
  height: 130px;
  margin-left: 290px;
}

.box_62 {
  border-radius: 8px;
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/c4c8b7538867402581ba4f9ec64cc055_mergeImage.png);
  width: 96px;
  height: 96px;
  margin-left: 8px;
}

.image-text_35 {
  width: 112px;
  height: 24px;
  margin-top: 10px;
}

.label_16 {
  width: 24px;
  height: 24px;
}

.text-group_43 {
  width: 80px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 2px;
}

.image_60 {
  width: 1px;
  height: 130px;
  margin-left: 40px;
}

.box_63 {
  width: 112px;
  height: 131px;
  margin-left: 39px;
}

.group_26 {
  border-radius: 8px;
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/ab24cac693004fb6ac0e92f0ea3663e1_mergeImage.png);
  width: 96px;
  height: 96px;
  margin-left: 8px;
}

.group_27 {
  width: 112px;
  height: 24px;
  margin-top: 11px;
}

.label_17 {
  width: 24px;
  height: 24px;
}

.text_171 {
  width: 80px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 1px;
}

.image_61 {
  width: 1px;
  height: 130px;
  margin-left: 40px;
}

.box_64 {
  width: 126px;
  height: 131px;
  margin-left: 32px;
}

.group_28 {
  border-radius: 8px;
  background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e02b2881ad844ac39873d117b8a9ba2b_mergeImage.png);
  width: 96px;
  height: 96px;
  margin-left: 15px;
}

.image-text_36 {
  width: 126px;
  height: 24px;
  margin-top: 11px;
}

.label_18 {
  width: 24px;
  height: 24px;
}

.text-group_44 {
  width: 96px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin-top: 1px;
}

.text_172 {
  width: 192px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(140, 140, 140, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
  margin: 19px 0 0 1224px;
}

.text_173 {
  width: 352px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(140, 140, 140, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  line-height: 17px;
  margin: 87px 0 24px 784px;
}

/* 响应式设计媒体查询 */
@media screen and (max-width: 1200px) {
  .page {
    max-width: 100%;
  }

  .box_1 {
    margin-top: 40px;
  }

  .text_4 {
    font-size: 32px;
  }

  .text_5 {
    font-size: 36px;
  }

  .text_6,
  .text_18,
  .text_31,
  .text_58,
  .text_70,
  .text_77,
  .text_97 {
    font-size: 28px;
  }

  .text_7,
  .text_8,
  .text_11,
  .text_13,
  .text_14,
  .text_15,
  .text_34,
  .text_38,
  .text_44,
  .text_71,
  .text_78,
  .text_79,
  .text_80,
  .text_81,
  .text_88,
  .text_96 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .page {
    min-width: 320px;
  }

  .box_1 {
    margin-top: 20px;
    min-height: 600px;
  }

  .text_4 {
    font-size: 24px;
  }

  .text_5 {
    font-size: 28px;
  }

  .text_6,
  .text_18,
  .text_31,
  .text_58,
  .text_70,
  .text_77,
  .text_97 {
    font-size: 20px;
  }

  .text_7,
  .text_8,
  .text_11,
  .text_13,
  .text_14,
  .text_15,
  .text_34,
  .text_38,
  .text_44,
  .text_71,
  .text_78,
  .text_79,
  .text_80,
  .text_81,
  .text_88,
  .text_96 {
    font-size: 12px;
  }

  .text_16,
  .text_17 {
    font-size: 16px;
  }

  .text_19,
  .text_20,
  .text_25,
  .text_26,
  .text_32,
  .text_33,
  .text_39,
  .text_40,
  .text_45 {
    font-size: 16px;
  }

  .text_21,
  .text_23,
  .text_24,
  .text_27,
  .text_28,
  .text_29,
  .text_30,
  .text_35,
  .text_36,
  .text_37,
  .text_41,
  .text_42,
  .text_43,
  .text_59,
  .text_60,
  .text_62,
  .text_72,
  .text_73,
  .text_74 {
    font-size: 14px;
  }

  /* 调整图片大小 */
  .image_1,
  .image_2,
  .image_3,
  .image_7 {
    width: 80px;
    height: 80px;
  }

  .image_4 {
    width: 200px;
    height: auto;
  }

  .image_5,
  .image_6 {
    width: 120px;
    height: auto;
  }

  /* 调整底部联系方式布局 */
  .box_58 {
    flex-direction: column;
    align-items: center;
  }

  .box_59,
  .box_60,
  .box_61,
  .box_63,
  .box_64 {
    margin-left: 0;
    margin-top: 20px;
  }

  .text_172 {
    margin: 20px auto;
    text-align: center;
  }

  .text_173 {
    margin: 20px auto;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .box_1 {
    min-height: 400px;
  }

  .text_4 {
    font-size: 18px;
  }

  .text_5 {
    font-size: 20px;
  }

  .text_6,
  .text_18,
  .text_31,
  .text_58,
  .text_70,
  .text_77,
  .text_97 {
    font-size: 16px;
  }

  .text_7,
  .text_8,
  .text_11,
  .text_13,
  .text_14,
  .text_15,
  .text_34,
  .text_38,
  .text_44,
  .text_71,
  .text_78,
  .text_79,
  .text_80,
  .text_81,
  .text_88,
  .text_96 {
    font-size: 11px;
  }

  .text_16,
  .text_17 {
    font-size: 14px;
  }

  .text_19,
  .text_20,
  .text_25,
  .text_26,
  .text_32,
  .text_33,
  .text_39,
  .text_40,
  .text_45 {
    font-size: 14px;
  }

  .text_21,
  .text_23,
  .text_24,
  .text_27,
  .text_28,
  .text_29,
  .text_30,
  .text_35,
  .text_36,
  .text_37,
  .text_41,
  .text_42,
  .text_43,
  .text_59,
  .text_60,
  .text_62,
  .text_72,
  .text_73,
  .text_74 {
    font-size: 12px;
  }

  /* 调整图片大小 */
  .image_1,
  .image_2,
  .image_3,
  .image_7 {
    width: 60px;
    height: 60px;
  }

  .image_4 {
    width: 150px;
    height: auto;
  }

  .image_5,
  .image_6 {
    width: 100px;
    height: auto;
  }

  /* 调整底部布局 */
  .box_57 {
    padding: 20px;
  }

  .text_172,
  .text_173 {
    font-size: 10px;
  }
}
