* {
  margin: 0;
  padding: 0;
}
.Board {
  width: 1195px;
  border: 1px solid;
  height: 100%;
}

.background {
  width: 100%;
  height: 540px;
  background-image: url(../images/官网首页/beij2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.project {
  width: 100%;
  display: flex;
  justify-content: center;
}

.project .project-Board {
  width: 1195px;
  height: 100%;

}

.move {
  height: 420px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 99px;
  margin-bottom: 187px;
}

#idmove {
  height: 420px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 99px;
  margin-bottom: 99px;
}

.move-left {
  width: 720px;
  height: 338px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.move-left-biotic {
  width: 200px;
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  /* display: flex; */
  /* align-items: center; */
}
.left-box-left {
  /* display: block; */
  height: 60px;
  width: 5px;
  background: linear-gradient(180deg, #0D72F7, #2EB8FC);
  margin-right: 20px;
}
.move-left-text {
  width: 708px;
  height: 105px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}

.move-left-button {
  width: 120px;
  height: 36px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 18px;
}
.move-left-box {
  width: 720px;
  height: 60px;
  display: flex;
}

.move-img {
  width: 180px;
  height: 100%;
}

.move-right {
  width: 420px;
  height: 420px;
}

.business {
  width: 100%;
  height: 840px;
  background-image: url(/assets/images/官网首页/yewubg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;

}

.business-Board {
  width: 1195px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;

}

.business-box {
  width: 733px;
  height: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 67px;
  margin-bottom: 127px;

}

.business-text-top {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.business-text-botton {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.business-img {
  width: 1200px;
  height: 140px;
  display: flex;
  justify-content: space-between;
}

.business-img-img {
  width: 120px;
  height: 139px;
}

#business-img {
  margin-top: 72px;
  width: 1084px;
}

.business-sequence {
  width: 1126px;
  margin-top: 66px;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #BFBFBF;
  display: flex;
  justify-content: space-between;

}

.business-sequence-text {
  width: 1162px;
  height: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

@media screen and (max-width: 3000px) and (min-width: 901px) {
  .hearder-move{
    display: none;
  }
  .project-services{
    display: none;
  }
  .technological-process{
    display: none;
  }
  .footer-move{
    display: none;
  }
}

@media screen and (max-width:900px) {
  .footer-top {
    display: none;
  }

  .wrapper {
    display: none;

  }

  /* .background {
    display: none;
  } */
  .background {
    width: 100%;
    height: 105pt;
    background-image: url(../images/官网首页/inbanner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* display: flex;
    justify-content: center; */
    margin-bottom: 21pt;
  }
  .project {
    display: none;
  }

  .business {
    display: none;
  }

  #content-move {
    width: 90%;
    margin: 0 auto;
  }

  .left-box-top {
    display: block;
    /* width: 262px; */
    width: 131pt;
    /* height: 60px; */
    height: 30pt;
    display: flex;
    justify-content: space-between;
  }

  .left-box-left {
    display: block;
    /* height: 60px; */
    height: 30pt;
    width: 2pt;
    background: linear-gradient(180deg, #0D72F7, #2EB8FC);
    margin-right: 4pt;
  }

  .left-box-rigth {
    display: block;
    /* width: 212px; */
    width: 131pt;
    /* height: 60px; */
    height: 30pt;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .left-box-rigth-top {
    /* font-size: 24px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

  }

  .left-box-rigth-top-a {
    /* font-size: 24px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
  }

  .left-box-rigth-botton {
    /* font-size: 24px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #34A1EC;
  }

  .project-services-top {
    display: flex;
    align-items: center;
    margin-bottom: 21pt;
  }

  .project-services-top-left {
    margin-right: 15pt;
    width: 3pt;
    height: 15pt;
    background: linear-gradient(180deg, #0D72F7, #2EB8FC);
  }

  .project-services-top-right {
    /* width: 182px;
    height: 30px; */
    font-size: 15pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
  }

  .project-services-cen {
    /* width: 677px; */
    /* height: 138px; */
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15pt;
  }

  .project-services-cen p {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15pt;

  }

  .project-services-buttom {
    width: 210pt;
    height: 210pt;
    margin: 0 auto;
    /* border: 1px dashed #333; */
    position: relative;
    z-index: 100;
  }

  .project-services-buttom img {
    width: 210pt;
    height: 210pt;
  }

  .project-services-button {
    width: 125pt;
    height: 30pt;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 15pt;
    position: absolute;
    left: 50%;
    bottom: -15pt;
    transform: translateX(-50%);
    text-align: center;
    line-height: 30pt;
    opacity: 0.7;

  }

  .project-services-button span {
    /* width: 143px; */
    /* height: 25px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
  }

  .project-services-border-buttpm {
    border-bottom: 1px solid #eee;
    margin-bottom: 25pt;
    /* padding: 0 0 30pt 0; */
    margin: 0 0 36pt 0;
  }

  .technological-process {
    width: 100%;
    height: 200pt;
    background: url(../images/官网首页/yewuliuchengbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .technological-process-top {
    padding-top: 16pt;
    margin-bottom: 30pt;
  }
  .technological-process-img{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .technological-process-img img {
    width: 30pt;
    height: 35pt;
    /* margin-right: 2pt; */
    /* margin-right: 2pt; */
  }
  .duiqi-box{
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
  }
  .duiqi{
    /* width: 100%; */
    width: calc(100% - 24pt) !important;
  }
  .business-img-move {
    width: 100%;
  }

  .business-sequence-move {
    /* width: 1126px; */
    /* margin-top: 66px; */
    /* font-size: 14pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #BFBFBF;
    display: flex;
    justify-content: space-between; */
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .business-sequence-move span{
    width: 40pt;
    /* height: 35pt; */
    display: inline-block;
    display: flex;
    justify-content: center;
    /* font-size: 4pt; */
  }
  .business-sequence-text-move {
    /* font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    justify-content: space-between; */
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .business-sequence-text-move span{
    width: 40pt;

    /* height: 35pt; */
    display: inline-block;
    display: flex;
    justify-content: center;
    font-size: 2pt;
    transform: scale(0.7);
  }

}