


/* industry-leader */
.industry-leader .industry-leader-content {
  padding: .8rem 0;
  justify-content: space-between;
}

.industry-leader-text {
  max-width: 6rem;
  width: 100%;
  margin-right: .3rem;
}

.industry-leader-text .xian {
  width: 1.4rem;
  height: .03rem;
  display: block;
  margin: .14rem 0 .3rem;
  background: #009979;
}

.industry-leader-text .text p {
  margin-bottom: .3rem;
}

.industry-leader-text p span {
  color: #009979;
  font-family: 'Hind-Bold';
}

.industry-leader-text ul li {
  position: relative;
  padding-left: .4rem;
  margin-bottom: .1rem;
}

.industry-leader-text ul li:last-child {
  margin-bottom: 0;
}

.industry-leader-text .text ul li p {
  max-width: 5.45rem;
  width: 100%;
  margin-bottom: 0;
}

.industry-leader-text ul li::before {
  width: .22rem;
  height: .14rem;
  position: absolute;
  top: .05rem;
  left: 0;
  content: '';
  background: url(../image/icon_content_arrow.svg) no-repeat center;
}

.industry-leader-video {
  position: relative;
  height: fit-content;
}

.video-play-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play {
  cursor: pointer;
}

/*  view-history-container */
.view-history-container .content {
  align-items: center;
}

@keyframes shengzhangxian1 {
  0% {
    background: #fff;
    width: 0;
  }

  100% {
    width: 100%;
    background: #009979;
  }
}

@keyframes shengzhangxian2 {
  0% {
    background: #fff;
    width: 0;
  }

  100% {
    width: 100%;
    background: #009979;
  }
}

.view-history-container .content .xian1 {
  position: relative;
  height: .02rem;
  width: 100%;
  display: block;
}

.view-history-container .content .xian2 {
  position: relative;
  height: .02rem;
  width: 100%;
  display: block;
}

.view-history-container .content .xian1.active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .02rem;
  content: '';
  background: #009979;
  animation: shengzhangxian1 300ms;
}


.view-history-container .content .xian2.active::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: .02rem;
  content: '';
  background: #009979;
  animation: shengzhangxian2 300ms;
}


@keyframes shengzhangxian3 {
  0% {
    background: #fff;
    width: 0;
  }

  100% {
    width: 50%;
    background: #009979;
  }
}

@keyframes shengzhangxian4 {
  0% {
    background: #fff;
    width: 0;
  }

  100% {
    width: 50%;
    background: #009979;
  }
}


@keyframes bcolor {
  0% {
    background: #fff;
    width: 0;
  }

  100% {
    width: 100%;
    background: #009979;
  }
}

.view-history-container .view-history-btn a {
  position: relative;
  width: 360px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Hind-Bold';
  border: .01rem solid transparent;
  background: #fff;
}

.view-history-container .view-history-btn a:hover {
  background: #fff !important;
  border: 2px solid #009979;
  transition: all 0.4s;
  color: #009979;
}
 



.view-history-container .view-history-btn a.active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: '';
  animation: shengzhangxian3 300ms linear;
  animation-delay: 300ms;
}


.view-history-container .view-history-btn a.active::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  content: '';
  animation: shengzhangxian4 300ms linear;
  animation-delay: 300ms;
}


.view-history-container .view-history-btn a.color {
  animation-delay: 6s;
}



/* scroll number */
.scroll-number-conatiner {
  padding: .9rem 0;
}

.scroll-number-conatiner .content {
  align-items: center;
  justify-content: space-between;
}

.scroll-number-conatiner .content .item {
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.scroll-number-conatiner .content .item:first-child {
  justify-content: flex-start;
}


.scroll-number-conatiner .content .item:last-child {
  justify-content: flex-end;
}

.scroll-number-conatiner .content .item::after {
  position: absolute;
  top: .5rem;
  right: 0;
  width: .01rem;
  height: .48rem;
  content: '';
  background: #eee;
}

.scroll-number-conatiner .content .item:last-child::after {
  content: none;
}


.scroll-number-conatiner .scroll-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .3rem;
  border-radius: 50%;
  box-shadow: .04rem .04rem .1rem rgba(37, 141, 167, 0.15);
}

.scroll-number-conatiner .scroll-desc {
  font-family: 'Hind-Bold';
  color: #2d2d2d;

}

