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%);
}

/* 最外层容器 */
#u9 {
  width: 1370px;
  height: 120px;
  font-size: 20px;
  display: flex;
  margin: 0 auto;
  /* align-items: center; */
  position: relative;
  /* 为子元素定位提供参考 */
}

/* 图片 logo */
#u9_img {
  position: absolute;
  height: 94px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* u10 容器 */
#u10 {
  width: 47%;
  position: absolute;
  right: 52px;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* 垂直居中 */
}

/* ul 列表 */
#u10_ul {
  width: 100%;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* li 上下居中 */
  justify-content: space-between;
  /* li 水平分布 */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* li 项 */
#u10_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 内的图片 */
#u10_ul li img {
  position: absolute;
  bottom: 0px;
  /* 图片显示在 li 的最底部 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中 */
  max-width: 100%;
  /* 防止图片溢出 */
  max-height: 50%;
  /* 控制图片高度 */
}

#u0_img {
  width: 1370px;
  display: block;
}

#u13 {
  width: 200px;
}

#u13_img1 {
  position: absolute;
  height: 45px;
  left: 103px;
  top: 232px;
}

#u13_img2 {
  height: 13px;
}

#u13_span {
  position: absolute;
  width: 150px;
  height: 50px;
  display: block;
  background: #3ab56f;
  border-radius: 40px;
  line-height: 50px;
  left: 103px;
  top: 325px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

#u0 {
  width: 1370px;
  margin: 0 auto;
  position: relative;
}

#u1 {
  width: 1370px;
  height: 600px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  top: 0px;
}

#u1_img1 {
  position: absolute;
  left: 0px;
  height: 280px;
}

#u1_img2 {
  position: absolute;
}

#u1_img3 {
  bottom: 0px;
  position: absolute;
  right: 0px;
  height: 280px;
}

#u2 {
  /* position: absolute; */
  width: 100%;
  /* top: 70px; */
  text-align: center;
}

#u2_span {
  width: 200px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
  color: #4c4c4c;
}

#u11 {
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
  float: left;
  height: 35px;
}

#u12 {
  height: 35px;
  float: right;
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
}

#u3 {
  width: 100%;
  bottom: 20px;
  display: flex;
  position: absolute;
}

#u4 {
  height: 400px;
  width: 50%;
}

#u4_img {
  cursor: pointer;
  width: 150px;
}

#u4_h2 {
  font-family: PingFangSC-Semibold;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
}

#u4_span {
  line-height: 25px;
  display: block;
  color: #666666;
  font-weight: 400;
  width: 50%;
  margin: 0 auto;
  text-align: left;
  transform: translate(40px, 10px);
}

#u5 {
  height: 400px;
  width: 50%;
}

#u5_img {
  cursor: pointer;
  width: 150px;
}

#u5_h2 {
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
}

#u5_span {
  line-height: 25px;
  color: #666666;
  display: block;
  width: 64%;
  margin: 0 auto;
  text-align: left;
}

#u6 {
  width: 1370px;
  height: 480px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

#u6_img {
  width: 1370px;
  height: 480px;
}

#u14 {
  position: absolute;
  width: 100%;
  top: 70px;
  text-align: center;
}

#u14_span {
  width: 200px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
  color: #4c4c4c;
}

#u15 {
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
  float: left;
  height: 35px;
}

#u16 {
  height: 35px;
  float: right;
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
}

#u17 {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 80px;
  display: flex;
}

#u18 {
  flex: 1;
  display: flex;
  /* 启用 Flexbox 布局 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u19 {
  flex: 1;
  display: flex;
  /* 启用 Flexbox 布局 */
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u7 {
  width: 75%;
  height: 214px;
  right: -50px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(46, 159, 255, 0.04);
  border-radius: 10px;
}

#u7_img {
  position: absolute;
  left: 30px;
  top: 50px;
  width: 75px;
  height: 75px;
}

#u22 {
  position: absolute;
  right: 31px;
  bottom: 29px;
  border: 1.33px solid #f0a22d;
  border-radius: 40px;
  width: 90px;
  color: #f0a22d;
  height: 30px;
  cursor: pointer;
  line-height: 30px;
}

#u22_img {
  width: 10px;
}

#u20 {
  width: 70%;
  height: 90px;
  position: absolute;
  /* background: #fff; */
  left: 130px;
  top: 40px;
}

#u20_h3 {
  text-align: left;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  margin: 5px 0px 13px 0px;
}

#u20_span {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
}

#u8 {
  width: 75%;
  height: 214px;
  left: -50px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(46, 159, 255, 0.04);
  border-radius: 10px;
}

#u8_img {
  position: absolute;
  left: 30px;
  top: 50px;
  width: 75px;
  height: 75px;
}

