body {
  margin: 0px;
  background-image: none;
  position: relative;
  left: 0px;
  width: 1513px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0px;
}

ul,
li {
  list-style: none;
  padding: 0;
}

a {
  color: inherit;
  /* 继承父元素的文字颜色 */
  text-decoration: none;
  /* 去掉下划线 */
  outline: none;
  /* 去掉点击时的外边框 */
}

.ax_default {
  font-family: "ArialMT", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: normal;
  color: #333333;
  vertical-align: none;
  text-align: center;
  line-height: normal;
  text-transform: none;
}

.form_sketch {
  border-color: transparent;
  background-color: transparent;
}

#base {
  z-index: 0;
  width: 1370px;
  margin: 0 auto;
  box-shadow: -10px 0 10px -5px rgb(252 234 234 / 50%),
    10px 0 10px -5px rgb(225 224 224 / 50%);
}

/* 最外层容器 */
#u92 {
  width: 1370px;
  height: 120px;
  font-size: 20px;
  display: flex;
  margin: 0 auto;
  /* align-items: center; */
  position: relative;
  /* 为子元素定位提供参考 */
}

#u92_img {
  position: absolute;
  height: 94px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* u93 容器 */
#u93 {
  width: 47%;
  position: absolute;
  right: 52px;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* 垂直居中 */
}

/* ul 列表 */
#u93_ul {
  width: 100%;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* li 上下居中 */
  justify-content: space-between;
  /* li 水平分布 */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* li 项 */
#u93_ul li {
  width: 15%;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* 文字上下居中 */
  justify-content: center;
  /* 文字水平居中 */
  position: relative;
  /* 为图片定位提供参考 */
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
}

/* li 内的图片 */
#u93_ul li img {
  position: absolute;
  bottom: 0px;
  /* 图片显示在 li 的最底部 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中 */
  max-width: 100%;
  /* 防止图片溢出 */
  max-height: 50%;
  /* 控制图片高度 */
}

#u94_img {
  width: 1370px;
  display: block;
}

#u94 {
  width: 1370px;
  margin: 0 auto;
  position: relative;
}

#u95 {
  width: 1370px;
  height: 900px;
  margin: 0 auto;
  background: #f6fafd;
  position: relative;
  top: 0px;
}

#u95_img2 {
  position: absolute;
  right: 0px;
}

#u95_img3 {
  width: 160px;
  position: absolute;
  top: 10px;
  left: 0px;
}

#u96 {
  top: -45px;
  left: 180px;
  position: absolute;
  width: 74%;
  height: 860px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
}

#u112 {
  position: absolute;
  width: 100%;
  top: 50px;
  text-align: center;
}

#u96_img {
  width: 70px;
  height: 70px;
}

#u96_span {
  width: 220px;
  display: block;
  font-size: 22px;
  position: relative;
  margin: 0 auto;
  color: #333333;
  font-weight: 600;
  top: 20px;
}

#u97 {
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
  float: left;
  height: 35px;
}

#u98 {
  height: 35px;
  float: right;
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
}

#u99 {
  width: 90%;
  height: 250px;
  position: absolute;
  top: 220px;
  left: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  /* 左右分布 */
  align-items: center;
  /* 垂直居中 */
}

#u102 {
  position: absolute;
  bottom: 52px;
  width: 100%;
}

#u102_img {
  width: 88%;
  margin: 0 auto;
}

#u100 {
  width: 47%;
  height: 83%;
  position: relative;
  background: #ffffff;
  border: 0.5px solid rgba(46, 159, 255, 1);
  border-radius: 10px;
}

#u100_img {
  position: absolute;
  left: -6px;
  top: 30px;
  width: 30px;
}

#u100_div1 {
  width: 80%;
  height: 30px;
  top: 31px;
  left: 45px;
  display: flex;
  align-items: center;
  /* 垂直居中 */
  position: absolute;
}

#u100_h2 {
  font-size: 22px;
  color: #2b9e5b;
  letter-spacing: 0;
  font-weight: 600;
}

#u110_span1 {
  display: block;
  width: 85px;
  font-size: 16px;
  color: #4c4c4c;
  letter-spacing: 0;
  font-weight: 600;
}

#u100_div2 {
  position: absolute;
  height: 105px;
  width: 80%;
  bottom: 20px;
  left: 45px;
  text-align: left;
  line-height: 23px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}

#u101 {
  width: 47%;
  height: 83%;
  position: relative;
  background: #ffffff;
  border: 0.5px solid rgba(46, 159, 255, 1);
  border-radius: 10px;
}

#u101_img {
  position: absolute;
  left: -6px;
  top: 30px;
  width: 30px;
}

#u101_div1 {
  width: 80%;
  height: 30px;
  top: 31px;
  left: 45px;
  display: flex;
  align-items: center;
  /* 垂直居中 */
  position: absolute;
}

#u101_h2 {
  font-size: 22px;
  color: #2b9e5b;
  letter-spacing: 0;
  font-weight: 600;
}

#u101_span1 {
  display: block;
  width: 85px;
  font-size: 16px;
  color: #4c4c4c;
  letter-spacing: 0;
  font-weight: 600;
}

#u101_div2 {
  position: absolute;
  height: 105px;
  width: 80%;
  bottom: 20px;
  left: 45px;
  text-align: left;
  line-height: 23px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}

#u103 {
  top: 0px;
  width: 1370px;
  height: 500px;
  background: #eeeeee;
  position: relative;
}

#u104 {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 60px;
}

#u104_ul {
  width: 80%;
  height: 100%;
  background: #e3e3e3;
  border-radius: 13.33px;
  margin: 0 auto;
}

#u104_ul {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u104_ul li {
  width: 20%;
  text-align: center;
  /* 为伪元素定位做准备 */
  position: relative;
  font-size: 18px;
  color: #555555;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

/* 添加竖线分隔符 */
#u104_ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  /* 将竖线定位到 li 的右侧 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  /* 竖线高度 */
  background: #bababa;
}

/* 去掉最后一个 li 的竖线 */
#u104_ul li:last-child::after {
  display: none;
}

#u105 {
  position: absolute;
  bottom: 100px;
  display: flex;
  width: 100%;
  height: 200px;
}

#u106 {
  width: 50%;
}

#u107 {
  width: 70%;
  float: right;
  display: flex;
  position: relative;
  top: 20px;
}

#u107_img {
  width: 136px;
  height: 136px;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u108 {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: left;
  /* 垂直居中 */
  flex-direction: column;
  /* 垂直排列 */
  line-height: 30px;
  margin-left: 30px;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 500;
}

#u108_span1,
#u108_span2 {
  display: block;
}

#u109 {
  width: 50%;
  position: relative;
}

#u110 {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 100px;
  display: flex;
}

#u110_h3 {
  width: 20%;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 22px;
}

#u110_ul {
  width: 70%;
  line-height: 35px;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 400;
}

#u111 {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #555555;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
