@font-face {
  /*font-family: p-black;*/
  src: url(../font/Poppins-Black.html);
}
@font-face {
  /* font-family: p-bold;*/
  src: url(../font/Poppins-Bold.html);
}
@font-face {
  /*font-family: p-medium;*/
  src: url(../font/Poppins-Medium.html);
}
@font-face {
  font-family: p-regular;
  src: url(../font/Poppins-Regular.html);
}

.unit_box_1{
  position: relative;
  width: 100%;
  height: 250vh;
}
.u1_l1{
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #f3ede8;
}
.ul_t{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.jb_01{
  background-image: linear-gradient(to right, #54473f, #907d6e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 0.9rem;
  /*font-family: "p-bold";*/
}
.jb_02{
  background-image: linear-gradient(to right, #54473f, #907d6e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 0.25rem;
  letter-spacing: 0.03rem;
  font-weight: bold;
}
.ul_t img{
  width: 4.3rem;
  margin-top: 0.3rem;
}

.u1_l2{
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: 50vh;
}
.u1_l2 img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

section {
  position: relative;
  font-family: p-regular;
}

.section1 {
  width: 100%;
  height: 100vh;
}
.section1 .video-box {
  width: 100%;
  height: 100%;
}
.section1 .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1 .logo-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.section1 .logo-box img {
  width: 5rem;
}
.section1 .logo-box .t {
  color: #fff;
  font-size: 0.24rem;
  margin-top: 0.2rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
}
/*.section1 .sec-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.64rem;
  display: flex;
  align-items: center;
  z-index: 2;
}*/
/*.section1 .sec-btn .btn {
  width: 2.1rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.13rem;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.5s;
}*/
/*.section1 .sec-btn .btn:hover {
  background-color: #bca995;
  border-color: #bca995;
}*/
/*.section1 .sec-btn .btn2 {
  margin-left: 0.33rem;
}*/
.section1::after {
  /*position: absolute;*/
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
}

.section-video-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.section-video-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-video-box .bg img {
  width: 100%;
  height: 100%;
}
.section-video-box .video-box {
  width: 100%;
  height: 100%;
}
.section-video-box .video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.common-section {
  background-color: #f7f7f7;
  width: 100%;
}
.common-section .bg {
  width: 100%;
  height: 100vh;
}
.common-section .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.8rem 1.44rem;
}
.common-section .content .box {
  position: relative;
}
.common-section .content .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-section .content .box .t {
  position: absolute;
  bottom: 0.34rem;
  right: 0.4rem;
  color: #fff;

  font-size: 0.2rem;
}
.common-section .content .top {
  width: 100%;
}
.common-section .content .bottom {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.common-section .content .bottom .box:nth-last-of-type(1) {
  margin-left: 0.2rem;
}
.common-section .swiper-box {
  padding: 1.1rem 1.85rem 1rem;
}
.common-section .swiper-box .swiper-container {
  width: 100%;
}
.common-section .swiper-box .swiper-container .swiper-slide {
  transition: -webkit-clip-path 0s 0.6s;
  transition: clip-path 0s 0.6s;
  transition: clip-path 0s 0.6s, -webkit-clip-path 0s 0.6s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
}
.common-section .swiper-box .swiper-container .swiper-slide .img-box {
  width: 100%;
}
.common-section .swiper-box .swiper-container .swiper-slide .img-box img {
  width: 100%;
}
.common-section .swiper-box .swiper-container .swiper-slide-active {
  transition: -webkit-clip-path 0.6s;
  transition: clip-path 0.6s;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  -webkit-clip-path: polygon(0% 0%, 130% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 130% 0%, 100% 100%, 0% 100%);
}
.common-section .swiper-box .bg-list {
  position: relative;
}
.common-section .swiper-box .bg-list .img-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: -webkit-clip-path 0s 0.6s;
  transition: clip-path 0s 0.6s;
  transition: clip-path 0s 0.6s, -webkit-clip-path 0s 0.6s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, -30% 100%, 0% 100%);
}
.common-section .swiper-box .bg-list .img-box img {
  width: 100%;
}
.common-section .swiper-box .bg-list .img-box.active {
  position: relative;
  z-index: 1;
  transition: -webkit-clip-path 0.6s;
  transition: clip-path 0.6s;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
  -webkit-clip-path: polygon(0% 0%, 130% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 130% 0%, 100% 100%, 0% 100%);
}
.common-section .swiper-box .swiper-control {
  display: flex;
  justify-content: space-between;
  margin-top: 0.18rem;
}
.common-section .swiper-box .swiper-control .t-box {
  position: relative;
  width: 100%;
}
.common-section .swiper-box .swiper-control .t-box .t {
  color: #736658;
  font-size: 0.21rem;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.common-section .swiper-box .swiper-control .t-box .t.active {
  opacity: 1;
}
.common-section .swiper-box .swiper-control .img-list {
  display: flex;
  align-items: center;
}
.common-section .swiper-box .swiper-control .img-list .box {
  padding: 0.09rem 0.08rem;
  background-color: #efece9;
  margin-left: 0.08rem;
  width: 2.5rem;
  cursor: pointer;
  height: 1.65rem;
  border: 1px solid #efece9;
  transition: all 0.5s;
}
.common-section .swiper-box .swiper-control .img-list .box .scale-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.common-section .swiper-box .swiper-control .img-list .box .scale-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}
.common-section .swiper-box .swiper-control .img-list .box:hover .scale-box img {
  scale: 1.04;
}
.common-section .swiper-box .swiper-control .img-list .box.active {
  border: 1px solid #cbbaaa;
}

.content_us_jump {
  width: 100%;
  position: relative;
}

.content_us_jump img {
  width: 100%;
}



@media (max-width: 768px) {
  .section1 .logo-box img {
    width: 4.17rem;
  }
  .section1 .logo-box .t {
    font-size: 0.24rem;
  }
  /*.section1 .sec-btn {
    width: 100%;
    padding: 0 0.5rem;
  }
  .section1 .sec-btn .btn {
    flex: 1;
    height: 0.8rem;
    font-size: 0.18rem;
  }
  .section1 .sec-btn .btn2 {
    margin-left: 0.2rem;
  }*/
  .common-section .content {
    padding: 0.42rem 0.46rem;
  }
  .common-section .content .box .t {
    bottom: 0.2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .common-section .swiper-box {
    padding: 0.37rem 0.4rem 1.22rem;
  }
  .common-section .swiper-box .swiper-control {
    flex-direction: column-reverse;
  }
  .common-section .swiper-box .swiper-control .img-list .box {
    margin-left: 0.1rem;
    padding: 0.1rem;
  }
  .common-section .swiper-box .swiper-control .img-list .box:nth-of-type(1) {
    margin-left: 0;
  }
  .common-section .swiper-box .swiper-control .t-box {
    margin-top: 0.4rem;
  }
  .common-section .swiper-box .swiper-control .t-box .t {
    font-size: 0.22rem;
  }
  .content_us_jump {
    width: 100%;
    position: relative;
  }

  .content_us_jump img {
    width: 100%;
  }
}/*# sourceMappingURL=tiggo4.css.map */