.scroll-number-conatiner .scroll-num {
  font-size: .64rem;
}

.scroll-number-conatiner .scroll-desc h5 {
  font-size: .16rem;
}


/* certificate */
.certificate {
  padding: 0.4rem 0 0.4rem;
  background: #f8fafb;
}

.certificate .title-part-div {
  align-items: center;
  justify-content: space-between;
}

.certificate-swiper-div {
  margin-top: .4rem;
  overflow: hidden;
}

.certificate-swiper {
  max-width: 15.8rem;
  width: 100%;
  margin: auto;
  padding-bottom: .63rem;
  overflow: initial;
}

.certificate-swiper .swiper-slide {
  height: auto;
}

.certificate-swiper .item {
  max-width: 3.2rem;
  width: 100%;
  padding: .45rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #edf1f2;
}

.certificate-swiper .item .img img {
  max-width: 2.28rem;
  max-height: 2.4rem;
}

.certificate-swiper .swiper-pagination {
  top: auto;
  bottom: 0;
  height: .03rem;
}

.certificate-swiper .swiper-pagination-progressbar {
  background: #eee;
}

.certificate-swiper .swiper-pagination-progressbar-fill {
  background: #2d2d2d;
}


/* team */
.team {
  padding: 0.5rem 0;
}

.team .item {
  margin-bottom: 0.02rem;
  align-items: center;
}

.team .item:last-child {
  margin-bottom: 0;
}

.team .item:nth-child(2n) {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.team .team-text-div {
 /* max-width: 7.3rem; */
  width: 100%;
  margin-right: 4.16665vw;
}

.team .item:nth-child(2n) .team-text-div {
  margin-left: 4.16665vw;
  margin-right: 0;
}

.team .team-potho-div {
  max-width: 7.7rem;
  width: 100%;
  border-radius: .2rem;
  overflow: hidden;
}

.team .team-text-div ul {
  max-width: 7.2rem;
  width: 100%;
}

.team .team-text-div ul li {
  position: relative;
  padding-left: 16px;
  margin-top: 20px;
}

.team .team-text-div ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: '';
  background: #009979;
}



/* application-cases */
.application-cases {
  position: relative;
}

.application-cases .case-bg {
  position: relative;
}

.application-cases .case-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.7;
  background: #1b677a;
}

.application-cases-content {
  position: relative;
  z-index: 5;
 /* margin-top: -20.70839vw; */

}

.application-cases-content .title {
  color: #fff;
  margin-bottom: .16rem;
}

.application-cases-content .view-all a {
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Hind-Medium';
}

.application-cases-content .view-all a img {
  width: 20px;
  margin-left: 10px;
  transition: all 0.4s;
}

.application-cases-content .view-all a:hover img {
  transform: translateX(.1rem);
  transition: all 0.4s;
}

.app-case-swiper {
  padding: .4rem 0 1rem;
}

.app-case-container .app-case-item {
  height: 2.8rem;
  padding: .5rem .5rem 0;
  text-align: center;
  background: #fff;
  box-shadow: .06rem .06rem .1rem #1b677a10;
}

.app-case-container .app-case-item.center-item {
  color: #fff;
  background: #009979;
}

.app-case-container .app-case-icon {
  margin: auto auto .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* responsibility */
.responsibility {
  padding: 1.15rem 0;
  background: url(../image/img_social_bg.jpg) no-repeat bottom right;
}



.responsibility-text-div {
  max-width: 7.2rem;
  width: 100%;
}

.responsibility .title {
  margin-bottom: .2rem;
}

.responsibility .text p {
  margin-bottom: .3rem;
}



@media (max-width: 1580px) {
  .certificate-swiper {
    padding-left: .3rem;
  }

  .certificate-swiper .swiper-pagination{
    left: .3rem;
  }

  .app-case-container .swiper-slide {
    height: auto;
  }

  .app-case-container .app-case-item {
    height: 100%;   
    padding-bottom: .5rem; 
  }
}

@media (max-width: 1279px) {
  .industry-leader .industry-leader-content {
    flex-direction: column;
  }

  .industry-leader-text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: .4rem;
  }

  .industry-leader-video > img {
    width: 100%;
  }

  .industry-leader-text .text ul li p {
    max-width: 100%;
  }

  .scroll-number-conatiner .scroll-num {
    font-size: .5rem;
  }

  .scroll-number-conatiner .scroll-icon {
    width: 1rem;
    height: 1rem;
  }

  .scroll-number-conatiner .content .item::after {
    top: .3rem;
  }

  .app-case-container .app-case-item {
    padding: .3rem;
  }
}

