body {
  max-width: 100% !important;
}

@font-face {
  font-family: fa;
  src: url(../../../fonts/SourceHanSerifCN-ExtraLight.ttf);
}

header {
  background-color: rgba(255, 255, 255, 0);
}

.header_active_v2 {
  display: none !important
}

.header-logo-box img:nth-of-type(1) {
  display: none;
}

header .header_logo img.light_logo_center {
  display: block
}

.header_menu i {
  background: #fff
}

header .header-right {
  color: #fff
}


section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.section-box{
    height: 150vh;
    position: relative
}
.section1 {
  height: 100vh;
  display: flex;
  top: 0;
  position: sticky;
  flex-direction: column;
  justify-content: space-between;
}



.section1 .top {
  flex: none;
  /* height: 76vh */
  height: 85vh
}

.section1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: bottom;
}

.section1 .section1-content {
  position: absolute;
  z-index: 1;
  left: 12%;
  top: 56%;
  transform: translateY(-50%);
  opacity: 1;
  height: 70%;
}

.section1 .section1-content .title {
  font-size: .4rem;
  font-family: 'fa';
  color: #3a4246;
  line-height: .6rem;
}

.section1 .section1-content .date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 0.55rem;
  padding-top: 0.42rem;
}

.section1 .section1-content .date .p1 {
  color: #3a4246;
  font-weight: 300;
  font-size: .14rem;
  margin-bottom: 0.18rem;
}

.section1 .section1-content .date .p2 {
  color: #3a4246;
  font-family: 'fa';
  font-weight: bold;
  font-size: .23rem;
}

.section1 .section1-content .date .p3 {
  text-align: center;
  width: 100%;
  color: #3a4246;
  font-weight: 300;
  font-size: .14rem;
  padding: 0.02rem 0;
}

.section1 .bottom-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.5rem;
  background: #B2B6BD;
  height: 24vh
}

.section1 .bottom-content div:nth-of-type(1) {
  text-align: center;
  color: #38454c;
  font-size: .13rem;
  line-height: .24rem;
  opacity: .4;
}

.section1 .bottom-content div:nth-of-type(2) {
  text-align: center;
  color: #38454c;
  font-size: .13rem;
  margin-top: 0.27rem;
  opacity: .4;
}

.section1 .swiper-gt-section1 {
  width: 5.33rem;
  position: absolute;
  right: 2.5rem;
  top: 56%;
  transform: translateY(-50%);
}

.section1 .swiper-container {
  height: 70%
}

.section1 .swiper-gt-section1 .swiper-wrapper {
  height: auto
}

.section1 .swiper-gt-section1 .swiper-slide {
  width: 100%;
  overflow: hidden
}

.section1 .swiper-gt-section1 .swiper-slide .box {
  height: auto;
  margin-bottom: 0.22rem;
}

.section1 .swiper-gt-section1 .swiper-slide .box .title {
  color: #fff;
  font-size: 0.16rem;
  letter-spacing: .065em;
}

.section1 .swiper-gt-section1 .swiper-slide .box .desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.15rem;
  line-height: 0.25rem;
  margin-top: 0.1rem;
  border-bottom: 1px solid rgba(114, 101, 97, 0.5);
  padding-bottom: 0.2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section1 .swiper-gt-section1 .swiper-slide .box .desc .desc-box1 {
  width: 55%
}

.section1 .swiper-gt-section1 .swiper-slide .box:nth-last-of-type(1) .desc {
  border: none;
}

.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}

.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet {
  width: 0.73rem;
  height: 0.5rem;
  background-color: transparent;
  border-radius: 0;
  margin-left: 0.22rem;
  display: block;
  border-bottom: 3px solid #fff;
}

.section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet:nth-of-type(1) {
  margin-left: 0;
}

nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 0.7rem;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  box-sizing: border-box;
  z-index: 400;
  opacity: 1
}

.nav-active {
  display: flex !important;
}

nav .nav-box {
  background-image: linear-gradient(to bottom, rgba(94, 94, 94, .7), rgba(95, 95, 95, .7));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backdrop-filter: blur(30px);
}

nav .left {
  font-size: 0.21rem;
  color: #fff;
}

nav .right {
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  height: 100%;
}
nav .right .pc-pad{
    height: 100%
}
nav .right ul {
  display: flex;
  align-items: center;
  height: 100%;
}

nav .right ul li {
  color: rgba(255, 255, 255);
  cursor: pointer;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: .188rem;
  font-weight: 300;
  transition: all .3s;
  position: relative
}

nav .right ul li::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0rem;
  transition: all 0.5s;
  background-color: #fff;
  transform: scale(0, 1);
}

nav .right ul li:hover::after {
  transform: scale(1, 1)
}

nav .right ul li:nth-last-of-type(1) {
  width: 1.3rem;
  height: 0.4rem;
  background-color: #fff !important;
  border-radius: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #111 !important;
  text-align: center !important;
  padding: 0;
  margin: 0;
  margin-left: 0.4rem;
}

nav .right ul li:nth-last-of-type(1)::after {
  background-color: #000;
}

.section2 {
  overflow: hidden
}

.section2 .color {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 1s ease;
  overflow: hidden
}

.section2 .color .bg {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.section2 .color .car-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.section2 .color .car-box .title {
  color: #fffefe;
  letter-spacing: .02rem;
  font-size: .4rem;
  font-weight: 300
}

.section2 .color .car-box .car-bg {
  position: absolute;
  width: 3.4rem;
  top: 50%;
  transform: translateY(-120%);
}

.section2 .color .car-box .car {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  width: 60%
}

.section2 .color0 {
  z-index: 7;
}

.section2 .color1 {
  z-index: 6;
}

.section2 .color2 {
  z-index: 5;
}

.section2 .color3 {
  z-index: 4;
}

.section2 .color4 {
  z-index: 3;
}

.section2 .color5 {
  z-index: 2;
}

.section2 .color6 {
  z-index: 1;
}

.section2 .color-list {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
}

.section2 .color-list li {
  margin-top: 0.43rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.section2 .color-list li .title {
  color: #fff;
  opacity: 0.3;
  font-size: 0.19rem;
  margin-right: 0.45rem;
  width: 0.8rem;
}

.section2 .color-list li .color-block {
  width: 0.19rem;
  height: 0.19rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.section2 .color-list .color-active .title {
  opacity: 1
}

.section2 .color-list .color-active0 .color-block {
  background-color: #777a82;
}

.section2 .color-list .color-active1 .color-block {
  background-color: #6a778a;
}

.section2 .color-list .color-active2 .color-block {
  background-color: #141414 ;
}

/* .section2 .color-list .color-active3 .color-block {
  background-color: #8da8b9;
} */

.section2 .color-list .color-active3 .color-block {
  background-color: #fff;
}
.section2 .color-list .color-active4 .color-block {
  background-color: #ca1524;
}

.section2 .color-list li:nth-of-type(1) {
  margin-top: 0;
}

.section2 .btn-box {
  position: absolute;
  z-index: 20;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.section2 .btn-box .btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: .53rem;
  font-size: .15rem;
  background-color: #ffffff;
  position: relative;
  transition: all .3s;
  cursor: pointer;
  color: #111
}

.section2 .btn-box .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: .53rem;
  background-color: transparent;
  border: solid 1px #ffffff;
  position: relative;
  transition: all .3s;
  font-size: .15rem;
  color: #fff;
  margin-left: .12rem
}

.section2 .btn-box .btn1::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #6d7281;
  transform: scale(0, 1);
}

.section2 .btn-box .btn2::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #fff;
  transform: scale(0, 1);
}

