.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 100px;
}
.btn {
  color: #48A038 !important;
  border-color: #48A038 !important;
}
.btn:hover {
  color: #fff !important;
}
.banner {
  width: 100%;
  height: 100vh;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
}
.banner .bannerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .bannerSwiper .btn-prev,
.banner .bannerSwiper .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  border: 1px solid #000000;
  z-index: 2;
  text-align: center;
  color: #000000;
  background: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.banner .bannerSwiper .btn-prev span,
.banner .bannerSwiper .btn-next span {
  font-size: 36px;
  display: inline-block;
  transform: rotate(90deg);
  line-height: 44px;
}
.banner .bannerSwiper .btn-prev:hover,
.banner .bannerSwiper .btn-next:hover {
  background: #48a038;
  border-color: #48a038;
  color: #fff;
}
.banner .bannerSwiper .btn-prev {
  left: 100px;
  transform: rotate(-180deg);
}
.banner .bannerSwiper .btn-next {
  right: 100px;
}
.banner .bannerSwiper .swiper-button-disabled {
  cursor: no-drop;
  background: transparent;
  color: #979292;
  border-color: #979292;
}
.banner .bannerSwiper .swiper-button-disabled:hover {
  background: transparent;
  border-color: #979292;
  color: #979292;
}
.banner .bannerSwiper .swiper-pagination {
  bottom: 40px;
  display: none;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 6px;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  left: -3px;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.banner .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}
