.home {
  position: relative;
}

.home .section1 {
  padding: 8.4895833333vw 0 5.6770833333vw 0;
  text-align: center;
}

.home .section1 h1 {
  font-weight: normal;
  letter-spacing: 0.3333333333vw;
}

.home .section1 .tag {
  margin: 0.625vw 0 1.09375vw 0;
  line-height: 1.71;
  font-weight: 700;
}

.home .section1 .des {
  line-height: 1.71;
}

.home .section1 .pic {
  margin: 6.09375vw 0 1.40625vw 0;
}

.home .section1 .pic img,
.home .section1 .pic video {
  width: 64.7916666667vw;
  height: 21.0416666667vw;
  display: block;
  object-fit: cover;
  margin: 0 auto;
  transition: all 600ms;
  outline: 1px solid #272727;
}

.home .section1 .pic:hover img {
  transform: scale(1.05);
}

.home .section1 .t2 {
  line-height: 2;
  letter-spacing: 0.125vw;
}

.home .section2 .line {
  text-align: center;
}

.home .section2 .line img {
  width: 6.5104166667vw;
}

.home .section2 h1 {
  margin: 3.125vw 0 5.729vw 0;
  letter-spacing: 0.5vw;
  font-weight: normal;
  text-align: center;
}

.home .section2 .pic {
  height: 48.75vw;
  overflow: hidden;
}

.home .section2 .pic img {
  width: 100%;
  object-fit: cover;
  height: 120%;
  max-height: unset;
  top: -14.5833333333vw;
  position: relative;
}

.home .section3 {
  margin: 5.9375vw 9.375vw 4.1666666667vw 9.375vw;
}

.home .section3 .t {
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.1875vw;
}

.home .section3 .filter {
  margin: 1.3vw 0 0.729vw 0;
  position: relative;
}

.home .section3 .filter .tabs {
  display: flex;
  justify-content: center;
}

.home .section3 .filter .tabs .item {
  margin: 0 0.9375vw;
  border-radius: 1.0416666667vw;
  border: 1px solid #272727;
  width: 6.8229166667vw;
  text-align: center;
  line-height: 1.5625vw;
  cursor: pointer;
  transition: all 600ms;
}

.home .section3 .filter .tabs .item.on {
  background: #272727;
  color: white;
}


.home .section3 .filter .nav_tabs {
  display: flex;
  justify-content: center;
  margin: 1.3vw 0 0.9vw 0;
}

.home .section3 .filter .open_btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}

.home .section3 .filter .open_btn img {
  transition: all 600ms;
}

.home .section3 .filter .isOpen img {
  transform: rotate(180deg);
}

.home .section3 .filter .box_hide {
  display: none;
}

.home .section3 .filter .show {
  display: block;
}

.home .section3 .filter .box_hide .nav_tabs {
  flex-wrap: wrap;
}

.home .section3 .filter .box_hide .nav_tabs .item {
  margin-bottom: 1vw;
}

.home .section3 .filter .nav_tabs .item {
  margin: 0 0.9375vw;
  border-radius: 1.0416666667vw;
  border: 1px solid #272727;
  width: 6.8229166667vw;
  text-align: center;
  line-height: 1.5625vw;
  cursor: pointer;
  transition: all 600ms;
}

.home .section3 .filter .nav_tabs .item.on {
  background: #272727;
  color: white;
}

.home .section3 .filter .mojt {
  width: 0.937vw;
  margin: 0 auto;
}

.home .section3 .filter .mojt svg {
  width: 100%;
}

.home .section3 .filter .rb {
  display: flex;
  justify-content: flex-end;
  display: none;
}

.home .section3 .filter .rb .item {
  opacity: .5;
  filter: grayscale(50%);
  transition: all 600ms;
  cursor: pointer;
}

.home .section3 .filter .rb .item:not(:first-child) {
  margin-left: 0.7291666667vw;
}

.home .section3 .filter .rb .item img {
  max-width: 1.0416666667vw;
}

.home .section3 .filter .rb .item.on {
  opacity: 1;
}

.home .section3 .boxes .box {
  display: none;
}

.home .section3 .boxes .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8229166667vw 5.2083333333vw;
}

.home .section3 .boxes .box .list .item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home .section3 .boxes .box .list .item .txt1 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 1.6666666667vw 0 0 0;
  transition: all 600ms;
}

.home .section3 .boxes .box .list .item .txt1 .name {
  font-family: 'Tinos';
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: white;
  letter-spacing: 0.025vw;
}

