.potho-text-container .content {
  align-items: center;
}

.potho-text-container .potho-div {
  /* flex-shrink: 0; */
  margin-right: 80px;
}

.potho-text-container .text-div {
  max-width: 620px;
  width: 100%;
  color: #666;
}

.potho-text-container .text-div .about-title {
  line-height: 1.4;
  color: #202020;
  font-size: 32px;
  margin-bottom: 20px;
  font-family: 'TitilliumWeb-Bold';
}

.potho-text-container .text-div p {
  margin-bottom: 30px;
}

.potho-text-container .text-div .standard-btn {
  margin-top: 50px;
}

/* 滚动数字 */
.scorll-number-container {
  margin: 100px 0 10px;
  padding: 115px 0 85px;
  background: #f5f5f5;
}

.scorll-number-container .content {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.scorll-number-container .content .item {
  flex: 1;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

.scroll-icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 40px;
  flex-shrink: 0;
  background-color: #fff;
}

.scroll-num-div {
  color: #1B9F43;
  font-size: 64px;
  font-family: 'TitilliumWeb-Bold';
}

.scroll-text {
  color: #666;
  font-size: 16px;
  margin-top: 10px;
  font-family: 'DINPro-Medium';
}


.wish-container .content {
  height: 480px;
  color: #fff;
  justify-content: space-between;
}

.wish-container .title {
  color: #fff;
}

.wish-container .vision {
  position: relative;
  width: 50%;
  height: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #08234B;
}

.wish-container .vision:hover .vision-content {
  z-index: 3;
}

.wish-content {
  position: relative;
  max-width: 635px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision .xian {
  width: 80px;
  height: 3px;
  margin: 30px 0;
  background: linear-gradient(to right, #74BF1D, #1B9F43);
}

.wish-container p {
  font-size: 24px;
}

.value-mission {
  width: 50%;
  overflow: hidden;
}

.value-mission .item {
  position: relative;
  height: 236px;
  background: #02070f;
}

.value-mission .title {
  margin-bottom: 20px;
}


.value-mission .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 955px;
  opacity: 0.15;
}

.value-mission .bg .img {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 24.8%;
  transition: all 0.3s;
}

.value-mission .bg .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 0.3s;
}

.value-mission .value {
  margin-bottom: 10px;
}

.wish-container .vision::before,
.value-mission .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  transition: all 0.5s;
  background: linear-gradient(to left, #08234B, #1B9F43);
}


.wish-container .vision::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url(/lib/images/about/img_vision_vi.png) no-repeat top right;
}

.value-mission .item::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: none;
  transition: all 0.4s;
  background: url(/lib/images/solutions/img_sol_hover.png) no-repeat top right;
}

.wish-container .vision:hover::before {
  width: 100%;
  transition: all 0.5s;
}

.value-mission .item:hover::before {
  width: 100%;
  transition: all 0.5s;
}

.value-mission .item:hover::after {
  display: block;
  transition: all 0.4s;
}


.quality-details {
  padding: 100px 0 60px;
}

.quality-details .row {
  margin: 0 -20px;
}

.quality-details .row>div {
  padding: 0 20px;
}

.quality-details .title {
  text-align: center;
  margin-bottom: 50px;
}

