.home_foot {
  width: 1200px;
  height: 415px;
  background: rgba(8, 65, 180, 1);
}
ul {
  padding: 0;
  margin: 0;
}
.home_left {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  float: left;
}
.left_one {
  display: flex;
  align-items: center;
}
.left_one div {
  width: 62px;
  height: 2px;
  background: rgba(223, 223, 221, 1);
  border-radius: 3px;
  margin: 0 5px;
}
.left_one span {
  font-size: 16px;
  color: #fff;
}
.left_two {
  font-size: 10px;
  color: #fff;
  padding: 10px 0;
}
.home_left ul li:nth-child(odd) {
  width: 540px;
  height: 40px;
  background: rgba(223, 223, 221, 0.2);
  border-radius: 4px;
}
.home_left ul li:nth-child(even) {
  width: 540px;
  height: 40px;
  border-radius: 4px;
}
.home_left ul li {
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #dfdfdd;
}
.home_right {
  width: 500px;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
.right_three ul li {
  width: 150px;
  height: 80px;
  background: rgba(223, 223, 221, 1);
  border-radius: 4px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7px 5px;
}
.content_big {
  width: 1200px;
  margin: auto;
}
.content_big img {
  width: 1200px;
  height: 100%;
}
