html {
  font-size: 5.20833333vw;
}
.header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2rem 0;
  background-size: cover;
  text-align: center;
}
.header .container {
  margin-bottom: 0px;
}
.header .text {
  display: flex;
  margin-top: 1.49rem;
}
.header .text > img {
  width: 6.81rem;
}
.header .text .left {
  text-align: left;
}
.header .text .left img {
  width: 8rem;
  margin-bottom: 0.25rem;
}
.header .text .left p {
  font-weight: 500;
  font-size: 0.69rem;
  color: #333;
  line-height: 0.81rem;
  text-align: left;
  margin-bottom: 0.87rem;
}
.header .text .left img:nth-child(3) {
  width: 3.11rem;
}
.bg {
  height: 6rem;
  background-image: url('../img/misson/_image.png');
  background-size: cover;
  text-align: center;
  padding: 0 1.4rem;
}
.bg img {
  width: 4.06rem;
  height: 0.58rem;
  margin-top: 2rem;
  margin-bottom: 0.2rem;
}
.bg div {
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
}
nav {
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 0.7rem;
}
nav > img {
  height: 1rem;
}
nav > ul {
  display: flex;
  justify-content: center;
}
nav > ul > li {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  margin-right: 0.87rem;
}
nav > ul > li.nav4 {
  margin-right: 0;
}
.contain .wrap1 {
  margin: 0 1.4rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.contain .wrap1 img {
  width: 5.25rem;
  height: 4.53rem;
}
.contain .wrap1 .left {
  margin-right: 1.51rem;
}
.contain .wrap1 .left img {
  height: 0.71rem;
}
.contain .wrap1 .text {
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
}
.contain .wrap2 {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 1rem 1.4rem;
  margin-bottom: 1.4rem;
}
.contain .wrap2 > img {
  width: 4.53rem;
  height: 4.99rem;
  margin-right: 1.43rem;
}
.contain .wrap2 .text {
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
}
.contain .wrap2 .left img {
  height: 0.71rem;
}
.team {
  text-align: center;
  margin: 0 1.4rem;
}
.team > img {
  height: 0.71rem;
  margin-bottom: 1.15rem;
}
.team .item-list {
  display: flex;
  justify-content: space-between;
}
.team .item-list .item {
  width: 30%;
  border-radius: 0.09rem;
  background: #ECFAF1;
  margin-bottom: 1.4rem;
  position: relative;
  height: 3rem;
  padding-top: 0.95rem;
}
.team .item-list .item img {
  width: 1.1rem;
  position: absolute;
  top: -0.5rem;
  left: 1.65rem;
}
.team .item-list .item p {
  font-weight: 600;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.28rem;
  margin-bottom: 0.21rem;
}
.team .item-list .item .text {
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  text-align: center;
  margin: 0 0.3rem;
}
.male {
  height: 7.12rem;
  display: block;
}
.footer {
  width: 100%;
  background: #ECFAF1;
  padding: 0.25rem 2.4rem;
  box-sizing: border-box;
}
.footer > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer > ul > li {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000;
  line-height: 0.22rem;
}
.footer > ul > li .frist {
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 0.28rem;
  margin-bottom: 0.18rem;
  display: flex;
  align-items: center;
}
.footer > ul > li .frist > img {
  margin-left: 0.1rem;
  width: 0.48rem;
  vertical-align: middle;
}
.footer > ul > li:nth-of-type(1) > img {
  width: 3rem;
  margin-top: 0.24rem;
}
.footer > ul > li:nth-of-type(1) > div {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.22rem;
}
.footer > ul > li:nth-of-type(2) {
  margin-right: 2rem;
}
.footer > ul > li:nth-of-type(2) > div {
  margin-bottom: 0.12rem;
}
.footer > ul > li:nth-of-type(3) > ul {
  display: flex;
  justify-content: center;
}
.footer > ul > li:nth-of-type(3) > ul > li > img {
  width: 0.38rem;
  margin-right: 0.24rem;
}
