.main {
  background: #fff;
  width: 100%;
  min-height: 100%;
  padding-top: 80px;
  text-align: center;
}
.main .myVideo_ {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .banner {
  width: 100%;
  min-height: 100%;
  position: relative;
}
.main .banner img {
  width: 100%;
  display: block;
}
.main .banner .bannerM {
  display: none;
}
.main .banner .bannerTit {
  width: calc(100% - 410px);
  height: calc(100% - 260px);
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #ffffff;
  text-align: left;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.main .banner .bannerTit .bannerPtxt {
  font-weight: bold;
  width: 100%;
  margin-top: 6px;
  font-family: "Arial";
  color: #ffffff;
}
.main .banner .blackTit {
  color: #000;
}
.main .banner .blackTit .bannerPtxt {
  color: #000;
}
.main .banner .bannerRight {
  flex-direction: row-reverse;
}
.main .banner .bannerRight .bannerPtxt {
  text-align: right;
}
.main .banner .bannerBottomL {
  align-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
}
.main .banner .bannerBottomR {
  align-content: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.main .banner .bannerBottomR .bannerPtxt {
  text-align: right;
}
.main .twoMenu {
  width: 100%;
  height: 80px;
  position: sticky;
  top: 81px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
.main .twoMenu .menuCon {
  width: calc(100% - 410px);
  height: 100%;
  margin: 0 auto;
  line-height: 80px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.main .twoMenu .menuCon .conAll {
  width: 100%;
  display: flex;
}
.main .twoMenu .menuCon .conAll .li {
  display: inline-block;
  margin-right: 30px;
  color: #b4bcbf;
  font-size: 16px;
  cursor: pointer;
}
.main .twoMenu .menuCon .conAll .liActive {
  font-weight: bold;
  color: #000;
}
.main .twoMenu .menuCon .menuJump {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  font-weight: bold;
  width: 160px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main .history {
  width: calc(100% - 410px);
  height: 30px;
  line-height: 30px;
  margin: 30px auto 50px;
  font-size: 14px;
  color: #b4bcbf;
  text-align: left;
  box-sizing: border-box;
}
.main .history .icon_home {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/home_787dd4e23150cf9342ba.png) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 2px;
}
.main .history a {
  color: #b4bcbf;
}
.main .history span {
  color: #000000;
}
.main .titleDiv {
  width: 100%;
  margin: 0px auto;
  text-align: left;
  box-sizing: border-box;
}
.main .titleDiv .p {
  margin-top: 16px;
}
.main .carSw {
  width: calc(100% - 410px);
  margin: 0px auto;
  text-align: left;
  padding-bottom: 130px;
}
.main .carSw .carSwiper {
  width: 100%;
  max-width: 1300px;
  background: url(../images/pickupCarBg_33f997d43575bcc82aba.jpg) no-repeat bottom center;
  background-size: 100% auto;
  margin-top: 30px;
}
.main .carSw .carSwiper .carBgTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main .carSw .carSwiper img {
  width: 100%;
  display: block;
}
.main .carSw .carSwiper .swiper-slide img {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.main .carSw .carSwiper .swiper-slide-active img {
  opacity: 1;
}
.main .carSw .carSwiper .carPagination {
  width: 100%;
  height: 30px;
  text-align: center;
  z-index: 2;
}
.main .carSw .carSwiper .carPagination .carPaginationDiv {
  display: inline-block;
  margin: 0 auto;
  background-color: #ffffff;
  height: 30px;
  width: auto;
  box-sizing: border-box;
  padding-top: 3px;
  border-radius: 20px;
}
.main .carSw .carSwiper .carPagination .carPaginationDiv div {
  display: inline-block !important;
  margin: 0 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 1;
  box-sizing: border-box;
}
.main .carSw .carDetail {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.main .carSw .carDetail .detilL {
  width: 50%;
}
.main .carSw .carDetail .detilL > div {
  display: inline-block;
  margin-right: 15%;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.main .carSw .carDetail .detilL > div .detilLNum {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dde2e6;
  margin-bottom: 15px;
  font-weight: normal;
  display: inline-block;
}
.main .carSw .carDetail .detilR {
  width: 50%;
}
.main .carSw .carDetail .detilR img {
  display: block;
  height: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main .carSw .carDetail .detilR > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: none;
}
.main .carSw .carDetail .detilR > div > div {
  width: 160px;
  height: 90px;
  text-align: center;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.main .carSw .carDetail .detilR .carZuActive {
  display: flex;
}
.main .imgTxt {
  width: 100%;
  position: relative;
}
.main .imgTxt img {
  width: 100%;
  display: block;
}
.main .imgTxt .titleDiv {
  position: absolute;
  width: calc(100% - 410px);
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.main .imgTxt .whiteTxt.title_1 {
  color: #ffffff;
}
.main .imgTxt .whiteTxt.title_1 .p {
  color: #ffffff;
}
.main .txtImg {
  width: 100%;
  padding-bottom: 130px;
  background-color: #dde2e6;
}
.main .txtImg .txtDiv {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.main .txtImg .txtDiv .txtCon {
  width: 50%;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  padding-left: 205px;
  padding-right: 90px;
  padding-top: 130px;
}
.main .txtImg .txtDiv .txtCon .titleDiv {
  margin-bottom: 20px;
}
.main .txtImg .txtDiv .txtCon .titleB {
  margin-bottom: 34px;
}
.main .txtImg .txtDiv .txtCon .title {
  margin-top: 34px;
  position: relative;
  padding-left: 20px;
}
.main .txtImg .txtDiv .txtCon .titCon {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.main .txtImg .txtDiv .txtCon .titCon > div {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}
.main .txtImg .txtDiv .txtCon .titCon > div div {
  display: block;
  font-size: 20px;
}
.main .txtImg .txtDiv .txtCon .titCon > div .divRig {
  display: inline-block;
  text-align: left;
}
.main .txtImg .txtDiv .txtCon .titCon > div .num {
  display: inline-block;
  position: relative;
  font-size: 80px;
  font-weight: bold;
}
.main .txtImg .txtDiv .txtCon .titCon > div .num span {
  position: absolute;
  top: 0px;
  right: -39px;
  font-size: 20px;
  font-weight: normal;
  color: #999999;
}
.main .txtImg .txtDiv .txtCon .titCon .conLine {
  text-align: left;
  border-right: 1px solid #999999;
  margin-right: 60px;
}
.main .txtImg .txtDiv .txtCon .iconImg img {
  max-height: 90px;
}
.main .txtImg .txtDiv .imgCon {
  width: 50%;
  position: relative;
  padding-top: 130px;
}
.main .txtImg .txtDiv .imgCon img {
  display: block;
  width: 100%;
  height: auto;
}
.main .txtImg .txtDiv .imgCon .imgHide {
  opacity: 0;
}
.main .txtImgR {
  padding-top: 160px;
}
.main .txtImgR .txtDiv {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.main .txtImgR .txtDiv .txtCon {
  padding-left: 90px;
  padding-right: 205px;
  padding-top: 0;
  width: 40%;
}
.main .txtImgR .txtDiv .txtCon .p {
  margin-top: 10px;
}
.main .txtImgR .txtDiv .imgCon {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 60%;
  padding-top: 0px;
}
.main .txtImgR .txtDiv .imgCon > img {
  opacity: 0;
}
.main .txtImgR .txtDiv .imgCon .myImgSwiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main .txtImgR .txtDiv .imgCon .myImgSwiper .imgSwiper {
  width: 100%;
  height: 100%;
}
.main .txtImgR .txtDiv .imgCon .myImgSwiper .imgSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.main .txtImgR .txtDiv .imgCon .myImgSwiper .imgSwiper .swiper-slide img {
  display: block;
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.main .txtImgR .txtDiv .imgCon .myImgSwiper .imgSwiperm {
  display: none;
}
.main .txtImgR .txtDiv .imgCon .myImgSwiper .imgPagination {
  bottom: -35px;
}
.main .txtImgR .txtDiv .imgCon .myImgSwiper .imgPagination span {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.main .ltriTit .txtCon .title_text {
  margin-bottom: 10px;
}
.main .utpdirpdltpri .p0 {
  margin-top: 10px;
}
.main .utidtpci {
  background-color: #fff;
  padding-bottom: 0px;
}
.main .utidtpci .txtDiv .txtCon .title::before {
  content: '';
  width: 5px;
  height: 20px;
  background-color: #041954;
  position: absolute;
  left: 0;
  top: 4px;
}
.main .utidtpci .txtDiv .imgCon > img {
  opacity: 1;
}
.main .lsirtpc {
  background-color: #fff;
}
.main .lsirtpc .txtDiv {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.main .lsirtpc .txtDiv .txtCon .title::before {
  content: '';
  width: 5px;
  height: 20px;
  background-color: #041954;
  position: absolute;
  left: 0;
  top: 4px;
}
.main .lsirtpc .txtDiv .txtCon,
.main .lsirtpc .txtDiv .imgCon {
  width: 50%;
}
.main .lsirtpc .txtDiv .imgCon {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.main .lsirtpc .txtDiv .imgCon .imgSwiper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main .lsirtpc .imgPagination {
  top: auto;
  transform: translate3d(0px, 0, 0);
  bottom: 54px;
  right: 45px;
}
.main .lsirtpc .imgPagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0px auto;
  margin-top: 15px;
}
.main .lsirtpc .imgPagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.main .lsirtpc .imgPagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border: 1px solid #fff;
}
.main .twoTpi {
  background-color: #fff;
}
.main .twoTpi .txtDiv .imgCon > img {
  opacity: 1;
}
.main .gallery {
  padding-top: 120px;
  background-color: #fff;
}
.main .gallery .txtDiv .imgCon .txt {
  position: absolute;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  background: rgba(4, 25, 84, 0.6);
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.main .gallery .txtDiv .imgCon img {
  opacity: 1;
}
.main .gallery .txtDiv .imgCon:hover .txt {
  opacity: 1;
}
.main .gallery .imgDiv {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.main .gallery .imgDiv > img {
  width: 32%;
  display: block;
}
.main .gallery .imgDiv .imgSwiper img {
  width: 100%;
  display: block;
}
.main .gallery .imgDiv .imgSwiper .txt {
  position: absolute;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  background: rgba(4, 25, 84, 0.6);
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.main .gallery .imgDiv .imgSwiper .swiper-slide:hover .txt {
  opacity: 1;
}
.main .gallery .imgDiv .imgPaginationPc {
  bottom: -30px;
}
.main .gallery .imgDivm {
  width: 100%;
  display: none;
}
.main .gallery .imgDivm img {
  width: 100%;
  display: block;
}
.main .gallery .imgDivm .txt {
  position: absolute;
  width: 100%;
  padding: 0.15rem 0.1rem;
  box-sizing: border-box;
  background: rgba(51, 102, 255, 0.5);
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
}
.main .safer {
  width: 100%;
  margin: 0px auto;
  text-align: left;
  padding-bottom: 15px;
  background-color: #dde2e6;
}
.main .safer .titleDiv {
  padding: 0 205px;
}
.main .safer .imgAllRtxt {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.main .safer .imgAllRtxt img {
  display: block;
  width: 100%;
}
.main .safer .imgAllRtxt .rTxt {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding-left: 90px;
  padding-right: 205px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}
.main .safer .imgAllRtxt .rTxt .title {
  color: #fff;
}
.main .safer .imgAllRtxt .rTxt .p {
  margin-top: 10px;
  line-height: 32px;
  color: #fff;
}
.main .power {
  padding-top: 120px;
}
.main .power .conIco {
  text-align: center;
  margin-bottom: 120px;
}
.main .power .conIco .iconTitle {
  font-size: 70px;
  margin-top: 10px;
}
.main .power .conIco .iconP {
  color: #666666;
  font-size: 24px;
}
.main .power .imgMshow {
  width: 100%;
  display: none;
}
.main .power .imgMshow img {
  width: 100%;
  display: block;
}
.main .carFourImg {
  width: 100%;
}
.main .carFourImg .titleDiv {
  width: calc(100% - 410px);
}
.main .carFourImg .img {
  width: 100%;
  margin-top: 35px;
}
.main .carFourImg .img img {
  display: block;
  width: 100%;
}
.main .carFourImg .img .imgDiv {
  margin-bottom: 1%;
  overflow: hidden;
}
.main .carFourImg .img .minImg {
  width: 33%;
}
.main .carFourImg .img .maxImg {
  width: 66%;
}
.main .carFourImg .img .imgL {
  float: left;
  margin-right: 1%;
}
.main .carFourImg .img .imgR {
  float: left;
}
.main .carFoot {
  width: 100%;
  margin-top: 123px;
}
.main .carFoot .titleDiv {
  width: calc(100% - 410px);
}
.main .carFoot .carFootCon {
  width: 100%;
  margin-top: 136px;
  position: relative;
  overflow: hidden;
}
.main .carFoot .carFootCon .footConBg {
  position: absolute;
  top: 350px;
  left: 0;
  background-color: #dde2e6;
  height: 100%;
  width: 100%;
}
.main .carFoot .carFootCon .carCon {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 100px;
  position: relative;
}
.main .carFoot .carFootCon .carCon .carConImg {
  width: 100%;
  min-height: 432px;
  background: url(../images/pickupCarTit5bg_f8e857fde2a9ee829df3.png) no-repeat top center;
  background-size: 100% auto;
}
.main .carFoot .carFootCon .carCon .carConImg img {
  display: block;
  width: 100%;
}
.main .carFoot .carFootCon .carCon .carConTxt {
  width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.main .carFoot .carFootCon .carCon .carConTxt .conTxt {
  display: inline-block;
  text-align: left;
}
.main .carFoot .carFootCon .carCon .carConTxt .conTxt .title {
  font-size: 18px;
}
.main .carFoot .carFootCon .carCon .carConTxt .conTxt .p {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
}
.main .carFoot .carFootCon .carCon .carConTxtm {
  display: none;
}
.main .carFoot .carFootCon .carCon .carConTxtOther {
  display: none;
}
.main .carFoot .carFootCon .carCon .carAllShow {
  width: 390px;
  height: 70px;
  margin: 0 auto;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #000;
  margin-top: 70px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.clear {
  clear: both;
}
.zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  text-align: center;
}
.zhezhao .img {
  height: 80%;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.zhezhao .img .imgSrc {
  display: block;
  height: 100%;
}
.zhezhao .img .closeZ {
  position: absolute;
  top: -6px;
  right: -40px;
  cursor: pointer;
  font-size: 30px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .carAllShow:hover {
    background-color: #000;
    color: #fff;
  }
  .menuJump:hover {
    background-color: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1920px) {
}
@media screen and (max-width: 800px) {
  .main {
    padding-top: 63px;
  }
  .main .banner {
    height: calc(100vh - 64px);
    overflow: hidden;
  }
  .main .banner img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .main .banner .bannerP {
    display: none;
  }
  .main .banner .bannerM {
    display: block;
  }
  .main .banner .bannerTit {
    height: 100%;
    width: 100%;
    top: 0px;
    box-sizing: border-box;
    padding: 0.75rem 0.23rem;
  }
  .main .banner .bannerTit .bannerPtxt {
    margin-top: 0.1rem;
  }
  .main .history {
    width: 100%;
    height: auto;
    line-height: 0.2rem;
    margin: 0.15rem auto 0.6rem;
    font-size: 0.12rem;
    padding-left: 0.23rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #dde2e6;
  }
  .main .titleDiv {
    padding: 0 0.23rem;
    box-sizing: border-box;
  }
  .main .titleDiv .p {
    margin-top: 0.16rem;
  }
  .main .twoMenu {
    height: 0.6rem;
    top: 64px;
    padding: 0 0.23rem;
    box-sizing: border-box;
  }
  .main .twoMenu .menuCon {
    width: 100%;
    line-height: 0.6rem;
    box-sizing: border-box;
  }
  .main .twoMenu .menuCon .conAll {
    width: calc(100% - 1rem);
    overflow-x: auto;
  }
  .main .twoMenu .menuCon .conAll .li {
    margin-right: 0.2rem;
    font-size: 0.12rem;
    white-space: nowrap;
    word-break: keep-all;
  }
  .main .twoMenu .menuCon .menuJump {
    font-size: 0.12rem;
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    right: 0;
    top: 0.14rem;
    transform: translateY(0%);
    box-shadow: -10px 0px 15px 0px #ffffff;
    background-color: #ffffff;
  }
  .main .carSw {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .main .carSw .carSwiper {
    width: calc(100% - 0.46rem);
    margin: 0 auto;
    margin-top: 0.5rem;
    overflow: inherit;
  }
  .main .carSw .carSwiper .carPagination {
    bottom: 0px;
    height: 0.18rem;
  }
  .main .carSw .carSwiper .carPagination .carPaginationDiv {
    padding-top: 0;
    height: 0.18rem;
    position: relative;
    top: 0.04rem;
  }
  .main .carSw .carSwiper .carPagination .carPaginationDiv div {
    margin: 0 0.1rem;
    width: 0.18rem;
    height: 0.18rem;
  }
  .main .carSw .carDetail {
    margin-top: 0.25rem;
    justify-content: normal;
    flex-wrap: wrap;
    padding: 0 0.23rem;
    box-sizing: border-box;
    flex-direction: column-reverse;
  }
  .main .carSw .carDetail .detilL {
    width: 100%;
  }
  .main .carSw .carDetail .detilL > div {
    width: 100%;
    margin-right: 0%;
    font-size: 0.16rem;
    margin-bottom: 0.35rem;
  }
  .main .carSw .carDetail .detilL > div .detilLNum {
    font-size: 0.14rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .main .carSw .carDetail .detilR {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0.25rem;
  }
  .main .carSw .carDetail .detilR img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%);
  }
  .main .carSw .carDetail .detilR > div {
    height: auto;
    justify-content: flex-start;
  }
  .main .carSw .carDetail .detilR > div > div {
    width: 0.8rem;
    height: auto;
  }
  .main .imgTxt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    background-color: #dde2e6;
  }
  .main .imgTxt .titleDiv {
    top: 0rem;
    width: 100%;
    left: 0;
    transform: translateX(0);
    position: relative;
    margin-bottom: 0.2rem;
    color: #000;
  }
  .main .imgTxt .whiteTxt .p {
    color: #000;
  }
  .main .txtImg {
    box-sizing: border-box;
    padding: 0 0.23rem;
    padding-bottom: 0.8rem;
  }
  .main .txtImg .txtDiv {
    flex-wrap: wrap;
  }
  .main .txtImg .txtDiv .txtCon {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.25rem;
  }
  .main .txtImg .txtDiv .txtCon .titleDiv {
    padding: 0;
    margin-bottom: 0.15rem;
  }
  .main .txtImg .txtDiv .txtCon .titleB {
    margin-bottom: 0.1rem;
  }
  .main .txtImg .txtDiv .txtCon .title {
    margin-top: 0.25rem;
    position: relative;
    padding-left: 0.13rem;
  }
  .main .txtImg .txtDiv .txtCon .title::before {
    width: 0.02rem;
    height: 0.12rem;
  }
  .main .txtImg .txtDiv .txtCon .p {
    margin-top: 0.2rem;
  }
  .main .txtImg .txtDiv .txtCon .p0 {
    margin-top: 0.2rem;
  }
  .main .txtImg .txtDiv .txtCon .titCon > div {
    width: 50%;
    margin-right: 0;
    padding-right: 0;
    text-align: right;
  }
  .main .txtImg .txtDiv .txtCon .titCon > div div {
    font-size: 0.14rem;
  }
  .main .txtImg .txtDiv .txtCon .titCon > div .num {
    font-size: 0.4rem;
    margin-bottom: 0.05rem;
  }
  .main .txtImg .txtDiv .txtCon .titCon > div .num span {
    top: 0.04rem;
    right: -0.3rem;
    font-size: 0.14rem;
  }
  .main .txtImg .txtDiv .txtCon .titCon .conLine {
    margin-right: 0px;
  }
  .main .txtImg .txtDiv .imgCon {
    width: 100%;
    margin-top: 0.25rem;
    padding-top: 0;
  }
  .main .txtImg .txtDiv .imgCon img {
    width: 100%;
  }
  .main .txtImg .txtDiv .imgCon .imgSwiper {
    width: 100%;
    height: 100%;
  }
  .main .txtImgR .txtDiv .txtCon {
    padding-top: 0.25rem;
    padding-left: 0px;
  }
  .main .txtImgR .txtDiv .imgCon {
    padding-top: 0px;
  }
  .main .txtImgR .txtDiv .imgCon .myImgSwiper .imgSwiperPc {
    display: none;
  }
  .main .txtImgR .txtDiv .imgCon .myImgSwiper .imgSwiperm {
    display: block;
  }
  .main .txtImgR .txtDiv .imgCon .myImgSwiper .imgSwiper .swiper-slide img {
    width: 100%;
  }
  .main .txtImgR .txtDiv .imgCon .myImgSwiper .imgPagination span {
    background-color: #fff;
    opacity: 1;
  }
  .main .txtImgR .txtDiv .imgCon .myImgSwiper .imgPagination .swiper-pagination-bullet-active {
    background: #fff;
  }
  .main .txtImgR .txtDiv .imgCon .myImgSwiper .imgPagination .swiper-pagination-bullet-active::after {
    border: 1px solid #fff;
  }
  .main #EFFICIENCY .txtDiv .txtCon {
    padding-top: 0.9rem;
  }
  .main #COMFORT .lazy {
    width: calc(100% - 0.46rem);
    text-align: center;
    margin: 0 auto;
  }
  .main .ltriTit .txtCon .title_text {
    margin-bottom: 0px;
  }
  .main .safer .titleDiv {
    padding: 0 0.23rem;
  }
  .main .safer .imgAllRtxt {
    margin-top: 0rem;
    padding: 0 0.23rem;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .main .safer .imgAllRtxt .rTxt {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0.14rem;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    color: #000;
    margin-bottom: 0.25rem;
  }
  .main .safer .imgAllRtxt .rTxt .title {
    font-size: 0.2rem;
    margin-top: 0.25rem;
    color: #000;
  }
  .main .safer .imgAllRtxt .rTxt .p {
    margin-top: 0.05rem;
    line-height: 0.21rem;
    color: #000;
    font-weight: bold;
  }
  .main .powerId .lazy {
    padding: 0 0.23rem;
  }
  .main .power .txtDiv .txtCon {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.4rem;
  }
  .main .power .txtDiv .imgCon {
    margin-top: 0;
  }
  .main .power .conIco {
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .main .power .conIco .iconImg {
    text-align: center;
  }
  .main .power .conIco .iconImg img {
    height: 0.3rem;
    display: inline-block;
  }
  .main .power .conIco .iconTitle {
    font-size: 0.3rem;
  }
  .main .power .conIco .iconP {
    font-size: 0.14rem;
  }
  .main .power .txtDiv .imgCon .myImgSwiper .imgPagination {
    bottom: 0.2rem;
  }
  .main .power .imgMshow {
    display: block;
  }
  .main .carFourImg .titleDiv {
    width: 100%;
  }
  .main .carFourImg .img {
    margin-top: 0.25rem;
  }
  .main .carFourImg .img img {
    width: 100%;
  }
  .main .carFourImg .img .imgL {
    margin-right: 1%;
  }
  .main .carFourImg .img .imgDiv {
    height: auto;
    margin-bottom: 1%;
  }
  .main .lsirtpc .imgPagination {
    bottom: 0.15rem;
    right: 0.15rem;
  }
  .main .utidtpci {
    background-color: #fff;
  }
  .main .utidtpci .titleDiv {
    position: absolute;
    top: 0.77rem;
    width: 100%;
  }
  .main .utidtpci .txtDiv .txtCon {
    padding-top: 0rem;
  }
  .main .utidtpci > .lazy {
    margin-bottom: 0.5rem;
  }
  .main .utpi {
    background-color: #fff;
  }
  .main .utpi .titleDiv {
    position: absolute;
    top: 0.77rem;
    width: 100%;
  }
  .main .gallery .imgDiv {
    display: none;
  }
  .main .gallery .imgDivm {
    display: block;
    position: relative;
    padding-bottom: 0.45rem;
    margin-top: 0.3rem;
  }
  .main .gallery .imgDivm .imgSwiper .txt {
    position: absolute;
    width: 100%;
    padding: 0.1rem 0.1rem;
    box-sizing: border-box;
    background: rgba(4, 25, 84, 0.6);
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: left;
  }
  .main .gallery .txtDiv .imgCon {
    margin-top: 0;
    display: none;
  }
  .main .twoTpi .txtDiv .txtCon {
    padding-top: 0.6rem;
  }
  .main .carFoot {
    margin-top: 0.8rem;
  }
  .main .carFoot .titleDiv {
    width: 100%;
  }
  .main .carFoot .carFootCon {
    margin-top: 0.5rem;
  }
  .main .carFoot .carFootCon .footConBg {
    top: 1.04rem;
  }
  .main .carFoot .carFootCon .carCon {
    box-sizing: border-box;
    padding: 0 0.23rem;
    padding-bottom: 0.6rem;
  }
  .main .carFoot .carFootCon .carCon .carConImg {
    min-height: 1.5rem;
  }
  .main .carFoot .carFootCon .carCon .carConTxt {
    margin-top: 0.28rem;
  }
  .main .carFoot .carFootCon .carCon .carConTxt .conTxt .title {
    font-size: 0.14rem;
  }
  .main .carFoot .carFootCon .carCon .carConTxt .conTxt .p {
    margin-top: 0.08rem;
    font-size: 0.14rem;
  }
  .main .carFoot .carFootCon .carCon .carConTxtpc {
    display: none;
  }
  .main .carFoot .carFootCon .carCon .carConTxtm {
    display: flex;
  }
  .main .carFoot .carFootCon .carCon .carAllShow {
    width: 2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.35rem;
    font-size: 0.12rem;
  }
}