#u21 {
  width: 70%;
  height: 90px;
  position: absolute;
  /* background: #Fff; */
  left: 130px;
  top: 40px;
}

#u21_h3 {
  text-align: left;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  margin: 5px 0px 13px 0px;
}

#u21_span {
  display: block;
  text-align: left;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  line-height: 25px;
}

#u23 {
  position: absolute;
  right: 31px;
  bottom: 29px;
  border: 1.33px solid #2e9fff;
  border-radius: 40px;
  width: 90px;
  color: #2e9fff;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

#u23_img {
  width: 10px;
}

#u24 {
  font-family: "ArialMT", "Arial", sans-serif;
  width: 1370px;
  height: 530px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
}

#u25 {
  position: absolute;
  width: 100%;
  top: 80px;
  text-align: center;
}

#u25_span {
  width: 200px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
  color: #4c4c4c;
}

#u26 {
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
  float: left;
  height: 35px;
}

#u27 {
  height: 35px;
  float: right;
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
}

#u28 {
  border-width: 0px;
  position: absolute;
  left: 200px;
  bottom: 110px;
  width: 1040px;
  /* height: 245px; */
  /* overflow: hidden; */
  /* background: #fff; */
}

#u28 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;
}

#u28 ul {
  padding: 0;
  /* 去掉默认的内边距 */
  margin: 0;
  /* 去掉默认的外边距 */
}

#u28 .left {
  display: inline-block;
  flex: 1;
  /* width: 90%; */
  /* 左侧内容占据剩余空间 */
  margin-right: 20px;
  /* 右侧内容与左侧内容之间的间距 */
  font-family: PingFangSC-Regular;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}

#u28 .right {
  white-space: nowrap;
  /* 防止日期换行 */
  margin-right: 22px;
  font-family: PingFangSC-Regular;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}

#u28_img {
  margin: 0px 5px;
  margin-right: 10px;
  width: auto !important ;
  height: auto !important;
}

#u5 ul li {
  /* height: 20%; */
  line-height: 62px;
  text-align: left;
  display: flex;
  /* 使用 Flexbox 布局 */
  justify-content: space-between;
  /* 让内容分布在两端 */
  align-items: center;
  /* 垂直居中对齐 */
  border-bottom: 1px solid #ececec;
  /* 添加底部边框 */
  cursor: pointer;
  position: relative;
}
#u5 ul a:last-child li {
  border-bottom: none;
  /* 去掉最后一个 li 的底部边框 */
}

#u5 ul {
  padding: 0;
  /* 去掉默认的内边距 */
  margin: 0;
  /* 去掉默认的外边距 */
}

#u5 .left {
  display: inline-block;
  flex: 1;
  /* width: 90%; */
  /* 左侧内容占据剩余空间 */
  margin-right: 20px;
  /* 右侧内容与左侧内容之间的间距 */
  font-family: PingFangSC-Regular;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#u5 .right {
  white-space: nowrap;
  /* 防止日期换行 */
  margin-right: 22px;
  font-family: PingFangSC-Regular;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}

#u29 {
  position: absolute;
  bottom: 60px;
  right: 119px;
  width: 93px;
  height: 30px;
  color: #3ab56f;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  line-height: 40px;
  border-radius: 30px;
  font-size: 13px;
  border: 1.33px solid #3ab56f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

#u29_img {
  width: 12px;
}

#u30 {
  width: 1370px;
  height: 500px;
  background: #eeeeee;
  position: relative;
  margin: 0 auto;
}

#u31 {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 60px;
}

#u31_ul {
  width: 80%;
  height: 100%;
  background: #e3e3e3;
  border-radius: 13.33px;
  margin: 0 auto;
}

#u31_ul {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u31_ul li {
  width: 20%;
  text-align: center;
  /* 为伪元素定位做准备 */
  position: relative;
  font-size: 18px;
  color: #555555;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
}

/* 添加竖线分隔符 */
#u31_ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  /* 将竖线定位到 li 的右侧 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  /* 竖线高度 */
  background: #bababa;
}

/* 去掉最后一个 li 的竖线 */
#u31_ul li:last-child::after {
  display: none;
}

#u32 {
  position: absolute;
  bottom: 100px;
  display: flex;
  width: 100%;
  height: 200px;
}

#u33 {
  width: 50%;
}

#u34 {
  width: 70%;
  float: right;
  display: flex;
  position: relative;
  top: 20px;
}

#u34_img {
  width: 136px;
  height: 136px;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u33_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;
}

#u34_span1,
#u34_span2 {
  display: block;
}

#u35 {
  width: 50%;
  position: relative;
}

#u35_div {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 100px;
  display: flex;
}

#u35_h3 {
  width: 20%;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 22px;
}

#u35_ul {
  width: 70%;
  line-height: 35px;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 400;
}

#u36 {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #555555;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
