body::-webkit-scrollbar {
  width: 0;
}
.about .intro {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 70px;
}
.about .intro .des {
  width: calc((100% - 20%) / 2);
  display: inline-block;
  letter-spacing: 1px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 auto 50px;
}
.about .intro .des span {
  color: #fe4066;
}
.about .intro .intro-left {
  width: 20%;
  display: inline-block;
}
.about .intro h3 {
  font-size: 40px;
  color: #fe4066;
}
.about .intro p {
  font-size: 14px;
  line-height: 28px;
}
.about .intro .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.about .intro .intro-center {
  padding: 30px 40px 0 0;
  position: relative;
}
.about .intro .intro-center:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #f0f0f0;
  right: 0;
  top: 50px;
}
.about .intro .intro-center p:nth-child(2) {
  margin-bottom: 50px;
}
.about .intro .intro-right {
  padding: 30px 0 0 40px;
}
.about .intro .intro-right p:nth-child(2) {
  margin-bottom: 50px;
}
.about .milestone .bg {
  margin: 140px auto 90px;
}
.about .milestone .bg img {
  width: 100%;
}
.about .milestone .small-mile {
  display: none;
  width: 100%;
}
.about .milestone .small-mile .small-top {
  width: 100%;
  height: 200px;
  background-image: url('/images/mile.png');
  background-size: cover;
}
.about .milestone .small-mile .small-top .icon {
  background-color: #fe4066;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin: 72px 30px;
}
.about .milestone .small-mile .small-top .icon .iconfont {
  font-size: 26px;
  color: #ffffff;
}
.about .milestone .small-mile .small-top h3 {
  color: #ffffff;
  font-size: 36px;
  display: inline-block;
}
.about .milestone .small-mile .small-bottom {
  width: 85%;
  border-left: 1px solid #f0f0f0;
  margin: 82px 0 100px 36px;
  padding-left: 30px;
}
.about .milestone .small-mile .small-bottom .yellow {
  margin-top: 12px;
  color: #ffb300;
}
.about .milestone .small-mile .small-bottom .red {
  color: #fe4066;
}
.about .milestone .small-mile .small-bottom .blue {
  color: #009dff;
}
.about .milestone .small-mile .small-bottom .des {
  color: #fe4066;
  font-weight: 600;
  position: relative;
}
.about .milestone .small-mile .small-bottom .des:after {
  content: '';
  width: 2px;
  height: 110px;
  background-color: #ffffff;
  position: absolute;
  left: -51px;
  top: -59px;
}
.about .milestone .small-mile .small-bottom .space {
  margin-top: 12px;
}
.about .milestone .small-mile .small-bottom h5 {
  font-size: 24px;
  margin: 0;
  position: relative;
}
.about .milestone .small-mile .small-bottom h5:after {
  content: '';
  width: 24px;
  height: 24px;
  background-color: #fe4066;
  top: 2px;
  left: -43px;
  border-radius: 50%;
  position: absolute;
}
.about .milestone .small-mile .small-bottom h6 {
  font-size: 20px;
  margin: 0;
}
.about .milestone .small-mile .small-bottom .dot {
  margin: 100px 0 12px 0;
  position: relative;
}
.about .milestone .small-mile .small-bottom .dot:before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: -40px;
  z-index: 1;
}
.about .milestone .small-mile .small-bottom .year {
  margin-top: 50px;
}
.about .milestone .small-mile .small-bottom .time {
  font-size: 16px;
  margin-top: 68px;
  color: #8c8889;
  position: relative;
}
.about .milestone .small-mile .small-bottom .time:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fe4066;
  top: 0;
  left: -38px;
}
.about .milestone .small-mile .small-bottom p {
  font-size: 16px;
}
.about .milestone .small-mile .small-bottom p span {
  color: #8c8889;
}
.about .we {
  text-align: center;
}
.about .we h3 {
  font-size: 40px;
}
.about .we .box {
  border-left: 1px solid #f0f0f0;
  padding: 0 0 5px 31px;
}
.about .we .box .title {
  width: 50px;
  font-size: 24px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 80px;
  border-bottom: 3px solid #fe4066;
  color: #000;
}
.about .we .box .title span {
  font-size: 40px;
}
.about .we .box .first {
  font-size: 24px;
}
.about .we .box .red {
  color: #fe4066;
}
.about .we .box .yellow {
  color: #ffb300;
}
.about .we .box .blue {
  color: #009dff;
}
.about .we .box p {
  white-space: pre-line;
  font-size: 14px;
}
.about .we .box .yellow-line {
  border-bottom: 3px solid #ffb300;
}
.about .we .box .blue-line {
  border-bottom: 3px solid #009dff;
}
.about .we .swiper-container {
  text-align: left;
  padding-top: 100px;
}
.about .we .swiper-slide:nth-child(even) .box {
  margin-top: 85px;
}
.about .we .swiper-pagination-bullet-active {
  background: #fe4066;
}
.about .we .swiper-container-horizontal > .swiper-pagination-bullets {
  top: 2%;
}
.about .we .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 25px;
}
.about .we .join-us {
  width: 156px;
  height: 40px;
  line-height: 40px;
  background-color: #fe4066;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  display: block;
  margin: 72px auto 100px;
}
.about .we .join-us:hover {
  opacity: 0.8;
}
.about .touch {
  background-color: #f8f6f6;
  padding: 80px 0;
}
.about .touch .contact-box {
  background-color: #ffffff;
}
.about .touch .contact-box .contact-left {
  width: 50%;
  max-width: 644px;
  display: inline-block;
}
.about .touch .contact-box .contact-left img {
  width: 100%;
  min-width: 415px;
}
.about .touch .contact-box .contact-right {
  display: inline-block;
  vertical-align: top;
  margin: 5.5% 0 0 7%;
  padding-bottom: 40px;
}
.about .touch .contact-box .contact-right h5 {
  font-size: 40px;
  margin: 0;
}
.about .touch .contact-box .contact-right h6 {
  font-size: 20px;
  margin: 13px 0 50px 0;
  font-weight: 400;
}
.about .touch .contact-box .contact-right li {
  line-height: 30px;
}
.about .touch .contact-box .contact-right li img {
  vertical-align: text-bottom;
}
.about footer {
  background-color: #ffffff;
}
@media (max-width: 1208px) {
  .about .touch .contact-box .contact-right {
    margin-left: 4%;
    font-size: 14px;
  }
  .about .touch .contact-box .contact-right h5 {
    font-size: 38px;
  }
}
@media (max-width: 1103px) {
  .about .swiper-container .title {
    margin-bottom: 60px !important;
  }
  .about .intro h3 {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .about .intro .intro-left {
    width: 100%;
    text-align: center;
  }
  .about .intro .intro-center,
  .about .intro .intro-right {
    width: 50%;
  }
}
@media (max-width: 979px) {
  .about .touch .contact-box {
    background-color: transparent;
    text-align: center;
  }
  .about .touch .contact-box .contact-left {
    text-align: center;
    width: 100%;
  }
  .about .touch .contact-box .contact-left img {
    min-width: 200px;
  }
  .about .touch .contact-box .contact-right {
    margin: 30px auto 0;
    text-align: left;
  }
}
@media (max-width: 750px) {
  .about .milestone .bg {
    display: none;
  }
  .about .milestone .small-mile {
    display: block;
  }
}
@media (max-width: 650px) {
  .about .intro {
    margin-top: 10px;
  }
  .about .intro .intro-center,
  .about .intro .intro-right {
    width: 100%;
    padding: 0;
  }
  .about .intro .intro-center:after {
    width: 0;
  }
}
@media (max-width: 550px) {
  .about .small-mile .small-bottom {
    width: 75% !important;
  }
}
@media (max-width: 530px) {
  .about .we .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 6%;
  }
  .about .we .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .about .we .join-us {
    margin-top: 0;
  }
}
@media (max-width: 428px) {
  .about .intro h3 {
    font-size: 26px;
  }
  .about .milestone .small-mile .small-top h3 {
    font-size: 26px;
  }
  .about .milestone .small-mile .small-bottom .time {
    margin-top: 40px;
  }
  .about .touch {
    margin-top: 106px;
  }
  .about .touch .contact-box .contact-right {
    font-size: 12px;
    padding-bottom: 0;
  }
  .about .touch .contact-box .contact-right li img {
    width: 14px;
  }
  .about .touch .contact-box .contact-right h5 {
    font-size: 26px;
  }
  .about .we h3 {
    font-size: 26px;
  }
}
