.home-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.content-box {
  width: 100%;
}

.video-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.appvideo-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.exhibition-box {
  margin-top: 59px;
  width: 100%;
  height: calc(100vh - 60px);
  background: darkgrey;
  overflow: hidden;
  position: relative;
}

.pointBtn {
  width: 40px;
  object-fit: contain;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  animation: pointmove 5s ease-in-out infinite;
}

@keyframes pointmove {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 5%;
  }
}

@-webkit-keyframes pointmove {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 8%;
  }
  100% {
    bottom: 5%;
  }
}

.video-text {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.exhibition-text {
  font-size: 55px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
  margin: 0;
}

.exhibition-text2 {
  font-size: 24px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.consult-btn {
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  border-radius: 6px;
  background: rgb(24, 144, 255, .8);
  border: 1px solid rgba(24, 144, 255);
  cursor: pointer;
  margin-top: 10px;
}
.consult-btn a {
  color: #fff;
  text-decoration: none;
}

.exhibition-into {
  width: 40;
  height: 40;
  margin: 0;
  margin-left: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.project-box {
  width: 100%;
  height: 972px;
  background: #fff;
  display: flex;
  justify-content: center;
  position: relative;
}

.row {
  margin: 0 !important;
  padding: 0 !important;
}

.btn-know2 {
  width: 108px;
  height: 30px;
  border: 1px solid rgba(24, 144, 255, 1);
  color: #0884F8;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-know2:hover {
  background: #1890FF;
  color: #ffffff;
}

.project-content {
  width: 1200px;
  height: 100%;
  position: relative;
}

.project-text {
  height: 218px;
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-project-text {
  display: none;
}

.car-btn {
  height: 74px;
  display: flex;
  align-items: center;
}

.cars-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 60px;
}

.control-btn {
  position: absolute;
  width: 100%;
  position: relative;
}

.control-btn p i {
  font-size: 40px;
  cursor: pointer;
}

.control-left {
  position: absolute;
  left: -50px;
  top: 0;
  color: #999;
}

.control-left i:hover {
  color: #1890FF;
}

.control-right {
  position: absolute;
  right: -50px;
  top: 0;
  color: #999;
}

.control-right i:hover {
  color: #1890FF;
}

.car-box {
  width: 120px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}

.car-color {
  width: 108px;
  height: 30px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #1890FF;
  border: 1px solid #0884F8;
}

.car-color:hover {
  background: #1890FF;
  color: #ffffff;
}

.to-detail:hover {
  text-decoration: none;
}

.active {
  color: #ffffff;
  background: #0884F8;
  border: 1px solid #0884F8;
}

.show-content {
  width: 1200px;
  height: 504px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 10px 024px 6px rgba(55, 159, 255, 0.1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-img {
  width: 715px;
  /* height: 366px; */
  padding-left: 65px;
}

.show-img.active {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0;
  border: none;
  background: none;
}

.show-boxli:not(:first-child) .show-img {
  cursor: zoom-in;
}

.show-img img {
  width: 100%;
  height: 100%;
}

.show-boxli {
  width: 100%;
  height: 100%;
}

.show-ask {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 45px;
}

.show-text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show-p {
  font-size: 20px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}

.box-ask {
  font-size: 16px;
  font-weight: 300;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
}

.classification-box {
  width: 100%;
  height: 838px;
  background: rgba(24, 144, 255, 0.1);
  display: flex;
  justify-content: center;
}

.classification-content {
  width: 1200px;
  height: 100%;
}

.classification-text {
  height: 189px;
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.classification-product {
  width: 1200px;
  height: 546px;
  position: absolute;
}

.masking-box {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.product-box {
  display: flex;
  height: 50%;
}

.product-box2 {
  /* width: 25%; */
  height: 50%;
}

.product-box2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product-box2 a:hover, a:focus {
  text-decoration: none;
}

.masking-icon {
  width: 100%;
  height: 100%;
}

.masking-img {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.masking-img p {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.masking-text {
  flex: 2;
  text-align: center;
}

.masking-text p {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "PingFang SC", "Microsoft YaHei";
}

.masking-text div {
  width: 236px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0);
}

.product-box2:hover {
  background: rgba(24, 144, 255, 0.5);
}

.product-box2:hover .masking-text {
  margin-top: -20px;
}

.product-box2:hover .masking-text div {
  color: rgba(255, 255, 255, 1);
}

.masking-img img {
  width: 40px;
  height: 40px;
}

.product-box img {
  width: 100%;
  height: 100%;
}

.col-md-3 {
  margin: 0 !important;
  padding: 0 !important;
}

.analysis-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.analysis-contnet {
  width: 1200px;
  height: 100%;
}

.compete-box {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.com-box {
  width: 570px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  background: url(../../assets/img/vs.png) center center no-repeat;
  background-size: 100% 100%;
}

.compete-text1 {
  font-size: 20px;
  font-family: "PingFang SC", "Microsoft YaHei";
  margin-left: 12px;
  color: rgba(235, 97, 0, 1);
}

.compete-text2 {
  font-size: 36px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
  line-height: 70px;
}

.compete-text3 {
  font-size: 20px;
  font-family: "PingFang SC", "Microsoft YaHei";
  margin-right: 16px;
  color: rgba(24, 144, 255, 1);
}

.analysis-ul {
  width: 100%;
  height: 509px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  overflow: hidden;
  line-height: 38px;
  position: relative;
}

.analysis-ul .btn-know {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-know:hover {
  background: #1890FF;
  color: #ffffff;
}

.analysis-ul ul:nth-of-type(1) {
  text-align: right;
  margin-top: 28px;
  /* margin-right: 10px; */
}

.analysis-ul ul:nth-of-type(2) {
  width: 82px;
  height: 100%;
  margin-top: 28px;
  font-weight: 600;
  text-align: center;
}

.analysis-ul ul:nth-of-type(3) {
  text-align: left;
  margin-top: 28px;
  color: #1890FF;
}

.analysis-p {
  margin: 0;
  width: 100%;
  height: 184px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}

.dynamic-box {
  width: 100%;
  height: 1631px;
  position: relative;
}

.analysis-btn {
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: space-between;
}

.analysis-cannot {
  width: 200px;
  height: 36px;
  background: rgba(24, 144, 255, 1);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
  line-height: 70px;
  position: relative;
}

.analysis-cannot img {
  position: absolute;
  left: 75px;
}

.dynamic-setting {
  width: 100%;
  height: 402px;
  background: rgba(24, 144, 255, 1);
}

.dynamic-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.dynamic-detail {
  width: 1200px;
  height: 100%;
}

.dynamic-text {
  width: 100%;
  height: 168px;
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-box {
  width: 100%;
  height: 579px;
  display: flex;
  justify-content: space-between;
}

.card-one {
  background: url(../../assets/img/card01.png);
}

.card-two {
  background: url(../../assets/img/card02.png);
}

.card-three {
  background: url(../../assets/img/card03.png);
}

.card-content {
  width: 379px;
  height: 555px;
  /* background: #fff; */
  box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.1);
}

.card-details {
  width: 100%;
  height: 325px;
  overflow: hidden;
  margin-top: 230px;
}

.card-text {
  width: 313px;
  height: 156px;
  margin: 0 auto;
}

.card-title {
  font-size: 20px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.card-level {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}

.card-body {
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-weight: 300;
  color: #666666;
  text-align: center;
}

.card-btn {
  width: 100%;
  height: 169px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn-know {
  width: 108px;
  height: 30px;
  border: 1px solid rgba(24, 144, 255, 1);
  border-radius: 16px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  color: #1890FF;
  cursor: pointer;
}

.cut-box {
  width: 100%;
  height: 875px;
}

.cut-p-app {
  display: none;
}

.cut-p {
  margin: 0;
  width: 100%;
  height: 278px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}

.cut-details {
  width: 100%;
  height: 597px;
}

.details-box {
  width: 100%;
  height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.cut-detailsbox {
  width: 380px;
  height: 180px;
}

.cut-row {
  display: flex;
  justify-content: space-around;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cut-text {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.cut-title {
  font-size: 18px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cut-time {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  margin: 12px 0 20px 30px;
}

.cut-body {
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #666666;
  margin-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cut-detailsbox:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 1);
  box-shadow: 3px 4px 14px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.cut-detailsbox:hover .cut-title {
  color: #1890FF;
}

.cut-btn {
  display: flex;
  justify-content: center;
}

.cooper-box {
  width: 100%;
  background: rgba(0, 0, 0, 0.01);
  display: flex;
  justify-content: center;
}

.cooper-content {
  width: 1200px;
  height: 100%;
}

.cooper-content p {
  font-size: 30px;
  font-family: "PingFang SC", "Microsoft YaHei";
  color: #333333;
  font-weight: bold;
}

.cooper-box p {
  width: 100%;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooper-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cooper-img img {
  width: 268px;
  margin-bottom: 20px;
}

.service-red {
  width: 20px;
  display: inline-block;
  color: red;
  text-align: center;
}

.container {
  margin: 0;
  padding: 0;
}

.car-btn2 {
  display: none;
}

.lunbo-dot {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.lunbo-dot li {
  list-style: none;
  width: 16px;
  height: 16px;
  background: rgba(204, 204, 204, 1);
  display: flex;
  border-radius: 50%;
  margin: 20px 10px;
}

.dotActice {
  background: rgba(16, 142, 233, 1) !important;
}

.card-box2 {
  display: none;
}

.analysis-yi {
  display: none;
}

.lunbo-img {
  width: 339px;
  height: 279px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}

.img-ps {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hover-img {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hover-img p {
  width: 128px;
  height: 128px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-img p img {
  width: 41px;
  height: 40px;
}

.hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hover-text p {
  height: 80px;
  margin-bottom: 0;
}

.lunbo-img a:hover, a:focus {
  color: #fff;
  text-decoration: none;
}

.didongduan-lunbo {
  width: 702px;
  height: 862px;
  margin: 0 auto;
  display: none;
}

.lunbo-one {
  height: 582px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lunbo-row {
  display: flex;
  justify-content: space-between;
}