/*-----about------*/

h3.rtit {
  font-size: 48px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}

.about {
  padding: 60px 0;
  color: #666;
  font-size: 14px;
}

.about h1 {
  font-size: 48px;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  font-family: var(--font-family);
}

.about h1::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #222;
  display: block;
  margin: 15px auto 0;
}

.about .txt {
  line-height: 30px;
  font-size: 18px;
}

.about .txt p~p {
  margin-top: 15px;
}


.team-list {
  padding: 80px 0;
  background: #F9F9F9;
}

.team-list h3 {
  font-size: 36px;
  line-height: 1;
  color: #222;
  text-align: center;
  font-family: var(--font-family);
}

.team-list h3::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #222;
  display: block;
  margin: 15px auto 0;
}

.team-list .list {
  position: relative;
  margin: 50px 0 0;
}

.team-list .list .swiper-wrapper {
  align-items: center;
}

.team-list .swiper-slide {
  width: 850px;
  margin: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
  background: #fff;
}

.team-list .swiper-slide .pic {
  width: 50%;
}

.team-list .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease 0s;
}

.team-list .swiper-slide .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-flex: 1;
  flex: 1;
  padding: 30px 20px;
  text-align: center;
}

.team-list .swiper-slide .txt h4 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-family: var(--font-family);
  margin: 0;
}

.team-list .swiper-slide .txt h6 {
  font-size: 20px;
  color: #333;
  margin: 10px 0 0;
}

.team-list .swiper-slide .txt p {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 0;
  color: #666;
  text-align: left;
}

.team-list .swiper-slide .txt a {
  margin-top: 10px;
  color: #333;
  font-size: 17px;
  display: inline-block;
}

.team-list .swiper-slide .txt a:hover {
  color: var(--text-color-active);
}

.team-list .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 20px;
  display: none;
}

.team-list .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: none;
  border: 1px solid var(--swiper-btn-color);
  border-radius: 50%;
  opacity: 1;
}

.team-list .swiper-pagination-bullet-active {
  background: var(--swiper-btn-color-hover);
}

.team-list .swiper-button-prev,
.team-list .swiper-button-next {
  width: 44px;
  height: 44px;
  top: 50%;
  border: 1px solid #666;
  margin-top: -22px;
  text-align: center;
  background: none;
  border-radius: 50%;
}

.team-list .swiper-button-prev,
.team-list .swiper-container-rtl .swiper-button-next {
  left: -66px;
  right: auto;
}

.team-list .swiper-button-next,
.team-list .swiper-container-rtl .swiper-button-prev {
  right: -66px;
  left: auto;
}

.team-list .swiper-button-next::after,
.team-list .swiper-button-prev::after {
  display: none;
}

.team-list .swiper-button-prev i,
.team-list .swiper-button-next i {
  color: #666;
  font-size: 22px;
  line-height: 44px;
}

.team-list .swiper-button-prev:hover,
.team-list .swiper-button-next:hover {
  background: var(--swiper-btn-color-hover);
  border: 1px solid var(--swiper-btn-color-hover);
}

.team-list .swiper-button-prev:hover i,
.team-list .swiper-button-next:hover i {
  color: #fff;
}


.cert-list {
  padding: 80px 0;
}

.cert-list h3 {
  font-size: 36px;
  line-height: 1;
  color: #222;
  text-align: center;
  font-family: var(--font-family);
}

.cert-list h3::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #222;
  display: block;
  margin: 15px auto 0;
}

.cert-list .list {
  position: relative;
  margin: 50px 0 0;
}

.cert-list .list .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 15px;
  cursor: zoom-in;
}

.cert-list .list .swiper-slide a img {
  width: 100%;
}

.cert-list .list .swiper-slide p {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #202020;
}

