.advertisement {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  display: none;
}

.advertisement .box {
  background: #FFF;
  max-width: 900px;
  margin: auto;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 8px solid #F1f1f1;
  position: relative;

}

.advertisement .box .swiper img {
  width: 100%;
  display: block;
}

.advswiper .iconfont {
  top: 50%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  cursor: pointer;
  transform: translateY(-50%);
}

.advswiper .iconfont.swiper-button-disabled {
  display: none;
}

.advswiper .icon-left {
  left: 20px;
}

.advswiper .icon-right {
  right: 20px;
}

.advertisement .box .advtop {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 100
}

.advertisement .box .advtop font,
.advertisement .box .advtop i {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;

  border-radius: 20px;
  display: inline-block;
}

.advertisement .box .advtop i.icon-close {
  cursor: pointer;
}

.advertisement .box .advtop i svg {
  width: 16px;
  height: 16px;
}


.advertisement .box .adv-pagination {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 0;
  text-align: center;
}






.video-play {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  ;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-play div {
  width: 80%;
  max-width: 1800px;
  position: relative
}

.video-play div video {
  border-radius: 8px;
  border: 4px solid #c9c9c9
}

.video-play div span {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #c9c9c9;
  border-radius: 50px;
  padding: 5px;
  font-size: 1.2vw;
  cursor: pointer;
  z-index: 10
}

.video-play div span:hover {
  background-color: #d90000;
  color: #ffffff
}

.paly-show {
  display: flex;
}





.privacy-manager {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  display: none
}

.privacy-manager .txtdiv {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #FFF;
  position: relative;
  padding: 3vw
}


.privacy-manager .txtdiv h2 {
  font-size: 1.4vw;
  margin-bottom: 2vw
}

.privacy-manager .txtdiv .txt {
  margin-bottom: 2vw;
  font-size: 15x;
  color: #616161;
  line-height: 1.8em
}


.privacy-manager .btns {
  display: flex
}

.privacy-manager .btns div {
  font-size: 14px;
  background-color: #171a20;
  color: #FFFFFF;
  width: 10vw;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  transition: all .3s;
  border: 1px solid #171a20;
}

.privacy-manager .btns div {
  cursor: pointer;
  font-size: 16px
}

.privacy-manager .btns div:first-child {
  margin-right: 2vw;
  background-color: #FFF;
  color: #171a20;
}

.privacy-manager .btns div:first-child path {
  fill: #171a20;
}

.privacy-manager .btns div svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 20px
}

.privacy-manager .btns div path {
  fill: #FFF;
}

.privacy-manager .btns div:hover {
  background-color: #d90000;
  border-color: #d90000;
  color: #FFF
}

.privacy-manager .btns div:hover path {
  fill: #fff;
}


.banner img {
  width: 100%;
  display: block;
}

.banner {
  position: relative;
}

.banner .text {
  position: absolute;
  left: 50%;
  top: 10%;
  color: #ffffff;
  text-align: center;
  transform: translateX(-50%);
}

.banner .text h2 {
  font-size: 3vw;
  transform: translateY(50%);
  opacity: 0;
}

.banner .text div {
  font-size: 1.2vw;
  transform: translateY(50%);
  opacity: 0;
}

.banner .text div.t {
  margin-top: 1vw;
}

.banner .text div:nth-child(2) {
  margin-top: 0.5vw;
}

.banner .text div.button {
  margin-top: 1.5vw;
}

