#header {
  width: 100%;
  height: 80px;
}

#header .nav {
  max-width: 1700px;
  min-width: 1200px;
  height: 100%;
  /* background-color: aqua; */
  margin: 0 auto;
}

.nav .logo {
  width: 163px;
  height: 49px;
  margin-top: 10px;
  float: left;
}

.nav ul {
  float: right;
  margin-top: 32px;
  margin-right: 150px;
}

.nav ul li {
  float: left;
  margin-left: 32px;
  font-family: "PingFang-SC-Regular";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.nav ul li a {
  color: #000000;
}

.swiper {
  width: 1184px;
  height: 450px;
  margin: 0 auto;
  background-image: url("../images/about/swiper.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}

.swiper>p {
  font-family: PingFang-SC-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-top: 372px;
}

.main {
  width: 1184px;
  margin: 0 auto;
}

.mian_nav {
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #cccccc;
  margin-top: 20px;
}

.about_text {
  color: #333333;
}

.content {
  width: 100%;
}

.title_text {
  font-family: PingFang-SC-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}

.id_blue {
  display: inline-block;
  width: 50px;
  height: 6px;
  background-color: #00aaff;
  margin-bottom: 15px;
  margin-top: 15px;
}

.p_box {
  margin-right: 20px;
  margin-top: 100px;
}

.p_text {
  width: 401px;
  font-family: PingFang-SC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 40px;
  color: #000000;
}

.line_box {
  width: 265px;
  margin: 50px auto 0;
  position: relative;
}

.line {
  width: 265px;
  height: 4px;
  background-color: #999999;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: #999999;
  border-radius: 50%;
  position: absolute;
  top: -9px;
}

.circle_border {
  width: 30px;
  height: 30px;
  border: solid 1px #ffaa00;
  border-radius: 50%;
  position: absolute;
  left: 246px;
  top: -15px;
}

.circle_text {
  font-family: PingFang-SC-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #999999;
  position: absolute;
}

.pp_p {
  margin-top: 76px;
}

.pp_p>p {
  font-family: PingFang-SC-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #00aaff;
  text-align: center;
}

.value_box {
  width: 100%;
  height: 500px;
  background-image: url("../images/about/circle.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
}

.value_box>p {
  font-family: PingFang-SC-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  line-height: 500px;
}

.value_item {
  width: 385px;
  height: 100px;
  position: absolute;
  top: 30px;
  text-align: center;
}

.value_item>p {
  text-align: center;
}

.footer {
  width: 100%;
  height: 220px;
  background-color: #0d0f1a;
}

.footer>ul {
  width: 800px;
  height: 180px;
  margin: 0 auto;
}

.footer>ul>li {
  float: left;
}

.footer>p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.footer>p>a {
  color: #fff;
}

.li_1 {
  width: 300px;
  height: 100%;
}

.li_2 {
  width: 200px;
  height: 100%;
}

.li_3 {
  width: 200px;
  height: 100%;
}

.li_4 {
  width: 90px;
  height: 100%;
  text-align: center;
}

.p_big {
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 41px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 18px;
  margin-top: 35px;
}

.p_small {
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  margin-bottom: 8px;
  color: #fff;
}

.li_4>img {
  margin-top: 35px;
  margin-bottom: 10px;
}