.section2 .btn-box .btn1:hover {
  background: #e7e8eb;
}

.section2 .btn-box .btn1:hover::after {
  transform: scale(1, 1)
}

.section2 .btn-box .btn2:hover::after {
  transform: scale(1, 1)
}
.section4{
    height: 150vh;
    position: relative
}
.section4 .spce {
  width: 89%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  position: sticky;
  top: 0
}

.section4 .spce img {
  width: 65%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.section4 .spce .spce-content {
  flex: 1;
  padding-left: 1.18rem;
}

.section4 .spce .spce-content .title {
  font-size: 0.4rem;
  color: #333;
  font-weight: 300;
}

.section4 .spce .spce-content .p1 {
  font-size: 0.21rem;
  color: #000;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-top: 0.68rem;
}

.section4 .spce .spce-content .p1 span:nth-of-type(1) {
  font-size: 0.25rem;
  color: #161616;
  font-weight: normal;
  display: block;
}

.section4 .spce .spce-content .p1 span {
  font-size: 0.37rem;
  color: #161616;
  font-weight: normal;
  display: block;
}

.section4 .spce .spce-content .p2 {
  font-size: 0.21rem;
  color: #000;
  font-weight: 300;
  line-height: 0.6rem;
  margin-top: 0.2rem;
}

.section4 .spce .spce-content .spce-btn {
  border: 2px solid #000;
  width: 2.88rem;
  height: 0.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.19rem;
  position: relative;
  transition: all 0.3s;
  margin-top: 0.75rem;
  cursor: pointer;
  font-weight: 300;
}

.section4 .spce .spce-content .spce-btn::after {
  position: absolute;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  background-color: #000;
  transform: scale(0, 1);
}

.section4 .spce .spce-content .spce-btn:hover {
  background: #fff;
}

.section4 .spce .spce-content .spce-btn:hover::after {
  transform: scale(1, 1);
}

.section4 .spce .spce-content .tips {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.16rem;
  margin-top: 0.53rem;
}


.news-box {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.news-box .title {
  color: #111;
  font-weight: 300;
  font-size: .4rem;
  text-align: center
}

.img_m {
  display: none;
}
.section5 {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
}
.section5 .bg {
  width: 100%;
  height: 100%;
}
.section5 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.section5 .title {
    position: absolute;
    z-index: 1;
    left: calc(48% - 50px);
    bottom: 1.4rem;
    width: 2.25rem;
}
.section5 .title img {
  width: 100%;
}
.section5 .cat {
    position: absolute;
    width: 2.66rem;
    left: calc(34% - 50px);
    bottom: 1.4rem;
    z-index: 1;
}
.section5 .cat img {
  width: 100%;
}
.section5 .detail {
    position: absolute;
    left: calc(44% + 50px);
    bottom: 1.2rem;
}
.section5 .detail .t1 {
  font-size: 0.36rem;
  color: #fff;
  font-style: italic;
  font-family: "fa";
  position: absolute;
  left: 0;
  width: 3.3rem
}
.section5 .detail .t1 img{
    width: 100%
}
.section5 .detail .t2 {
  font-style: italic;
  font-size: 0.19rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  margin-top: 0.06rem;
  width: 2.06rem;
      position: absolute;
    left: 2.7rem;
        bottom: -0.46rem;
}
.section5 .detail .t2 img{
    width: 100%
}
.flex-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
}
.flex-section .swiper-left {
  width: 67%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.flex-section .swiper-left .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flex-section .swiper-left .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flex-section .swiper-left .swiper-slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.flex-section .swiper-right {
  width: 33%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.flex-section .swiper-right .right-box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  background-color: #464C5A;
  left: 0;
  top: 0;
  padding: 1rem .6rem 1.2rem .6rem;
}
.flex-section .swiper-right .right-box .top .icon{
    width: .28rem;
}
.flex-section .swiper-right .right-box .top .t1 {
  font-size: 0.44rem;
  font-family: "fa";
  width: 4.5rem;
  margin-top: .27rem
}
.flex-section .swiper-right .right-box .top .t1 img{
    width: 100%;
}
.flex-section .swiper-right .right-box .top .t2 {
  font-size: 0.17rem;
  margin-top: 0.15rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5)
}
/* .flex-section .swiper-right .right-box .bottom{
    height: 2rem
}
.section9 .swiper-right .right-box .bottom{
    height: 3.8rem
}
.section10 .swiper-right .right-box .bottom{
    height: 4.2rem
}
.section11 .swiper-right .right-box .bottom{
    height: 5.2rem
}
.section12 .swiper-right .right-box .bottom{
    height: 2.2rem
}
.section13 .swiper-right .right-box .bottom{
    height: 1.5rem
}
.section14 .swiper-right .right-box .bottom{
    height: 1.2rem
}
.section15 .swiper-right .right-box .bottom{
    height: 1.2rem
} */
.flex-section .swiper-right .right-box .bottom .t1 {
  font-size: 0.28rem;
  /* font-family: "fa"; */
  color: #fff;
  position: relative
}
.flex-section .swiper-right .right-box .bottom .t1::after{
    content: '';
    position: absolute;
    display: block;
    bottom: -.35rem;
    width: .69rem;
    height: 1px;
    background: #C79C04;
    left: 0
}
.flex-section .swiper-right .right-box .bottom .t1 span {
  font-size: 0.24rem;
  font-family: "fa";
}
.flex-section .swiper-right .right-box .bottom .t2 {
  font-size: 0.17rem;
  line-height: 0.3rem;
  margin-top: 0.6rem;
  color: rgba(255,255,255,.7);
  font-weight: 300;
}
.flex-section .swiper-right .right-box .bottom .t2 span{
    font-weight: normal
}
.flex-section .swiper-right .right-box0 {
  z-index: 4;
}
.flex-section .swiper-right .right-box1 {
  z-index: 1;
}
.flex-section .swiper-right .right-box2 {
  z-index: 1;
}
.flex-section .swiper-right .right-box3 {
  z-index: 1;
}
.flex-section .swiper-right .swiper-page {
  display: flex;
  align-items: center;
  margin-top: 0.62rem;
  position: absolute;
  left: .6rem;
  bottom: 0.6rem;
  z-index: 226;
  width: 70%;
}
.flex-section .swiper-right .swiper-page .swiper-pagination-section {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.2rem;
}
.flex-section .swiper-right .swiper-page .swiper-pagination-bullet {
  display: block;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
  flex: 1;
  position: relative;
  height: 0.5rem;
  border-bottom: 0.01rem solid #fff;
}
@keyframes slideActive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.flex-section .swiper-right .swiper-page .headPaginationActive::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 1;
  animation: slideActive 4s linear;
  animation-fill-mode: forwards;
  border-radius: 0;
}
.flex-section .swiper-right .line-box {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  left: 0.35rem;
}
.flex-section .swiper-right .line-box .sline {
  width: 1px;
  height: 100%;
  background-color: #efedec;
  z-index: 222;
  margin-left: 0.5rem;
}
.flex-section .swiper-right .line-box .aline {
  width: 1px;
  height: 100%;
  background-color: #efedec;
  z-index: 222;
  margin-right: 0.36rem;
  margin-left: 0;
}
.flex-section .swiper-right .img-box {
  position: absolute;
  z-index: -1;
  width: 3.97rem;
  transform: translateX(-50%);
  bottom: 0.7rem;
  left: 50%;
  opacity: 0.77;
}
.flex-section .swiper-right .img-box img {
  width: 100%;
}

