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%);
}

/* 最外层容器 */
#u37 {
  width: 1370px;
  height: 120px;
  font-size: 20px;
  display: flex;
  margin: 0 auto;
  /* align-items: center; */
  position: relative;
  /* 为子元素定位提供参考 */
}

/* 图片 logo */
#u38_img {
  position: absolute;
  height: 94px;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* u39 容器 */
#u39 {
  width: 47%;
  position: absolute;
  right: 52px;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* 垂直居中 */
}

/* ul 列表 */
#u39_ul {
  width: 100%;
  height: 100%;
  /* 高度与最外层一致 */
  display: flex;
  align-items: center;
  /* li 上下居中 */
  justify-content: space-between;
  /* li 水平分布 */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* li 项 */
#u39_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 内的图片 */
#u39_ul li img {
  position: absolute;
  bottom: 0px;
  /* 图片显示在 li 的最底部 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 水平居中 */
  max-width: 100%;
  /* 防止图片溢出 */
  max-height: 50%;
  /* 控制图片高度 */
}

#u40_img {
  width: 1370px;
  display: block;
}

#u40 {
  width: 1370px;
  margin: 0 auto;
  position: relative;
}

#u42 {
  width: 1370px;
  height: 1100px;
  margin: 0 auto;
  background: #f6fafd;
  position: relative;
  top: 0px;
}

#u42_img1 {
  position: absolute;
  left: 0px;
  height: 280px;
}

#u42_img2 {
  position: absolute;
  right: 0px;
}

#u42_img3 {
  width: 220px;
  position: absolute;
  bottom: 70px;
  left: 0px;
}

#u42_img4 {
  bottom: 0px;
  position: absolute;
  right: 0px;
  height: 280px;
}

#u54 {
  top: -95px;
  left: 180px;
  position: absolute;
  width: 74%;
  height: 570px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
}

#u43 {
  position: absolute;
  width: 100%;
  top: 40px;
  text-align: center;
}

#u43_span {
  width: 200px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
  color: #4c4c4c;
  font-weight: 600;
}

#u44 {
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
  float: left;
  height: 35px;
}

#u45 {
  height: 35px;
  float: right;
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
}

#u55 {
  display: flex;
  align-items: center;
  /* flex-direction: ; */
  width: 92%;
  height: 200px;
  background: #ffffff;
  position: absolute;
  top: 110px;
  left: 43px;
  border-radius: 10px;
  /* box-shadow: 0 0 40px 0 rgba(31, 138, 76, 0.06); */
  box-shadow: 0 0 40px 0 rgba(46, 159, 255, 0.06);
}

#u57_div {
  display: flex;
  height: 60px;
  line-height: 60px;
}

#u57_span1 {
  width: 80px;
  font-size: 30px;
  color: #2e9fff;
  letter-spacing: 0;
  font-weight: 500;
  margin-left: 20px;
}

#u57_span2 {
  width: 40px;
  text-align: left;
  font-size: 18px;
  color: #2e9fff;
  letter-spacing: 0;
  font-weight: 500;
}

#u57_span3 {
  width: 80px;
  font-size: 16px;
  color: #4c4c4c;
  letter-spacing: 0;
  font-weight: 600;
}

#u57_span4 {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 94%;
  margin: 0 auto;
}

#u58 {
  display: flex;
  align-items: center;
  width: 92%;
  height: 180px;
  background: #ffffff;
  position: absolute;
  bottom: 40px;
  left: 43px;
  border-radius: 10px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 40px 0px rgba(31, 138, 76, 0.06); */
  box-shadow: 0 0 40px 0 rgba(46, 159, 255, 0.06);
}

#u58_div {
  display: flex;
  height: 60px;
  line-height: 60px;
}

#u58_span1 {
  width: 100px;
  font-size: 24px;
  color: #2e9fff;
  letter-spacing: 0;
  font-weight: 600;
  margin-left: 30px;
}

#u58_span2 {
  width: 80px;
  font-size: 16px;
  color: #4c4c4c;
  letter-spacing: 0;
  font-weight: 600;
}

#u58_span3 {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 94%;
  margin: 0 auto;
}

#u62 {
  width: 100%;
  position: absolute;
  bottom: 60px;
}

#u63 {
  position: absolute;
  width: 100%;
  top: -80px;
  text-align: center;
}

#u63_span {
  width: 200px;
  display: block;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin: 0 auto;
  color: #4c4c4c;
  font-weight: 600;
}

#u64 {
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
  float: left;
  height: 35px;
}

#u65 {
  height: 35px;
  float: right;
  display: flex;
  width: 50px;
  justify-content: space-around;
  align-items: center;
}

#u66 {
  width: 1000px;
  margin: 0 auto;
}

#u66_img {
  width: 800px;
}

#u46 {
  top: 0px;
  width: 1370px;
  height: 500px;
  background: #eeeeee;
  position: relative;
}

#u47 {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 60px;
}

#u47_ul {
  width: 80%;
  height: 100%;
  background: #e3e3e3;
  border-radius: 13.33px;
  margin: 0 auto;
}

#u47_ul {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u47_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;
}

/* 添加竖线分隔符 */
#u47_ul li::after {
  content: "";
  position: absolute;
  right: 0px;
  /* 将竖线定位到 li 的右侧 */
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  /* 竖线高度 */
  background: #bababa;
}

/* 去掉最后一个 li 的竖线 */
#u47_ul li:last-child::after {
  display: none;
}

#u48 {
  position: absolute;
  bottom: 100px;
  display: flex;
  width: 100%;
  height: 200px;
}

#u49 {
  width: 50%;
}

#u50 {
  width: 70%;
  float: right;
  display: flex;
  position: relative;
  top: 20px;
}

#u50_img {
  width: 136px;
  height: 136px;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
}

#u51_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;
}

#u51_span1,
#u51_span2 {
  display: block;
}

#u52 {
  width: 50%;
  position: relative;
}

#u52_div {
  width: 70%;
  height: 100%;
  position: absolute;
  left: 100px;
  display: flex;
}

#u52_h3 {
  width: 20%;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 22px;
}

#u52_ul {
  width: 70%;
  line-height: 35px;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0;
  font-weight: 400;
}

#u53 {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #555555;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
