.banner main .bannerLeft{
    width: 750px !important;
}
.imgText_upDown main>h1 {
  max-width: 100% !important;
}

.dataList .item .center p {
  padding-right: 10px;
}

.imgText_upDown main .dataList .item {
  height: 346px !important;
}
.imgText_upDown main .dataList .item .center h3{
  line-height: 22px;
}

.recommendedDataset main>h1 {
  margin-top: 18px !important;
}

.ai-map h1 {
  text-align: center;
  margin: 0 auto;
  line-height: 56px;
}

.ai-map p {
  text-align: center;
  margin: 25px auto 48px auto;
}

.ai-map img {
  width: 1260px;
  margin-bottom: 70px;
}

.twoBox{
  margin-bottom: 130px;
}
.threeBox {
  margin-bottom: 42px;
}

.fourBox {
  margin-top: 138px;
}
.fiveBox{
  margin-bottom: 70px;
}

.eightBox {
  background-image: url('/nexdata/static/image/automotive/eightBack.png');
  background-size: cover;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.eightBox main {
  height: 432px;
  display: flex;
  justify-content: space-between;
}

.eightBox main .left {}

.eightBox main .left img {
  width: 423px;
  height: 250px;
  position: absolute;
  top: 86px;
  left: 172px;
}

.eightBox main .right {
  width: 500px;
  padding: 122px 0;
  box-sizing: border-box;
}

.eightBox main .right>p {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

.eightBox main .right button {
  width: 300px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(270deg, #2E8CFD 17%, #0048FF 100%);
  border: 0;
  line-height: 54px;
  margin-top: 38px;
}

.eightBox main .right button:hover {
  box-shadow: 2px 2px 6px -2px #005EFF;
}

.eightBox main .right button a {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.eightBox main .right button img {
  margin-left: 14px;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  transform-style: preserve-3d;
  transform: translateX(0px) translateY(0px) translateZ(0px);
  transition: transform 50ms ease 0s;
}

.eightBox main .right button:hover img {
  transform-style: preserve-3d;
  transform: translateX(6px) translateY(0px) translateZ(0px);
  transition: transform 200ms ease 0s;
}

.nineBox {
  margin-top: 133px;
}