div {
  font-family: "Alibaba PuHuiTi 2.0";
}
.overview {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.overview .title {
  font-size: 36px;
  color: #141414;
  font-weight: 500;
  margin-bottom: 20px;
  -webkit-text-stroke: 0.3px #000;
}
.coreFunctions .title {
  font-size: 36px;
  color: #141414;
  font-weight: 500;
  margin-bottom: 30px;
  -webkit-text-stroke: 0.3px #000;
}
.overview .content {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  width: 55%;
  margin-bottom: 22px;
  line-height: 24px;
}
.specificItem {
  display: flex;
  width: 55%;
  justify-content: space-between;
}
.icon {
  width: 141px;
  height: 148px;
}
.itemName {
  margin-top: 6px;
  font-weight: 500;
  font-size: 16px;
}
.coreFunctions {
  width: 100%;
  text-align: center;
}
.oneMapVisible {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.oneMapVisible .title {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  padding-top: 30px;
  margin-bottom: 0;
  -webkit-text-stroke: 0.1px #fff;
}
.oneMapVisible .content {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  line-height: 24px;
}
.visualDispatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.visualDispatch .title {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 0;
}
.visualDispatch .content {
  font-size: 16px;
  margin-top: 15px;
  width: 55%;
  margin-bottom: 30px;
  line-height: 24px;
}
.visualDispatch .images {
  width: 100%;
}
.visualDispatch .item {
  margin: 0 4px;
  width: 224px;
  height: 428px;
  border-radius: 4px;
  transition: width linear 0.5s;
}
.visualDispatch .item:hover {
  width: 502px;
  height: 420px;
  box-shadow: 0 0 10px 1px #bbb;
}

.item1 {
  background: url(/upload/images/2023/05/itemBack1.png) center top no-repeat;
  background-size: cover;
}
.visualDispatch .open1 {
  width: 502px;
  height: 420px;
  box-shadow: 0 0 10px 1px #bbb;
  background: url(/upload/images/2023/05/details1.png) center top no-repeat;
  background-size: cover;
}
/* #item1:hover {
  background: url(/upload/images/2023/05/details1.png) center top no-repeat;
  background-size: contain;
} */
#item2 {
  background: url(/upload/images/2023/05/itemBack2.png) center top no-repeat;
  background-size: cover;
}
#item2.open1 {
  background: url(/upload/images/2023/05/details2.png) center top no-repeat;
  background-size: cover;
}
#item3 {
  background: url(/upload/images/2023/05/itemBack3.png) center top no-repeat;
  background-size: cover;
}
#item3.open1 {
  background: url(/upload/images/2023/05/details3.png) center top no-repeat;
  background-size: cover;
}
#item4 {
  background: url(/upload/images/2023/05/itemBack4.png) center top no-repeat;
  background-size: cover;
}
#item4.open1 {
  background: url(/upload/images/2023/05/details4.png) center top no-repeat;
  background-size: cover;
}

.visualDispatch .area {
  display: flex;
  justify-content: space-between;
  min-width: 800px;
}

.AI {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  color: #fff;
  padding-top: 20px;
  height: 722px;
  width: 100%;
}
.AI .title {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 0;
  color: #fff;
  -webkit-text-stroke: 0.1px #fff;
}
.AI .content {
  font-size: 16px;
  margin-top: 15px;
  width: 55%;
  margin-bottom: 30px;
  line-height: 24px;
}
.property {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1158px;
  text-align: start;
  height: 490px;
}
.propertyRight {
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
}
.property img {
  width: 848px;
  height: 490px;
}
.propertyItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.propertyItem img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.animat-box .item:hover {
  width: 502px;
}
