/*网站地图*/
.website_map {
  width: 1440px;
  margin: auto;
}
.website_ul {
  width: 100%;
  padding-top: 58px;
  padding-bottom: 30px;
}
.website_ul li {
  width: 100%;
  padding-bottom: 50px;
}
.website_ul_word {
  padding-bottom: 30px;
}
.website_ul_h2 {
  width: 85px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.website_ul_word img {
  width: 3px;
  height: 20px;
  margin-right: 10px;
}
.website_ul_word h2 {
  font-size: 18px;
  font-weight: bolder;
  color: #000000;
}
.website_line {
  width: 92%;
  height: 1px;
  background: #bfbfbf;
}

.website_ul_list {
  padding-left: 12px;
  display: flex;
}
.website_ul_list a {
  color: #000;
  font-size: 16px;
  padding-right: 40px;
}

/*8法律声明*/
.laws_word {
  padding: 10px 0 86px 0;
}
.laws_word h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 86px;
}
.laws_word p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