.section7,
.section081,
.section10,
.section12,
.section15 {
  display: flex;
  flex-direction: row-reverse;
  position: sticky;
  top: 0;
}
.section7 .swiper-right .right-box {
  background-color: #464C5A;
  padding: 1rem .6rem 1.2rem .6rem;
}
.section10 .swiper-right .right-box {
  background-color: #464C5A;
  padding: 1rem .6rem 1.2rem .6rem;
}
.section13 .swiper-right .right-box {
  background-color: #464C5A;
  padding: 1rem .6rem 1.2rem .6rem;
}
.section15 .swiper-right .right-box {
  background-color: #464C5A;
  padding: 1rem .6rem 1.2rem .6rem;
}
.section7 .swiper-right .swiper-page {
  left: .6rem;
  width: 70%;
}
.section7 .swiper-right .swiper-page .line {
  flex: 1;
}
.section7 .line-box {
  left: auto !important;
  right: 0.35rem;
}
.section10 .line-box {
  left: auto !important;
  right: 0.35rem;
}
.section13 .line-box {
  left: auto !important;
  right: 0.35rem;
}
.section15 .line-box {
  left: auto !important;
  right: 0.35rem;
}
.section6 {
  position: sticky;
  top: 0;
}
.section8,
.section9,
.section10,
.section11,
.section12,
.section13,
.section14,
.section15 {
  position: sticky;
  top: 0;
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box{
    background: #343638
}
.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .car-name{
    background-color: #f7c438
}
.car-model-test-drive{
    background-image: linear-gradient(to bottom, #313840, #3c434c)
}
.car-model-test-drive .test-drive .test-drive-btn:hover{
    background: #f7c438
}
.car-model-test-drive .test-drive .test-drive-btn{
    background: #eab82f
}

/* 预约试驾 2024 */
.test_drive_new{
    width: 100%;
    position: relative;
}
.test_drive_bk{
    position: relative;
    width: 100%;
}
.test_drive_car{
    position: absolute;
    width: 41%;
    left: 43%;
    top: 34%;
}
.test_drive_tb{
    position: absolute;
    top: 1rem;
    left: 5%;
}
.test_drive_t1{
    font-size: 0.4rem;
    font-weight: 300;
    color: rgb(83,83,83);
    letter-spacing: 0.074rem;
}
.test_drive_t2{
    font-size: 0.22rem;
    font-weight: 200;
    color: rgb(83,83,83);
    margin-top: 0.15rem;
    letter-spacing: 0.1rem;
}
.test_drive_b{
    width: 2.5rem;
    padding: 0.2rem 0;
    text-align: center;
    margin-top: 0.3rem;
    background: rgb(84,84,84);
    color: #fff;
    letter-spacing: 0.05rem;
    font-size: 0.15rem;
    font-weight: 200;
    cursor: pointer;
    display: block;

}


@media (width:1920px) and (height:929px) {
  .section1 .top {
    height: 87vh
  }

  .section1 .bottom-content {
    height: 13vh
  }
}

@media (max-width: 1280px) {
  .section1 .top {
    height: 93vh;
  }

  .section1 .bottom-content {
    height: 8vh;
    padding: 0rem 3.5rem;
  }
}

@media (max-width: 1920px) {
  .section2 .color .car-box .car {
    width: 75%
  }
}
.video_box_sdm{
	/* position: sticky; */
	width: 100%;
    position: relative;
	/* height: 100vh;
	top: 0; */
}
.video_box_sdm video{
	width: 100%;
	/* height: 100vh; */
	object-fit: cover;
	transform: scale(0.41);
	transition: all .2s;
}
.video_text_sdm{
	position: absolute;
	bottom: 0rem;
	/* right: 1rem; */
	opacity: 0;
	transition: all .7s;
    left: 50%;
    transform: translate(-50%, 0);
}
.video_text_sdm.video_t_show{
	opacity: 1 !important;
	bottom: 1rem !important;
    /* top: 1.5rem !important; */
}
.video_min_t_1,.video_min_t_2,.video_min_t_3{
	font-size: 0.7rem;
	color: #FFFFFF;
	opacity: 0.2;
	font-weight: bold;
	padding-bottom: 0.1rem;
	transition: all .2s;
}
.video_show_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.15rem;
	color: #FFFFFF;
	width: 2.3rem;
	background-color: rgba(0,0,0,.2);
	border-radius: 40px;
	height: 0.5rem;
	opacity: 0.56;
	margin-top: 0.15rem;
	cursor: pointer;
}
.video_show_btn:hover{
	background-color: rgba(0,0,0,1);
    opacity: .8;
}
.video_text_sdm .video_show_btn img{
	width: 0.17rem;
	margin-right: 0.2rem;
}
.video_full_pc{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 202;
	background-color: #000000;
	display: none;
}
.video_full_pc video{
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 5;
}
.shut_down_btn{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	z-index: 6;
	background-color: #6b6b6b;
	border-radius: 100%;
	opacity: 0.5;
	transition: all .5s;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shut_down_btn img{
    width: 0.15rem;
}
.shut_down_btn:hover{
	opacity: 1;
}
@media (max-width: 767px) {
.banner .banner-content .banner-content-btn-box{
    justify-content: center
}
 .section1 .swiper-gt-section2 .swiper-slide .box .desc {
    border-bottom: none !important;
  }
  ._fz18 {
    font-size: 0.28rem;
    color: #593c2c;
    padding-bottom: 0.1rem;
  }
  ._fz16 {
    font-size: 0.23rem;
  }
  ._fwn {
    color: #593c2c;
  }
  ._fw300 {
    color: rgba(89, 60, 44, 0.9);
  }
  ._fz15 {
    font-size: 0.18rem;
    color: rgba(89, 60, 44, 0.9);
    margin-top: 0.1rem;
    font-weight: 300;
  }
  ._ptb1 {
    padding: 0.1rem 0;
    line-height: 0.34rem;
  }
  .section1 .swiper-gt-section2 .swiper-slide .box .desc .desc-box1 {
    width: 53% !important;
  }
  .section1 .swiper-container {
    padding-top: 2.7rem !important;
  }
  .section1 .swiper-gt-section1 {
    right: 50% !important;
    width: 6.7rem !important;
  }
  .img_m {
    display: block;
  }

  section {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .section1 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../../../images/hmgt/w2-mb.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .section1 .top {
    flex: none;
    height: 72vh;
  }

  .section1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section1 .section1-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1.5rem;
    transform: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.4rem;
    height: auto
  }

  .section1 .section1-content .title {
    font-size: .4rem;
    font-family: 'fa';
    color: #fff;
    line-height: .6rem;
  }

  .section1 .section1-content .date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 0.4rem;
    padding-top: 0rem;
  }

  .section1 .section1-content .date .p1 {
    color: #fff;
    font-weight: 300;
    font-size: .11rem;
    margin-bottom: 0.14rem;
  }

  .section1 .section1-content .date .p2 {
    color: #fff;
    font-family: 'fa';
    font-weight: bold;
    font-size: .17rem;
  }

  .section1 .section1-content .date .p3 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 300;
    font-size: .11rem;
    padding: 0.02rem 0;
  }

  .section1 .bottom-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    flex: none;
    height: 28vh;
    padding-top: 1.5rem;
  }
  .section1 .bottom-img{
        position: absolute;
        bottom: 19vh;
        width: 100%;
    }
  .section1 .bottom-content div:nth-of-type(1) {
    text-align: center;
    color: #38454c;
    font-size: .17rem;
    line-height: .34rem;
    opacity: .4;
    padding: 0 0.47rem;
  }

  .section1 .bottom-content div:nth-of-type(2) {
    text-align: center;
    color: #897c78;
    font-size: .17rem;
    margin-top: 0.64rem;
    opacity: .4;
  }

  .section1 .swiper-gt-section1 {
    width: 87%;
    position: absolute;
    right: 50%;
    top: 0rem;
    transform: translateX(50%);
  }

  .section1 .swiper-container {
    height: 72vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3.5rem;
  }

  .section1 .swiper-gt-section1 .swiper-gt-section1-head {
    color: #fff;
    font-weight: 300;
    line-height: .36rem;
    padding-bottom: 0rem;
  }

  .section1 .swiper-gt-section1 .swiper-gt-section1-head .swiper-gt-section1-head-title {
    font-size: .23rem;
    color: #736662;
  }

  .section1 .swiper-gt-section1 .swiper-wrapper {
    height: auto
  }

  .section1 .swiper-gt-section1 .swiper-slide {
    width: 100%;
    padding: 0;
    overflow: hidden
  }

  .section1 .swiper-gt-section1 .swiper-slide .box {
    height: auto;
    margin-bottom: 0.3rem;
  }

  .section1 .swiper-gt-section1 .swiper-slide .box:nth-last-of-type(1) {
    margin-bottom: 0
  }

  .section1 .swiper-gt-section1 .swiper-slide .box .title {
    color: #fff;
    font-size: 0.23rem;
    letter-spacing: .065em;
  }

  .section1 .swiper-gt-section1 .swiper-slide .box .desc {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.2rem;
    font-weight: 300;
  }

  .section1 .swiper-gt-section1 .swiper-slide .box:nth-last-of-type(1) .desc {
    border: none;
  }

  .section1 .swiper-gt-section1 .swiper-pagination-gt-section1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 9vh
  }

  .section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet {
    width: 0.83rem;
    height: 0.3rem;
    background-color: transparent;
    border-radius: 0;
    margin-left: 0.22rem;
    display: block;
    border-bottom: 2px solid #fff;
  }

  .section1 .swiper-gt-section1 .swiper-pagination-gt-section1 .swiper-pagination-bullet:nth-of-type(1) {
    margin-left: 0;
  }

  nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    height: 0.93rem;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 .32rem;
    box-sizing: border-box;
    z-index: 400;
    opacity: 1
  }

  .nav-active {
    display: flex !important;
  }

  nav .nav-box {
    background-image: linear-gradient(to bottom, rgba(94, 94, 94, .7), rgba(95, 95, 95, .7));                   -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid #cec7c5;
  }

  nav .left {
    font-size: 0.29rem;
    color: #fff;
  }

  nav .nav-mb-box {
    display: flex !important;
    align-items: center;
  }

  nav .nav-mb-box .down {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    display: block;
    transition: all .3s
  }

  nav .nav-mb-box .down-active {
    transform: rotate(-135deg);
  }

  nav .nav-mb-box .text {
    width: 1.08rem;
    height: 0.54rem;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: .21rem;
    margin-left: 0.4rem;
  }

  nav .right {
    font-size: 0.21rem;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all .3s;
    background-image: linear-gradient(to bottom, rgba(94, 94, 94, .7), rgba(95, 95, 95, .7));
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
    opacity: 0
  }

  nav .right.right-active {
    top: 0.93rem;
    opacity: 1
  }

  nav .right ul {
    display: flex;
    align-items: center;
    height: 100%;
    overflow-x: auto;
    width: 100vw;
    padding-left: 0.5rem;
  }

  nav .right ul::-webkit-scrollbar {
    display: none;
  }

  nav .right ul li {
    color: #fff;
    cursor: pointer;
    margin: 0;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: .21rem;
    font-weight: 300;
    transition: all .3s;
    position: relative;
    flex: none;
  }

  nav .right ul li::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #000;
    transform: scale(0, 1);
  }

  nav .right ul li:hover::after {
    transform: scale(1, 1)
  }

  nav .right ul li:nth-last-of-type(1) {
    width: 1.3rem;
    height: 0.4rem;
    background-color: #000 !important;
    border-radius: 0rem;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    color: #fff !important;
    text-align: center !important;
    padding: 0;
    margin: 0;
    margin-left: 0.4rem;
  }

  nav .right ul li:nth-last-of-type(1)::after {
    background-color: #fff;
  }

  .section2 {
    overflow: hidden
  }

  .section2 .color {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 1s ease;
    overflow: hidden
  }

  .section2 .color .bg {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section2 .color .car-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    justify-content: flex-start;
    padding-top: 2.6rem;
  }

  .section2 .color .car-box .title {
    color: #fffefe;
    letter-spacing: .02rem;
    font-size: .4rem;
    font-weight: 300
  }

  .section2 .color .car-box .car-bg {
    position: absolute;
    width: 3.4rem;
    top: 34%;
    transform: translateY(-50%);
  }

  .section2 .color .car-box .car {
    position: relative;
    z-index: 1;
    margin-top: 2.4rem;
  }
 .section2 .color .car-box .car{
     width: 130%
 }
