.spite {
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(../../img/sprite.png);
}
.fadeIn {
  animation: fadeIn 1.2s linear 1 alternate forwards;
}
.tipsLeft {
  animation: tipsLeft 1.2s linear 1 alternate forwards;
}
.tipsRight {
  animation: tipsRight 1.2s linear 1 alternate forwards;
}
@keyframes fadeIn {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tipsLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tipsRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.banner {
  display: flex;
  height: 430px;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 20px;
  flex-direction: column;
  background: url(../../img/about/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-title {
  font-size: 36px;
}
.banner-item {
  font-size: 17.859px;
  margin-top: 20px;
}
.article {
  width: var(--page-width);
  margin: 0 auto;
  padding: 60px 0 90px 0;
}
.article-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.article-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-box_content {
  width: 50%;
}
.article-box_content .article-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.article-box_content .article-detail {
  font-size: 16px;
  margin-top: 30px;
  line-height: 28px;
  font-weight: 600;
}
.article-box .article-img-one,
.article-box .article-img-three {
  width: 461px;
  height: 463px;
}
.article-box .article-img-two {
  width: 452px;
  height: 452px;
}
.article-box:nth-child(odd) {
  flex-direction: row-reverse;
}
.banner2 {
  height: 380px;
  text-align: center;
  background: url(../../img/about/banner2-bg.png) no-repeat center;
}
.banner2 .banner-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.banner2 .banner-item {
  font-size: 15.875px;
  margin-top: 10px;
  width: 765.18px;
  line-height: 1.5;
  font-weight: 600;
}
.history {
  padding: 100px 0;
}
.history-title {
  text-align: center;
  font-size: 24px;
}
.history-steps {
  width: var(--page-width);
  margin: 60px auto 0 auto;
  position: relative;
}
.history-steps_item .steps-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  min-height: 220px;
  padding-top: 10px;
}
.history-steps_item .steps-item_img {
  width: 271px;
  height: 256px;
}
.history-steps_item .steps-item .steps-long {
  width: 410px;
  height: 258px;
}
.history-steps_item .steps-item_img:nth-child(2) {
  display: none;
}
.history-steps_item .steps-item_info .info-year {
  font-size: 36px;
}
.history-steps_item .steps-item_info .info-text {
  font-size: 16px;
  width: 396px;
  font-weight: 600;
  line-height: 1.5;
}
.history-steps_item .reverse {
  flex-direction: row-reverse;
}
.history-steps_item .reverse .info-year {
  text-align: right;
}
.history-steps_item .reverse .info-text {
  text-align: right;
}
.history-steps_item .reverse .info-text span:nth-child(1) {
  display: none;
}
.history-steps_item .steps-item::after,
.history-steps_item .steps-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  margin: auto;
}
.history-steps_item .steps-item::after {
  width: 1px;
  border-left: 2px dashed #DCDDDD;
}
.history-steps_item .steps-item::before {
  width: 14.59px;
  height: 14.63px;
  border-radius: 50%;
  background: url(../../img/about/blue-cirle.svg.png) 100% 100%;
  background-size: cover;
  z-index: 22;
}
.history-steps::before {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  content: '';
  margin: auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url(../../img/about/blue-cirle.svg.png);
  z-index: 22;
}
.history .history-steps_item:last-child .steps-item:last-child::after {
  height: 130px;
  top: -139px;
}
.achievements-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 45px;
}
.achievements-box {
  width: var(--page-width);
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  font-weight: 600;
}
.achievements-box_item {
  display: flex;
  align-items: center;
}
.achievements-box_item .item-icon {
  margin-right: 30px;
  width: 50px;
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(../../img/sprite.png);
}
.achievements-box_item .item-info_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.achievements-box_item .item-info_desc {
  font-size: 14px;
}
.achievements-box_item:nth-child(1) .item-icon {
  width: 64.83px;
  height: 80.8px;
  background-position: -59px -449px;
}
.achievements-box_item:nth-child(2) .item-icon {
  background-position: -150px -451px;
  width: 47.5px;
  height: 80.8px;
}
.achievements-box_item:nth-child(3) .item-icon {
  width: 83.11px;
  height: 80.8px;
  background-position: -220px -449px;
}
.goals {
  text-align: center;
  margin-top: 100px;
  padding: 0 0 100px 0;
}
.goals-title {
  font-size: 24px;
}
.goals-content {
  font-size: 16px;
  width: 553px;
  margin: 25px auto 0 auto;
  line-height: 1.5;
  font-weight: 600;
}
.testimonials {
  text-align: center;
  color: #fff;
  padding: 100px 0;
  background: url(../../img/about/banner2-bg.png) no-repeat no-repeat center;
  background-size: cover;
}
.testimonials-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.testimonials-swiper {
  width: var(--page-width);
}
.testimonials-swiper-wrapper .testimonials-slide .head {
  width: 74px;
  height: 74px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.testimonials-swiper-wrapper .testimonials-slide .wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: -3px;
  left: -3px;
}
.testimonials-swiper-wrapper .testimonials-slide .circle-wrap {
  width: 40px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.testimonials-swiper-wrapper .testimonials-slide .warp-all {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transition-timing-function: linear;
}
.testimonials-swiper-wrapper .testimonials-slide .left {
  left: 0;
  border-bottom: 1px solid #2ea7e0;
  border-left: 1px solid #2ea7e0;
  transform: rotate(-135deg);
  animation-name: left;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
.testimonials-swiper-wrapper .testimonials-slide .right {
  right: 0;
  border-top: 1px solid #2ea7e0;
  border-right: 1px solid #2ea7e0;
  transform: rotate(-135deg);
  transition-duration: 7s;
  animation-name: right;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
@keyframes right {
  0% {
    transform: rotate(-135deg);
  }
  50%,
  100% {
    transform: rotate(45deg);
  }
}
@keyframes left {
  0%,
  50% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.testimonials-swiper-wrapper .testimonials-slide .info {
  font-size: 16px;
  margin: 20px auto 60px auto;
  line-height: 25.6px;
  padding: 0 135px;
}
.testimonials .testimonials-prev-btn,
.testimonials .testimonials-next-btn {
  position: absolute;
  top: 34%;
  right: 0;
  z-index: 99999;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .testimonials-next-btn {
  transform: rotate(180deg);
}
.testimonials .testimonials-prev-btn {
  left: 0;
}
.touch {
  text-align: center;
  padding: 60px 0 125px 0;
}
.touch-title {
  font-size: 24px;
  margin-bottom: 60px;
}
.touch-box {
  display: flex;
  width: var(--page-width);
  margin: 0 auto;
  justify-content: space-between;
}
.touch-box_item {
  width: 186.95px;
  color: #7A7A7A;
  font-weight: 600;
}
.touch-box_item .item-icon {
  margin: 0 auto;
  background-size: 1099px 1263px;
  background-repeat: no-repeat;
  background-image: url(../../img/sprite.png);
}
.touch-box_item .item-title {
  margin: 15px 0;
}
.touch-box_item .item-desc {
  line-height: 1.5;
}
.touch-box_item:nth-child(1) .item-icon {
  width: 61px;
  height: 54px;
  background-position: -56px -568px;
}
.touch-box_item:nth-child(2) .item-icon {
  background-position: -146px -561px;
  width: 61px;
  height: 54px;
}
.touch-box_item:nth-child(3) .item-icon {
  background-position: -233px -562px;
  width: 61px;
  height: 54px;
}
@media screen and (max-width: 768px) {
  .banner {
    height: 330px;
  }
  .banner-title {
    font-size: 24px;
  }
  .banner-item {
    font-size: 14px;
  }
  .article {
    width: auto;
    padding: 40px 20px;
  }
  .article-title {
    font-size: 18px;
    padding: 0 var(--page-padding-x);
  }
  .article-box {
    flex-direction: column;
    text-align: center;
    margin-bottom: 60px;
  }
  .article-box .article-box_head {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .article-box_content {
    width: 100%;
  }
  .article-box_content .article-text {
    font-size: 18px;
  }
  .article-box_content .article-detail {
    font-size: 12px;
    line-height: 1.5;
  }
  .article-box:nth-child(odd) {
    flex-direction: column;
  }
  .banner2 {
    height: 406px;
    padding: 0 30px;
  }
  .banner2 .banner-title {
    font-size: 18px;
    text-align: center;
  }
  .banner2 .banner-item {
    font-size: 12px;
    margin-top: 10px;
    width: auto;
    line-height: 1.8;
  }
  .history-steps {
    width: 70%;
  }
  .history-steps_item .steps-item {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-left: 40px;
  }
  .history-steps_item .steps-item_img {
    margin-left: -30px;
    width: 187px;
    height: 178px;
  }
  .history-steps_item .steps-item .steps-long {
    width: 278px;
    height: 178px;
  }
  .history-steps_item .steps-item_img:nth-child(1) {
    display: none;
  }
  .history-steps_item .steps-item_img:nth-child(2) {
    display: unset;
  }
  .history-steps_item .steps-item_info {
    width: 278px;
  }
  .history-steps_item .steps-item_info .info-text {
    width: auto;
  }
  .history-steps_item .reverse {
    flex-direction: column;
  }
  .history-steps_item .reverse .info-year {
    text-align: left;
  }
  .history-steps_item .reverse .info-text {
    text-align: left;
  }
  .history-steps_item .reverse .info-text span:nth-child(1) {
    display: unset;
  }
  .history-steps_item .reverse .info-text span:nth-child(3) {
    display: none;
  }
  .history-steps_item .steps-item::after {
    left: 0;
    right: unset;
  }
  .history-steps_item .steps-item::before {
    left: -7px;
    right: unset;
    top: 90px;
    bottom: unset;
  }
  .history-steps_item .steps-item:nth-child(5)::after,
  .history-steps_item .steps-item:nth-child(5)::before {
    display: none;
  }
  .history-steps_item:not(.history-steps_item:nth-child(1)) .steps-item:nth-child(2) {
    display: none;
  }
  /*.history-steps_item:nth-child(1) .steps-item:nth-child(4) {*/
  /*  display: none;*/
  /*}*/
  .history-steps_item:nth-child(1) .steps-item:nth-child(1) {
    padding-top: 100px;
  }
  .history-steps_item:nth-child(1) .steps-item:nth-child(1)::before {
    top: 180px;
  }
  .history-steps::before {
    left: -17px;
    right: unset;
  }
  .history .history-steps_item:last-child .steps-item:last-child::after {
    height: 103px;
    top: -202px;
  }
  .achievements-title {
    font-size: 18px;
  }
  .achievements-box {
    flex-direction: column;
    width: auto;
  }
  .achievements-box_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
  }
  .achievements-box_item .item-icon {
    margin-right: 30px;
  }
  .achievements-box_item .item-info {
    width: 180px;
    text-align: center;
  }
  .achievements-box_item .item-info_title {
    font-size: 18px;
  }
  .achievements-box_item .item-info_desc {
    font-size: 14px;
  }
  .goals {
    text-align: center;
    margin-top: 50px;
    padding: 0 var(--page-padding-x) 80px var(--page-padding-x);
  }
  .goals-title {
    font-size: 18px;
  }
  .goals-content {
    width: auto;
    margin: 25px auto 0 auto;
  }
  .testimonials {
    padding: 60px 0;
  }
  .testimonials-swiper {
    width: 100%;
  }
  .testimonials-swiper .testimonials-slide {
    padding: unset;
  }
  .testimonials-swiper .testimonials-slide .info {
    padding: 0 64px;
  }
  .testimonials .testimonials-prev-btn,
  .testimonials .testimonials-next-btn {
    top: 44%;
  }
  .touch-box {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .touch-box_item {
    box-shadow: 4px 4px 20px 0px #0000001A;
    width: 80%;
    padding: 50px 0;
    margin-bottom: 40px;
  }
  .touch-box_item .item-desc {
    width: 60%;
    margin: 0 auto;
  }
}
