.achievement-banner {
  position: relative;

  overflow: hidden;

  height: 200px;
  margin-top: -20px;
  margin-bottom: 20px;

  transition: .4s height;
}

.achievement-banner::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 50%;

  content: '';
  transition: .4s opacity;
  pointer-events: none;

  opacity: 1;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .75) 50%, rgba(255, 255, 255, 0) 100%);
}

.achievement-banner-hover {
  height: 800px;
}

.achievement-banner-hover::after {
  opacity: 0;
}

.achievement-banner img {
  position: absolute;
  top: 50%;
  left: 50%;

  margin-left: 0;

  transition: .4s margin-left;
  transform: translate(-50%, -50%);
}

.achievement-banner:hover img {
  transition: none;
}

.achievement-img-desc {
  position: relative;

  overflow: hidden;

  border-radius: 2px;
}

.achievement-img-desc .img {
  height: 380px;
}

.achievement-img-desc .img>img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.achievement-img-desc .desc {
  font-size: .7rem;
  line-height: 24px;

  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  padding: 20px;

  color: #fff;
  background-color: rgba(0, 0, 0, .65);
}

.achievement-item {
  height: 180px;
  padding-top: 26px;

  transition: .2s background-color;
  text-align: center;
  text-align: center;

  color: #e60012;
  border: 2px solid #e60012;
  border-radius: 2px;
  background-color: #fff;
}

.achievement-item:nth-child(1),
.achievement-item:nth-child(2) {
  margin-bottom: 20px;
}

.achievement-item:hover {
  color: #fff;
  background-color: #e60012;
}

.achievement-item>h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 80px;

  height: 80px;
  margin: 0;
}

.achievement-item>p {
  font-size: .7rem;

  margin: 0;

  opacity: .75;
}

.achievement-time-line .item-line-year {
  position: relative;

  padding: 40px 0;

  border-bottom: 1px solid #e7e7e7;
}

.achievement-time-line .item-line-year::before {
  position: absolute;
  top: 40px;
  left: 50px;
  bottom: -50px;
  z-index: 5;

  width: 2px;

  content: '';

  background-color: #e60012;
}

.achievement-time-line .item-line-year:last-child::before {
  display: none;
}

.achievement-time-line .item-line-year .year {
  position: relative;

  width: 100px;
  height: 100px;
}

.achievement-time-line .item-line-year .year>span {
  font-size: 1.2rem;
  line-height: 100px;

  position: relative;
  z-index: 3;

  display: block;

  width: 100px;
  height: 100px;

  text-align: center;

  color: #fff;
  border-radius: 50%;
  background-color: #e60012;
}

.achievement-time-line .item-line-year .year::before {
  position: absolute;
  top: 30px;
  right: -24px;
  z-index: 1;

  width: 0;
  height: 0;

  content: '';

  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e60012;
}

.achievement-time-line .item-line-year .year::after {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 2;

  width: 130px;
  height: 130px;

  content: '';

  border-radius: 50%;
  background-color: #fff;
}

.achievement-time-line .item-line-year:last-child {
  border-bottom: 0;
}

.achievement-time-line ul {
  padding: 30px 0 0;
}

.achievement-time-line ul>li {
  font-size: .75rem;
  line-height: 40px;

  color: #888;
}

.achievement-wall .swiper-container {
  width: 100%;
  height: 400px;
}

.achievement-wall .swiper-slide {
  font-size: 18px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  transition: .3s;
  transform: scale(.8);
  text-align: center;

  background: #fff;
}

.achievement-wall-content {
  position: relative;

  padding: 7px;

  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, .35);
}

.achievement-wall .swiper-slide img {
  width: 100%;
}

.achievement-wall .swiper-slide span {
  font-size: 14px;
  line-height: 18px;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  margin-top: 10px;
  padding: 5px 10px;

  transition: .3s opacity;

  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .65);
}

.achievement-wall .swiper-slide-active,
.achievement-wall .swiper-slide-duplicate-active {
  transform: scale(1);
}

.achievement-wall .swiper-slide-active span,
.achievement-wall .swiper-slide-duplicate-active span {
  opacity: 1;
}

.achievement-wall .swiper-pagination-bullet,
.achievement-wall .swiper-pagination-bullet-active {
  border-radius: 4px;
}

.achievement-wall .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, .5);
}

.achievement-wall .swiper-pagination-bullet-active {
  width: 20px;

  opacity: 1;
  background-color: #e60012;
}
<!--0.00026607513427734-->