.page-m {
  padding: 60px 0;
  min-height: 500px;
  color: #ffffff;
  background: #0F1932;
}
@media (max-width: 768px) {
  .page-m {
    padding: 20px 0;
  }
}
.page-m-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-m-heading {
    margin-bottom: 20px;
  }
}
.page-m-subtitle {
  font-size: 24px;
}
.page-m-subtitle span {
  color: #006ac8;
}
.page-m-title {
  font-size: 34px;
}
.page-m-body {
  line-height: 2;
}
.about-company {
  min-height: 556px;
  background: #1B2640 url(http://www.easttrans.cn/Public/Frontend/images/about-info-bg.png) 0 bottom no-repeat;
}
.about-company .page-m-body {
  font-size: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
/*  */
.about-course-item {
  max-width: 213px;
}
.about-course-item .text-block {
  line-height: 1.6;
}
/*  */
.about-property .swiper-pagination{left: 0;right: 0;bottom: 10px;}


.about-property {
  padding-bottom: 0;
}
.about-property .swiper-container {
  padding-bottom: 40px;
}
.about-property .swiper-container .swiper-pagination-bullet {
  background: #FFF;
}
.about-property-item {
  text-align: center;
}
#swiper2 img {
  width: 100%;
  padding: 6px;
}
#swiper2 #thumbs {
  padding: 0 50px;
  margin-top: 50px;
}
#swiper2 #thumbs .swiper-slide {
  opacity: 0.3;
}
#swiper2 #thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#swiper22 img {
    width: 100%;
        padding: 6px;
  }

  #gallery2 {
    // width: 1200px;
  }

  #thumbs2 {
    padding: 0 50px;
    margin-top: 50px;
    .swiper-wrapper{
    }
  }

  #thumbs2 .swiper-slide {
    opacity: 0.3;
  }

  #thumbs2 .swiper-slide-thumb-active {
    opacity: 1;
  }

/*  */
.about-history {
  background: url(http://www.easttrans.cn/Public/Frontend/images/about-course-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
/*  */
.timeline .swiper-container {
  height: 100%;
}
.timeline .swiper-wrapper {
  padding-bottom: 100px;
  min-height: 360px;
}
@media (max-width: 768px) {
  .timeline .swiper-slide-content h2,
  .timeline .swiper-slide-content h3,
  .timeline .swiper-slide-content h5 {
    font-size: 1.1em;
  }
}
.timeline .swiper-pagination {
  display: flex;
  left: 50px;
  right: 50px;
  width: auto;
}
@media (max-width: 768px) {
  .timeline .swiper-pagination {
    left: 35px;
    right: 35px;
  }
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  top: auto;
  bottom: 46px;
  background: url(http://www.easttrans.cn/Public/Frontend/images/about-history-left.png) 0 0 no-repeat;
  background-size: cover !important;
  width: 42px;
}
@media (max-width: 768px) {
  .timeline .swiper-button-next,
  .timeline .swiper-button-prev {
    bottom: 32px;
    height: 26px;
    width: 26px;
  }
}
.timeline .swiper-button-next::after,
.timeline .swiper-button-prev::after,
.timeline .swiper-button-next::after,
.timeline .swiper-button-prev::after {
  display: none;
}
.timeline .swiper-button-next {
  transform: rotate(180deg);
}
.timeline .swiper-pagination-bullet {
  font-size: 18px;
  opacity: 0.6;
  padding: 0;
  margin: 0 !important;
  background: none;
  border-top: 3px solid #FFF;
  flex: 1;
  border-radius: 0;
  padding: 20px 0 0;
  width: auto;
  height: auto;
  position: relative;
}
@media (max-width: 768px) {
  .timeline .swiper-pagination-bullet {
    font-size: 12px;
    padding: 10px 0 0;
  }
}
.timeline .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  border-radius: 100px;
  left: 46%;
  top: -10px;
  width: 18px;
  height: 18px;
  background-color: #FFF;
}
.timeline .swiper-pagination-bullet-active {
  opacity: 1;
}
/*# sourceMappingURL=about.less.map */