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

@keyframes slideActive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
body {
  font-family: p-regular;
}

section {
  width: 100vw;
  height: 100vh;
  position: relative;
}
section .swiper-pagination {
  position: absolute;
  width: auto;
}
section .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.02rem;
  border-radius: 0;
  background-color: rgba(202, 180, 151, 0.4);
  opacity: 1;
  margin: 0 0.05rem !important;
}
section .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
section .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #cab497;
  opacity: 1;
  animation: slideActive 4s linear;
  animation-fill-mode: forwards;
}
section .swiper-button {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.5s;
  z-index: 2;
  transform: translateY(-50%);
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .swiper-button .l {
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  background: hsla(0, 0%, 100%, 0.15);
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
section .swiper-button .l img {
  width: 0.1rem;
}
section .swiper-button .l:hover {
  background: hsla(0, 0%, 100%, 0.6);
}
section .swiper-button .r {
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  background: hsla(0, 0%, 100%, 0.15);
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
section .swiper-button .r img {
  width: 0.1rem;
}
section .swiper-button .r:hover {
  background: hsla(0, 0%, 100%, 0.6);
}
section:hover .swiper-button {
  opacity: 1;
}

section.white-theme .swiper-button .l {
  background: hsla(0, 0%, 0%, 0.06);
}
section.white-theme .swiper-button .l:hover {
  background: hsla(0, 0%, 0%, 0.15);
}
section.white-theme .swiper-button .r {
  background: hsla(0, 0%, 0%, 0.06);
}
section.white-theme .swiper-button .r:hover {
  background: hsla(0, 0%, 0%, 0.15);
}

.section1 .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section1 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.section1 .swiper-container .swiper-slide .img-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .swiper-container .swiper-slide .img-box video,
.section1 .swiper-container .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section1 .swiper-container .swiper-slide .font {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 0.7rem;
  width: 50%;
}
.section1 .swiper-container .swiper-slide .font img {
  width: 100%;
}
.section1 .swiper-container .swiper-slide .detail-box {
  position: absolute;
  bottom: 0.76rem;
  left: 0.7rem;
}
.section1 .swiper-container .swiper-slide .detail-box .car-name {
  width: 2.88rem;
}
.section1 .swiper-container .swiper-slide .detail-box .car-name img {
  width: 100%;
}
.section1 .swiper-container .swiper-slide .detail-box .t {
  font-size: 0.2rem;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 0.14rem;
  font-family: p-regular;
}
.section1 .swiper-container .swiper-slide .detail-box .btns {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.section1 .swiper-container .swiper-slide .detail-box .btns .btn {
  width: 3.4rem;
  height: 0.7rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.19rem;
  letter-spacing: 0.02rem;
}
.section1 .swiper-container .swiper-slide .detail-box .btns .btn1 {
  background-color: #000;
  color: #fff;
  transition: all 0.3s;
}
.section1 .swiper-container .swiper-slide .detail-box .btns .btn1:hover {
  background-color: #a4896c;
}
.section1 .swiper-container .swiper-slide .detail-box .btns .btn2 {
  background-color: rgba(164, 137, 108, 0.8);
  color: #fff;
  margin-left: 0rem;
  transition: all 0.3s;
}
.section1 .swiper-container .swiper-slide .detail-box .btns .btn2:hover {
  background: #a4896c;
}
.section1 .swiper-pagination {
  bottom: 0.7rem;
  right: 1.1rem;
  left: auto;
  width: auto;
}

.section2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.45rem 0 0.96rem 0;
  background-image: linear-gradient(to bottom, #9b9a98, #ddd6d0);
}
.section2 .tabs {
  display: flex;
}
.section2 .tabs .tab {
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.4;
}
.section2 .tabs .tab:nth-of-type(1) {
  width: 2.1rem;
  /*position: relative;*/
}
.section2 .tabs .tab:nth-of-type(1)::after {
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  background-color: rgba(88, 88, 88, 0.4);
  position: absolute;
  right: -0.35rem;
  transform: translateY(-50%);
}
.section2 .tabs .tab:nth-of-type(2) {
  width: 2.1rem;
  margin-left: 0.7rem;
}
.section2 .tabs .tab img {
  width: 100%;
}
.section2 .tabs .tab:hover {
  opacity: 1;
}
.section2 .tabs .active {
  opacity: 1;
  position: relative;
}
.section2 .sec-tabs {
  display: none;
  align-items: center;
  margin-top: 0.74rem;
}

.section2 .sec-tabs .sec-tab:nth-last-of-type(1) {
  margin-right: 0;
}
.section2 .sec-tabs .sec-tab:hover {
  color: #000;
  opacity: 1;
}
.section2 .sec-tabs .sec-tab.active {
  color: #000;
  opacity: 1;
}
.section2 .sec-tabs .sec-tab.active::after {
  position: absolute;
  bottom: -0.18rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 60%;
  background-color: #a4896b;
  height: 0.04rem;
}
.section2 .sec-tabs.active {
  display: flex;
}
.section2 .swiper-box {
  width: 100%;
  margin-top: 3%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}
.section2 .swiper-box .logo {
  position: absolute;
  right: 20%;
  top: -4%;
  width: 30%;
  opacity: 0.4;
}
.section2 .swiper-box .logo img {
  width: 100%;
}
.section2 .swiper-box .swiper-box-container {
  width: 100%;
}
.section2 .swiper-box .swiper-box-container .swiper-container {
  width: 100%;
}
.section2 .swiper-box .swiper-box-container .swiper-container .img-box {
  padding: 0 19%;
  position: relative;
}
.section2 .swiper-box .swiper-box-container .swiper-container .img-box img {
  width: 100%;
}
.section2 .swiper-box .swiper-box-container .detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section2 .swiper-box .swiper-box-container .detail-box .t1 {
  color: #000;
  font-size: 0.29rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.section2 .swiper-box .swiper-box-container .detail-box .t2 {
  font-size: 0.24rem;
  color: #000;
  letter-spacing: 1px;
  margin-top: 0.1rem;
}
.section2 .swiper-box .swiper-box-container .detail-box .btn {
  width: 4.45rem;
  height: 0.7rem;
  border-radius: 0.05rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.19rem;
  letter-spacing: 0.02rem;
  background-color: rgba(164, 137, 108, 0.8);
  margin-top: 0.5rem;
  transition: all 0.3s;
}
.section2 .swiper-box .swiper-box-container .detail-box .btn:hover {
  background-color: #a4896c;
}
.section2 .swiper-box .swiper-box-container .swiper-button {
  top: 30%;
}
.section2 .swiper-box .swiper1-box {
  display: none;
}

.section3 .video-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.section3 .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section3 .video-box::after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.section3 .detail-box {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section3 .detail-box .t1 {
  font-size: 0.6rem;
  color: #fff;
  letter-spacing: 2px;
  /*font-family: p-bold;*/
}
.section3 .detail-box .t2 {
  color: #fff;
  font-size: 0.26rem;
  text-align: center;
  margin-top: 0.15rem;
  line-height: 1.3;
}

.section4 .swiper-pagination {
  bottom: 0.54rem;
  left: 69%;
  right: auto;
  width: auto;
}
.section4 .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
}
.section4 .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #fff;
}
.section4 .swiper-container {
  width: 100%;
  height: 100%;
}
.section4 .swiper-container .img-b {
  position: relative;
}
.section4 .swiper-container .img-b::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #131313;
  right: 0;
  transition: all 1s;
  top: 0;
}
.section4 .swiper-container .img-b.active::after {
  width: 0;
  transition: all 2s;
}
.section4 .swiper-container .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.section4 .swiper-container .swiper-slide .left-box {
  width: 65%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.section4 .swiper-container .swiper-slide .left-box .top-box {
  width: 100%;
  height: 50%;
}
.section4 .swiper-container .swiper-slide .left-box .top-box .img-b {
  width: 100%;
  height: 100%;
}
.section4 .swiper-container .swiper-slide .left-box .top-box .img-b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section4 .swiper-container .swiper-slide .left-box .bottom-box {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-between;
}
.section4 .swiper-container .swiper-slide .left-box .bottom-box .img-b {
  height: 100%;
}
.section4 .swiper-container .swiper-slide .left-box .bottom-box .img-b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section4 .swiper-container .swiper-slide .left-box .bottom-box .img-b-1 {
  width: 20%;
}
.section4 .swiper-container .swiper-slide .left-box .bottom-box .img-b-2 {
  width: 80%;
}
.section4 .swiper-container .swiper-slide .right-box {
  width: 35%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.section4 .swiper-container .swiper-slide .right-box .top-box {
  width: 100%;
  height: 65%;
}
.section4 .swiper-container .swiper-slide .right-box .top-box .img-b {
  width: 100%;
  height: 100%;
}
.section4 .swiper-container .swiper-slide .right-box .top-box .img-b img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section4 .swiper-container .swiper-slide .right-box .bottom-box {
  height: 35%;
  width: 100%;
  background-image: linear-gradient(to right, #d4b598, #c8a482);
  padding: 10%;
}
.section4 .swiper-container .swiper-slide .right-box .bottom-box .img-box {
  width: 50%;
}
.section4 .swiper-container .swiper-slide .right-box .bottom-box .img-box img {
  width: 100%;
}
.section4 .swiper-container .swiper-slide .right-box .bottom-box .name {
  color: #fff;
  font-size: 0.23rem;
  margin-top: 4%;
 /* font-family: p-bold;*/
}
.section4 .swiper-container .swiper-slide .right-box .bottom-box .desc {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 3%;
  letter-spacing: 2px;
}

.section5 {
  padding: 1.2rem 0.97rem;
  height: auto;
}
.section5 .title-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section5 .title-box .l .t {
  color: #343434;
  font-size: 0.53rem;
  font-family: p-bold;
}
.section5 .title-box .l .d {
  color: rgb(52, 52, 52);
  font-size: 0.2rem;
}
.section5 .title-box .r {
  font-size: 0.2rem;
  color: #9e7f62;
  padding-bottom: 0.06rem;
  cursor: pointer;
  position: relative;
}
.section5 .title-box .r::after {
  content: "";
  bottom: 0rem;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a4896c;
  transition: all 0.3s;
  position: absolute;
  content: "";
  transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
  transform-origin: right;
}
.section5 .title-box .r:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.section5 ul {
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
}
.section5 ul li {
  flex: 1;

  padding-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.section5 ul li .tag {
  position: absolute;
  left: -0.06rem;
  width: 0.67rem;
  opacity: 0;
  top: 0.17rem;
  transition: all 0.3s;
}
.section5 ul li .tag img {
  width: 100%;
}
.section5 ul li::after {
  width: 100%;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  background-image: url(../../images/index/mask.png);
  background-size: 100% auto;
  content: "";
  left: 0;
  /* height: 65%; */
  height: 55%;
  background-repeat: no-repeat;
  opacity: 0;
}
.section5 ul li .img-box {
  width: 100%;
}
.section5 ul li .img-box img {
  width: 100%;
  min-height: 5.5rem;
  object-fit: cover;
}
.section5 ul li .date {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.16rem;
  letter-spacing: 0.016rem;
  margin-top: 0.2rem;
  position: relative;
  z-index: 1;
  padding: 0 0.4rem;
}
.section5 ul li .title {
  margin-top: 0.3rem;
  font-size: 0.25rem;
  color: #000;
  font-family: p-bold;
  position: relative;
  z-index: 1;
  padding: 0 0.4rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 0.64rem;
}
.section5 ul li .desc {
  font-size: 0.16rem;
  margin-top: 0.15rem;
  position: relative;
  z-index: 1;
  height: 0.5rem;
  overflow: hidden;
  padding: 0 0.4rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
}
.section5 ul li .explore {
  font-size: 0.16rem;
  letter-spacing: 0.016rem;
  color: rgb(164, 137, 108);
  margin-top: 0.5rem;
  display: block;
  border-bottom: 1px solid rgb(164, 137, 108);
  cursor: pointer;
  padding-bottom: 0.1rem;
  position: relative;
  z-index: 1;
  margin-left: 0.4rem;
}
.section5 ul li:nth-of-type(1) {
  margin-left: 0;
}
.section5 ul li:hover .tag {
  opacity: 1;
}
.section5 ul li:hover::after {
  opacity: 1;
}
.section5 ul li:hover .date {
  color: rgba(255, 255, 255, 0.8);
}
.section5 ul li:hover .title {
  color: #fff;
}
.section5 ul li:hover .desc {
  color: #fff;
  opacity: 1;
}
.section5 ul li:hover .explore {
  color: #fff;
  border-color: #fff;
}

.section6 {
  overflow: hidden;
}
.section6 .bg {
  width: 100%;
  height: 100%;
}
.section6 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section6 .detail {
  position: absolute;
  z-index: 2;
  top: 1.55rem;
  left: 1.15rem;
}
.section6 .detail .t {
  font-size: 0.48rem;
  color: #fff;
}
.section6 .detail .t span {
  font-size: 0.52rem;
  font-family: p-bold;
  padding-right: 0.03rem;
  letter-spacing: 2px;
}
.section6 .detail .d {
  font-size: 0.19rem;
  color: #fff;
  margin-top: 0rem;
}
.section6 .detail .btn {
  width: 3.82rem;
  height: 0.7rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.19rem;
  letter-spacing: 0.02rem;
  background-color: rgba(164, 137, 108, 0.8);
  color: #fff;
  transition: all 0.3s;
  margin-top: 0.5rem;
}
.section6 .detail .btn:hover {
  background-color: #a4896c;
}

/* footer {
  background-color: #f4f4f4;
  padding: 0.58rem 0 0;
  width: 100%;
}
footer .top-box {
  display: flex;
  padding: 0 1.1rem;
}
footer .top-box .logo {
  width: 1.83rem;
  padding-top: 0.1rem;
}
footer .top-box .logo img {
  width: 100%;
}
footer .top-box ul {
  flex: 1;
  display: flex;
  margin-left: 1rem;
  justify-content: space-between;
}
footer .top-box ul li .name {
  font-size: 0.17rem;
  font-weight: bold;
}
footer .top-box ul li .links {
  display: flex;
  flex-direction: column;
  font-size: 0.17rem;
}
footer .top-box ul li .links .link {
  font-size: 0.17rem;
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.7);
}
footer .icons {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
  padding: 0 1.1rem;
  justify-content: flex-end;
}
footer .icons .icon {
  width: 0.38rem;
  margin-left: 0.4rem;
}
footer .icons .icon img {
  width: 100%;
}
footer .copyright {
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 1.1rem;
  font-size: 0.14rem;
  margin-top: 0.5rem;
  color: #7d7d7d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dedede;
}
footer .record {
  color: #7d7d7d;
}
footer .bottom_link .space {
  margin: 0 0.24rem;
}
footer .bottom_link a {
  color: #6c6c6c;
  transition: all 0.3s;
}
footer .bottom_link a:hover {
  color: #000;
} */

@media (max-width: 1920px) {
  .section2 .swiper-box .swiper-box-container .swiper-container .img-box {
    padding: 0 26%;
  }
}
@media (max-width: 1366px) {
  .section2 .swiper-box .swiper-box-container .swiper-container .img-box {
    padding: 0 19%;
  }
}
@media (max-width: 1280px) {
  .section2 .swiper-box .swiper-box-container .swiper-container .img-box {
    padding: 0 28%;
  }
}
@media (max-width: 768px) {
  .section1 .swiper-container .swiper-slide .font {
    position: absolute;
    z-index: 2;
    top: 2.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
  .section1 .swiper-container .swiper-slide .font img {
    width: 100%;
  }
  .section1 .swiper-container .swiper-slide .detail-box {
    left: 0.63rem;
    bottom: 1.96rem;
  }
  .section1 .swiper-container .swiper-slide .detail-box .car-name {
    width: 3.77rem;
  }
  .section1 .swiper-container .swiper-slide .detail-box .t {
    font-size: 0.25rem;
    letter-spacing: 2px;
  }
  .section1 .swiper-container .swiper-slide .detail-box .btns .btn {
    height: 0.9rem;
    width: 6.15rem;
    font-size: 0.27rem;
  }
  .section1 .swiper-container .swiper-slide .detail-box .btns .btn2 {
    margin-left: 0;
  }
  .section1 .swiper-button {
    display: none;
  }
  .section1 .swiper-pagination {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.74rem;
  }
  .section2 {
    height: auto;
    padding: 1.86rem 0;
  }
  .section2 .tabs .tab:nth-of-type(1) {
    width: 1.92rem;
  }
  .section2 .tabs .tab:nth-of-type(2) {
    width: 1.99rem;
  }
  .section2 .sec-tabs {
    margin-top: 1.06rem;
  }
  .section2 .sec-tabs .sec-tab {
    margin-right: 0.5rem;
    font-size: 0.27rem;
    text-align: center;
  }
  .section2 .swiper-box {
    margin-top: 2rem;
  }
  .section2 .swiper-box .swiper-box-container .swiper-container .img-box {
    padding: 0;
  }
  .section2 .swiper-box .swiper-box-container .detail-box .btn {
    margin-top: 1.5rem;
    width: 85%;
    height: 0.9rem;
    font-size: 0.27rem;
  }
  .section2 .swiper-button {
    display: none;
  }
  .section3 .detail-box {
    width: 80%;
  }
  .section4 .swiper-container .swiper-slide {
    flex-direction: column-reverse;
  }
  .section4 .swiper-container .swiper-slide .left-box {
    width: 100%;
    height: 50%;
    flex-direction: column-reverse;
  }
  .section4 .swiper-container .swiper-slide .left-box .bottom-box .img-b-1 {
    width: 50%;
  }
  .section4 .swiper-container .swiper-slide .left-box .bottom-box .img-b-2 {
    width: 50%;
  }
  .section4 .swiper-container .swiper-slide .right-box {
    flex-direction: column-reverse;
    width: 100%;
    height: 50%;
  }
  .section4 .swiper-container .swiper-slide .right-box .top-box {
    height: 60%;
  }
  .section4 .swiper-container .swiper-slide .right-box .bottom-box {
    height: 40%;
  }
  .section4 .swiper-container .swiper-slide .right-box .bottom-box .name {
    font-size: 0.43rem;
  }
  .section4 .swiper-container .swiper-slide .right-box .bottom-box .desc {
    font-size: 0.25rem;
    margin-top: 2%;
  }
  .section4 .swiper-pagination {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .section5 {
    padding: 1.3rem 0 0.6rem;
  }
  .section5 .title-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0.46rem;
  }
  .section5 .title-box .r {
    margin-top: 0.5rem;
    font-size: 0.3rem;
  }
  .section5 .swiper-container {
    margin-top: 0.4rem;
    padding: 0 0.46rem;
  }
  .section5 .swiper-container .swiper-slide {
    width: 100%;
    padding-bottom: 0.44rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .section5 .swiper-container .swiper-slide .tag {
    position: absolute;
    left: -0.1rem;
    width: 1.04rem;
    opacity: 1;
    top: 0.28rem;
    transition: all 0.3s;
  }
  .section5 .swiper-container .swiper-slide .tag img {
    width: 100%;
  }
  .section5 .swiper-container .swiper-slide::after {
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    background-image: url(../../images/index/mask.png);
    background-size: 100% 120%;
    content: "";
    left: 0;
    height: 85%;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .section5 .swiper-container .swiper-slide .img-box {
    width: 100%;
  }
  .section5 .swiper-container .swiper-slide .img-box img {
    width: 100%;
    min-height: 4.8rem;
    object-fit: cover;
  }
  .section5 .swiper-container .swiper-slide .date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.23rem;
    margin-top: 0.2rem;
    position: relative;
    z-index: 1;
    padding: 0 0.4rem;
  }
  .section5 .swiper-container .swiper-slide .title {
    margin-top: 0.3rem;
    font-size: 0.4rem;
    color: #fff;
    font-family: p-bold;
    position: relative;
    z-index: 1;
    padding: 0 0.4rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .section5 .swiper-container .swiper-slide .desc {
    font-size: 0.2rem;
    margin-top: 0.1rem;
    position: relative;
    z-index: 1;
    padding: 0 0.4rem;
    color: #fff;
    min-height: 1rem;
    display: none;
  }
  .section5 .swiper-container .swiper-slide .explore {
    font-size: 0.23rem;
    color: #fff;
    margin-top: 0.5rem;
    display: block;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding-bottom: 0.1rem;
    position: relative;
    z-index: 1;
    margin-left: 0.4rem;
  }
  .section5 .swiper-container .swiper-pagination {
    position: static;
    margin-top: 0.5rem;
  }
  .section5 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(152, 122, 89, 0.4);
  }
  .section5
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet-active::after {
    background-color: #987a59;
  }
  .section6 .detail {
    left: 0.6rem;
    top: 1.3rem;
  }
  .section6 .detail .t {
    font-size: 0.5rem;
    line-height: 1;
  }
  .section6 .detail .t span {
    font-size: 0.65rem;
  }
  .section6 .detail .d {
    font-size: 0.28rem;
    margin-top: 0.2rem;
    width: 91%;
    line-height: 1.3;
  }
  .section6 .detail .btn {
    width: 4.5rem;
    height: 0.9rem;
    font-size: 0.27rem;
  }
  /* footer {
    padding: 1.32rem 0 0.8rem 0;
  }
  footer .top-box {
    display: none;
  }
  footer .icons {
    display: none;
  }
  footer .copyright {
    flex-direction: column-reverse;
    height: auto;
    border: 0;
    margin-top: 0;
    padding: 0 0.7rem;
    line-height: 1;
    font-size: 0.18rem;
  }
  footer .bottom_link {
    margin-bottom: 1.1rem;
    font-size: 0.25rem;
  }
  footer .bottom_link a {
    color: #626262;
  } */
} /*# sourceMappingURL=car.css.map */




/* 2024 5 31 新增 */
.video_ping_box{
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.video_ping_box .vpb_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.vpb_text{
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.vpbt_1{
	font-size: 0.6rem;
	line-height: 0.7rem;
	color: #fff;
	letter-spacing: 2px;
	font-family: p-bold;
	text-align: center;
}
.vpbt_2{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 0.15rem;
	line-height: 1.3;
	cursor: pointer;
}
.vpb_bt{
	font-size: 0.26rem;
	color: #fff;
	transition: all .5s;
}
.vpbt_2 img{
	width: 0.25rem;
	margin-left: 0.25rem;
}
.vpbt_2_01 img{
	width: 0.1rem;
}
.vpb_icon{
	position: relative;
}
.vpb_icon img:nth-of-type(1){
	position: relative;
	opacity: 1;
	transition: all .5s;
}
.vpb_icon img:nth-of-type(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s;
}
@media (min-width: 721px) {
	.vpbt_2:hover .vpb_bt{
		color: #a4896c;
	}
	.vpbt_2:hover .vpb_icon img:nth-of-type(1){
		opacity: 0;
	}
	.vpbt_2:hover .vpb_icon img:nth-of-type(2){
		opacity: 1;
	}
}


/* 视频弹窗 */
/* 弹窗 */
.video_pop_box{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 10001;
	top: 0;
	opacity: 0;
	transition: opacity .4s;
	pointer-events: none;
	background-color: #000;
}
.video_pop_box video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_close_pop{
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	opacity: 0.5;
	cursor: pointer;
	transition: all .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 100%;
}
.video_close_pop img{
	width: 0.2rem;
	height: 0.2rem;
}
@media (min-width: 721px) {
	.video_close_pop:hover{
		opacity: 1;
		transform: scale(1.2);
	}
}

.video_pop_box.active{
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 768px) {
	.vpbt_1{
	}
	.vpbt_2{
		margin-top: 0.2rem;
	}
	.vpb_bt{
		font-size: 0.35rem;
	}
	.vpbt_2 img{
		width: 0.35rem;
	}
	.vpbt_2_01 img{
		width: 0.13rem;
	}
}