.section2 .color0 {
  z-index: 7;
}

.section2 .color1 {
  z-index: 6;
}

.section2 .color2 {
  z-index: 5;
}

.section2 .color3 {
  z-index: 4;
}

.section2 .color4 {
  z-index: 3;
}

.section2 .color5 {
  z-index: 2;
}

.section2 .color6 {
  z-index: 1;
}

  .section2 .color-list {
    position: absolute;
    z-index: 20;
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
  }

  .section2 .color-list li {
    margin-top: 0rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  .section2 .color-list li .title {
    color: #fff;
    opacity: 0.3;
    font-size: 0.27rem;
    margin-right: 0rem;
    width: auto;
    margin-top: 0.25rem;
  }

  .section2 .color-list li .color-block {
        width: 0.35rem;
        height: 0.35rem;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 50%;
  }

  .section2 .color-list .color-active .title {
    opacity: 1
  }


  .section2 .color-list li:nth-of-type(1) {
    margin-top: 0;
  }

  .section2 .btn-box {
    position: absolute;
    z-index: 20;
    bottom: 4.8rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }

  .section2 .btn-box .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 0.68rem;
    font-size: .22rem;
    background-color: #ffffff;
    position: relative;
    transition: all .3s;
    cursor: pointer;
    color: #111
  }

  .section2 .color-list .color-active0 .color-block {
    background-color: #777a82;
    }
    .section2 .color-list .color-active1 .color-block {
    background-color: #6a778a;
    }

    .section2 .color-list .color-active2 .color-block {
    background-color: #141414 ;
    }

    .section2 .color-list .color-active3 .color-block {
    background-color: #8da8b9;
    }

    .section2 .color-list .color-active4 .color-block {
    background-color: #fff;
    }
    .section2 .color-list .color-active5 .color-block {
    background-color: #ca1524;
    }