.cert-list .swiper-button-prev,
.cert-list .swiper-button-next {
  width: 44px;
  height: 44px;
  top: 50%;
  border: 1px solid #666;
  margin-top: -22px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

.cert-list .swiper-button-prev,
.cert-list .swiper-container-rtl .swiper-button-next {
  left: -66px;
  right: auto;
}

.cert-list .swiper-button-next,
.cert-list .swiper-container-rtl .swiper-button-prev {
  right: -66px;
  left: auto;
}

.cert-list .swiper-button-next::after,
.cert-list .swiper-button-prev::after {
  display: none;
}

.cert-list .swiper-button-prev i,
.cert-list .swiper-button-next i {
  color: #666;
  font-size: 22px;
  line-height: 44px;
}

.cert-list .swiper-button-prev:hover,
.cert-list .swiper-button-next:hover {
  background: var(--swiper-btn-color-hover);
  border: 1px solid var(--swiper-btn-color-hover);
}

.cert-list .swiper-button-prev:hover i,
.cert-list .swiper-button-next:hover i {
  color: #fff;
}

.cert-list .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.cert-list .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background: none;
  border: 1px solid var(--swiper-btn-color);
  border-radius: 50%;
  opacity: 1;
}

.cert-list .swiper-pagination-bullet-active {
  background: var(--swiper-btn-color-hover);
}


.factory {
  padding: 20px 0 80px;
}

.factory h3 {
  font-size: 36px;
  line-height: 1;
  color: #222;
  text-align: center;
  font-family: var(--font-family);
}

.factory h3::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #222;
  display: block;
  margin: 15px auto 0;
}

.factory .list {
  position: relative;
  margin: 40px 0 0;
}

.factory .swiper-slide {
  position: relative;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.factory .swiper-slide a {
  width: 100%;
  position: relative;
  display: block;
  cursor: zoom-in;
}

.factory .swiper-slide a img {
  width: 100%;
}

.factory .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.35);
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  margin: 0;
  padding: 0 10px;
}

.factory .swiper-button-prev,
.factory .swiper-button-next {
  width: 44px;
  height: 44px;
  top: 50%;
  border: 1px solid #666;
  margin-top: -22px;
  text-align: center;
  background: none;
  border-radius: 50%;
}

.factory .swiper-button-prev,
.factory .swiper-container-rtl .swiper-button-next {
  left: -66px;
  right: auto;
}

.factory .swiper-button-next,
.factory .swiper-container-rtl .swiper-button-prev {
  right: -66px;
  left: auto;
}

.factory .swiper-button-next::after,
.factory .swiper-button-prev::after {
  display: none;
}

.factory .swiper-button-prev i,
.factory .swiper-button-next i {
  color: #666;
  font-size: 22px;
  line-height: 44px;
}

.factory .swiper-button-prev:hover,
.factory .swiper-button-next:hover {
  background: var(--swiper-btn-color-hover);
  border: 1px solid var(--swiper-btn-color-hover);
}

.factory .swiper-button-prev:hover i,
.factory .swiper-button-next:hover i {
  color: #fff;
}

.factory .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.factory .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background: none;
  border: 1px solid var(--swiper-btn-color);
  border-radius: 50%;
  opacity: 1;
}

.factory .swiper-pagination-bullet-active {
  background: var(--swiper-btn-color-hover);
}


.album {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.album h3 {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-family: var(--font-family);
}

.album h3::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 15px auto 0;
}

.album .list {
  position: relative;
  margin: 40px 0 0;
}

.album .swiper-slide a {
  width: 100%;
  position: relative;
  display: block;
  cursor: zoom-in;
  text-decoration: none;
}

.album .swiper-slide a img {
  width: 100%;
}

.album .swiper-slide .t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 50%;
  background: rgba(68, 68, 68, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.album .swiper-slide .t p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.album .swiper-slide:hover .t {
  background: rgba(68, 68, 68, 1);
}

.album .swiper-button-prev,
.album .swiper-button-next {
  width: 44px;
  height: 44px;
  top: 50%;
  border: 1px solid #666;
  margin-top: -22px;
  text-align: center;
  background: none;
  border-radius: 50%;
}

.album .swiper-button-prev,
.album .swiper-container-rtl .swiper-button-next {
  left: -66px;
  right: auto;
}

.album .swiper-button-next,
.album .swiper-container-rtl .swiper-button-prev {
  right: -66px;
  left: auto;
}

.album .swiper-button-next::after,
.album .swiper-button-prev::after {
  display: none;
}

.album .swiper-button-prev i,
.album .swiper-button-next i {
  color: #666;
  font-size: 22px;
  line-height: 44px;
}

.album .swiper-button-prev:hover,
.album .swiper-button-next:hover {
  background: var(--swiper-btn-color-hover);
  border: 1px solid var(--swiper-btn-color-hover);
}

.album .swiper-button-prev:hover i,
.album .swiper-button-next:hover i {
  color: #fff;
}

.album .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.album .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background: none;
  border: 1px solid var(--swiper-btn-color);
  border-radius: 50%;
  opacity: 1;
}