.banner .slideCon {
  width: 100%;
  max-width: 1310px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 170px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.banner .slideCon .h5 {
  margin-top: 12px;
}
.banner .slideCon .btn_box {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .slideCon .btn_box .btn + .btn {
  margin-left: 20px;
}
.banner .slideCon .slideDownwardIcon {
  display: none;
}
.sticky {
  position: fixed;
  /* 固定定位 */
  top: env(safe-area-inset-top);
  /* 使用安全区域的顶部插入值 */
  left: 0;
  /* 距离左侧0 */
  right: 0;
  /* 距离右侧0 */
  transition: background-color 0.3s;
  /* 背景颜色过渡效果 */
  background-color: rgba(255, 255, 255, 0.8);
  /* 吸附后背景颜色 */
  z-index: 3;
}
#video1 {
  display: none;
}
.one {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}
.one .titBox {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.one .txt {
  max-width: 800px;
  font-size: 14px;
  color: #333333;
  margin: 40px auto;
  text-align: center;
}
.one .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 60px;
}
.one .cont .txt1 {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: left;
  margin-bottom: 10px;
}
.one .cont .txt2 {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: left;
}
.one .cont .line {
  width: 1px;
  height: 45px;
  background: #C9C9C9;
  margin: 0 60px;
}
.one .chooseType {
  display: flex;
  justify-content: center;
}
.one .chooseType .oneTit {
  cursor: pointer;
  padding: 0 50px;
  color: #333;
}
.one .chooseType .ckTit {
  color: #48a038;
}
.one .swiperDiv {
  width: 100%;
  height: 900px;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  /* 设置背景图片的大小 */
  background-repeat: no-repeat;
  /* 设置背景图片不重复 */
  background-position: center;
  /* 设置背景图片的位置 */
}
.one .swiperDiv .pagination {
  width: 100%;
  max-width: 1300px;
  color: #333333;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 30px;
  font-size: 18px;
}
.one .swiperDiv .pagination .pagination_li + .pagination_li {
  margin-left: 150px;
}
.one .swiperDiv .pagination .pagination_li {
  position: relative;
  text-indent: 10px;
  cursor: pointer;
}
.one .swiperDiv .pagination .pagination_li::after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: -26px;
  top: 0;
  display: block;
}
.one .swiperDiv .pagination .pagination_li:nth-child(1)::after {
  background-color: #969AA3;
}
.one .swiperDiv .pagination .pagination_li:nth-child(1)::before {
  border: 1px solid #969AA3;
}
.one .swiperDiv .pagination .pagination_li:nth-child(2)::after {
  background-color: #ffffff;
}
.one .swiperDiv .pagination .pagination_li:nth-child(2)::before {
  border: 1px solid #ffffff;
}
.one .swiperDiv .pagination .pagination_li:nth-child(3)::after {
  background-color: #56BCD3;
}
.one .swiperDiv .pagination .pagination_li:nth-child(3)::before {
  border: 1px solid #56BCD3;
}
.one .swiperDiv .pagination .pagination_li:nth-child(4)::after {
  background-color: #53AF89;
}
.one .swiperDiv .pagination .pagination_li:nth-child(4)::before {
  border: 1px solid #53AF89;
}
.one .swiperDiv .pagination .pagination_li::before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  left: -33px;
  top: -7px;
  display: none;
}
.one .swiperDiv .pagination .pagination_li.pagination_lis::before {
  display: block;
}
.one .swiperDiv .tip {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  letter-spacing: 5px;
  margin-top: 5px;
}
.one .swiperDiv .swiper {
  height: 900px;
  padding-top: 190px;
  box-sizing: border-box;
}
.one .swiperDiv .swiper .swiper-wrapper {
  height: 450px;
}
.one .swiperDiv .masterDiv {
  width: 100%;
  display: none;
}
.one .swiperDiv .masterShow {
  display: block;
}
.one .swiperDiv .swiper-wrapper {
  transition: transform 0.3s ease;
  display: flex;
}
.one .swiperDiv .swiper-slide {
  width: 921px;
  opacity: 0.5;
  transition: all 0.3s;
  transform: translateY(60px) scale(0.6);
}
.one .swiperDiv .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  /* 当前活动幻灯片的透明度为1 */
}
.one .swiperDiv img {
  width: 921px;
  height: 439px;
  object-fit: cover;
}
.one .swiperDiv .btn-prev,
.one .swiperDiv .btn-next {
  position: absolute;
  bottom: 150px;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  border: 1px solid #48A038;
  z-index: 2;
  text-align: center;
  color: #48A038;
  background: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.one .swiperDiv .btn-prev span,
.one .swiperDiv .btn-next span {
  font-size: 36px;
  display: inline-block;
  transform: rotate(90deg);
  line-height: 44px;
}
.one .swiperDiv .btn-prev:hover,
.one .swiperDiv .btn-next:hover {
  background: #48a038;
  border-color: #48a038;
  color: #fff;
}
.one .swiperDiv .btn-prev {
  right: 160px;
  transform: rotate(-180deg);
}
.one .swiperDiv .btn-next {
  right: 100px;
}
.one .swiperDiv .swiper-button-disabled {
  cursor: no-drop;
  background: transparent;
  color: #979292;
  border-color: #979292;
}
.one .swiperDiv .swiper-button-disabled:hover {
  background: transparent;
  border-color: #979292;
  color: #979292;
}
.one .swiperDiv .btn_box {
  margin-top: 90px;
}
.one .price {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
  display: none;
}
.one .price span {
  display: inline-block;
  margin-left: 20px;
}
.one .priceShow {
  display: block;
}
.four {
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
}
.four .h3 {
  text-align: center;
  margin-bottom: 50px;
}
.four .h4 {
  font-size: 28px;
  margin-bottom: 50px;
}
.four .bannerSwiper2 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.four .bannerSwiper2 img {
  display: block;
}
.four .bannerSwiper2 .swiper-slide {
  position: relative;
}
.four .bannerSwiper2 .swiper-slide .mob_tit {
  display: none;
}
.four .bannerSwiper2 .swiper-slide .mob_describe {
  display: none;
}
.four .bannerSwiper2 .swiper-slide .mob_characteristic {
  display: none;
}
.four .bannerSwiper2 .swiper-slide .suspension {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.four .bannerSwiper2 .swiper-slide .suspension .tit {
  padding-top: 170px;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  text-align: center;
  text-wrap: nowrap;
}
.four .bannerSwiper2 .swiper-slide .suspension .tit2 {
  color: #fff;
  padding-top: 46%;
}
.four .bannerSwiper2 .swiper-slide .suspension .describe {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.four .bannerSwiper2 .swiper-slide .suspension .describe .mar {
  display: inline-block;
  margin: 0 30px;
}
.four .bannerSwiper2 .swiper-slide .suspension .describe2 .line {
  display: inline-block;
  width: 2px;
  height: 40px;
  background-color: #333;
  opacity: 0.4;
}
.four .bannerSwiper2 .swiper-slide .suspension .describe2 .mar {
  font-size: 48px;
}
.four .bannerSwiper2 .swiper-slide .suspension .describe3 {
  margin-top: 15px;
}
.four .bannerSwiper2 .swiper-slide .suspension .lit_tit {
  font-size: 32px;
  color: #FFFFFF;
  padding-left: 12%;
  position: absolute;
  bottom: 200px;
  opacity: 0.8;
}
.four .bannerSwiper2 .swiper-slide .suspension .colorfff {
  color: #fff;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic {
  position: absolute;
  bottom: 100px;
  width: 100%;
  padding: 0 12%;
  box-sizing: border-box;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt1 {
  margin-bottom: 20px;
  height: 40px;
  vertical-align: bottom;
  display: inline-block;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt1 span {
  font-size: 40px;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt1 .txtBtm {
  display: inline-block;
  vertical-align: bottom;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .heightAuto {
  height: auto;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt1Plus {
  height: auto;
  font-size: 24px;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .line {
  width: 1px;
  height: 140px;
  background-color: #333333;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .line2 {
  height: 60px;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .color333 {
  color: #333;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li + .characteristic_li {
  margin-left: 30px;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic2 {
  justify-content: space-between;
  bottom: 80px;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .txt1 {
  height: auto;
  font-weight: 500;
  font-family: 'MyFont3';
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .txt3 {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.8;
  font-family: 'MyFont2';
  position: relative;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .dot {
  position: relative;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .dot::after {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  background: #FFFFFF;
  border-radius: 50%;
}
.four .bannerSwiper2 .swiper-slide .suspension .characteristic4 {
  bottom: 120px;
}
.four .bannerSwiper2 .btn-prev,
.four .bannerSwiper2 .btn-next {
  position: absolute;
  bottom: 120px;
  margin-top: -15px;
  width: 44px;
  height: 44px;
  border: 1px solid #48A038;
  z-index: 2;
  text-align: center;
  color: #48A038;
  background: transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.four .bannerSwiper2 .btn-prev span,
.four .bannerSwiper2 .btn-next span {
  font-size: 36px;
  display: inline-block;
  transform: rotate(90deg);
  line-height: 44px;
}
.four .bannerSwiper2 .btn-prev:hover,
.four .bannerSwiper2 .btn-next:hover {
  background: #48a038;
  border-color: #48a038;
  color: #fff;
}
.four .bannerSwiper2 .btn-prev {
  right: 160px;
  transform: rotate(-180deg);
}
.four .bannerSwiper2 .btn-next {
  right: 100px;
}
.four .bannerSwiper2 .swiper-button-disabled {
  cursor: no-drop;
  background: transparent;
  color: #979292;
  border-color: #979292;
}
.four .bannerSwiper2 .swiper-button-disabled:hover {
  background: transparent;
  border-color: #979292;
  color: #979292;
}
.six {
  background: #EFEFEF;
  padding-bottom: 160px;
}
.six .six_title {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding: 100px 0 40px;
}
.six .six_box {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.six .six_box .six_li {
  width: 400px;
  height: 600px;
  background: #FFFFFF;
  box-sizing: border-box;
  padding-top: 40px;
}
.six .six_box .six_li .li_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 30px;
}
.six .six_box .six_li .table_li {
  padding: 30px 0;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 23px 0 31px;
  font-size: 16px;
  color: #333333;
}
.six .six_box .six_li .table_li div:nth-child(2) {
  font-weight: bold;
}
.six .six_box .six_li .img {
  width: 100%;
  height: 234px;
  position: relative;
}
.six .six_box .six_li .img img {
  width: 343px;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.six .chooseType {
  display: none;
}
.six .btnBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.six .btnBox .btn {
  color: #003A40;
  border-color: #003A40;
}
.six .btnBox .btn:hover {
  color: #fff;
  border-color: transparent;
}
.seven {
  width: 100%;
  box-shadow: 0px 1px 0px 0px #DBDBDB;
}
.seven .center {
  max-width: 1300px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
}
.seven .center .left {
  color: #333;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.seven .center .left .tit {
  line-height: 1.6;
}
.seven .center .left .left_li {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
  position: relative;
}
.seven .center .left .left_li .car {
  display: inline-block;
  margin-bottom: 10px;
}
.seven .center .left .left_li .edition {
  display: flex;
  align-items: center;
}
.seven .center .left .left_li .edition .edition_li + .edition_li {
  margin-left: 35px;
}
.seven .center .left .left_li + .left_li {
  margin-left: 85px;
}
.seven .center .left .left_li + .left_li::before {
  content: '';
  width: 1px;
  height: 40px;
  background: #48A038;
  position: absolute;
  left: -45px;
  top: 0;
}
.seven .center .left .price {
  color: #48A038;
}
.seven .center .right .btn {
  width: 102px;
  height: 31px;
  line-height: 31px;
}
.seven .center .right .btn:nth-child(1) {
  color: #333;
  border: 1px solid #333;
}
.seven .center .right .btn:nth-child(1):hover {
  color: #fff;
  border: 1px solid #48A038;
}
.seven .center .right .btn:nth-child(2) {
  color: #fff;
  background-color: #48A038;
  border: 1px solid #48A038;
}
.eight {
  width: 100%;
}
.eight .tit {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.eight .tit .text {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}
.eight .tit a {
  border: 1px solid #333;
  color: #333;
}
.eight .tit a:hover {
  color: #fff;
  border-color: #48A038;
}
.eight .video {
  width: 100%;
  max-width: 1920px;
  height: auto;
  position: relative;
}
.eight .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  cursor: pointer;
  border-radius: 50%;
}
.eight .video video {
  width: 100%;
}
.nine {
  width: 100%;
  max-width: 1721px;
  margin: 110px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nine .li {
  width: calc(50% - 5px);
  height: 859px;
  position: relative;
}
.nine .li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  bottom: 0;
}
.nine .li .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #333333;
}
.nine .li .cont .tit {
  width: 100%;
  text-align: center;
  padding-top: 114px;
  font-weight: bold;
  font-size: 40px;
}
.nine .li .cont .text {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  margin-top: 30px;
}
.nine .li .cont .btnBox {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.nine .li .cont a {
  border: 1px solid #333;
  color: #333;
  margin: 40px auto;
  display: block;
}
.nine .li .cont a:hover {
  color: #fff;
  border-color: transparent;
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .four .bannerSwiper2 .swiper-slide .suspension .tit {
    padding-top: 100px ;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .tit2 {
    padding-top: 46%;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic {
    bottom: 50px;
    padding: 0 30px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic2 {
    padding-left: 12%;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .txt1 {
    height: auto;
    font-weight: 500;
    font-family: 'MyFont3';
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .txt3 {
    font-size: 18px;
    color: #FFFFFF;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic3 {
    bottom: 50px;
    font-size: 16px;
    padding: 0 180px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic4 {
    bottom: 120px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1400px) {
  .four .bannerSwiper2 .swiper-slide .suspension .tit {
    padding-top: 100px ;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .tit2 {
    padding-top: 46%;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic {
    bottom: 50px;
    padding: 0 30px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic2 {
    padding-left: 12%;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .txt1 {
    height: auto;
    font-weight: 500;
    font-family: 'MyFont3';
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .txt3 {
    font-size: 18px;
    color: #FFFFFF;
    opacity: 0.8;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic3 {
    bottom: 50px;
    font-size: 16px;
    padding: 0 180px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic4 {
    bottom: 120px;
  }
  .banner .slideCon {
    padding-top: 160px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .bannerSwiper2 .swiper-slide .suspension .tit {
    padding-top: 50px;
  }
  .bannerSwiper2 .swiper-slide .suspension .tit2 {
    padding-top: 46%;
  }
  .bannerSwiper2 .swiper-slide .suspension .characteristic {
    bottom: 20px;
    padding: 0 30px;
  }
  .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .txt1 {
    font-size: 20px;
  }
  .bannerSwiper2 .swiper-slide .suspension .characteristic2 .characteristic_li .txt3 {
    font-size: 16px !important;
  }
  .bannerSwiper2 .swiper-slide .suspension .characteristic3 {
    bottom: 50px;
    font-size: 16px;
    padding: 0 180px;
  }
  .five {
    width: 90%;
  }
  .one {
    padding-top: 16.25vw;
    padding-bottom: 15vw;
  }
  .one .txt {
    font-size: 3.75vw;
    line-height: 7.5vw;
    padding: 0 3.75vw;
  }
  .one .cont .txt1 {
    font-size: 3.75vw;
  }
  .one .cont .txt2 {
    font-size: 3.75vw;
    margin-top: 3.5vw;
  }
  .one .cont .line {
    margin: 0 4.25vw;
  }
  .one .swiperDiv {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .one .swiperDiv .swiper .swiper-w rapper .swiper-slide {
    transform: translateY(0) scale(1);
  }
  .one .swiperDiv .btn-prev,
  .one .swiperDiv .btn-next {
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
  .one .swiperDiv .btn-prev span,
  .one .swiperDiv .btn-next span {
    font-size: 22px;
    line-height: 24px;
  }
  .one .swiperDiv img {
    width: 74%;
    height: auto;
  }
  .one .swiperDiv .btn {
    margin-top: 50px;
  }
  .one .price {
    font-size: 4vw;
    color: #333333;
    margin-top: 10px;
  }
  .one .price span {
    display: inline-block;
    margin-left: 20px;
  }
  .one .chooseType {
    margin-bottom: 0;
  }
  .one .chooseType .oneTit {
    cursor: pointer;
    padding: 0 20px;
  }
}
@media screen and (min-width: 808px) and (max-width: 1180px) {
  .pcTxt {
    display: none;
  }
  .mTxt {
    display: block;
  }
  .banner {
    width: 100%;
    height: 100vh;
  }
  .banner .swiper {
    width: 100%;
    height: 100%;
  }
  .banner .slideCon {
    padding: 0 15px;
    padding-top: 33.75vw;
    height: auto;
  }
  .banner .slideCon .btn_box {
    position: inherit;
    bottom: inherit;
    margin-top: 90vw;
  }
  .banner .btn-prev,
  .banner .btn-next {
    display: none;
  }
  .banner .bannerSwiper .swiper-pagination {
    display: block;
    bottom: 75px;
  }
  .one {
    padding-top: 16.25vw;
    padding-bottom: 0;
  }
  .one .titBox {
    flex-direction: column;
  }
  .one .txt {
    font-size: 3.75vw;
    line-height: 7.5vw;
    padding: 0 3.75vw;
  }
  .one .cont .txt1 {
    font-size: 3.75vw;
  }
  .one .cont .txt2 {
    font-size: 3.75vw;
    margin-top: 3.5vw;
  }
  .one .cont .line {
    margin: 0 4.25vw;
  }
  .one .swiperDiv {
    padding: 0;
    height: auto;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .one .swiperDiv .swiper {
    height: 450px;
    padding-top: 0;
  }
  .one .swiperDiv .swiper .swiper-wrapper {
    height: 217px;
  }
  .one .swiperDiv .swiper .swiper-wrapper .swiper-slide {
    transform: translateY(0) scale(0.8);
  }
  .one .swiperDiv .btn-prev,
  .one .swiperDiv .btn-next {
    margin-top: -12px;
    width: 24px;
    height: 24px;
    bottom: 60px;
  }
  .one .swiperDiv .btn-prev span,
  .one .swiperDiv .btn-next span {
    font-size: 22px;
    line-height: 24px;
  }
  .one .swiperDiv .btn-prev {
    right: 11vw;
  }
  .one .swiperDiv .btn-next {
    right: 5vw;
  }
  .one .swiperDiv .btn {
    margin-top: 50px;
  }
  .one .swiperDiv .swiper-slide {
    width: 70vw;
    height: 217px;
    height: auto;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  .one .swiperDiv .swiper-slide-active {
    opacity: 1;
  }
  .one .swiperDiv img {
    width: 70vw;
    height: auto;
    object-fit: cover;
  }
  .one .swiperDiv .pagination {
    box-sizing: border-box;
    font-size: 14px;
    padding: 150px 0 10px;
  }
  .one .swiperDiv .pagination .pagination_li::after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 0;
    display: block;
  }
  .one .swiperDiv .pagination .pagination_li::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: -4px;
    display: none;
  }
  .one .swiperDiv .pagination .pagination_li + .pagination_li {
    margin-left: 6vw;
  }
  .one .swiperDiv .tip {
    font-size: 14px;
  }
  .one .price {
    font-size: 4vw;
    color: #333333;
    margin-top: 10px;
  }
  .one .price span {
    display: inline-block;
    margin-left: 20px;
  }
  .one .chooseType {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .one .chooseType .oneTit {
    cursor: pointer;
    padding: 0 20px;
  }
  .four {
    padding: 0;
  }
  .four .h3 {
    margin-bottom: 40px;
  }
  .four .h4 {
    font-size: 4.5vw;
  }
  .four .bannerSwiper2 {
    padding-top: 100px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_tit {
    display: block;
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_describe {
    display: block;
    min-height: 32px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 5px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_describe2 {
    font-size: 20px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_describe2 span {
    margin: 0 3vw;
  }
  .four .bannerSwiper2 .swiper-slide .suspension {
    display: none;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic {
    font-size: 10px;
    bottom: 15px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li {
    width: 18vw;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt1 {
    margin-bottom: 10px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt1 span {
    font-size: 12px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt2 {
    text-wrap: nowrap;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li + .characteristic_li {
    margin-left: 5px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic {
    min-height: 8vw;
    display: block;
    background: #EFEFEF;
    padding-top: 35px;
    padding-bottom: 70px;
    padding: 35px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic .characteristic_li {
    margin-bottom: 35px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic .characteristic_li .txt1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic .characteristic_li .txt1 span {
    font-size: 20px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic2 {
    min-height: 50px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic3 {
    min-height: 220px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 50px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 .mob_lit_tit {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 .characteristic_li {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 .characteristic_li .txt1 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    min-width: 80px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 .characteristic_li .txt2 {
    font-weight: 500;
    font-size: 13px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic5 {
    min-height: 15vw;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 50px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .mob_lit_tit {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li .txt1 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    min-width: 120px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li .txt1 span {
    font-size: 20px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li .txt2 {
    font-weight: 500;
    font-size: 13px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li .txt2 span {
    font-size: 20px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 {
    min-height: 360px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .mob_lit_tit {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li {
    width: 32%;
    display: flex;
    align-items: center;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li .txt1 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .four .bannerSwiper2 .btn-prev,
  .four .bannerSwiper2 .btn-next {
    position: absolute;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    z-index: 2;
    text-align: center;
    color: #fff;
    background: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    top: 70vw;
  }
  .four .bannerSwiper2 .btn-prev span,
  .four .bannerSwiper2 .btn-next span {
    font-size: 26px;
    display: inline-block;
    transform: rotate(90deg);
    line-height: 30px;
  }
  .four .bannerSwiper2 .btn-prev:hover,
  .four .bannerSwiper2 .btn-next:hover {
    background: #48a038;
    border-color: #48a038;
    color: #fff;
  }
  .four .bannerSwiper2 .btn-prev {
    right: 80px;
    transform: rotate(-180deg);
  }
  .four .bannerSwiper2 .btn-next {
    right: 15px;
  }
  .four .bannerSwiper2 .swiper-button-disabled {
    cursor: no-drop;
    background: transparent;
    color: #979292;
    border-color: #979292;
  }
  .four .bannerSwiper2 .swiper-button-disabled:hover {
    background: transparent;
    border-color: #979292;
    color: #979292;
  }
  .five {
    width: auto;
    padding: 0 3.75vw;
    overflow: hidden;
  }
  .five div:first-child {
    display: none;
  }
  .five .h3 {
    text-align: center;
    margin-bottom: 60px;
  }
  .five .h4 {
    margin-top: 80px;
  }
  .five .img {
    background-color: transparent;
    overflow-x: auto;
    padding-bottom: 6.625vw;
    /* 自定义滚动条样式 */
  }
  .five .img::-webkit-scrollbar {
    height: 3px;
    /* 设置滚动条的高度 */
    background-color: #EAECEF;
    /* 滚动条背景颜色 */
  }
  .five .img::-webkit-scrollbar-thumb {
    background-color: #48A038;
    /* 滚动滑块颜色 */
    border-radius: 6px;
    /* 滚动滑块圆角 */
  }
  .five .img::-webkit-scrollbar-thumb:hover {
    background-color: #48A038;
    /* 鼠标悬停时的滚动滑块颜色 */
  }
  .five .img img {
    width: 1300px;
    height: auto;
  }
  .five .img1 {
    background-color: transparent;
    overflow-x: auto;
    padding-bottom: 6.625vw;
    /* 自定义滚动条样式 */
  }
  .five .img1::-webkit-scrollbar {
    height: 3px;
    /* 设置滚动条的高度 */
    background-color: #EAECEF;
    /* 滚动条背景颜色 */
  }
  .five .img1::-webkit-scrollbar-thumb {
    background-color: #48A038;
    /* 滚动滑块颜色 */
    border-radius: 6px;
    /* 滚动滑块圆角 */
  }
  .five .img1::-webkit-scrollbar-thumb:hover {
    background-color: #48A038;
    /* 鼠标悬停时的滚动滑块颜色 */
  }
  .five .img1 img {
    width: 1300px;
    height: auto;
  }
  .six {
    padding-bottom: 20px;
    background-color: #fff;
  }
  .six .six_title {
    font-size: 24px;
    font-family: 'MyFont3';
  }
  .six .six_box {
    flex-direction: column;
  }
  .six .six_box .six_li {
    display: none;
    margin: 0 auto 40px;
    width: calc(100% - 40px);
    height: 540px;
    padding-top: 30px;
    background: #F7F7F7;
  }
  .six .six_box .six_li .li_title {
    margin-bottom: 0;
  }
  .six .six_box .six_li .table_li {
    font-size: 3.5vw;
    padding: 25px 0;
  }
  .six .six_box .six_li .img {
    margin-top: 0;
  }
  .six .six_box .sixShow {
    display: inline-block;
  }
  .six .chooseType {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
  }
  .six .chooseType .twoTit {
    cursor: pointer;
    padding: 0 20px;
    color: #333;
  }
  .six .chooseType .ckTit {
    color: #48a038;
  }
  .six .btn {
    width: 140px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .six a {
    width: 140px;
    color: #48A038;
    border-color: #48A038;
  }
  .six a:hover {
    color: #fff;
  }
  .seven {
    width: 100%;
  }
  .seven .center {
    max-width: 1300px;
    width: 100%;
    padding: 0;
    height: 60px;
    box-sizing: border-box;
    overflow-x: auto;
  }
  .seven .center .left {
    padding: 0 3.75vw;
    font-size: 14px;
  }
  .seven .center .left .tit {
    width: 100px;
  }
  .seven .center .left .left_li {
    margin-left: 0;
  }
  .seven .center .left .left_li .car {
    display: inline-block;
    margin-bottom: 10px;
  }
  .seven .center .left .left_li .edition .edition_li {
    min-width: 120px;
  }
  .seven .center .left .left_li + .left_li {
    margin-left: 42px;
  }
  .seven .center .left .left_li + .left_li::before {
    content: '';
    left: -25px;
    top: 0;
  }
  .seven .center .left .price {
    color: #48A038;
  }
  .seven .center .right {
    display: none;
  }
  .eight {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 80px;
  }
  .eight .tit {
    width: 100%;
    padding: 22px 10px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .eight .tit .text {
    font-size: 24px;
  }
  .eight .tit a {
    border: 1px solid #48A038;
    color: #48A038;
    margin-top: 25px;
  }
  .nine {
    width: 100%;
    flex-direction: column;
  }
  .nine .li {
    width: 94vw;
    height: 628px;
    margin-bottom: 20px;
  }
  .nine .li .cont .tit {
    padding-top: 55px;
    font-size: 25px;
  }
  .nine .li .cont .text {
    margin-top: 15px;
    font-size: 12px;
  }
  .nine .li .cont .btnBox {
    width: 85%;
  }
  .nine .li .cont a {
    width: 150px;
    margin-top: 20px;
    color: #48A038;
    border-color: #48A038;
  }
}
@media screen and (min-width: 800px) {
  .goTop .goTopBtn {
    background: #ffffff;
  }
  .goTop .goTopBtn .btnShow .btnIcon {
    background-color: #0056A7;
  }
  .goTop .goTopBtn:hover {
    background: #ffffff;
  }
}
@media screen and (max-width: 1080px) {
  .btn {
    width: 42vw;
  }
}
.mTxt {
  display: none;
}
@media screen and (max-width: 800px) {
  .pcTxt {
    display: none;
  }
  .mTxt {
    display: block;
  }
  .banner {
    width: 100%;
    height: 100vh;
  }
  .banner .swiper {
    width: 100%;
    height: 100%;
  }
  .banner .slideCon {
    padding: 0 15px;
    padding-top: 33.75vw;
    height: auto;
  }
  .banner .slideCon .btn_box {
    position: inherit;
    bottom: inherit;
    margin-top: 120vw;
  }
  .banner .slideCon .slideDownwardIcon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 135vw auto 0;
  }
  .banner .btn-prev,
  .banner .btn-next {
    display: none;
  }
  .banner .bannerSwiper .swiper-pagination {
    display: block;
    bottom: 75px;
  }
  .one {
    padding-top: 16.25vw;
    padding-bottom: 0;
  }
  .one .titBox {
    flex-direction: column;
  }
  .one .txt {
    font-size: 3.75vw;
    line-height: 7.5vw;
    padding: 0 3.75vw;
  }
  .one .cont .txt1 {
    font-size: 3.75vw;
  }
  .one .cont .txt2 {
    font-size: 3.75vw;
    margin-top: 3.5vw;
  }
  .one .cont .line {
    margin: 0 4.25vw;
  }
  .one .swiperDiv {
    padding: 0;
    height: auto;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .one .swiperDiv .swiper {
    height: 450px;
    padding-top: 130px;
  }
  .one .swiperDiv .swiper .swiper-wrapper {
    height: 217px;
  }
  .one .swiperDiv .swiper .swiper-wrapper .swiper-slide {
    transform: translateY(0) scale(1);
  }
  .one .swiperDiv .btn-prev,
  .one .swiperDiv .btn-next {
    margin-top: -12px;
    width: 24px;
    height: 24px;
    bottom: 40px;
  }
  .one .swiperDiv .btn-prev span,
  .one .swiperDiv .btn-next span {
    font-size: 22px;
    line-height: 24px;
  }
  .one .swiperDiv .btn-prev {
    right: 18vw;
  }
  .one .swiperDiv .btn-next {
    right: 5vw;
  }
  .one .swiperDiv .btn {
    margin-top: 50px;
  }
  .one .swiperDiv .swiper-slide {
    width: 70vw;
    height: 217px;
    height: auto;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  .one .swiperDiv .swiper-slide-active {
    opacity: 1;
  }
  .one .swiperDiv img {
    width: 70vw;
    height: auto;
    object-fit: cover;
  }
  .one .swiperDiv .pagination {
    box-sizing: border-box;
    font-size: 14px;
    padding: 0;
  }
  .one .swiperDiv .pagination .pagination_li::after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 0;
    display: block;
  }
  .one .swiperDiv .pagination .pagination_li::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: -4px;
    display: none;
  }
  .one .swiperDiv .pagination .pagination_li + .pagination_li {
    margin-left: 6vw;
  }
  .one .swiperDiv .tip {
    font-size: 14px;
    margin-top: 20px;
  }
  .one .price {
    font-size: 4vw;
    color: #333333;
    margin-top: 10px;
  }
  .one .price span {
    display: inline-block;
    margin-left: 20px;
  }
  .one .chooseType {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .one .chooseType .oneTit {
    cursor: pointer;
    padding: 0 20px;
  }
  .four {
    padding: 0;
  }
  .four .h3 {
    margin-bottom: 40px;
  }
  .four .h4 {
    font-size: 4.5vw;
  }
  .four .bannerSwiper2 {
    padding-top: 100px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_tit {
    display: block;
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_describe {
    display: block;
    min-height: 32px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 5px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_describe2 {
    font-size: 20px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_describe2 span {
    margin: 0 3vw;
  }
  .four .bannerSwiper2 .swiper-slide .suspension {
    display: none;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic {
    font-size: 10px;
    bottom: 15px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li {
    width: 18vw;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt1 {
    margin-bottom: 10px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt1 span {
    font-size: 12px;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li .txt2 {
    text-wrap: nowrap;
  }
  .four .bannerSwiper2 .swiper-slide .suspension .characteristic .characteristic_li + .characteristic_li {
    margin-left: 5px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic {
    min-height: 170px;
    display: block;
    background: #EFEFEF;
    padding-top: 35px;
    padding-bottom: 70px;
    padding: 35px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic .characteristic_li {
    margin-bottom: 35px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic .characteristic_li .txt1 {
    font-size: 12px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic .characteristic_li .txt1 span {
    font-size: 20px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic2 {
    min-height: 50px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 50px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 .mob_lit_tit {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 .characteristic_li {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 .characteristic_li .txt1 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    min-width: 80px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic4 .characteristic_li .txt2 {
    font-weight: 500;
    font-size: 13px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic5 {
    min-height: 330px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic3 {
    min-height: 220px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 50px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .mob_lit_tit {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li .txt1 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    min-width: 120px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li .txt1 span {
    font-size: 20px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li .txt2 {
    font-weight: 500;
    font-size: 13px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic6 .characteristic_li .txt2 span {
    font-size: 20px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 {
    min-height: 360px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .mob_lit_tit {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li {
    width: 33%;
    display: flex;
    align-items: center;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li .txt1 {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li .dot {
    position: relative;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li .dot::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #48A038;
    border-radius: 50%;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li:nth-of-type(3n) {
    text-align: center !important;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li:nth-of-type(3n) .dot {
    position: relative;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li:nth-of-type(3n) .dot::after {
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #48A038;
    border-radius: 50%;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li:nth-of-type(3n+1) {
    text-align: right !important;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li:nth-of-type(3n+1) .dot {
    position: relative;
  }
  .four .bannerSwiper2 .swiper-slide .mob_characteristic7 .characteristic_li:nth-of-type(3n+1) .dot::after {
    content: '';
    position: absolute;
    left: 25px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #48A038;
    border-radius: 50%;
  }
  .four .bannerSwiper2 .btn-prev,
  .four .bannerSwiper2 .btn-next {
    position: absolute;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    top: 400px;
    border: 1px solid #48A038;
    z-index: 2;
    text-align: center;
    color: #48A038;
    background: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .four .bannerSwiper2 .btn-prev span,
  .four .bannerSwiper2 .btn-next span {
    font-size: 26px;
    display: inline-block;
    transform: rotate(90deg);
    line-height: 30px;
  }
  .four .bannerSwiper2 .btn-prev:hover,
  .four .bannerSwiper2 .btn-next:hover {
    background: #48a038;
    border-color: #48a038;
    color: #fff;
  }
  .four .bannerSwiper2 .btn-prev {
    right: 60px;
    transform: rotate(-180deg);
  }
  .four .bannerSwiper2 .btn-next {
    right: 15px;
  }
  .four .bannerSwiper2 .swiper-button-disabled {
    cursor: no-drop;
    background: transparent;
    color: #979292;
    border-color: #979292;
  }
  .four .bannerSwiper2 .swiper-button-disabled:hover {
    background: transparent;
    border-color: #979292;
    color: #979292;
  }
  .five {
    width: auto;
    padding: 0 3.75vw;
    overflow: hidden;
  }
  .five div:first-child {
    display: none;
  }
  .five .h3 {
    text-align: center;
    margin-bottom: 60px;
  }
  .five .h4 {
    margin-top: 80px;
  }
  .five .img {
    background-color: transparent;
    overflow-x: auto;
    padding-bottom: 6.625vw;
    /* 自定义滚动条样式 */
  }
  .five .img::-webkit-scrollbar {
    height: 3px;
    /* 设置滚动条的高度 */
    background-color: #EAECEF;
    /* 滚动条背景颜色 */
  }
  .five .img::-webkit-scrollbar-thumb {
    background-color: #48A038;
    /* 滚动滑块颜色 */
    border-radius: 6px;
    /* 滚动滑块圆角 */
  }
  .five .img::-webkit-scrollbar-thumb:hover {
    background-color: #48A038;
    /* 鼠标悬停时的滚动滑块颜色 */
  }
  .five .img img {
    width: 1300px;
    height: auto;
  }
  .five .img1 {
    background-color: transparent;
    overflow-x: auto;
    padding-bottom: 6.625vw;
    /* 自定义滚动条样式 */
  }
  .five .img1::-webkit-scrollbar {
    height: 3px;
    /* 设置滚动条的高度 */
    background-color: #EAECEF;
    /* 滚动条背景颜色 */
  }
  .five .img1::-webkit-scrollbar-thumb {
    background-color: #48A038;
    /* 滚动滑块颜色 */
    border-radius: 6px;
    /* 滚动滑块圆角 */
  }
  .five .img1::-webkit-scrollbar-thumb:hover {
    background-color: #48A038;
    /* 鼠标悬停时的滚动滑块颜色 */
  }
  .five .img1 img {
    width: 1300px;
    height: auto;
  }
  .six {
    padding-bottom: 20px;
    background-color: #fff;
  }
  .six .six_title {
    font-size: 24px;
    font-family: 'MyFont3';
  }
  .six .six_box {
    flex-direction: column;
  }
  .six .six_box .six_li {
    display: none;
    margin: 0 auto 40px;
    width: calc(100% - 40px);
    height: 500px;
    padding-top: 30px;
    background: #F7F7F7;
  }
  .six .six_box .six_li .li_title {
    margin-bottom: 0;
  }
  .six .six_box .six_li .table_li {
    font-size: 3.5vw;
    padding: 25px 0;
  }
  .six .six_box .six_li .img {
    margin-top: 0;
  }
  .six .six_box .sixShow {
    display: inline-block;
  }
  .six .chooseType {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
  }
  .six .chooseType .twoTit {
    cursor: pointer;
    padding: 0 20px;
    color: #333;
  }
  .six .chooseType .ckTit {
    color: #48a038;
  }
  .six .btnBox {
    margin-top: 0;
  }
  .six .btn {
    width: 140px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .six a {
    width: 140px;
    color: #48A038;
    border-color: #48A038;
  }
  .six a:hover {
    color: #fff;
  }
  .seven {
    width: 100%;
  }
  .seven .center {
    max-width: 1300px;
    width: 100%;
    padding: 0;
    height: 60px;
    box-sizing: border-box;
    overflow-x: auto;
  }
  .seven .center .left {
    padding: 0 3.75vw;
    font-size: 14px;
  }
  .seven .center .left .tit {
    width: 100px;
  }
  .seven .center .left .left_li .car {
    display: inline-block;
    margin-bottom: 10px;
  }
  .seven .center .left .left_li .edition .edition_li {
    min-width: 120px;
  }
  .seven .center .left .left_li + .left_li {
    margin-left: 42px;
  }
  .seven .center .left .left_li + .left_li::before {
    content: '';
    left: -25px;
    top: 0;
  }
  .seven .center .left .price {
    color: #48A038;
  }
  .seven .center .right {
    display: none;
  }
  .eight {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 80px;
  }
  .eight .tit {
    width: 100%;
    padding: 22px 10px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .eight .tit .text {
    font-size: 24px;
  }
  .eight .tit a {
    border: 1px solid #48A038;
    color: #48A038;
    margin-top: 25px;
  }
  .eight .video {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .eight .video .play {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }
  .nine {
    width: 100%;
    flex-direction: column;
  }
  .nine .li {
    width: 94vw;
    height: 390px;
    margin-bottom: 20px;
  }
  .nine .li .cont .tit {
    padding-top: 55px;
    font-size: 25px;
  }
  .nine .li .cont .text {
    margin-top: 15px;
    font-size: 12px;
  }
  .nine .li .cont .btnBox {
    width: 85%;
  }
  .nine .li .cont a {
    width: 35vw;
    margin-top: 20px;
    color: #48A038;
    border-color: #48A038;
  }
}