/* .section2 .color-list .color-active0 .color-block {
  background-color: #777a82;
}
.section2 .color-list .color-active1 .color-block {
  background-color: #2e3134;
}

.section2 .color-list .color-active2 .color-block {
  background-color: #6a778a;
}

.section2 .color-list .color-active3 .color-block {
  background-color: #141414 ;
}

.section2 .color-list .color-active4 .color-block {
  background-color: #8da8b9;
}

.section2 .color-list .color-active5 .color-block {
  background-color: #6a778a;
}
.section2 .color-list .color-active6 .color-block {
  background-color: #ca1524;
} */
  .section2 .btn-box .btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 0.68rem;
    background-color: transparent;
    border: solid 1px #ffffff;
    position: relative;
    transition: all .3s;
    font-size: .22rem;
    color: #fff;
    margin-left: .2rem
  }

  .section2 .btn-box .btn1::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #6d7281;
    transform: scale(0, 1);
  }

  .section2 .btn-box .btn2::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #fff;
    transform: scale(0, 1);
  }

  .section2 .btn-box .btn1:hover {
    background: #e7e8eb;
  }

  .section2 .btn-box .btn1:hover::after {
    transform: scale(1, 1)
  }

  .section2 .btn-box .btn2:hover::after {
    transform: scale(1, 1)
  }

  .spce-box {
    background: #eef0f3
  }

  .spce-box .spce {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    flex-direction: column;
    padding: 0rem 0rem;
    position: sticky;
    top: 0
  }

  .spce-box .spce img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .spce-box .spce .spce-content {
    flex: 1;
    padding-left: 0;
    text-align: center;
    padding-top: 0.5rem;
  }

  .spce-box .spce .spce-content .title {
    font-size: 0.48rem;
    color: #111;
    font-weight: 300;
  }

  .spce-box .spce .spce-content .p1 {
    font-size: 0.26rem;
    color: #000;
    font-weight: 300;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
    justify-content: center;
    width: 100%;
  }

  .spce-box .spce .spce-content .p1 span:nth-of-type(1) {
    font-size: 0.3rem;
    color: #161616;
    font-weight: normal;
    display: block;
  }

  .spce-box .spce .spce-content .p1 span {
    font-size: 0.45rem;
    color: #161616;
    font-weight: normal;
    display: block;
  }

  .spce-box .spce .spce-content .p2 {
    font-size: 0.26rem;
    color: #000;
    font-weight: 300;
    line-height: 0.6rem;
    margin-top: 0.2rem;
  }

  .spce-box .spce .spce-content .spce-btn {
    border: 1px solid #000;
    width: 6.35rem;
    height: 0.83rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.25rem;
    position: relative;
    transition: all 0.3s;
    margin-top: 0.3rem;
    cursor: pointer;
    font-weight: 300;
  }

  .spce-box .spce .spce-content .spce-btn::after {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: none;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background-color: #000;
    transform: scale(0, 1);
  }

  .spce-box .spce .spce-content .spce-btn:hover {
    background: #fff;
  }

  .spce-box .spce .spce-content .spce-btn:hover::after {
    transform: scale(1, 1);
  }

  .spce-box .spce .spce-content .tips {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.2rem;
    margin-top: 0.55rem;
  }


  .news-box {
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
    margin: 0;
    background: #fff
  }

  .news-box .title {
    color: #111;
    font-weight: 300;
    font-size: .48rem;
    text-align: center
  }

  .img_m {
    display: none;
  }

  
  .section5 {
    height: 100vh;
    width: 100%;
    position: sticky;
  }
  .section5 .bg {
    width: 100%;
    height: 100%;
  }
  .section5 .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .section5 .title {
    position: absolute;
    z-index: 1;
    left: 3.14rem;
    bottom: 3.5rem;
    width: 2.05rem;
  }
  .section5 .title img {
    width: 100%;
  }
  .section5 .cat {
    position: absolute;
    width: 2.44rem;
    left: 0.7rem;
    bottom: 3.5rem;
    z-index: 1;
  }
  .section5 .cat img {
    width: 100%;
  }
  .section5 .detail {
    position: absolute;
    left: 2.1rem;
    bottom: 3.26rem;
  }
  .section5 .detail .t1 {
    font-size: 0.4rem;
    color: #fff;
    font-style: italic;
    font-family: "fa";
    width: 3rem;
  }
  .section5 .detail .t2 {
    font-style: italic;
    font-size: 0.19rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    margin-top: 0.09rem;
    line-height: 0.3rem;
    width: 2.03rem;
  }
  #section6-box .detail .t2{
      /* width: 85% */
  }
  .flex-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background-color: #464c5a;
    padding: 0 0.4rem;
  }
  .flex-section .top {
    padding: 1.37rem 0 0.5rem;
  }
  .flex-section .top .icon{
      width: .3rem
  }
  .flex-section .top .t1 {
    font-size: 0.52rem;
    font-family: "fa";
    color: #000;
    width: 5.2rem;
    margin-top: 0.27rem;
  }
  .flex-section .top .t1 img{
      width: 100%
  }
  .flex-section .top .t2 {
    font-size: 0.22rem;
    font-weight:300;
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .flex-section .swiper-left {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
  }
  .flex-section .swiper-left .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .flex-section .swiper-left .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .flex-section .swiper-left .swiper-slide .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
  }
  .flex-section .swiper-right {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .flex-section .swiper-right .right-box {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    background-color: #464c5a;
    left: 0;
    top: 0;
    padding: 0.5rem 0 0;
  }
  .flex-section .swiper-right .right-box .top .t1 {
    font-size: 0.45rem;
  }
  .flex-section .swiper-right .right-box .top .t2 {
    font-size: 0.17rem;
    margin-top: 0.24rem;
  }
  .flex-section .swiper-right .right-box .bottom .t1 {
    font-size: 0.37rem;
    color: #fff
  }
  .flex-section .swiper-right .right-box .bottom .t2 {
    font-size: 0.23rem;
    line-height: 0.4rem;
    color: #fff
  }
  .flex-section .swiper-right .right-box0 {
    z-index: 4;
  }
  .flex-section .swiper-right .right-box1 {
    z-index: 1;
  }
  .flex-section .swiper-right .right-box2 {
    z-index: 1;
  }
  .flex-section .swiper-right .right-box3 {
    z-index: 1;
  }
  .flex-section .swiper-right .swiper-page {
    display: flex;
    align-items: center;
    margin-top: 0.62rem;
    gap: 0.2rem;
    position: absolute;
    left: 0rem;
    bottom: 18.5%;
    z-index: 300;
    width: 100%;
  }
  .flex-section .swiper-right .swiper-page .line {
    width: 1.5rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #413737;
    cursor: pointer;
    position: relative;
  }
  .flex-section .swiper-right .swiper-page .line .line-active {
    position: absolute;
    left: 0;
    top: 0.39rem;
    width: 0;
    background-color: #413737;
    height: 0.04rem;
    z-index: 12312321;
  }
  .flex-section .swiper-right .line-box {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    left: 0.35rem;
    display: none;
  }
  .flex-section .swiper-right .line-box .sline {
    width: 1px;
    height: 100%;
    background-color: #efedec;
    z-index: 222;
    margin-right: 0.35rem;
  }
  .flex-section .swiper-right .img-box {
    position: absolute;
    z-index: 222;
    width: 3.43rem;
    left: 70%;
    transform: translateX(-50%);
    bottom: 2rem;
  }
  .flex-section .swiper-right .img-box img {
    width: 100%;
  }
.section7,
.section10,
.section12,
.section14,
.section15 {
    display: flex;
    flex-direction: column;
    background-color: #404653;
  }
  .section7 .swiper-right .right-box {
    background-color: #404653;
    padding: 0.5rem 0 0;
  }
  .section10 .swiper-right .right-box {
    background-color: #404653;
    padding: 0.5rem 0 0;
  }
  .section12 .swiper-right .right-box {
    background-color: #404653;
    padding: 0.5rem 0 0;
  }
    .section14 .swiper-right .right-box {
    background-color: #404653;
    padding: 0.5rem 0 0;
  }
  .section15 .swiper-right .right-box {
    background-color: #404653;
    padding: 0.5rem 0 0;
  }
.flex-section .swiper-right .right-box .bottom .t1 span{
    font-size: .25rem
}
  .section7 .swiper-right .swiper-page {
    left: 0rem;
    width: 100%;
  }
  .section7 .swiper-right .swiper-page .line {
    flex: 1;
  }
  .section7 .line-box {
    left: auto !important;
    right: 0.35rem;
  }
  .section7 .right-box2-0 {
    z-index: 5;
  }
  .section7 .right-box2-1 {
    z-index: 1;
  }
  .section8 .swiper-right .swiper-page .line {
    width: 2.2rem;
  }
  .section8 .right-box3-0 {
    z-index: 5;
  }
  .section8 .right-box3-1 {
    z-index: 1;
  }
  .section8 .right-box3-2 {
    z-index: 1;
  }
  .video_show_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.25rem;
    color: #FFFFFF;
    width: 4.4rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 40px;
    height: 0.76rem;
    opacity: 0.56;
    margin-top: 0.15rem;
    cursor: pointer;
}
    .video_text_sdm.video_t_show{
        bottom: 2rem !important;
    }
    .video_text_sdm .video_show_btn img{
        width: .3rem
    }
    .shut_down_btn{
        width: 1rem;
        height: 1rem
    }
    .shut_down_btn img{
        width: .4rem
    }
}