@media (max-width: 1023px) {

  .industry-leader .industry-leader-content {
    padding: .6rem 0;
  }

  .scroll-number-conatiner {
    padding: .7rem 0;
  }

  .scroll-number-conatiner .content .item {
    flex-direction: column;
  }

  .scroll-number-conatiner .scroll-num {
    font-size: .4rem;
  }

  .scroll-number-conatiner .scroll-icon {
    width: .8rem;
    height: .8rem;
    margin-right: 0;
  }

  .scroll-number-conatiner .content .item::after {
    top: .2rem;
  }

  .scroll-number-conatiner .scroll-num {
    justify-content: center;
  }

  .certificate {
    padding: .7rem 0 1rem;
  }

  .certificate .title-part-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .certificate  .cer-title-div {
    margin-bottom: .3rem;
  }

  .team {
    padding: .9rem 0; 
  }

  .team .item,
  .team .item:nth-child(2n) {
    flex-direction: column-reverse;
    margin-bottom: .8rem;
  }

  .team .item:last-child {
    margin-bottom: 0;
  }

  .team .team-text-div {
    max-width: 100%;
    margin-right: 0;
    margin-top: .4rem;
  }

  .team .item:nth-child(2n) .team-text-div {
    margin-left: 0;
  }
 
  .team .team-potho-div,
  .team .team-text-div ul {
    max-width: 100%;
  }

  .team .team-potho-div img {
    width: 100%;
  }

  .app-case-swiper {
    padding-bottom: 1rem;
  }

  .responsibility {
    padding-top: .5rem;
    background-size: contain;
  }  

  .app-case-content {
    margin-top: .4rem;
  }

  .app-case-content  .row > div {
    margin-bottom: .4rem;
  }

  .app-case-content .app-case-item{
    box-shadow: 0rem 0rem .1rem #1b677a10;
  }

}

@media (max-width: 767px) {
 

  .view-history-container .view-history-btn a {
    width: 240px;
  }

  .scroll-number-conatiner .scroll-num {
    font-size: .3rem;
  }

  .scroll-number-conatiner .scroll-icon {
    width: .6rem;
    height: .6rem;
  }

  .scroll-number-conatiner .scroll-icon img {
    width: .35rem;
  }

  .scroll-number-conatiner .scroll-desc h5 {
    font-size: 12px;
  }

  .scroll-number-conatiner .content .item::after {
    top: .04rem;
  }

  .industry-leader .industry-leader-content,
  .scroll-number-conatiner,
  .certificate {
    padding: 40px 0;
  }

  .certificate-swiper {
    padding-left: 15px;
    padding-bottom: .43rem;
  }

  .certificate-swiper .swiper-pagination {
    left: 15px;
    width: calc(100% - 15px);
  }

  .certificate-swiper .item {
    padding: 30px 15px;
    max-width: 320px;
  }

  .certificate-swiper .item .img img {
    max-width: 100%;
    max-height: initial;
  }

  .team {
    padding: .5rem 0;
  }

  .team .item {
    margin-bottom: .4rem;
  }

  .team .item:last-child {
    margin-bottom: 0;
  }

  .application-cases-content {
    margin-top: -230px;
  }

  .application-cases .case-bg {
    height: 300px;
  }

  .application-cases .case-bg img {
    object-fit: cover;
    height: 100%;
  }

  .app-case-swiper {
    padding: 0 0 .5rem;
    margin-top: .8rem;
  }

  .app-case-container .app-case-item {
    padding: .2rem .15rem;
    box-shadow: 0rem 0rem .1rem #1b677a20;
  }

  .responsibility {
    padding: .3rem 0 1.2rem;
    background-size: contain !important;
  }

  .app-case-container .app-case-item {
    display: flex;
    text-align: left;
    padding: .3rem .15rem;
  }

  .app-case-container .app-case-icon {
    flex-shrink: 0;
    margin: 0  .2rem 0 0;
    display: block;
  }
}