.inCar {
  width: 99.2vw;
  height: 60vh;
  background-image: url('../image/about/简介背景.png');
  background-size: 100vw 50vh;
  background-repeat: no-repeat;
  overflow: hidden;
}
.inCar .title {
  width: 100%;
  height: 4vw;
  line-height: 4vw;
  text-align: center;
  margin-top: 9vh;
}
.inCar .title h1 {
  font-size: 2vw;
}
.inCar .content {
  width: calc((900 / 1920) * 100vw);
  height: calc(((706 - 294) / 1920) * 100vw);
  margin-left: calc(((1040 - 500) / 1920) * 100vw);
  margin-top: 2vw;
}
.inCar .content span {
  display: block;
  font-size: 1vw;
  color: #828282;
  line-height: 2vw;
}
.tourist {
  width: 99.2vw;
  height: 80vh;
}
.tourist .title {
  width: 100%;
  height: 4vw;
  line-height: 4vw;
  text-align: center;
  margin-top: 9vh;
}
.tourist .title h1 {
  font-size: 1.8vw;
}
.tourist .text {
  width: calc((900 / 1920) * 100vw);
  height: 1vw;
  margin-left: calc(((1020 - 500) / 1920) * 100vw);
}
.tourist .text span {
  display: block;
  font-size: 1vw;
  color: #828282;
  line-height: 2vw;
}
.tourist .detailAll {
  height: 60vw;
  overflow: hidden;
  display: flex;
  margin-left: 14vw;
  margin-top: 3vw;
}
.tourist .detailAll .contentDet {
  width: 27%;
  height: 40vw;
  cursor: pointer;
}
.tourist .detailAll .contentDet .img {
  width: 100%;
  height: 28vw;
  z-index: -1;
  background-image: url('../image/about/矩形 8.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tourist .detailAll .contentDet .img1 {
  width: 100%;
  height: 28vw;
  z-index: -1;
  background-image: url('../image/about/矩形 9.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tourist .detailAll .contentDet .img2 {
  width: 100%;
  height: 28vw;
  z-index: -1;
  background-image: url('../image/about/矩形 10.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tourist .detailAll .contentDet .inner {
  width: 90%;
  height: 15%;
  background-color: #fff;
  z-index: 999;
  margin: -7.5vw 0 0 1.1vw;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease;
}
.tourist .detailAll .contentDet .inner .title {
  font-size: 1vw;
  font-weight: 700;
}
.tourist .detailAll .contentDet .inner .p {
  font-size: 0.8vw;
  color: #828282;
  margin-left: 2.5vw;
  margin-top: -0.8vw;
}
.tourist .detailAll .contentDet:not(:nth-child(1)) {
  margin-left: 1.2vw;
}
.tourist .detailAll .contentDet:hover .inner {
  transform: scale(1.05);
}
.addNumber {
  margin-top: 4vw;
  width: 99.2vw;
  height: 80vh;
  overflow: hidden;
  background: linear-gradient(180deg, #f2f6f9 0%, rgba(242, 246, 249, 0) 100%);
}
.addNumber .title {
  width: 100%;
  height: 4vw;
  line-height: 4vw;
  text-align: center;
  margin-top: 9vh;
}
.addNumber .title h1 {
  font-size: 2vw;
}
.addNumber .title h1 span {
  font-size: 2vw;
  color: #1f53ff;
}
.addNumber .text {
  width: calc((900 / 1920) * 100vw);
  height: 1vw;
  margin-left: calc(((1020 - 500) / 1920) * 100vw);
  margin-top: 2vw;
}
.addNumber .text span {
  display: block;
  font-size: 1vw;
  color: #828282;
  line-height: 2vw;
}
.addNumber .img {
  width: 100%;
  height: 50vh;
  margin-top: 2vw;
  margin-left: 12.5vw;
}
.addNumber .img ul {
  display: flex;
}
.addNumber .img ul li {
  width: calc(((900 / 1920) * 100vw) / 3);
  height: calc(((500 / 1920) * 100vw) / 2);
}
.addNumber .img ul li img {
  width: 120%;
  height: 170%;
}
.addNumber .img ul li:nth-child(1) {
  margin-left: 8vw;
  opacity: 0;
}
.addNumber .img ul li:nth-child(2) {
  margin-left: -1vw;
  opacity: 0;
}
.addNumber .img ul li:nth-child(3) {
  margin-left: -2.5vw;
  opacity: 0;
}
.addNumber .img ul li:nth-child(4) {
  margin-left: -2.5vw;
  opacity: 0;
}
.adv {
  width: 99.2vw;
  height: 100vh;
  background-image: url('../image/about/核心优势.png');
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  overflow: hidden;
}
.price {
  width: 99.2vw;
  height: 47vw;
  background-image: url('../image/about/荣耀-背景.png');
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  overflow: hidden;
}
.price .text {
  width: 100%;
  text-align: center;
  font-size: 1.8vw;
  font-family: 'MEDIUM';
  font-family: 'lightfont';
  font-weight: 700;
  margin-top: 2vw;
}
.price .img1 {
  margin-top: 2vw;
  margin-left: 19vw;
}
.price .img1 img {
  width: 15.1vw;
  height: auto;
  opacity: 0;
}
.price .img2 {
  width: 100vw;
  height: auto;
  margin-top: 2vw;
  margin-left: 13vw;
}
.price .img2 img {
  width: 15vw;
  height: auto;
  opacity: 0;
}
.price .bottomImg {
  width: 78vw;
  height: auto;
  margin-left: 12vw;
}
.price .bImg {
  width: 62vw;
  height: auto;
  margin-left: 18.5vw;
}
.videoTop .content {
  background-image: url('../image/about/矩形 2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