/* 页面内style */
    .video_text_box_pc {
  position: relative;
  height: 600vh;
  width: 100%;
  /* background-color: #3A2720; */
  /* background-image: url(../img/shipin.jpg); */
  background-image: url('https://cmsmanage-api.gwm.com.cn/site//ALLYES_CMS2007312050448GXFQDVC/statics/images/hmgt/shipin.jpg');
  background-size: 100% 100%;
}
.vt_box_1 {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-image: url('https://cmsmanage-api.gwm.com.cn/site//ALLYES_CMS2007312050448GXFQDVC/statics/images/hmgt/shipin.jpg');
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.vt_box_2 {
  position: sticky;
  top: 0;
  margin-top: -100vh;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background-color: transparent;
  opacity: 1;
  overflow: hidden;
}
.vt_box_2 .ovhd {
  position: relative;
  width: 100%;
  height: 100vh;
}
.vt_box_3 {
  position: relative;
  top: 0;
  /* margin-top: -100vh; */
  width: 100%;
  height: 100vh;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.3s;
}

.vt_box_1 .vt1_scale {
  transform: scale(50);
  opacity: 0.06;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.1s;
}
.vt1_scale div {
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.vt1_scale div:nth-of-type(1) {
  color: #d9dadc;
}
.vt1_scale div:nth-of-type(2) {
  color: #c9a642;
}

.vt_box_2 div {
  color: #d9dadc;
  font-weight: bold;
  font-size: 0.6rem;
}
.vt_box_2 div span {
  font-weight: bold;
  color: #fdd03f;
  font-size: 0.6rem;
}
.vt_box_2 .t1 {
  position: absolute;
  right: -150%;
  top: 8%;
  width: 100%;
  padding-left: 20%;
}
.vt_box_2 .t2 {
  position: absolute;
  left: -150%;
  top: 23%;
  margin-left: 8rem;
  width: 100%;
  text-align: left;
}
.vt_box_2 .t3 {
  position: absolute;
  right: -150%;
  top: 38%;
  width: 100%;
  padding-left: 10%;
}
.vt_box_2 .t4 {
  position: absolute;
  left: -150%;
  top: 53%;
  width: 100%;
  text-align: right;
  padding-right: 5%;
}
.vt_box_2 .t5 {
  position: absolute;
  right: -150%;
  top: 68%;
  width: 100%;
  padding-left: 5%;
}
.vt_box_2 .t6 {
  position: absolute;
  left: -150%;
  top: 83%;
  margin-left: 6rem;
  width: 100%;
  text-align: left;
}

.vt_box_3 video {
  /* position: absolute; */
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* transform: scale(0.33); */
  /* opacity: 0; */
  pointer-events: none;
}
.hm_qy {
  width: 100%;
}
.hm_qy img {
  width: 100%;
}



.what {
  padding: 1rem 1.6rem;
  background-color: #464C5A;
  color: #fff;
}
.more_config_top{
    width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0.95rem;
}
.unit_title._into{
    transform: translateY(0rem);
    opacity: 1;
}
.unit_title{
    font-size: 0.32rem !important;
    font-weight: 700 !important;
    color: #fff;
}
.mct_b._into{
    transform: translateY(0rem);
	opacity: 1;
}
.mct_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #000;
  padding: 0.1rem 0.2rem;
  width: 2rem;
  height: 0.5rem;
  color: #fff;
  background: #1e1f22;
  cursor: pointer;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 1s;
}
.mct_b:hover{
    color: #deb645;
}
.mct_b div {
  margin-left: 0.18rem;
  font-weight: 300;
  letter-spacing: 0.02rem;
  color:#deb645;
}
.mct_b div:hover{
    background: #1e1f22;
}
._img{
  width: 0.24rem;
  position: relative;
}
._img .img_b{

}
._img .img_{

}

@media (max-width: 768px) {

    .test_drive_tb{
        top: 1.2rem;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .test_drive_car{
        width: 74%;
        left: 13%;
        top: 56%;
    }
    .test_drive_t1{
        font-size: 0.5rem;
    }
    .test_drive_t2{
        font-size: 0.28rem;
    }
    .test_drive_b{
        width: 3rem;
        font-size: 0.22rem;
    }

    .hm_qy {
        position: relative;
    }
    .qy_btn_zc {
        position: absolute;
        bottom: 0.5rem;
        width: 80%;
        left: 10%;
        height: 1rem;
        line-height: 1rem;
        background-color: #000;
        color: #fff;
        letter-spacing: 1px;
        align-items: center;
        justify-content: center;
    }
}


/* 0424 */
.mct_b ._img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mct_b ._img img{
    width: 100%;
}
.mct_b ._img img.img_y{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.mct_b:hover ._img img.img_y{
    opacity: 0;
}
.mct_b:hover{
    border: 1px solid #deb645;
    background-color: #deb645;
    color: #000;
}
.mct_b:hover div{
    color: #000 !important;
}
.mct_b div{
    background: transparent !important;
}

.what .what_i{
    width: 100%;
}



@media (max-width: 767px) {
    .what{
        padding: 1rem 0.4rem;
    }
    .mct_b{
        width: 2.5rem;
        height: 0.8rem;
    }
    
}

/* 贴心服务 */

.last-box{
    background: #ebeae8;
    padding: 1.4rem;
    text-align: center;
    border-radius: 0.1rem;
    padding-top: 0

}
.tag_center{
    font-weight: 500;
    font-size: 0.44rem;
    color: #282421;
    margin-bottom: 0.74rem;
    text-align: center;
}
.car_img_list{
    display: flex;
    justify-content: space-between;
}
.car_img_box{
    width: calc(25% - 0.17rem);
    background: #fff;
    position: relative;
    border-radius:  0.1rem;
}
.car_img_box img{
    border-radius:  0.1rem;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.car_img_txt{
    color: #282421;
    font-size: 0.24rem;
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
}
.car_img_txt_min{
    color: #282421;
    font-size: 0.15rem;
    font-weight: 300;
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
}

/* 配置卡片 */
.config-box{
    padding: 1.6rem;
    padding-bottom: 1.4rem;
    background: #ebeae8;
}

.config-tag{
    text-align: center;
    font-weight: 500;
    font-size: 0.44rem;
    color: #282421;
    padding-bottom: 0.7rem;
}

.config-box .cls_btn_list {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.config-box .cls_btn_list .btn_style_warya {
    width: 2.4rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.config-box .cls_btn_list .cls_btn_1 {
    background-color: #373a3d;
    color: #fff
}

.config-box .cls_btn_list .cls_btn_1 span{
    font-size: .15rem
}

.config-box .cls_btn_list .cls_btn_2 {
    border: 1px solid #373a3d;
    color: #373a3d;
    margin-left: 0.2rem;
    background: transparent
}
.config-box .cls_btn_list .cls_btn_2 span{
    font-size: .15rem
}
.sw_12 .swiper-slide img,
.sw_1  img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.onePage{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.p0-box {
    margin: 0.8rem 0;
}

/* 进阶部分 */
.p0-tag{
    text-align: center;
    font-size: 0.44rem;
    color: #282421;
}
.p0-tag-title{
    text-align: center;
    font-size: 0.20rem;
    color: #282421;
    margin-top: 0.25rem;
    margin-bottom: 0.46rem;
    line-height: 1.5;
    letter-spacing: 0.04rem;
}
.sw_1 .swiper-container{
    width: calc(100% - 6rem);
    overflow: inherit;
}
.sw_1 .swiper-container .swiper-slide{
    border-radius: 0.16rem;
}
.sw_1 .swiper-container .swiper_titles{
    position: absolute;
    top: 75%;
    left: 0.60rem;
    color: #fff;
    font-size: 0.3rem;
    width: 60%;
}
.sw_1 .swiper-container .swiper_titles .swiper_titles_t2{
    font-size: 0.19rem;
    margin-top: 0.15rem;

}
.sw_1 .swiper-pagination{
    margin:  0.5rem auto;
    position: unset;
}
.sw_1 .swiper-pagination .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background: #6B6C6F;
    margin: 0 0.05rem;
    transition: all 0.5s;
    opacity: 1;
    border-radius: 0.08rem; 
}
.sw_1 .swiper-pagination .swiper-pagination-bullet:nth-child(1){
    margin-left: 0
}
.sw_1 .swiper-pagination .swiper-pagination-bullet:nth-last-child(1){
    margin-right: 0
}
.sw_1 .swiper-pagination .swiper-pagination-bullet-active{
    width: 0.42rem;
    background: #000;
}

.sw_1 .cgs_btn{
    width: 1.37rem;
    height: .57rem;
    background: #151515;
    border-radius: .29rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    padding: 0.07rem;
    position: absolute;
    bottom: 2rem;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}
.sw_1 .cgs_btn .cgs_btn-r,
.sw_1 .cgs_btn .cgs_btn-l{
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
    cursor: pointer;
}
.sw_1 .cgs_btn img{
    position: absolute;
    left: 0;
    top: 0;
}
.sw_1 .swiper-slide img{
    border-radius: 0.1rem;
}
.cgs_btn-l img{
    opacity: 1;
    /* transition: all 0.5s; */
}
.cgs_btn-l img:nth-child(2){
    opacity: 0;
    /* transition: all 0.5s; */
}

.cgs_btn .cgs_btn-r:hover,
.cgs_btn .cgs_btn-l:hover{
    opacity: 0.8;
}


/* 权益 */
/* .policy-all{
    padding: 1.1rem 1.5rem !important;
}

.policy-all.policy-all-black h4{
    width: 100%;
    text-align: left;
    color: #F1BC00;
}
.policy-all .policy-detail .policy-title-box .policy-box{
    color: #F1BC00;
}
.policy-all .policy-detail .policy-list-2 li{
    display: flex;
}
.policy-all .policy-detail .policy-list li .policy-list-title p{
    margin-top: 0!important;
    color: #fff!important;
    font-weight: 400!important;
}
.policy-all.policy-all-black .policy-detail .policy-list li .policy-list-money{
    padding-right: 0.4rem;
    color: #F1BC00;
    position: relative;

}
.policy-all.policy-all-black .policy-detail .policy-list li .policy-list-money::after{
    position: absolute;
    right: 0.2rem;
    height: 0.31rem;
    width: 1px;
    background: #000;
    opacity: 0.4;
    content: "";
    top: 0;

}

.policy-all.policy-all-black{
    background: #1B1B1B;
}
.policy-all.policy-all-black .policy-detail{
    background: #282828;
}
.policy-all.policy-all-black .policy-detail .policy-info .policy-info-title{
    font-size: 0.2rem;
    border-top: 1px solid #c8c8c8;
    color: #919191;
}
.policy-all.policy-all-black .policy-detail .policy-info .policy-info-list p{
    margin-top: 0.05rem;
    color: #919191;
    font-size: 0.16rem;
}
.policy-list-title{
    width: 75%;
} */

.banner .banner-content .btn1{
    border-radius: 0.1rem;
    overflow: hidden;
}
.banner .banner-content .btn2{
    border-radius: 0.1rem;
}
.banner .banner-content .btn2::after{
    left: 50%;
    transform: translateX(-50%) scale(0, 1)!important;
    width: 95%;
}
.banner .banner-content .btn2:hover:after{
    transform: translateX(-50%) scale(1, 1)!important;
}

.notes-box{
    font-size: 0.18rem;
    color: #999;
    opacity: 0.6;
    text-align: right;
    padding-right: 2.7rem;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}

@media (max-width: 767px) {
    .last-box{
       padding: 1.2rem 0.5rem 0;
    }
    .car_img_list{
        display: block;
    }
    .car_img_box{
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .car_img_box:nth-last-child(1){
        margin-bottom: 0;
    }
     /* 进阶部分 */
    .p0-tag{
        font-size: 0.53rem;
    }
    .p0-tag-title{
        font-size: 0.24rem;
        margin-top: 0.35rem;
        margin-bottom: 0.7rem;
    }

    .p0-box{
      padding: 0 0.5rem;
    }
    .sw_1 .swiper-container{
      width: calc(100%);
      overflow: hidden;
    }
    .sw_1 .swiper-container .swiper-slide{
        border-radius: 0.16rem;
    }
    .sw_1 .swiper-container .swiper_titles{
        position: unset;
        color: #333333;
        font-size: 0.6rem;
        width: 100%;
        background: #F8F8F8;
        padding: 0.48rem;
    }
    .sw_1 .swiper-container .swiper_titles .swiper_titles_t2{
        font-size: 0.24rem;
    
    }

    .p1-list-name{
        font-size: 0.22rem;
    }
    .p1-list-num{
        font-size: 0.55rem;
        margin-bottom: 0.42rem;
    }
    .p1-list-unit{
        font-size: 0.33rem;
        height: 0.73rem;

    }
    .pc-pad-flex{
        display: none!important;
    } 
    
    .swiper_tab_page{
        margin:  0 auto;
        position: unset;
        display: flex!important;
        justify-content: center;
    }
    .swiper_tab_page .swiper-pagination-bullet{
        width: 0.16rem;
        height: 0.16rem;
        background: #6B6C6F;
        margin: 0 0.08rem;
        transition: all 0.5s;
        opacity: 1;
        border-radius: 0.08rem; 
    }
    .swiper_tab_page .swiper-pagination-bullet:nth-child(1){
        margin-left: 0
    }
    .swiper_tab_page .swiper-pagination-bullet:nth-last-child(1){
        margin-right: 0
    }
    .swiper_tab_page .swiper-pagination-bullet-active{
        width: 0.42rem;
        background: #000;
    }
    .config-box{
        padding: 1rem 0.5rem 0;
        padding-bottom: 1.4rem;
    }
    .car_img_txt{
        left: 0.5rem;
        transform: translateX(0);
        font-size: 0.33rem;
        bottom: 0.8rem;
    }
    .car_img_txt_min{
        left: 0.5rem;
        transform: translateX(0);
        font-size: 0.24rem;
        bottom: 0.4rem;
    }
    .swiper_tab_12_page{
        margin-top: 0.5rem;
    }

     /* 权益移动 */
    /* .policy-all h4{
        text-align: center;
        font-weight: bold;
    }
    .policy-all{
        padding: 1.1rem 0.5rem !important;
    }
    .policy-all .policy-detail{
        padding-bottom: 0
    }
    .policy-all .policy-detail .content_title{
        display: none;
    }
    .policy-all .policy-detail .policy-list{
        margin-top: 0
    }
    .policy-all .policy-detail .policy-list li{
        display: block;
        margin-bottom: 0.6rem;
    }
    .policy-all .policy-detail .policy-list li:nth-last-child(1){
        margin-bottom: 0.7rem;
    }
    .policy-all .policy-detail .policy-list li .policy-list-money{
        margin-bottom: 0.2rem;
        font-weight: bold;
    }
    .policy-all .policy-detail .policy-list li .policy-list-money::after{
        display: none;
    }
    .policy-all .policy-detail .policy-info{
        margin: 0;
        padding: 0;
        background: #1B1B1B;
        width: calc(100% + 1.34rem);
        margin-left: -0.67rem;

    }
    .policy-all.policy-all-black .policy-detail .policy-info .policy-info-title{
        border-top: unset;
        padding-top: 0.6rem;
    }
    .policy-all.policy-all-black .policy-detail .policy-info .policy-info-list p{
        font-weight: 400;
    }
    .policy-all .policy-detail .policy-list li .policy-list-title p{
        font-size: 0.25rem!important;
    }
    .policy-list-title{
        width: 100%;
    }
    .policy-tips-box{
        display: none;
    } */
    .config-box .cls_btn_list .cls_btn_1{
        width: 3rem;
        height: 0.7rem;
        border-radius: 0.1rem
    }
    .config-box .cls_btn_list .cls_btn_1 span{
        font-size: 0.22rem
    }
    .config-box .cls_btn_list .cls_btn_2{
        width: 3rem;
        height: 0.7rem;
        border-radius: 0.1rem
    }
    .config-box .cls_btn_list .cls_btn_2 span{
        font-size: 0.22rem
    }
    .notes-box{
        font-size: 0.24rem;
        text-align: right;
        padding: 1.5rem 0.5rem;
        padding-top: 1rem;
    }

}
