html {
  font-size: 5.20833333vw;
}
header {
  padding: 0.23rem 2.59rem;
}
header img {
  width: 1.37rem;
  height: 0.32rem;
}
header .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .title div {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
header a {
  font-weight: 600;
  font-size: 0.16rem;
  color: #8F8F8F;
}
#home {
  background-image: url('../image/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 6rem;
}
#quem {
  padding: 0.51rem 2.4rem 0.42rem;
  display: flex;
  align-items: center;
}
#quem > img {
  margin-right: 0.98rem;
}
#quem .title {
  font-weight: bold;
  font-size: 0.32rem;
  color: #000000;
  text-align: left;
  margin-bottom: 0.24rem;
}
#quem .text {
  color: #5D5959;
  font-size: 0.14rem;
  display: flex;
  flex-direction: column;
}
#quem .text div {
  margin-bottom: 0.24rem;
}
#quem .text img {
  width: 1.76rem;
  height: 0.32rem;
  align-self: flex-end;
}
#que {
  padding: 0.64rem 2.4rem;
  background: #0600FE;
}
#que .title {
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: center;
}
#que .info {
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  text-align: center;
  margin: 0.12rem 0 0.24rem;
}
#que .middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#que .middle > div {
  width: 3.14rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.04rem;
  padding: 0.16rem 0.24rem 0;
  min-height: 3.51rem;
  box-sizing: content-box;
}
#que .middle p {
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.16rem;
  text-align: center;
}
#que .middle .text {
  font-weight: 400;
  font-size: 0.12rem;
  color: #5D5959;
  text-align: left;
}
#que .middle img {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.16rem;
}
#move {
  padding: 0.74rem 2.4rem;
}
#move .list > div {
  background: #F6F6F6;
  padding: 0.36rem 0.24rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.24rem;
}
#move .list .left {
  margin-right: 0.24rem;
}
#move .list .left div,
#move .list .text {
  color: #5D5959;
  font-size: 0.14rem;
}
#move .list .left > div {
  margin-bottom: 0.24rem;
}
#move .list ul > li {
  font-size: 0.14rem;
}
#move .list .right {
  margin-left: 0.24rem;
}
#move .list .text > div {
  margin-bottom: 0.24rem;
}
#move .list .left .title,
#move .list .title {
  font-weight: bold;
  font-size: 0.32rem;
  color: #000000;
  margin-bottom: 0.24rem;
}
#move .list img {
  width: 50%;
  height: 2.87rem;
}
#move ul {
  padding: 0 0.24rem;
  list-style-type: disc;
}
#move ul li {
  list-style: disc;
}
footer {
  padding: 0.3rem 2.4rem;
  background: #0600FE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer ul {
  font-size: 0.12rem;
  color: #fff;
}
footer ul li {
  list-style: disc;
  margin-bottom: 0.12rem;
  list-style: none;
}
footer > div > img {
  width: 1.37rem;
  height: 0.32rem;
  display: block;
  margin-bottom: 0.24rem;
}
.copright {
  background: #1A2512;
  padding: 0 2.4rem;
  text-align: left;
  font-weight: 400;
  font-size: 0.12rem;
  color: #FFFFFF;
  line-height: 28px;
  font-family: PingFang SC, PingFang SC;
}
.info-wrap {
  display: flex;
  align-items: center;
}
.info-wrap span {
  color: #fff;
  font-size: 0.12rem;
  margin-right: 0.12rem;
}
.info-wrap img {
  width: 0.24rem;
  height: 0.24rem;
}
.info-wrap img:nth-child(3) {
  margin: 0 0.28rem;
}
