body {
  background: #071022;
}

main {
  width: 1200px;
  margin: 0 auto;
}

.weihe {
  position: relative;
  margin-top: 60px;
}

.weihe .labes {
  position: absolute;
  color: #FFFFFF;
  font-size: 20px;
}

.weihe .labes p:nth-child(2) {
  color: #D9E2FF;
  font-size: 16px;
}

.weihe .labes_1 {
  top: 100px;
  left: 0;
  text-align: left;
}

.weihe .labes_2 {
  top: 250px;
  left: 0;
  text-align: left;
}

.weihe .labes_3 {
  top: 425px;
  left: 0;
  text-align: left;
}

.weihe .labes_4 {
  top: 100px;
  right: 0px;
  text-align: right;
}

.weihe .labes_5 {
  top: 250px;
  right: 0;
  text-align: right;
}

.weihe .labes_6 {
  top: 425px;
  right: 0;
  text-align: right;
}

.weihe .w_1 {
  position: absolute;
  top: 83px;
  left: 345px;
}

.weihe .w_2 {
  position: absolute;
  top: 224px;
  left: 227px;
}

.weihe .w_3 {
  position: absolute;
  top: 423px;
  left: 242px;
}

.weihe .w_4 {
  position: absolute;
  top: 107px;
  right: 307px;
}

.weihe .w_5 {
  position: absolute;
  top: 256px;
  right: 222px;
}

.weihe .w_6 {
  position: absolute;
  top: 420px;
  right: 255px;
}

@media(min-width: 750px) {
  .an_timeintver {
    -webkit-animation: up_down 2s infinite;
    animation: up_down 2s infinite;
  }

  @-webkit-keyframes up_down {
    0% {

      -webkit-transform: translateY(0px);

      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

  }

  @keyframes up_down {
    0% {

      -webkit-transform: translateY(0px);

      transform: translateY(0px);
    }

    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }

    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }

  }
}


/* 功能模块 */
.module-box {
  margin: -165px auto 48px;
  width: 1200px;
  text-align: center;
}

.common-title {
  text-align: center;
}

.common-title .title {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 10px;
}

.module-box .module-intro {
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  max-width: 504px;
  display: block;
  margin: 56px auto 43px;
}

.module-box .big-icons {
  width: 833px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.module-box .big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.module-box .big-name {
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}

.module-box .small-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.module-box .small-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 255px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 84px;
}

.module-box .small-icons li img {
  width: 94px;
  height: 94px;
}

.module-box .small-icons li span {
  font-size: 16px;
  color: #B6BAC6;
  line-height: 30px;
  width: 100%;
  display: block;
}

.module-box .small-icons li .small-title {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  margin: 27px 0 10px;
}

.box {
  width: 1205px;
  height: 353px;
  margin: 0 auto;
  overflow: hidden;
}

