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%);
}

/* 最外层容器 */
#u129 {
  width: 1370px;
  height: 120px;
  font-size: 20px;
  display: flex;
  margin: 0 auto;
  /* align-items: center; */
  position: relative;
  /* 为子元素定位提供参考 */
}

/* 图片 logo */
#u129_img {
  position: absolute;
  height: 94px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* u130 容器 */
#u130 {
  width: 47%;
  position: absolute;
  right: 52px;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* 垂直居中 */
}

/* ul 列表 */
#u130_ul {
  width: 100%;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* li 上下居中 */
  justify-content: space-between;
  /* li 水平分布 */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* li 项 */
#u130_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 内的图片 */
#u130_ul li img {
  position: absolute;
  bottom: 0px;
  /* 图片显示在 li 的最底部 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中 */
  max-width: 100%;
  /* 防止图片溢出 */
  max-height: 50%;
  /* 控制图片高度 */
}

#u131 {
  height: 500px;
  width: 1370px;
  margin: 0 auto;
  position: relative;
}

#u132 {
  width: 1370px;
  height: auto;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
}

#u133 {
  /* position: absolute; */
  width: 100%;
  /* top: 80px; */
  margin-top: 80px;
  text-align: center;
}

#u133_span {
  width: 200px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
}

#u134 {
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
  float: left;
  height: 35px;
}

#u135 {
  height: 35px;
  float: right;
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
}

#u136 {
  border-width: 0px;
  /* position: absolute; */
  /* left: 200px; */
  margin-left: 200px;
  margin-top: 40px;
  /* bottom: 70px; */
  width: 1040px;
  height: auto;
  overflow: hidden;
}

#u136 ul li {
  /* height: 20%; */
  line-height: 52px;
  text-align: left;
  display: flex;
  /* 使用 Flexbox 布局 */
  justify-content: space-between;
  /* 让内容分布在两端 */
  align-items: center;
  /* 垂直居中对齐 */
  border-bottom: 1px solid #ececec;
  /* 添加底部边框 */
  cursor: pointer;
  position: relative;
}

#u136 ul {
  padding: 0;
  /* 去掉默认的内边距 */
  margin: 0;
  /* 去掉默认的外边距 */
}

#u136 .left {
  flex: 1;
  display: inline-block;
  /* 左侧内容占据剩余空间 */
  margin-right: 20px;
  /* 右侧内容与左侧内容之间的间距 */
  font-family: PingFangSC-Regular;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}

#u136 .right {
  white-space: nowrap;
  /* 防止日期换行 */
  margin-right: 22px;
  font-family: PingFangSC-Regular;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}

#u136_img {
  width: 9px;
  margin-right: 5px;
}

#u138 {
  /* position: absolute; */
  /* bottom: 70px; */
  width: 100%;
  height: 40px;
  color: #3ab56f;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
  font-size: 14px;
}

#u137 {
  /* position: absolute; */
  display: flex;
  /* bottom: 33px; */
  margin-top: 40px;
  right: 370px;
}

#u140 {
  width: 1370px;
  height: 500px;
  background: #eeeeee;
  position: relative;
}

#u141 {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 60px;
}

#u141_ul {
  width: 80%;
  height: 100%;
  background: #e3e3e3;
  border-radius: 13.33px;
  margin: 0 auto;
}

#u141_ul {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u141_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;
  cursor: pointer;
}

/* 添加竖线分隔符 */
#u141_ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  /* 将竖线定位到 li 的右侧 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  /* 竖线高度 */
  background: #bababa;
}

/* 去掉最后一个 li 的竖线 */
#u141_ul li:last-child::after {
  display: none;
}

#u142 {
  position: absolute;
  bottom: 100px;
  display: flex;
  width: 100%;
  height: 200px;
}

#u143 {
  width: 50%;
}

#u144 {
  width: 70%;
  float: right;
  display: flex;
  position: relative;
  top: 20px;
}

#u144_img {
  width: 136px;
  height: 136px;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u144_div {
  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;
}

#u144_span1,
#u144_span2 {
  display: block;
}

#u145 {
  width: 50%;
  position: relative;
}

#u146_div {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 100px;
  display: flex;
}

#u146_h3 {
  width: 20%;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 22px;
}

#u146_ul {
  width: 70%;
  line-height: 35px;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 400;
}

#u147 {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #555555;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
