.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;
  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 .content {
  width: 100%;
  padding: 0 70px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main .content .history {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 30px auto 50px;
  font-size: 14px;
  color: #b4bcbf;
  text-align: left;
}
.main .content .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 .content .history a {
  color: #b4bcbf;
}
.main .content .history span {
  color: #000000;
}
.main .content .titleDiv {
  width: 100%;
  margin: 0px auto;
  text-align: left;
}
.main .content .carModeTabP {
  width: 100%;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.main .content .carModeTab {
  width: 100%;
  text-align: left;
  color: #b4bcbf;
}
.main .content .carModeTab .li {
  display: inline-block;
  cursor: pointer;
}
.main .content .carModeTab .liActive {
  font-weight: bold;
  color: #000000;
}
.main .content .carModeTab .span {
  margin: 0 20px;
  display: inline-block;
}
.main .content .carConP {
  width: 100%;
  margin-bottom: 60px;
}
.main .content .carCon {
  width: 100%;
}
.main .content .carCon .carDiv {
  width: 30%;
  margin-bottom: 40px;
  float: left;
  margin-left: 5%;
}
.main .content .carCon .carDiv:nth-child(3n-2) {
  margin-left: 0px;
}
.main .content .carCon .carDiv .carImg {
  width: 100%;
  position: relative;
  background: url(../images/carbg_3b025b19f30762114f68.jpg) no-repeat;
  background-size: 100% 100%;
}
.main .content .carCon .carDiv .carImg img {
  display: block;
  width: 100%;
}
.main .content .carCon .carDiv .carImg .carPtxt {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  color: #666666;
  text-align: center;
}
.main .content .carCon .carDiv .carBtn {
  width: 100%;
  box-sizing: border-box;
}
.main .content .carCon .carDiv .viewBtn .viewIcon .viewArrow1,
.main .content .carCon .carDiv .viewBtn .viewIcon .viewArrow2 {
  transform: translateX(-30px);
}
.main .content .carCon .clear {
  clear: both;
}
.main .content .carConMore {
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.main .content .carMore {
  width: 100%;
  justify-content: center;
  display: none;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b4bcbf;
}
.main .content .carMore .moreBtn {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.main .content .carMore .moreBtn span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  margin-left: 15px;
  box-sizing: border-box;
  transform: rotate(-45deg);
  position: relative;
  top: -4px;
  transition: all 0.4s ease-in-out;
}
.main .content .carMoreShow {
  display: flex;
}
.main .content .carMoreAtivce .moreBtn span {
  transform: rotate(-225deg);
  top: 4px;
}
.main .content .carConM {
  display: none;
}
.main .content .carConM .carDiv {
  width: 100%;
}
.main .content .carConM .carDiv .carImg {
  width: 100%;
  position: relative;
  background: url(../images/carbg_3b025b19f30762114f68.jpg) no-repeat;
  background-size: 100% 100%;
}
.main .content .carConM .carDiv .carImg img {
  display: block;
  width: 100%;
}
.main .content .carConM .carDiv .carImg .carPtxt {
  position: absolute;
  bottom: 0.05rem;
  left: 0;
  width: 100%;
  color: #666666;
  text-align: center;
  font-size: 0.12rem;
}
.main .content .carConM .carDiv .carBtn {
  width: 100%;
  box-sizing: border-box;
}
.main .content .highLightsEv {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 180px;
  position: relative;
  padding-top: 220px;
}
.main .content .highLightsEv .highBg {
  width: 100vw;
  height: 650px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
}
.main .content .highLightsEv .highBg img {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  object-fit: cover;
}
.main .content .highLightsEv .highVan {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  position: relative;
  text-align: left;
  padding: 70px 80px 40px;
  background: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.07);
}
.main .content .highLightsEv .highVan .ul {
  width: 100%;
}
.main .content .highLightsEv .highVan .ul .li {
  width: 100%;
  padding-bottom: 34px;
  border-bottom: 1px solid #b4bcbf;
  color: #000;
  margin-bottom: 35px;
}
.main .content .highLightsEv .highVan .ul .li .title {
  font-weight: bold;
  cursor: pointer;
}
.main .content .highLightsEv .highVan .ul .li .title span {
  float: right;
  width: 24px;
  height: 24px;
  position: relative;
}
.main .content .highLightsEv .highVan .ul .li .title span::before {
  content: '';
  border: 1px solid #000;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.main .content .highLightsEv .highVan .ul .li .title .add {
  display: inline-block;
}
.main .content .highLightsEv .highVan .ul .li .title .add::after {
  content: '';
  border: 1px solid #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main .content .highLightsEv .highVan .ul .li .title .addf {
  display: none;
}
.main .content .highLightsEv .highVan .ul .li .p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 10px;
  display: none;
}
.main .content .highLightsEv .highVan .ul .li .img {
  position: absolute;
  top: 0;
  left: 650px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.main .content .highLightsEv .highVan .ul .li .img img {
  display: block;
}
.main .content .highLightsEv .highVan .ul .liActive .title .add {
  display: none;
}
.main .content .highLightsEv .highVan .ul .liActive .title .addf {
  display: inline-block;
}
.main .content .highLights {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 180px;
}
.main .content .highLights .highDiv {
  width: 100%;
  position: relative;
  margin-top: 140px;
}
.main .content .highLights .highDiv:first-child {
  margin-top: 0;
}
.main .content .highLights .highDiv img {
  width: 50%;
  display: block;
}
.main .content .highLights .highDiv .highTxt {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #dde2e6;
  box-sizing: border-box;
  padding: 70px 80px;
  text-align: left;
}
.main .content .highLights .highDiv .highTxt .txtP {
  margin-top: 15px;
}
.main .content .highLights .highDiv .highTxt .text-linkP {
  margin-top: 60px;
  width: 200px;
  justify-content: flex-start;
  align-items: center;
}
.main .content .highLights .highDiv .highTxt .highNum {
  position: absolute;
  bottom: -35px;
  right: -7px;
  font-size: 180px;
  color: #ced3d7;
  font-family: "Verdanab";
}
.main .content .highLightsVan {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 150px;
}
.main .content .highLightsVan .highVan {
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: left;
}
.main .content .highLightsVan .highVan .ul {
  width: calc(50% - 90px);
  min-height: 560px;
}
.main .content .highLightsVan .highVan .ul .li {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #b4bcbf;
  color: #999999;
  margin-bottom: 25px;
}
.main .content .highLightsVan .highVan .ul .li .title {
  font-weight: bold;
  cursor: pointer;
}
.main .content .highLightsVan .highVan .ul .li .p {
  color: #000;
  margin-top: 10px;
  display: none;
}
.main .content .highLightsVan .highVan .ul .li .img {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  width: 50%;
  transition: all 0.4s ease-in-out;
}
.main .content .highLightsVan .highVan .ul .li .img img {
  display: block;
  width: 100%;
}
.main .content .highLightsVan .highVan .ul .liActive {
  border-bottom: 0px solid #b4bcbf;
  color: #000;
}
.main .content .highLightsVan .highVan .ul .liActive .img {
  opacity: 1;
}
.main .content .mySwiper {
  width: 100%;
  margin: 0px auto;
  height: 440px;
  margin-top: 60px;
  margin-bottom: 150px;
}
.main .content .mySwiper .img {
  width: 170px;
  height: 170px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: url(../images/swiperImgbg_167a9f15fd86fe2b6ac6.png) no-repeat;
  background-size: 100% 100%;
}
.main .content .mySwiper .img div {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 2px;
}
.main .content .mySwiper .img img {
  width: 100%;
  display: block;
}
.main .content .mySwiper .name {
  font-size: 18px;
  color: #1789ff;
  margin-top: 15px;
  margin-bottom: 6px;
}
.main .content .mySwiper .brief {
  font-size: 16px;
  margin-bottom: 15px;
}
.main .content .mySwiper .desc {
  font-size: 24px;
  line-height: 36px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 100px;
  position: relative;
  text-align: left;
}
.main .content .mySwiper .desc span {
  position: absolute;
  top: 36px;
  left: 0;
  font-size: 120px;
  color: #dde2e6;
}
.main .content .mySwiper .desc .descIcon {
  left: auto;
  right: 0;
}
.main .content .newList {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.main .content .newList .newLi {
  width: 22%;
  position: relative;
  padding-bottom: 44px;
}
.main .content .newList .newLi div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 280px;
}
.main .content .newList .newLi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.4s ease-in-out;
}
.main .content .newList .newLi p {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
  margin-top: 50px;
}
.main .content .newList .newLi span {
  color: #666666;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main .content .newsBtn {
  width: 300px;
  margin: 90px auto 100px;
}
@media (hover: hover) and (pointer: fine) {
  .main .content .newList .newLi:hover img {
    transform: scale(1.1);
  }
  .main .content .carCon .carDiv .viewBtn:hover .viewIcon .viewArrow1,
  .main .content .carCon .carDiv .viewBtn:hover .viewIcon .viewArrow2 {
    transform: translateX(0px);
  }
}
@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 {
    width: calc(100% - 0.23rem);
    height: 100%;
    top: 0px;
    box-sizing: border-box;
    padding: 0.75rem 0.23rem;
  }
  .main .banner .bannerTit .bannerPtxt {
    margin-top: 0.1rem;
  }
  .main .content {
    padding: 0 0.23rem;
  }
  .main .content .history {
    height: auto;
    line-height: 0.2rem;
    margin: 0.35rem auto;
    font-size: 0.12rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #dde2e6;
  }
  .main .content .carModeTabP {
    margin: 0px auto;
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
    overflow-x: auto;
  }
  .main .content .carConP {
    margin-bottom: 0.9rem;
    overflow: hidden;
  }
  .main .content .carCon {
    display: none;
  }
  .main .content .carMore {
    display: none;
  }
  .main .content .carConM {
    display: block;
  }
  .main .content .carConM .swiperBtn {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
  }
  .main .content .carConM .swiperBtn .viewArrow1 {
    width: 0.17rem;
    height: 0.17rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow-black_93ffab902999017d365f.svg);
    background-size: 100% 100%;
  }
  .main .content .carConM .swiperBtn .button-prev,
  .main .content .carConM .swiperBtn .button-next {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 0.35rem;
    border: 1px solid #000;
    display: inline-block;
  }
  .main .content .carConM .swiperBtn .button-prev {
    transform: rotate(180deg);
  }
  .main .content .carConM .swiperBtn .swiper-paginationM {
    display: inline-block;
    padding: 0 0.3rem;
    width: auto;
    font-size: 0.16rem;
  }
  .main .content .carConM .swiperBtn .swiper-paginationM .swiper-pagination-current {
    font-weight: bold;
    margin-right: 0.06rem;
  }
  .main .content .carConM .swiperBtn .swiper-paginationM .swiper-pagination-total {
    color: #b4bcbf;
    margin-left: 0.06rem;
  }
  .main .content .highLightsEv {
    margin-top: 0.3rem;
    margin-bottom: 0.9rem;
    padding-top: 0.6rem;
  }
  .main .content .highLightsEv .highBg {
    height: 1.6rem;
  }
  .main .content .highLightsEv .highVan {
    padding: 0.3rem 0.2rem 0.2rem;
  }
  .main .content .highLightsEv .highVan .ul {
    width: 100%;
    min-height: auto;
  }
  .main .content .highLightsEv .highVan .ul .li {
    padding-bottom: 0.2rem;
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }
  .main .content .highLightsEv .highVan .ul .li .title span {
    width: 0.12rem;
    height: 0.12rem;
  }
  .main .content .highLightsEv .highVan .ul .li .title span::before {
    transform: translateY(0);
  }
  .main .content .highLightsEv .highVan .ul .li .title .add::after {
    transform: translateX(0);
  }
  .main .content .highLightsEv .highVan .ul .li .p {
    font-size: 0.14rem;
    line-height: 0.21rem;
    margin-top: 0.1rem;
  }
  .main .content .highLights {
    margin-top: 0.3rem;
    margin-bottom: 0.9rem;
  }
  .main .content .highLights .highDiv {
    margin-top: 0.5rem;
  }
  .main .content .highLights .highDiv img {
    width: 100%;
  }
  .main .content .highLights .highDiv .highTxt {
    width: 100%;
    min-height: 2.5rem;
    position: relative;
    top: auto;
    right: auto;
    padding: 0.3rem 0.2rem;
  }
  .main .content .highLights .highDiv .highTxt .txtP {
    margin-top: 0.11rem;
  }
  .main .content .highLights .highDiv .highTxt .text-linkP {
    margin-top: 0.25rem;
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .main .content .highLights .highDiv .highTxt .text-linkP .viewText {
    margin-left: 0;
  }
  .main .content .highLights .highDiv .highTxt .text-linkP .viewIcon {
    position: relative;
    top: 0.03rem;
  }
  .main .content .highLights .highDiv .highTxt .highNum {
    font-size: 0.7rem;
    bottom: -0.13rem;
    right: 0px;
  }
  .main .content .highLightsVan {
    margin-top: 0.3rem;
    margin-bottom: 0.9rem;
  }
  .main .content .highLightsVan .highVan .ul {
    width: 100%;
    min-height: auto;
  }
  .main .content .highLightsVan .highVan .ul .li {
    padding-bottom: 0.2rem;
    margin-bottom: 0.15rem;
  }
  .main .content .highLightsVan .highVan .ul .li .img {
    display: none;
    margin-top: 0.1rem;
    width: 100%;
    position: initial;
  }
  .main .content .highLightsVan .highVan .ul .li .img img {
    width: 100%;
  }
  .main .content .highLightsVan .highVan .ul .liActive .img {
    display: inline-block;
  }
  .main .content .mySwiper {
    height: 3.5rem;
    margin-top: 0.35rem;
    margin-bottom: 0.8rem;
  }
  .main .content .mySwiper .img {
    width: 1.1rem;
    height: 1.1rem;
  }
  .main .content .mySwiper .img div {
    width: 1.05rem;
    height: 1.05rem;
  }
  .main .content .mySwiper .name {
    font-size: 0.14rem;
    margin-top: 0.15rem;
    margin-bottom: 0.08rem;
  }
  .main .content .mySwiper .brief {
    font-size: 0.12rem;
    margin-bottom: 0.24rem;
  }
  .main .content .mySwiper .desc {
    font-size: 0.15rem;
    line-height: 0.21rem;
    padding: 0 0.4rem;
  }
  .main .content .mySwiper .desc span {
    top: calc(50% + 0.1rem);
    transform: translateY(-50%);
    font-size: 0.6rem;
  }
  .main .content .newList {
    margin-top: 0.25rem;
    flex-direction: column;
  }
  .main .content .newList .newLi {
    width: 100%;
    padding-bottom: 0.27rem;
    margin-bottom: 0.5rem;
  }
  .main .content .newList .newLi p {
    margin-top: 0.12rem;
  }
  .main .content .newList .newLi span {
    font-size: 0.13rem;
  }
  .main .content .newsBtn {
    width: 2rem;
    margin: 0.2rem auto 0.8rem;
  }
}