.box .box-images {
  width: 12.5%;
  height: 100%;
  float: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.box .box-images:nth-child(1) {
  background: url(/static/index/product_service/dm_ai/images/金融.png) no-repeat;
  background-size: cover;
}

.box .box-images:nth-child(2) {
  background: url(/static/index/product_service/dm_ai/images/房地产.png) no-repeat;
  background-size: cover;
}

.box .box-images:nth-child(3) {
  background: url(/static/index/product_service/dm_ai/images/保险.png) no-repeat;
  background-size: cover;
}

.box .box-images:nth-child(4) {
  background: url(/static/index/product_service/dm_ai/images/互联网.png) no-repeat;
  background-size: cover;
}

.box .box-images:nth-child(5) {
  background: url(/static/index/product_service/dm_ai/images/教育.png) no-repeat;
  background-size: cover;
}

.box .box-images:nth-child(6) {
  background: url(/static/index/product_service/dm_ai/images/电商.png) no-repeat;
  background-size: cover;
}

.box .box-images:nth-child(7) {
  background: url(/static/index/product_service/dm_ai/images/汽车.png) no-repeat;
  background-size: cover;
}

.box .box-images:nth-child(8) {
  background: url(/static/index/product_service/dm_ai/images/广告.png) no-repeat;
  background-size: cover;
}

.box:hover .box-images {
  width: 10%;
}

.box .box-images:hover {
  width: 30%;
  background-size: 100% 100%;
}

.box-intro {
  width: 150px;
  height: 100%;
  background: #4C8AFF;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: -100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 12px;
}

.box-detail {
  font-size: 16px !important;
  line-height: 20px !important;
}

.box-intro .box-intro-span {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.box .box-images:hover .box-intro {
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zhezhao {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.box-icons {
  width: 60px;
  height: 120px;
  position: absolute;
  top: 40%;
  left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box-icons img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.box .box-images:hover .zhezhao {
  top: -100%;
}

/* 应用场景 */
.scenarios {
  margin-bottom: 81px;
}

.scenarios .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 108px auto 41px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.scenarios .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 360px;
}

.scenarios span {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
}

.scenarios .con-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 18px;
}

.scenarios .con-ul {
  list-style: disc !important;
  color: #B6BAC6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 0 15px;
}

.scenarios .con-ul li {
  width: 50%;
}

.scenarios .con-ul .details {
  font-size: 14px;
  color: #B6BAC6;
  line-height: 36px;
}

.scenarios .con-ul .long {
  width: 100%;
}

/* 系统评价 */
.evaluation .eval-from {
  width: 100%;
  background: #1F2E4A;
}

.evaluation .eval-from:nth-child(1) {
  margin-top: 50px;
}

.evaluation .eval-from:nth-child(2) .from1 {
  background: #0B1933;
}

.evaluation .eval-from:nth-child(4) .from1 {
  background: #0B1933;
}

.evaluation .from {
  padding: 15px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.evaluation .from span {
  font-size: 16px;
  color: #7B89A3;
  line-height: 30px;
}

.evaluation .from li {
  text-align: center;
}

.evaluation .from li span {
  font-size: 14px;
  font-weight: 400;
  color: #7B89A3;
}

.evaluation .from li:nth-child(1) {
  width: 287px;
}

.evaluation .from li:nth-child(1) span {
  font-size: 16px;
}

.evaluation .from li:nth-child(2) {
  width: 150px;
  text-align: left;
}

.evaluation .from li:nth-child(3) {
  width: 143px;
}

.evaluation .from li:nth-child(4) {
  margin-left: 60px;
  width: 355px;
}

.evaluation .from li:nth-child(5) {
  width: 154px;
}

.evaluation .from1 {
  background: #0A1429;
  padding: 23px 0 29px;
}

.evaluation .from1 li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.evaluation .from1 li:nth-child(5) {
  text-align: left;
}

.bottom {
  margin: 58px 0 61px;
}

.bottom-image {
  display: block;
  margin: 0 auto 48px;
}

@media(max-width: 750px) {
  main {
    background: url(/static/index/product_service/dm_ai/images/bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
  }

  main,
  section {
    width: 100% !important;
  }

  .tle-left,
  .tle-right {
    width: 115px;
    height: 7px;
  }

  .module-box {
    margin: 0;
  }

  .common-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .common-title .title {
    font-size: 16px;
  }

  .module-box .module-intro {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.7;
    max-width: 263px;
    margin: 30px auto;
  }

  .wap-bor {
    max-width: 180px;
    height: 57px;
    margin: 0 auto;
  }

  .module-box .big-icons {
    width: 240px;
    margin: 13px auto 0;
  }

  .big-icons .big img {
    width: 38px;
    height: 38px;
  }

  .module-box .big-name {
    font-size: 14px;
    font-weight: 500;
  }

  .module-box .big {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .module-box .small-icons {
    margin: 0 25px 40px;
    max-width: 90%;
  }

  .module-box .small-icons li {
    max-width: 156px;
    margin-top: 50px;
  }

  .module-box .small-icons li img {
    width: 32px;
    height: 32px;
  }

  .module-box .small-icons li .small-title {
    font-size: 14px;
    line-height: 18px;
  }

  .module-box .small-icons li span {
    font-size: 12px;
    color: #B6BAC6;
    line-height: 19px;
  }

  .scenarios {
    margin-bottom: 0;
  }

  .scenarios .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 49px auto 0;
  }

  .scenarios .con {
    max-width: 280px;
    margin: 0 auto;
  }

  .content-box .con .wap-cp {
    width: 32px;
    height: 6px;
    margin: 11px 0 21px;
  }

  .scenarios .con-title {
    font-size: 20px;
  }

  .scenarios span {
    font-size: 12px;
    line-height: 22px;
  }

  .scenarios .con-ul .details {
    font-size: 12px;
    line-height: 32px;
  }

  .wap-li {
    width: 100% !important;
  }

  .scenarios .con-ul {
    margin-bottom: 38px;
  }

  .wap-menu {
    width: 100%;
    margin-bottom: 50px;
  }

  .wap-evaluation .wap-from {
    min-width: 350px;
    margin: 0 12px;
  }

  /* 移动端报价 */
  .wap-evaluation .wap-eval-tle {
    background: #0B1933;
    font-weight: bold;
    color: #0C99D2;
    padding: 9px 0 10px;
    text-align: center;
    margin: 20px auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wap-evaluation .wap-function {
    background: #0A1429;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }

  .wap-evaluation span {
    font-size: 12px;
    font-weight: 400;
    color: #7B89A3;
    line-height: 28px;
  }

  .wap-evaluation .wap-function .fun-tle {
    margin: 0 40px 0 16px;
  }

  .wap-evaluation .wap-function .fun-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wap-evaluation .wap-zz {
    background: #0B1933;
    padding: 15px 0;
  }

  .wap-evaluation .wap-zz .wap-zz-span {
    margin: 0 14px 0 16px;
  }

  .wap-evaluation .wap-dj {
    background: #0A1429;
    padding: 17px 0 16px;
  }

  .wap-evaluation .wap-dj .wap-dj-span {
    margin: 0 37px 0 16px;
  }

  .wap-evaluation .wap-dj .wap-blue-span {
    color: #0C99D2;
  }

  .wap-evaluation .wap-bz {
    background: #0B1933;
    padding: 16px 0;
  }

  .wap-evaluation .wap-bz .wap-bz-span {
    margin: 0 56px 0 16px;
  }

  .wap-bottom-img {
    width: 100%;
    margin-top: 49px;
  }

  .bottom {
    margin: 50px 0 0;
    padding-bottom: 27px;
  }



  .weihe {
    position: relative;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: column; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .weihe .ditu {
    width: 100%;
    margin-bottom: 15px;
  }

  .weihe .labes {
    /* position: absolute; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #FFFFFF;
    font-size: 16px;
    top: 0;
    left: 0;
    width: 50%;
    height: 120px;
    margin-bottom: 15px;
  }

  .weihe .labes img {
    position: relative !important;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
  }

  .weihe .labes p:nth-child(2) {
    font-size: 14px;
    color: #FFFFFF;
  }

  .weihe .labes p:last-child {
    color: #B6BAC6;
    font-size: 12px;
  }

  /* .weihe .labes_1 {
    top: 100px;
    left: 0;
  }

  .weihe .labes_2 {
    top: 250px;
    left: 0;
  }

  .weihe .labes_3 {
    top: 425px;
    left: 0;
  }

  .weihe .labes_4 {
    top: 100px;
    right: 0;
  }

  .weihe .labes_5 {
    top: 250px;
    right: 0;
  }

  .weihe .labes_6 {
    top: 425px;
    right: 0;
  } */





}