.page-banner-wrapper {
  position: relative;
}

.page-banner-wrapper.platform .info {
  top: 22%;
}

.page-banner-wrapper .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 29.68%;
  /* z-index: 10; */
  text-align: center;
}

.page-banner-wrapper .banner {
  width: 100%;
  display: block;
  margin-top: 0;
  height: unset;
}

img {
  border: none;
  max-width: 100%;
}
.page-banner-wrapper .name {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 1px;
}

.page-banner-wrapper .desc {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin: 26px auto 48px;
}

.more {
  display: block;
  width: 200px;
  line-height: 60px;
  background-color: #17f;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  letter-spacing: 1px;
}

.page-banner-wrapper .more {
  margin: 0 auto;
}

.platform-wrapper .item {
  padding: 94px 0 92px;
}

.platform-wrapper .item .w1200 {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}

.pic {
  font-size: 0;
  overflow: hidden;
}

.platform-wrapper .item .info,
.platform-wrapper .item .pic {
  width: 50%;
}

.pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}

.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}

.platform-wrapper .item .info,
.platform-wrapper .item .pic {
  width: 50%;
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 92px;
}
.page-title {
  font-size: 18px !important;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}
.info > .page-title {
  font-size: 28px !important;
}
.platform-wrapper .item .page-title {
  text-align: left;
  padding-top: 0;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.platform-wrapper .item .desc {
  font-size: 17px;
  line-height: 36px;
}
.desc p {
  font-size: 15px !important;
  color: #777;
}
.platform-wrapper .item:nth-child(2n) {
  background: #f7f8fa;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.box-container,
.il8n-ban {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .page-banner-wrapper .desc {
    margin: 20px auto 30px;
  }

  .page-banner-wrapper .name {
    font-size: 32px;
  }
  .page-banner-wrapper .name {
    font-size: 36px;
  }
  .page-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .page-banner-wrapper .desc {
    margin: 12px auto 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .more {
    font-size: 16px;
    width: 180px !important;
    line-height: 56px;
  }
  .platform-wrapper .item {
    padding: 80px 0;
  }
  .page-title {
    font-size: 28px;
    line-height: 36px;
    padding-top: 60px;
  }
  .platform-wrapper .item .desc {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .page-banner-wrapper .name {
    font-size: 30px;
  }
  .more {
    width: 160px !important;
    line-height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1004px) {
  .page-banner-wrapper .name {
    font-size: 16px;
    line-height: 20px;
  }

  .page-banner-wrapper .desc {
    font-size: 12px;
    line-height: 16px;
    margin: 6px auto 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .page-banner-wrapper .more {
    width: 80px !important;
    line-height: 26px;
    font-size: 10px;
  }
  .platform-wrapper .item {
    padding: 40px 0;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px;
  }
  .platform-wrapper .item .w1200 {
    display: block;
  }
  .platform-wrapper .item .info,
  .platform-wrapper .item .pic {
    width: 100%;
  }
  .pic img {
    min-width: 380px;
  }
  .platform-wrapper .item .info {
    margin-top: 30px;
  }
  .page-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    padding-top: 40px;
  }
  .platform-wrapper .item .page-title {
    margin-bottom: 10px;
  }
  .platform-wrapper .item .desc {
    font-size: 15px;
    line-height: 24px;
  }
}
