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%);
}

/* 最外层容器 */
#u113 {
  width: 1370px;
  height: 120px;
  font-size: 20px;
  display: flex;
  margin: 0 auto;
  /* align-items: center; */
  position: relative;
  /* 为子元素定位提供参考 */
}

#u113_img {
  position: absolute;
  height: 94px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* u114 容器 */
#u114 {
  width: 47%;
  position: absolute;
  right: 52px;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* 垂直居中 */
}

/* ul 列表 */
#u114_ul {
  width: 100%;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* li 上下居中 */
  justify-content: space-between;
  /* li 水平分布 */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* li 项 */
#u114_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 内的图片 */
#u114_ul li img {
  position: absolute;
  bottom: 0px;
  /* 图片显示在 li 的最底部 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中 */
  max-width: 100%;
  /* 防止图片溢出 */
  max-height: 50%;
  /* 控制图片高度 */
}

#u115_img {
  width: 1370px;
  display: block;
}

#u115 {
  width: 1370px;
  margin: 0 auto;
  position: relative;
}

#u116 {
  width: 1370px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  top: 0px;
  padding-bottom: 20px;
  /* 增加底部内边距，避免内容贴底 */
}

#u117 {
  top: 0px;
  left: 240px;
  position: relative;
  /* 改为相对定位 */
  width: 66%;
  border-radius: 10px;
  padding: 20px;
  /* 增加内边距 */
  box-sizing: border-box;
  /* 确保内边距不影响总宽度 */
}

#u118 {
  margin-top: 40px;
  position: relative;
  /* 改为相对定位 */
  width: 100%;
  text-align: center;
  /* margin-bottom: 20px; */
  /* 增加底部外边距 */
}

#u118_span1 {
  display: block;
  margin-bottom: 10px;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}

#u118_span2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #919191;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 65px;
}

#u118_img {
  vertical-align: middle;
  /* 图片垂直居中 */
  margin-right: 5px;
  /* 图片与文字间距 */
}

#u119 {
  position: relative;
  /* 改为相对定位 */
  text-align: left;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  font-weight: 400;
}

#u119 span {
  display: block;
  /* 每个span单独成行 */
  margin-bottom: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
  text-justify: inter-ideograph;

  /* 增加底部外边距 */
}

#u120 {
  top: 0px;
  width: 1370px;
  height: 500px;
  background: #eeeeee;
  position: relative;
}

#u121 {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 60px;
}

#u121_ul {
  width: 80%;
  height: 100%;
  background: #e3e3e3;
  border-radius: 13.33px;
  margin: 0 auto;
}

#u121_ul {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u121_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;
}

/* 添加竖线分隔符 */
#u121_ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  /* 将竖线定位到 li 的右侧 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  /* 竖线高度 */
  background: #bababa;
}

/* 去掉最后一个 li 的竖线 */
#u121_ul li:last-child::after {
  display: none;
}

#u122 {
  position: absolute;
  bottom: 100px;
  display: flex;
  width: 100%;
  height: 200px;
}

#u123 {
  width: 50%;
}

#u124 {
  width: 70%;
  float: right;
  display: flex;
  position: relative;
  top: 20px;
}

#u124_img {
  width: 136px;
  height: 136px;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u125 {
  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;
}

#u125_span1,
#u125_span2 {
  display: block;
}

#u126 {
  width: 50%;
  position: relative;
}

#u127 {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 100px;
  display: flex;
}

#u127_h3 {
  width: 20%;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 22px;
}

#u127_ul {
  width: 70%;
  line-height: 35px;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 400;
}

#u128 {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #555555;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