.home .section3 .boxes .box .list .item .txt1 .tag {
  margin-top: 0.4166666667vw;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Tinos';
  font-weight: 500;
  line-height: 1.71;
  text-align: center;
  letter-spacing: 0.025vw;
}

.home .section3 .boxes .box .list .item .txt1 .des {
  line-height: 1.71;
  position: absolute;
  left: 0;
  bottom: 4.5833333333vw;
  width: 100%;
  padding: 0 2.6041666667vw;
  text-align: justify;
  transition: all 600ms;
  opacity: 0;
}

.home .section3 .boxes .box .list .item .txt1 .des p {
  color: white;
  font-family: 'Tinos';
  font-weight: 500;
  letter-spacing: 0.025vw;
}

.home .section3 .boxes .box .list .item img {
  width: 100%;
  display: block;
  height: 31.4583333333vw;
  object-fit: cover;
  transition: all 600ms;
}

.home .section3 .boxes .box .list .item:hover img {
  transform: scale(1.05);
}

.home .section3 .boxes .box .list .item:hover .txt1 {
  background: rgba(0, 0, 0, 0.5);
}

.home .section3 .boxes .box .list .item:hover .txt1 .des {
  opacity: 1;
}

.home .section3 .boxes .box .more {
  margin: 2.6041666667vw 0 4.1666666667vw 0;
}

.home .section3 .boxes .box .more p {
  width: fit-content;
  margin: 0 auto;
 
  color: rgba(39, 39, 39, 0.6);
  font-weight: 500;
  line-height: 1.875;
  transition: all 600ms;
  cursor: pointer;
}

.home .section3 .boxes .box .more p:hover {
  color: #000;
}

.home .section3 .boxes .box.four_grid .list {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.71875vw 3.125vw;
}

.home .section3 .boxes .box.four_grid .list .item img {
  height: 23.8541666667vw;
}

.home .section3 .boxes .box.four_grid .list .item .txt1 .des {
  bottom: 1.5625vw;
  padding: 0 1.5625vw;
}

.home .section3 .boxes .box.on {
  display: block;
}

@media screen and (max-width: 1024px) {
  .home .section1 {
    padding: 100px 0 50px 0;
  }

  .home .section1 h1 {
    letter-spacing: 3px;
  }

  .home .section1 .tag {
    margin: 6px 0 12px 0;
  }

  .home .section1 .des {
    margin: 0 50px;
  }

  .home .section1 .pic {
    margin: 30px 0;
  }

  .home .section1 .pic img,
  .home .section1 .pic video {
    width: 80%;
    height: auto;
  }

  .home .section1 .t2 {
    letter-spacing: 1px;
  }

  .home .section2 .line img {
    width: 60px;
  }

  .home .section2 h1 {
    margin: 21px 0 40px 0;
  }

  .home .section2 .pic {
    height: auto;
  }

  .home .section2 .pic img {
    height: 450px;
    transform: none !important;
    top: 0;
  }

  .home .section3 {
    margin: 60px 5% 40px 5%;
  }

  .home .section3 .t {
    letter-spacing: 1.8px;
  }

  .home .section3 .filter {
    margin: 30px 0;
    justify-content: center;
  }

  .home .section3 .filter .tabs {
    position: static;
    transform: translate(0);
  }

  .home .section3 .filter .tabs .item {
    width: 130px;
    margin: 0 9px;
    border-radius: 20px;
    line-height: 30px;
  }

  .home .section3 .filter .nav_tabs {
    flex-wrap: wrap;
    margin: 15px 0 0 0;
  }

  .home .section3 .filter .nav_tabs .item {
    width: 130px;
    margin: 0 9px 15px 9px;
    border-radius: 20px;
    line-height: 30px;
  }

  .home .section3 .filter .mojt {
    width: 16px;
  }

  .home .section3 .filter .box_hide .nav_tabs {
    margin: 0;
  }

  .home .section3 .filter .box_hide .nav_tabs .item {
    margin-bottom: 15px;
  }

  .home .section3 .filter .rb {
    display: none;
  }

  .home .section3 .boxes .box .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .home .section3 .boxes .box .list .item img {
    height: 450px;
  }

  .home .section3 .boxes .box .list .item .txt1 {
    padding-top: 16px;
  }

  .home .section3 .boxes .box .list .item .txt1 .tag {
    margin-top: 4px;
  }

  .home .section3 .boxes .box .list .item .txt1 .des {
    bottom: 44px;
    padding: 0 25px;
  }

  .home .section3 .boxes .box .more {
    margin: 25px 0 40px 0;
  }
}

/*# sourceMappingURL=team.css.map */