.banner {
  /* height: 650px; */
}

.banner>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p2-intro {
  height: 662px;
  background: #fff url(../images/p2/p2-back.jpg) no-repeat center bottom;
}

.p2-intro .intro-box {
  width: 1200px;
  margin: auto;
}

.p2-intro .intro-box>h2 {
  text-align: center;
  font-size: 32px;
  color: #383838;
  font-weight: bold;
  padding-top: 142px;
}

.p2-intro .intro-box>h2>span {
  color: #f23d49;
}

.p2-intro .intro-box>h5 {
  text-align: center;
  font-size: 24px;
  color: #383838;
  font-weight: 400;
  margin-top: 20px;
}

.p2-intro .intro-box>p {
  font-size: 18px;
  color: #383838;
  line-height: 2.2;
  padding: 0 130px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 80px;
}

.p2-intro .intro-box>ul {
  width: 680px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 90px auto auto;
}

.p2-intro .intro-box>ul>li {
  text-align: center;
  font-size: 22px;
  color: #383838;
}

.p2-intro .intro-box>ul>li .box {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #f23d49;
  color: #fff;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 100px;
}

.p2-intro .intro-box>ul>li .box>span {
  font-size: 44px;
  font-family: 'Impact';
  font-weight: bold;
}

.p2-intro .intro-box>ul>li:nth-child(1)>.box>span {
  font-size: 50.95px;
}

.p2-intro .intro-box>ul>li:nth-child(2n) .box {
  background-color: #5e6171;
}

.p2-future {
  height: 690px;
  background-color: #272727;
  position: relative;
}

.p2-future .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 900px;
  width: 100%;
  background: url(../images/p2/back2.png) no-repeat top right;
  background-size: auto 100%;
  z-index: 1;
}

.p2-future .right-box {
  width: 20.833%;
  padding-bottom: 20.833%;
  background-color: #f23d49;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 250px;
  min-height: 250px;
  z-index: 1;
}

.p2-future .right-box>.txt {
  font-size: 18px;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 4px;
}

.p2-future .right-box>.txt::after,
.p2-future .right-box>.txt::before {
  content: '-';
  padding: 0 10px;
}

.p2-future .txt-box {
  position: relative;
  z-index: 3;
  margin: auto;
  padding-top: 272px;
}

.p2-future .txt-box>h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 10px;
}

.p2-future .txt-box>h2 {
  font-size: 56px;
  color: #fff;
  font-family: 'Myriad Pro';
  text-align: center;
}

.p2-future .txt-box .btn {
  margin: 55px auto auto;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: center;
  color: #fff;
  background-color: #f23d49;
  border-radius: 100%;
  font-family: '黑体';
  font-weight: bold;
}

.p2-team {
  height: 1450px;
  background: url(../images/p2/back3-20241022.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.p2-team::after {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 210px;
  position: absolute;
  top: 0;
  width: 1560px;
  height: 1230px;
  background-color: rgba(35, 35, 35, 0.98);
  left: 50%;
  -webkit-transform: translateX(-600px);
  transform: translateX(-600px);
}

.p2-team .team-box {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 210px auto auto;
}

.p2-team .team-box>label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 123px;
  color: #fff;
  letter-spacing: 5px;
  -webkit-transform: translate(-25px, -35px);
  transform: translate(-25px, -35px);
  font-family: 'Myriad Pro';
  line-height: 1;
  z-index: 2;
}

.p2-team .team-box .intro-box {
  padding-top: 145px;
  margin-left: 480px;
}

.p2-team .team-box .intro-box>h2 {
  font-size: 36px;
  color: #dbdbdb;
  font-weight: bold;
}

.p2-team .team-box .intro-box>p {
  font-size: 15px;
  line-height: 2.2;
  color: #a1a1a1;
  font-weight: 400;
  margin-top: 35px;
}

.p2-team .team-box>ul {
  width: 875px;
  margin: 160px auto auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p2-team .team-box>ul::after {
  position: absolute;
  top: 52px;
  left: 105px;
  right: 105px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.p2-team .team-box>ul>li {
  width: 200px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.p2-team .team-box>ul>li .log {
  width: 110px;
  height: 110px;
  border: 1px dashed #f23d49;
  margin: auto auto 50px;
  position: relative;
  border-radius: 100%;
}

.p2-team .team-box>ul>li .log::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #f23d49;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 100%;
}

.p2-team .team-box>ul>li .log::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Impact';
  font-size: 50px;
  color: #fff;
  font-weight: 400;
}

.p2-team .team-box>ul>li>p {
  font-size: 15px;
  color: #545454;
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
}

.p2-team .team-box>ul>li>p::after {
  content: '-';
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}


.p2-module {
  height: 824px;
  background: url(/images/p2/back4.jpg) no-repeat center;
  background-size: cover;
  padding-top: 60px;
}

.p2-module .module-title {
  color: white;
}

.p2-module .module-title h1 {
  margin-bottom: 0;
  font-weight: 32px;
}

.p2-module .module-title h2 {
  font-size: 22px;
  font-weight: 500
}

.p2-module .page-module {
  max-width: 1200px;
  padding:0 10px;
  margin: auto;
}

.page-module .platform {
  padding: 0 34px 42px;
  background: url(/images/p2/platform.png) no-repeat center bottom;
  background-size: 100% auto;
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}

.page-module .platform .item {
  background: url(/images/p2/box_back.png) no-repeat center;
  background-size: cover;
  height: 166px;
  width: 214px;
  flex: 1;
  max-width: 214px;
  font-size: 22px;
  font-weight: bold;
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0 10px 45px;
  text-align: center;
}