.banner {
  width: 100%;
  height: 330px;
  background-size: 100% 100%;
}
.list_1 {
  padding: 30px 0;
  background-color: #fff;
}
.list_1 .centent {
  width: 1410px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.list_1 .centent .path {
  color: #636363;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.list_1 .centent .f30 {
  margin: 80px 0;
}
.list_1 .centent .buttom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.list_1 .centent .buttom p {
  color: #a1a1a1;
}
.list_1 .centent .buttom .list {
  display: flex;
  align-items: center;
}
.list_1 .centent .buttom .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  margin: 0 5px;
}
.list_2 {
  background-color: #fff;
  padding: 0 0 80px;
}
.list_2 .centent {
  width: 1410px;
  display: flex;
  margin: 0 auto;
}
.list_2 .centent .text {
  width: 75%;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 5%;
  box-sizing: border-box;
  font-size: 18px;
  text-indent: 2em;
  line-height: 2;
  color: #5c5c5c;
}
.list_2 .centent img {
  margin: 50px 0 0;
}
.list_2 .centent p {
  margin: 10px 0;
}
.list_2 .centent p.w100p.tac {
  margin-top: 50px;
}
.list_2 .centent .buttom {
  margin: 150px 0 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_2 .centent .buttom button {
  width: 176px;
  height: 50px;
  border: 1px solid #0a3c69;
  border-radius: 25px;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
}
.list_2 .centent .buttom button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_2 .centent .buttom button:hover {
  background-color: #00A3AD;
  border: 1px solid #00A3AD;
  color: #fff;
}
.list_2 .centent .buttom a.left,
.list_2 .centent .buttom a.right {
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_2 .centent .buttom a.left .iconfont,
.list_2 .centent .buttom a.right .iconfont {
  font-size: 30px;
  margin: 0 10px;
}
@media screen and (max-width: 1600px) {
  .list_1 .centent,
  .list_2 .centent {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .list_2 .centent .buttom {
    margin: 50px 0;
    flex-direction: column;
  }
  .list_2 .centent .buttom button {
    margin: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 200px;
  }
  .list_2 .centent .text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 5%;
  }
  .list_2 .centent .text .buttom a.left,
  .list_2 .centent .text .buttom a.right {
    font-size: 14px;
  }
  .list_2 .centent .text .buttom a.left .iconfont,
  .list_2 .centent .text .buttom a.right .iconfont {
    font-size: 20px;
  }
}