.album .swiper-pagination-bullet-active {
  background: var(--swiper-btn-color-hover);
}


@media screen and (max-width:1367px) {
  .about h1 {
    font-size: 46px;
  }

  .team-list h3,
  .cert-list h3,
  .factory h3,
  .album h3 {
    font-size: 34px;
  }

  .team-list,
  .cert-list,
  .album {
    padding: 60px 0;
  }

  .factory {
    padding: 20px 0 60px;
  }

  .team-list .swiper-slide {
    width: 700px;
  }
}

@media screen and (max-width:1281px) {
  .about h1 {
    font-size: 44px;
  }

  .team-list h3,
  .cert-list h3,
  .factory h3,
  .album h3 {
    font-size: 32px;
  }

  .team-list .swiper-pagination {
    display: block;
  }

  .team-list .swiper-button-prev,
  .team-list .swiper-button-next {
    display: none;
  }

  .cert-list .swiper-button-prev,
  .cert-list .swiper-button-next {
    display: none;
  }

  .cert-list .swiper-pagination {
    display: block;
  }

  .factory .swiper-button-prev,
  .factory .swiper-button-next {
    display: none;
  }

  .factory .swiper-pagination {
    display: block;
  }

  .album .swiper-button-prev,
  .album .swiper-button-next {
    display: none;
  }

  .album .swiper-pagination {
    display: block;
  }

  .team-list .swiper-slide {
    width: 600px;
  }
}

@media screen and (max-width:1171px) {
  .about h1 {
    font-size: 42px;
  }

  .team-list h3,
  .cert-list h3,
  .factory h3,
  .album h3 {
    font-size: 30px;
  }
}

@media screen and (max-width:992px) {
  .about h1 {
    font-size: 40px;
  }

  .team-list h3,
  .cert-list h3,
  .factory h3,
  .album h3 {
    font-size: 28px;
  }
}

@media screen and (max-width:768px) {
  .about {
    padding: 30px 0;
  }

  .about h1 {
    font-size: 38px;
    margin-bottom: 25px;
  }

  .about p {
    line-height: 22px;
    font-size: 15px;
  }

  .team-list h3,
  .cert-list h3,
  .factory h3,
  .album h3 {
    font-size: 26px;
  }

  .team-list {
    padding: 30px 0;
  }

  .team-list .list {
    margin: 25px 0 0;
  }

  .team-list .swiper-slide {
    /* width: 100%; */
    margin: 0 0 20px;
    display: block;
    /* box-shadow: none; */
  }

  .team-list .swiper-slide .pic {
    width: 100%;
  }

  .team-list .swiper-slide .txt {
    padding: 15px;
    background: #F9F9F9;
  }

  .team-list .swiper-slide .txt h4 {
    font-size: 24px;
  }

  .team-list .swiper-slide .txt h6 {
    font-size: 20px;
  }

  .team-list .swiper-slide .txt p {
    font-size: 16px;
  }

  .team-list .swiper-slide .txt a {
    display: none;
  }

  .cert-list {
    padding: 30px 0;
  }

  .cert-list .list {
    margin: 25px 0 0;
  }

  .cert-list .list .swiper-container .swiper-slide a {
    padding: 10px;
  }

  .cert-list .list .swiper-container .swiper-slide p {
    font-size: 15px;
  }

  .factory {
    padding: 30px 0;
  }

  .factory .list {
    margin: 25px 0 0;
  }

  .factory .swiper-container .swiper-slide p {
    font-size: 15px;
  }

  .album {
    padding: 30px 0;
  }

  .album .list {
    margin: 25px 0 0;
  }

  .album .swiper-slide .t {
    position: static;
    background: none;
    width: auto;
    height: auto;
    transform: none;
    margin-top: 10px;
  }

  .album .swiper-slide .t p {
    width: auto;
    height: auto;
    border-radius: 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

  }
}

@media screen and (max-width:480px) {
  .about h1 {
    font-size: 36px;
  }

  .team-list h3,
  .cert-list h3,
  .factory h3,
  .album h3 {
    font-size: 24px;
  }
}