.banner .text div.button a {
  font-size: 14px;
  color: #FFFFFF;
  width: 12vw;
  display: inline-block;
  text-align: center;
  background-color: #FFFFFF;
  color: #171a20;
  padding: 10px;
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.banner .text div.button a:first-child {
  margin-right: 2vw;
  background-color: #171a20;
  color: #FFFFFF;
}

.banner .text div.button a:hover {
  background-color: #bd2130;
  color: #FFFFFF;
}


.banner .swiper-slide-active .text div.button {
  transition: opacity 0.3s linear 1.6s,
    /* 透明度过渡：0.3s完成，延迟0.5s */
    transform 0.3s linear 1.6s;
  transform: translateY(0);
  opacity: 1;
}

.banner .swiper-slide-active .text div.t {
  transition: opacity 0.3s linear 1.2s,
    /* 透明度过渡：0.3s完成，延迟0.5s */
    transform 0.3s linear 1.2s;
  transform: translateY(0);
  opacity: 1;
}

.banner .swiper-slide-active .text h2 {
  transition: opacity 0.3s linear 0.8s,
    /* 透明度过渡：0.3s完成，延迟0.5s */
    transform 0.3s linear 0.8s;
  transform: translateY(0);
  opacity: 1;
}

.banner .swiper-pagination {
  bottom: 4vw;
}

.banner .swiper-pagination-bullet {
  width: 16px;
  height: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.banner .swiper-pagination-bullet-active {
  width: 5vw;
}

/* 进度条动画 */
.banner .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: white;
  border-radius: 10px;
  animation: progress 6s linear forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* 重置动画（用于切换时重新开始） */
.banner .swiper-pagination-bullet-active.resetting::after {
  animation: none;
  width: 0;
}


.service {
  margin-top: 7vw;
}





.service .sdsd {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f4f4f4;
  display: flex;
  flex: 1;

}

.service .sdsd .t {
  order: 1;
  width: 66.6666%;
  padding: 2vw;
}

.service .sdsd .t h3 {
  font-size: 1.2vw;
}

.service .sdsd .t p {
  font-size: 0.9vw;
  margin-top: 1vw;
  color: #5c5e62;
  margin-bottom: 1vw;
}

.service .sdsd .t a {
  font-size: 14px;
  background-color: #FFFFFF;
  color: #393c41;
  width: 12vw;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.service .sdsd .t a:hover {
  background-color: #bd2130;
  color: #FFFFFF;
}

.service .sdsd .i {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  order: 2;
  width: 36%;
}

.service .sdsd .i img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: block;
}


.service .sdsd:first-child {
  margin-right: 3vw;
}

.service .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service .map {
  margin-top: 3vw;
}

.service .map .m {
  overflow: hidden;
  border-radius: 8px;
  height: 50vh;
}

.service .map .t {
  margin-top: 1vw;
  display: flex;
}

.service .map .t .l h3 {
  font-size: 1.2vw;
}

.service .map .t .l p {
  font-size: 0.9vw;
  margin-top: 1vw;
  color: #5c5e62;
  margin-bottom: 1vw;
}

.service .map .t .l a {
  font-size: 14px;
  background-color: #171a20;
  color: #FFFFFF;
  width: 12vw;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.service .map .t .l a:hover {
  background-color: #bd2130;
  color: #FFFFFF;
}

.service .map .t .r {
  margin-left: auto;
  text-align: center;
  display: flex;
}

.service .map .t .r div:first-child {
  margin-right: 6vw;
}

.service .map .t .r h4 {
  font-size: 3.5vw;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

.service .map .t .r p {
  font-size: 0.9vw;
  margin-top: 0.5vw;
  color: #5c5e62;
  margin-bottom: 1vw;
}

.service .module {
  position: relative;
  flex: 1;
  height: 20vw;
  margin-right: 2vw;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  font-family: Basis Grotesque;
  border-radius: 0.5vw;
  transition: all .3s ease-in-out;
}

.service .module:last-child {
  margin-right: 0;
}

.service .module.selected {
  flex: 2;
}

.service .module img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service .module .text {
  width: 100%;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 2vw;
  left: 0;

  transition: all .6s ease-in-out;
  transform: translateY(10%);
}

.service .module .text h3 {
  font-size: 1.2vw;
}

.service .module .text p {
  white-space: nowrap;
  display: none;
  margin-top: 0.4vw;
  font-size: 0.85vw;
}

.service .module .text a {
  display: none;
  margin-top: 1vw;
  color: #ffffff;
  justify-content: center;
}

.service .selected .text {
  transform: translateY(0%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.service .selected .text p {
  display: block;
}

.service .selected .text a {
  display: inline-block;
}

.gxvideo {
  margin-top: 7vw;
}

.gxvideo .con {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.gxvideo .con video {
  display: block;
  width: 100%;
}

.gxvideo .con::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
}

.gxvideo .hv::after {
  opacity: 0;
}

.gxvideo .con a {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video {
  position: relative;
  overflow: hidden;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0%);
  margin-top: 7vw;

}

.video::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.video video {
  width: 100vw;
  display: block;
}

.video img {
  width: 100%;
  color: #fff;

}

.video .text {
  position: absolute;
  top: 10vw;
  text-align: center;
  left: 50%;
  color: #FFFFFF;
  transform: translateX(-50%);
}

.video .text h3 {
  font-size: 2.8vw;
  margin-bottom: 2vw;
}

.video .text p {
  line-height: 2vw;
}

.video .text a {
  margin-top: 10vw;
  display: inline-block;
  color: #FFFFFF;
}

.news {
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-top: 7vw;
  margin-bottom: 7vw;
}

.news .title,
.news .pagination {
  text-align: center;
}

.news .title h2 {
  font-size: 2.8vw;
  margin-bottom: 1vw;
}

.news .list {
  overflow: hidden;
}

.news .list ul {
  text-align: left;
  display: flex;
  margin-top: 4vw;
}

.news .list ul li {
  transition: all .3s ease-in-out;
  padding: 1vw;
}

.news .list ul li div {
  border-radius: 3px;
  overflow: hidden;
  background-color: #f1f1f1;
  height: 19vw;
}

.news .list ul li img {
  position: relative;
  left: 50%;
  top: 50%;
  height: 100%;
  display: block;
  transition: all .3s ease-in-out;
  transform: translate(-50%, -50%) scale(1);
  width: auto;
}

.news .list ul li span {
  font-family: 'HarmonyOS_Sans_Black';
  margin-left: auto;
  font-size: 15px;
  background-color: #414141;
  padding: 5px 15px;
  color: #FFF;
  border-radius: 20px
}

.news .list ul li p {
  align-items: center;
  display: flex;
  color: #616161;
  margin-top: 0.8vw;
}

.news .list ul li h3 {
  transition: all .3s ease-in-out;
  color: #000000;
  margin-top: 0.8vw;
  line-height: 1.6em;
  font-size: 1.2vw;
}

.news .list ul li a:hover h3 {
  color: #bd2130;
}

.news .list ul li a:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.news .pagination {
  margin-top: 1vw;
}

.news .pagination span {
  cursor: pointer;
  display: inline-block;
  width: 1.5vw;
  height: 4px;
  background-color: #999999;
  margin-right: 10px;
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

.news .pagination span.swiper-pagination-bullet-active {
  background-color: #bd2130;
}

.news .more {
  font-size: 14px;
  background-color: #171a20;
  color: #FFFFFF;
  width: 12vw;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  transition: all .3s ease-in-out;
  margin: auto;
  margin-top: 3vw;
}

.news .more:hover {
  color: #FFFFFF;
  background-color: #bd2130;
}

.car {
  margin-top: 7vw;
  text-align: center;
  position: relative;
}

.car .car-top .brand {
  padding-bottom: 2.5vw;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.car .car-top .brand span {
  display: inline-block;
  cursor: pointer;
  margin: 0 2vw;
  font-size: 18px;
  background-color: #f4f4f4;
  padding: 20px;
  width: 15vw;
  border-radius: 8px;
  opacity: 0.8;
}

.car .car-top .brand span img {
  display: none;
  margin-bottom: 1vw;
  width: 70px;
}

.car .car-top .brand span.active {
  opacity: 1;
  background-color: #bd2130;
  color: #FFFFFF;
}

.car .car-top .name {
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: absolute;
  width: 100%;
  top: 44vw;
}

.car .car-top .name .car-pagination {
  position: relative;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  grid-column: 1;
  grid-row: 1;
}

.car .car-top .name .car-pagishow {
  z-index: 1;
  opacity: 1;
}

.car .car-top .name span {
  display: inline-block;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin: 0 9px;
}

.car .car-top .name span i {
  display: block;
}



.car .car-top .name span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #171a20;
}

.car .car-top .name span.swiper-pagination-bullet-active {
  position: relative;
  width: 40px;
  border-radius: 10px;
  background-color: #bd2130;
  opacity: 1;
}


.car-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.car-list {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  grid-column: 1;
  grid-row: 1;
  position: relative;
}

.car-listshow {
  opacity: 1;
}

.car-list img {
  text-align: center;
  margin: 3vw auto;
  width: 89%;
  z-index: 10;
  position: relative;
}

.car-list .t {
  top: 20px;
  position: absolute;
  opacity: 0;
}

.car-list .t img {
  margin: auto;
  z-index: 0;
  height: 15vw;
  width: auto;
}

.car-list .specs {
  display: none;
  transition:
    opacity 0.3s linear 0.5s,
    /* 透明度过渡：0.3s完成，延迟0.5s */
    transform 0.3s linear 0.5s;
  /* 位移过渡：0.3s完成，延迟0.5s */
  opacity: 0;
  transform: translateY(50%);
}

.car-list .specs div {
  display: inline-block;
  margin-right: 2.5vw;
}

.car-list .specs div:last-child {
  margin-right: 0;
}

.car-list .swiper-slide-active .t {
  transition: all .3s ease-in-out;
  opacity: 1;
}

.car-list .swiper-slide-active .specs {
  transform: translateY(0);
  opacity: 1;
}

.car-list .specs div p {
  font-size: 2.2vw;
}


.car-list .specs div p:nth-child(2) {
  font-size: 1vw;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #787878;
  margin-top: 10px;
}

.car-list .item {
  opacity: 0.3;
  z-index: 0;
  width: 60%;
}

.car-list .swiper-slide-active {
  opacity: 1;
  z-index: 100;
}


.car-list .icon-right,
.car-list .icon-left {
  position: absolute;
  top: 40%;
  z-index: 111;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateY(-50%);
  background: none;
  color: #191919;
  font-size: 3.5vw;
  opacity: 0.4;
  transition: all .3s ease-in-out;
}

.car-list .swiper-button-disabled {
  opacity: 0;
}

.car-list .icon-left:hover,
.car-list .icon-right:hover {
  opacity: 1;
}

.car-list .swiper-button-disabled:hover {
  opacity: 0;
}

.car-list .icon-right {
  right: 18%;
}

.car-list .icon-left {
  left: 18%;
}

.jtsxsw {
  width: 146%;
  margin: auto;
  display: flex;
  text-align: left;
  margin-left: -23%;
}

.jtsxsw .c1 {
  padding-left: 5%;
  border-left: 1px solid #e0e0e0;
}

.jtsxsw .c1 h1 {
  font-size: 2vw;
  margin-bottom: 1vw;
}

.jtsxsw .c1:first-child {
  padding-left: 0;
  border-left: none;
  width: 23%;
}

.jtsxsw .c1:nth-child(2) {
  width: 50%;
}

.jtsxsw .c1:nth-child(3) {
  width: 30%;
}

.jtsxsw .c1 .price {
  font-size: 22px;
  color: #bd2130;
}

.jtsxsw .c1 span {
  display: block;
  font-size: 12px;
  color: #414141;
  margin-bottom: 15px;
  margin-top: 5px;
}

.jtsxsw .label {
  font-size: 14px;
  margin-bottom: 15px;
  color: #414141;
}

.jtsxsw .c1 .aaa {
  display: flex;
}

.jtsxsw .c1 .aaa div {
  margin-right: 2vw;
  font-size: 15px;
  width: 100%;
}

.jtsxsw .c1 .aaa div p:first-child {
  font-size: 1.2vw;
}

.jtsxsw .c1 .aaa div p:last-child {
  font-size: 0.7vw;
  color: #616156;
  margin-top: 5px;
}

.jtsxsw .c2 ul li {
  margin-left: 20px;
  list-style-type: circle;
  margin-bottom: 8px;
  font-size: 15px;
}


.car-list .item .jtsxsw {

  transform: translateY(50%);
  opacity: 0;
}

.car-list .swiper-slide-active .jtsxsw {
  transition:
    opacity 0.3s linear 0.5s,
    /* 透明度过渡：0.3s完成，延迟0.5s */
    transform 0.3s linear 0.5s;
  /* 位移过渡：0.3s完成，延迟0.5s */
  transform: translateY(0);
  opacity: 1;
}

.car-list .more {
  position: relative;
  z-index: 100
}

.car-list .more a {
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  outline: none;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 3;
  padding: 10px;
  min-width: 10vw;
  margin: auto;
  border-radius: 4px;
  transition: all .3s ease-in-out;
  z-index: 100;
}

.car-list .more a:first-child {
  margin-bottom: 15px;
}

.car-list .more a.i {
  background-color: #bd2130;
  border-color: #bd2130;
  color: #FFFFFF;
}

@media screen and (max-width: 1280px) {

  .advswiper .iconfont {

    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .banner .text {
    width: 100%;
  }

  .banner .text h2 {
    font-size: 8vw;
  }

  .banner .text div {
    font-size: 3.8vw;
  }

  .car .car-top .brand {
    padding-bottom: 3.5vw;
    margin-bottom: 3.5vw;
  }

  .car .car-top .brand span {
    padding: 8px 13px;
    width: auto;
    margin: 0 2vw;
    font-size: 14px;
  }

  .car .car-top .brand span img {
    margin-bottom: 2vw;
    width: 30px;
  }

  .car .car-top .name span {
    font-size: 13px;
  }

  .car-list img {
    width: 85vw;
    margin: 2vw;
    transform: translateY(-10%);
  }

  .car-list .swiper-slide-active .t {
    left: 50%;
    transform: translateX(-50%);
  }

  .car-list .specs div p {
    font-size: 4.2vw;
  }


  .car-list .specs div p:nth-child(2) {
    font-size: 2.3vw;
  }


  .service .center {
    display: block;
  }

  .service .module {
    display: block;
    flex: none;
    margin-right: 0;
    height: 35vw;
    margin-top: 4vw;
    transition: all .3s ease-in-out;
  }

  .service .module .text {
    padding: 4vw;
    transform: translateY(0%);
  }

  .service .module img {
    height: auto;
  }

  .service .module .text h3 {
    font-size: 3.2vw;
  }

  .service .module .text p {
    margin-top: 0.4vw;
    font-size: 2.2vw;
  }

  .video .text {
    width: 90vw;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .video .text h3 {
    font-size: 6vw;
    margin-bottom: 6vw;
  }

  .video .text p {
    line-height: 1.8em;
    font-size: 14px;
  }

  .video video {
    width: auto;
    height: 80vh;
  }

  .video img {
    width: 70px;
  }

  .news .title h2 {
    font-size: 6vw;
    margin-bottom: 6vw;
  }

  .news .title p {
    font-size: 14px;
    color: #5c5e62;
  }

  .news .list ul li div {
    height: 62vw;
  }

  .news .list ul li {
    font-size: 14px;
  }

  .news .list ul li p {
    color: #616161;
    margin-top: 3.8vw;
  }

  .news .pagination span {
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 4px;
    background-color: #999999;
    margin-right: 5px;
    border-radius: 10px;
  }

  .news .pagination span.swiper-pagination-bullet-active {
    width: 16px;
  }

  .news .more {
    font-size: 14px;
    width: 50%;
    margin-top: 12vw;
  }

  .news .list ul li span {
    font-size: 12px;
  }

  .news .list ul li h3 {

    line-height: 1.6em;
    font-size: 16px;
  }


  .privacy-manager {
    flex-direction: column;
    /* 垂直方向排列子元素 */
  }

  .privacy-manager .txtdiv {
    padding: 15px;
    margin: 10px;
    height: auto;
    margin-top: auto
  }

  .privacy-manager .txtdiv h2 {
    font-size: 18px;
    margin-bottom: 10px
  }

  .privacy-manager .txtdiv .txt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
  }

  .privacy-manager .btns div {
    font-size: 14px;
    width: 100%;
  }





  .advertisement .box {
    margin: auto 10px;
    border: 2px solid #F1f1f1;
  }

  .advertisement .box .advtop font,
  .advertisement .box .advtop i {
    padding: 5px 10px;
    font-size: 12px;
  }

  .advertisement .box .advtop i svg {
    width: 16px;
    height: 16px;
  }


  .advertisement .box .adv-pagination {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 0;
    text-align: center;
  }








  .banner .text div.t {
    margin-top: 10px;
  }

  .banner .text div:nth-child(2) {
    margin-top: 10px;
  }

  .banner .text div.button {
    margin-top: 10px;
  }

  .banner .text div.button a {
    width: 50%;
    margin: auto;
    display: block;
  }

  .banner .text div.button a:first-child {
    margin-right: auto;
    margin-bottom: 10px;
  }

  .banner .swiper-pagination-bullet {
    width: 16px;
    height: 5px;
  }

  .banner .swiper-pagination-bullet-active {
    width: 10%;
  }


  .car .car-top .name span {
    margin: 5px
  }

  .car .car-top .name span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .car .car-top .name span.swiper-pagination-bullet-active {
    width: 10%;

  }

  .car-list .item {
    width: 100%
  }

  .jtsxsw {
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%;
  }

  .jtsxsw .c1 {
    padding-left: 0;
    border-left: none;
  }


  .jtsxsw .c1:first-child,
  .jtsxsw .c1:nth-child(2),
  .jtsxsw .c1:nth-child(3) {

    width: 100%;
  }

  .jtsxsw .c1:nth-child(2) {
    display: none
  }

  .jtsxsw .c1 .more {
    display: flex
  }



  .car-list .more a {
    padding: 10px;
    margin: auto;
    border-radius: 4px;
    display: block;
    width: 100%;
  }

  .car-list .more a:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .car .car-top .name {
    top: 68vw
  }



  .jtsxsw .c1 h1 {
    font-size: 20px;
    margin-bottom: 1vw;
  }

  .jtsxsw .label {
    margin-bottom: 10px;
  }

  .car-list .icon-right,
  .car-list .icon-left {
    top: 29%;

    transform: translateY(-50%);
    font-size: 35px;
  }

  .car-list .icon-right {
    right: 10px;
  }

  .car-list .icon-left {
    left: 10px;
  }

  .service .sdsd {
    display: block
  }

  .service .sdsd:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }


  .service .map {
    background-color: #f4f4f4;
    padding: 0;
    margin: 10px;
    width: auto;
    border-radius: 8px
  }

  .service .map .m {
    border-radius: 8px 8px 0 0;
    height: 40vw;
  }

  .service .map .m img {
    display: block;
    height: 100%;
  }

  .service .map .t .l {
    padding: 10px;
  }

  .service .map .t .l h3 {
    font-size: 18px;
  }

  .service .map .t .l p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 12px;
  }


  .service .sdsd .t {
    padding: 10px;
  }

  .service .sdsd .t h3 {
    font-size: 18px;
  }

  .service .sdsd .t p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .service .map .t .l a {
    background-color: #FFF;
    color: #393c41;
  }

  .service .sdsd .t a,
  .service .map .t .l a {
    font-size: 14px;
    width: 50%;
  }

  .service .sdsd .i {
    height: 40vw;
    overflow: hidden;
    margin-left: 0;
    width: 100%
  }

  .service .sdsd .t {
    width: 100%
  }

  .service .sdsd .i img {
    width: 100%;
    height: auto
  }

  .gxvideo {
    width: auto;
    margin: 10px;
    margin-top: 7vw;
    overflow: hidden;
  }

  .gxvideo .con {
    padding: 0;
  }

  .gxvideo .con a img {
    width: 50px;
  }

  .video-play div {
    width: auto;
    padding: 10px;
  }

  .video-play div span {

    right: 25px;
    line-height: 2vw;
    top: 25px;
    font-size: 2vw;
  }


}