.quality-details-item {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.quality-details-img {
  max-width: 365px;
  width: 100%;
}

.quality-details-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.quality-details-desc h4 {
  margin: 20px 0 10px;
  color: #202020;
  font-size: 24px;
  font-family: 'TitilliumWeb-SemiBold';
}

.certificate-partner-container {
  padding: 100px 0;
  background: #f5f5f5;
}

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

.certificate-partner-container .title-part-div .title {
  margin-bottom: 20px;
}

.tab-bar-item {
  position: relative;
  /* margin-left: 40px; */
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.tab-bar-item.active {
  color: #202020;
}


.tab-bar-item::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: transparent;
}

.tab-bar-item.active::after {
  /* background: #1B9F43; */
}

.pro-submenu-content .left {
  background: #f5f5f5;
}

.certificate-partner-container .tab-bar-item {
  margin-left: 40px;
}

.certificate-partner-container .tab-bar-item.active::after {
  background: #1B9F43;
}


.tab-content-body {
  margin-top: 50px;
  overflow: hidden;
}

.tab-bar-content {
  overflow: hidden;
}

.cer_partber__swiper-container {
  max-width: 1580px;
  width: 100%;
  overflow: initial;
  padding-bottom: 50px;
}

.tab-bar-content {
  display: none;
}

.tab-bar-content.active {
  display: block;
}

.cer_partber__swiper-container .item,
.certificate-partner-swiper-div .item {
  height: 330px;
  display: flex;
  align-items: center;
  background: #eee;
}

.cer_partber__swiper-container .img {
  width: 180px;
  height: 240px;
  margin: auto;
  overflow: hidden;
}

.cer_partber__swiper-container .img img {
  width: 100%;
  height: 100%;
}

.cer_partber__swiper-container .swiper-pagination {
  bottom: 0 !important;
  top: auto;
  height: 3px;
  background: #e5e5e5;
}

.swiper-pagination-progressbar-fill {
  background: #1B9F43 !important;
}

.quality-details .swiper-pagination {
  top: auto;
  bottom: 0;
}




@media (max-width: 1279px) {
  .wish-content {
    padding: 0 30px;
  }

  .quality-details .row {
    margin: 0 -15px;
  }

  .quality-details .row>div {
    padding: 0 15px;
  }

  .tab-content-body {
    padding: 0 30px;
  }
}

@media (max-width: 1100px) {


  .potho-text-container .content {
    flex-direction: column;
  }

  .potho-text-container .potho-div {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .potho-text-container .text-div {
    max-width: 100%;
  }

}

@media (max-width: 1023px) {
  .quality-details-img {
    max-width: 100%;
  }

  .wish-container p {
    font-size: 20px;
  }

  .scorll-number-container {
    margin: 70px 0 10px;
    padding: 70px 0 40px;
  }

  .value-mission .bg {
    top: auto;
    bottom: 0;
  }

  .quality-details {
    padding: 70px 0 30px;
  }

  .certificate-partner-container {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .potho-text-container .potho-div img {
    margin: auto;
  }

  .scorll-number-container {
    margin: 40px 0 10px;
    padding: 40px 0 10px;
  }

  .quality-details {
    padding: 40px 0 0;
  }

  .quality-details .title {
    margin-bottom: 40px;
  }

  .certificate-partner-container {
    padding: 40px 0;
    margin-top: 40px;
  }

  .potho-text-container .text-div .about-title {
    font-size: 28px;
  }

  .scroll-num-div {
    font-size: 36px;
  }

  .potho-text-container .text-div .standard-btn a {
    width: 100%;
  }

  .wish-container .content {
    height: auto;
    flex-direction: column;
  }

  .wish-container .vision,
  .value-mission {
    width: 100%;
  }

  .wish-content {
    max-width: 100%;
    padding: 30px 15px;
  }

  .value-mission .value {
    margin: 5px 0;
  }

  .value-mission .bg {
    bottom: 0;
    height: 100%;
  }

  .value-mission .bg .img {
    padding-bottom: 0;
    height: 100%;
  }

  .value-mission .item::before {
    width: 100%;
  }

  .wish-container .vision::after {
    background: none;
  }

  .value-mission .item::after {
    display: block;
    background-size: 50%;
  }

  .value-mission .item {
    height: auto;
  }

  .quality-details-desc h4 {
    font-size: 20px;
  }

  .quality-details-item {
    margin-bottom: 20px;
  }

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

  .tab-bar-item {
    margin: 30px 30px 0 0;
  }

  .tab-content-body {
    padding: 0 0 0 15px;
  }

  .cer_partber__swiper-container .item {
    padding: 30px;
    height: auto;
  }


  .cer_partber__swiper-container .img {
    width: 100%;
    height: auto;
  }

  .cer_partber__swiper-container {
    overflow: hidden;
    padding-bottom: 40px;
  }

  .cer_partber__swiper-container .swiper-pagination {
    width: 96%;
  }



}