.us-team {
  position: relative;
  z-index: 5;
}
.us-team-title {
  margin-bottom: 29px;
}
.us-team-hide {
  overflow: hidden;
}
.us-team-hide strong {
  display: block;
  color: #000000;
  font-size: 55px;
  line-height: 1;
  margin: 0 0 7px 0;
}
.us-team-item {
  width: 390px;
  float: left;
}
.us-team-item p {
  margin: 0 0 0 0 !important;
  color: #999999;
  font-size: 1.4rem;
  line-height: 18px;
}
.us-team-item1 {
  width: 388px;
  margin-left: 58px;
}
.us-team a {
  text-decoration: none;
}
.us-team-item.info > p {
  margin-top: 8px;
}
.us-team-item1 {
  margin-left: 79px;
  /* margin-top: 9px; */
  letter-spacing: -0.5px;
}
.us-team-item1 > p {
  line-height: 1;
  color: #333;
  margin-bottom: 5px;
  font-weight: 100;
}
.us-team-item1 > p strong {
  margin-top: 20px;
  display: block;
  color: #333;
  letter-spacing: 0.8px;
}
/* .us-team-title .us-team-hide strong,.serves-title.article-block .serves-hide strong,.dynamic-title.article-block .dynamic-hide span,.probanner-text.article-block .dynamic-hide span,.serves-titles.article-block .dynamic-hide span,.servedtt.article-block .dynamic-hide span,.serves-top-tt.article-block .dynamic-hide span,.about-tops.article-block .prohide .dynamic-hide span,.serves-top-tt.article-block .dynamic-hide span,.article-block.fadetop .dynamic-hide span{ visibility: hidden; transform: translateY(100%); transition: 0.46s 0.2s;}
.active-page2 .us-team-title .us-team-hide strong,.serves-title.articleShow .serves-hide strong,.dynamic-title.articleShow .dynamic-hide span,.probanner-text.articleShow .dynamic-hide span,.serves-titles.articleShow .dynamic-hide span,.servedtt.articleShow .dynamic-hide span,.serves-top-tt.articleShow .dynamic-hide span,.about-tops.articleShow .prohide .dynamic-hide span,.serves-top-tt.articleShow .dynamic-hide span,.articleShow.fadetop .dynamic-hide span{ opacity: 1; visibility: visible; transform: translateY(0px);}
.active-page2 .us-team-title .us-team-hide:nth-child(2) strong,.serves-title.articleShow .serves-hide:nth-child(2) strong,.dynamic-title.article-block .dynamic-hide:nth-child(2) span,.probanner-text.articleShow .dynamic-hide:nth-child(2) span,.serves-titles.articleShow .dynamic-hide:nth-child(2) span,.servedtt.articleShow .dynamic-hide:nth-child(2) span,.serves-top-tt.articleShow .dynamic-hide:nth-child(2) span,.about-tops.articleShow .prohide .dynamic-hide:nth-child(2) span,.about-tops.articleShow .prohide .dynamic-hide span,.serves-top-tt.articleShow .dynamic-hide:nth-child(2) span,.articleShow.fadetop .dynamic-hide:nth-child(2) span{ transition-delay: 0.4s;}
.active-page2 .us-team-title .us-team-hide:nth-child(3) strong,.serves-titles.articleShow .dynamic-hide:nth-child(3) span,.servedtt.articleShow .dynamic-hide:nth-child(3) span{ transition-delay: 0.6s;} */
/* .article-block.fade{ opacity: 0; visibility: hidden; transform: translateY(100px); transition: 0.65s 0.15s;}
.us-team .us-team-item,.aboutmores{ opacity: 0; visibility: hidden; transform: translateY(100px); transition: 0.65s 0.4s;}
.articleShow.fade,.active-page2 .us-team-item,.active-page2 .aboutmores{ opacity: 1; visibility: visible; transform: translateY(0px);}
.article-block.delay1.fade{ transition-delay: 0.35s;}
.active-page2 .us-team-item.delay1{ transition-delay: 0.55s;}
.article-block.delay2.fade{ transition-delay: 0.55s;} */
.about {
  padding: 106px 50px 0 50px;
  position: relative;
  z-index: 5;
  display: flex;
  background-size: 100%;
  overflow: hidden;
}
.about * {
  background-color: transparent;
}
.about .us-team {
  float: left;
  width: 58.2%;
}
.about .us-team p {
  color: #333;
  line-height: 1.5;
}
.about .us-team .p1,
.about .us-team .p2 {
  font-size: 2rem;
}
.about .position {
  width: 41.8%;
  float: left;
  display: flex;
  overflow: hidden;
}
.about .position .item {
  flex: 1;
  position: relative;
}
.about .position .item ul {
  margin-bottom: 50px;
}
.about .position .item ul .th {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 34px;
}
.about .position .item ul .td {
  font-size: 1.7rem;
  line-height: 1.7;
}
.about .position .item .aboutmores {
  position: absolute;
  bottom: 0;
}
@media all and (max-width: 1450px) {
  .about .us-team {
    width: 60%;
  }
  .about .us-team .us-team-hide strong {
    font-size: 4rem;
  }
  .about .us-team .us-team-item {
    width: 70%;
    margin-left: 0;
  }
  .about .us-team .us-team-item1 {
    margin-top: 30px;
  }
  .about .position {
    width: 40%;
  }
  .about .position .item ul .th {
    font-size: 2rem;
  }
  .about .position .item ul .td {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 769px) {
  .about {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
  .about .us-team {
    width: 100%;
    padding: 30px 0;
  }
  .about .us-team .us-team-item {
    width: 100%;
    margin-left: 0;
  }
  .about .position {
    width: 100%;
  }
  .about .position .item {
    width: 100%;
  }
  .about .position .item ul .th {
    font-size: 1.3rem;
  }
  .about .position .item ul .td {
    font-size: 1.3rem;
  }
  .about .position .item .aboutmores {
    position: absolute;
    bottom: 0;
  }
  .about .position .item .aboutmores a {
    font-size: 1.3rem;
  }
}
.about .more,
.news .more {
  position: relative;
  display: inline-block;
  margin-top: 98px;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-bottom: 13px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  transition: 0.45s;
}
.about .more.fadeOut,
.news .more.fadeOut {
  opacity: 0;
  visibility: hidden;
}
.about .more:before,
.news .more:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: #333;
  width: 0;
  height: 1px;
  transition: 0.42s cubic-bezier(0.77, 0, 0.175, 1);
}
.about .more:hover:before,
.news .more:hover:before {
  width: 100%;
  right: 0;
  left: 0;
}
.about a:hover,
.news a:hover {
  text-decoration: none;
}
