.common-page-container .common-page-main-container {
  min-height: 300px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
}
.common-page-container .common-page-main-container h1 {
  font-size: 32px;
  color: #2c7ad9;
  text-align: center;
  margin-bottom: 20px;
}
.common-page-container .common-page-main-container pre {
  font-size: 16px;
  color: #000000;
}

.services {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin-bottom: 40px;
}
.services img {
  object-fit: cover;
}
.services ul {
  display: flex;
}
.services ul li {
  width: 330px;
  background: #fff;
  text-align: center;
  padding: 18px 0 0;
}
.services ul li:not(:last-child) {
  margin-right: 15px;
}
.services ul li p {
  font-size: 18px;
  color: lightslategrey;
  margin: 10px 0;
}

.advantage {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
.advantage img {
  object-fit: cover;
}
.advantage > ul > li {
  display: flex;
  margin-bottom: 18px;
}
.advantage > ul > li .pic {
  margin-right: 15px;
}
.advantage > ul > li .desc {
  max-width: 655px;
  padding: 18px 24px;
  background: #fff;
  flex: 1;
}
.advantage > ul > li .desc h2 {
  font-size: 20px;
  color: #2c7ad9;
  margin-bottom: 15px;
}
.advantage > ul > li .desc > ul {
  margin-left: 20px;
}
.advantage > ul > li .desc > ul > li {
  list-style: disc;
  font-size: 16px;
  color: lightslategrey;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  color: #357dd7;
  text-align: center;
  font-weight: normal;
  margin: 20px 0;
}

.years-wraper {
  width: 880px;
  position: relative;
  margin: 0 auto 20px;
  position: relative;
}
.years-wraper a {
  font-size: 60px;
  color: #b6b6b6;
  text-decoration: none;
  position: absolute;
  top: 280px;
  transform: translate(0, -50%);
}
.years-wraper a.prevHandle {
  left: -120px;
}
.years-wraper a.nextHandle {
  right: -120px;
}

.years-overflow {
  width: 880px;
  overflow: hidden;
}

.years {
  display: flex;
  align-items: center;
  transition: 0.3s;
  transform: translate(0, 0);
}
.years li {
  text-align: center;
  flex: none;
  color: #e5e5e7;
  font-size: 26px;
  user-select: none;
  padding: 0 8px;
}
.years li.cur {
  font-size: 36px;
  color: #357dd7;
}
.years li.sibling {
  color: #c2c2c3;
}
.years li.sibling2 {
  font-size: 36px;
}

.pics-wraper {
  width: 660px;
  overflow: hidden;
  margin: 0 auto 30px;
}
.pics-wraper .pics {
  display: flex;
  margin-left: -200px;
  transition: 0.3s;
}
.pics-wraper .pics li {
  width: 100px;
  position: relative;
  user-select: none;
}
.pics-wraper .pics li img {
  max-width: initial;
  transform: scale(0.3);
  opacity: 0;
  transition: 0.3s;
}
.pics-wraper .pics li.cur {
  z-index: 20;
}
.pics-wraper .pics li.cur img {
  transform: scale(1);
  opacity: 1;
}
.pics-wraper .pics li.sibling {
  z-index: 10;
}
.pics-wraper .pics li.sibling img {
  transform: scale(0.8);
  opacity: 0.8;
}
.pics-wraper .pics li.sibling2 {
  z-index: 5;
}
.pics-wraper .pics li.sibling2 img {
  transform: scale(0.6);
  opacity: 0.6;
}

.desc-wraper {
  width: 1024px;
  margin: 0 auto 50px;
  text-align: center;
}
.desc-wraper li {
  display: none;
}
.desc-wraper li .time {
  font-size: 28px;
  color: #357dd7;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.desc-wraper li .time::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #357dd7;
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translate(-50%, 0);
}
.desc-wraper li .time::after {
  content: "";
  height: 2px;
  background: linear-gradient(90deg, hsla(0deg, 0%, 56%, 0), #8e8e8e, hsla(0deg, 0%, 56%, 0));
  display: block;
}
.desc-wraper li.cur {
  display: block;
}
.desc-wraper li .desc {
  padding: 24px 38px;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  background: #fff;
  text-align: center;
  color: lightslategrey;
}

.partners {
  width: 1024px;
  margin: 0 auto 50px;
}