.date-server-div .idc-img {
  height: 199px;
  line-height: 199px;
}
.date-server-div:hover {
  background-color: #fff;
  color: #999 !important;
}
.monitor-content {
  margin-top: 10px;
  height: 624px;
  background-image: url(/FIX_img/transImg.png);
  background-size: cover;
  box-sizing: border-box;
  padding: 76px 0 0;
  display: flex;
  justify-content: center;
}
.monitor-wrap {
  width: 1290px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.vehicleMonitoring-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vehicleMonitoring-flex .mon-items .mon-pic {
  position: relative;
  width: 585px;
  height: 327px;
}

.mon-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: hidden;
}
.mon-flex .mon-items {
  margin-left: 2%;
}
/* .monitor-content > .mon-flex > .mon-items:first-child {
  margin-left: 0;
} */
.vehicleMonitoring-flex .mon-items .mon-pic {
  position: relative;
  width: 527px;
  height: 294px;
}
.mon-flex .mon-items .mon-pic {
  position: relative;
  width: 359px;
  height: 195px;
}
.mon-items .mon-pic:hover img {
  position: relative;
  transform: scale(1.02);
  transition: 0.3s;
  z-index: 99;
}
.mon-items .mon-pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mon-items .mon-tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-top: 6px;
}
.service-box {
  height: 753px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 50px;
}
.service-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 65px auto 0;
  /* padding: 0 403px; */
}
/* .service-content > .service-items:first-child {
  margin-left: 0;
} */
.service-items {
  position: relative;
  min-width: 232px;
  height: 174px;
  box-sizing: border-box;
  padding: 16px;
  margin: 0 14px 28px 14px;
  background: #f5f8ff;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.ser-relative1::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 101px;
  height: 96px;
  background-image: url(/FIX_img/ser1.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ser-relative2::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 101px;
  height: 98px;
  background-image: url(/FIX_img/ser2.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ser-relative3::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 101px;
  height: 82px;
  background-image: url(/FIX_img/ser3.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ser-relative4::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 101px;
  height: 94px;
  background-image: url(/FIX_img/ser4.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ser-relative5::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 101px;
  height: 95px;
  background-image: url(/FIX_img/ser5.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ser-relative6::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 101px;
  height: 105px;
  background-image: url(/FIX_img/ser6.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ser-relative7::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 4px;
  width: 101px;
  height: 103px;
  background-image: url(/FIX_img/ser7.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.gps-box {
  height: 801px;
  background: #f7f8fc;
  box-sizing: border-box;
  padding: 50px 0 0;
}
.gps-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.gps-describe {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.des-items {
  width: 584px;
  background: #ffffff;
  border-radius: 4px;
  margin-left: 28px;
  padding: 0 20px;
  margin-bottom: 10px;
}
.des-items .des-tit {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.des-items .des-tit span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.des-items .des-tit img {
  height: 36px;
  margin-right: 10px;
}

.des-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.des-types {
  box-sizing: border-box;
  padding: 5px 0;
  width: 126px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #c07e00;
  margin-bottom: 10px;
  background: rgba(255, 234, 53, 0.3);
  border-radius: 15px;
  margin-right: 10px;
}

.suit-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.suit-types {
  width: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
.suit-types span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.suit-types .suit-img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.driver-box {
  width: 1156px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.video-box {
  width: 566px;
}
.driver-text {
  width: 584px;
}
.adas-text-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.adas-text-content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 35px;
}
.advan-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.advan-item {
  width: 170px;
  height: 285px;
  border-radius: 4px;
  padding: 12px;
  box-sizing: border-box;
}
.advan-item .advan-num {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
}
.advan-item .advan-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  padding: 0 2px;
  margin-top: 10px;
}
.advan-item .advan-content {
  height: 130px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 15px 10px;
  margin-top: 20px;
}
.advan-bg1 {
  background-color: #f1f6ff;
  border-top: 3px solid #3a92ff;
}
.advan-bg1 .advan-num {
  color: #d3e6ff;
}
.advan-bg1 .advan-content {
  background-color: #f7faff;
}
.advan-bg2 {
  background-color: #f1faf5;
  border-top: 3px solid #22bc6b;
}
.advan-bg2 .advan-num {
  color: #b7e8c7;
}
.advan-bg2 .advan-content {
  background-color: #f7fdf9;
}
.advan-bg3 {
  background-color: #fbf6ef;
  border-top: 3px solid #ec8c0b;
}
.advan-bg3 .advan-num {
  color: #f0d29f;
}
.advan-bg3 .advan-content {
  background-color: #fdfaf5;
}

/* ----------------综合能源------------------ */
.ppg-box {
  width: 1100px;
  margin: 40px auto 0;
}
.ppg-content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.cooperate-box {
  width: 1100px;
  margin: 100px auto 0;
  padding-bottom: 116px;
}
.cooperate-box .mode-tit {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.mode-list {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 80px;
}
.mode-list .mode-items .mode-img {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #555555;
  text-align: center;
}
.mode-list .mode-items .mode-img img {
  width: 133px;
  height: 133px;
  margin-bottom: 40px;
}
.mode-list .mode-items .mode-des {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  max-width: 280px;
  margin-top: 30px;
  text-align: justify;
  /* display: none; */
}
.mode-list .tz:hover {
  transform: scale(1.3);
}
.mode-list .tz{
  transition: all 0.4s ease;
}

.mode-list .zl:hover {
  transform: scale(1.3);
}
.mode-list .zl{
  transition: all 0.4s ease;
}
.mode-list .dl:hover {
  transform: scale(1.3);
}
.mode-list .dl {
  transition: all 0.4s ease;
}

.scene-box {
  padding-top: 50px;
  background-color: #ffffff;
  overflow: hidden;
}
.scene-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  margin: 124px 0 77px;
  text-align: center;
}
.scene-list {
  display: flex;
  justify-content: space-between;
  width: 1095px;
  margin: 0 auto;
}
.scene-left {
  position: relative;
  width: 327px;
  height: 435px;
}
.scene-left img {
  width: 100%;
  height: auto;
}
.scene-right {
  position: relative;
  width: 267px;
  height: 435px;
}
.scene-right img {
  width: 100%;
  height: auto;
}
.scene-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.middle-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 469px;
}
.middle-top div:first-child img {
  width: 204px;
  height: 214px;
}
.middle-top div:last-child img {
  width: 251px;
  height: 214px;
}
.middle-bottom {
  position: relative;
  width: 469px;
}
.middle-bottom img {
  width: 100%;
  height: auto;
}
.scene-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}
.sdpt-box {
  background-color: #ffffff;
  padding-top: 160px;
  padding-bottom: 1px;
}
.sdpt-content {
  width: 1095px;
  margin: 0 auto;
}
.tra-image {
  position: relative;
  width: 86%;
  height: 700px;
  background: url(/img/pc.png);
  background-size: 100% 100%;
  padding-top: 35px;
}
.tra-cn {
  width: 85%;
  margin: 0 auto;
}
#carousel-example-tra {
  width: 92%;
  margin: 0 auto;
  height: 435px;
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#carousel-example-tra img {
  width: 100%;
  height: 435px;
}
.item .item-p {
  float: right;
  width: 165px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(230deg, #05b1ef, #162b6b);
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  margin-top: -417px;
  margin-right: 86%;
  color: #fff;
  font-size: 18px;
  z-index: 5;
  font-weight: bold;
  text-align: center;
}
.ies-abso {
  position: absolute;
  right: -185px;
  bottom: 0;
}
.ies-abso img {
  width: 237px;
  height: 487px;
}
.cn-des {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  margin: 40px auto 0;
}
.cn-item {
  width: 329px;
  height: 372px;
}
.cn-item img {
  width: 100%;
  height: auto;
}
.cn-text {
  padding: 26px 27px 0;
}
.cn-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #555555;
}
.cn-content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 30px;
}
.cn1 {
  background: linear-gradient(
    0deg,
    #ffffff 0%,
    #eef6f9 46%,
    #bcd5e4 56.00000000000001%
  );
  box-shadow: 0px 3px 23px 1px #e8ebed;
}
.cn2 {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #eef6f9 46%,
    #eef4f6 56.00000000000001%
  );
  box-shadow: 0px 3px 23px 1px #e8ebed;
}
.cn3 {
  background: linear-gradient(
    0deg,
    #ffffff 0%,
    #fefefb 46%,
    #e7e1d4 56.00000000000001%
  );
  box-shadow: 0px 3px 23px 1px #e8ebed;
}
.cn2 .cn-content {
  margin-top: 20px;
}
.cn2 .cn-text {
  height: calc(100% - 184px);
  box-sizing: border-box;
}
.bann-box {
  padding-top: 100px;
}
