img {
  max-width: 100%;
}
.mover1 {
  height: 1156px;
  background: url('../img/mover_bac1.png') no-repeat center;
  background-size: cover;
  text-align: center;
  display: table;
  width: 100%;
}
.mover1 .move1_content {
  display: table-cell;
  vertical-align: middle;
}
.mover1 .move1_content .top_mes {
  color: #fff;
}
.mover1 .move1_content .top_mes .tit {
  font-size: 70px;
  line-height: 96px;
}
.mover1 .move1_content .top_mes .dec {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
}
.mover1 .move1_content .mover_pro1 {
  max-width: 100%;
  margin-top: 100px;
}
.mover2 {
  height: 432px;
  width: 100%;
  background: #0a0a0c;
}
.mover2 .wrap {
  display: table;
  height: 100%;
}
.mover2 .mover2_content {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mover2 .mover2_content .content_li {
  width: 33.3%;
  float: left;
  padding: 40px 0;
  text-align: center;
}
.mover2 .mover2_content .content_li .icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url('../img/mover_icon.png') no-repeat;
}
.mover2 .mover2_content .content_li .icon.icon1 {
  background-position: 0 0;
}
.mover2 .mover2_content .content_li .icon.icon2 {
  background-position: -55px 0;
}
.mover2 .mover2_content .content_li .icon.icon3 {
  background-position: -110px 0;
}
.mover2 .mover2_content .content_li .icon.icon4 {
  background-position: -165px 0;
}
.mover2 .mover2_content .content_li .icon.icon5 {
  background-position: -220px 0;
}
.mover2 .mover2_content .content_li .icon.icon6 {
  background-position: -275px 0;
}
.mover2 .mover2_content .content_li .dec {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
}
.mover3 {
  width: 100%;
  height: 934px;
  background: url('../img/mover_bac2.png') no-repeat center;
  background-size: cover;
}
.mover3 .wrap1200 {
  height: 100%;
  display: table;
  color: #fff;
}
.mover3 .mover3_content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.mover3 .top_tit .tit {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  padding-top: 50px;
}
.mover3 .top_tit .dec {
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 46px;
}
.mover3 .bottom_list {
  width: 100%;
}
.mover3 .bottom_list .bottom_ul {
  margin-bottom: 20px;
}
.mover3 .bottom_list .bottom_li {
  float: left;
  width: 16.65%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 30px;
}
.mover4 {
  width: 100%;
  height: 935px;
  background: url('../img/mover_bac3.png') no-repeat center;
  background-size: cover;
}
.mover4 .wrap1200 {
  height: 100%;
  display: table;
}
.mover4 .mover4_content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #222;
}
.mover4 .tit {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  padding-top: 80px;
}
.mover4 .dec {
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 34px;
}
.mover4 .bottom_mes {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.mover5 {
  height: 828px;
  background: -webkit-gradient(linear, left top, left bottom, from(#23262b), to(#0a0a0c));
  background: linear-gradient(180deg, #23262b 0%, #0a0a0c 100%);
  display: table;
  width: 100%;
}
.mover5 .mover5_content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
}
.mover5 .mover5_content > img {
  max-width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .mover1 {
    height: auto;
    display: block;
    padding: 200px 0 70px;
  }
  .mover1 .move1_content .top_mes .tit,
  .mover3 .top_tit .tit,
  .mover4 .tit {
    font-size: 20px;
  }
  .mover1 .move1_content .top_mes .tit {
    line-height: 30px;
  }
  .mover3 .top_tit .dec,
  .mover4 .dec {
    font-size: 18px;
  }
  .mover1 .move1_content .top_mes .dec,
  .mover4 .bottom_mes,
  .mover5 .mover5_content {
    font-size: 12px;
  }
  .mover1 .move1_content img {
    width: 80%;
  }
  .mover1 .move1_content .mover_pro1 {
    margin-top: 30px;
  }
  .mover3 .bottom_list .bottom_li {
    font-size: 12px;
    width: 100%;
  }
  .mover3 .bottom_list .bottom_ul {
    width: 50%;
    float: left;
  }
  .mover3 {
    height: 600px;
  }
  .mover4 {
    height: 500px;
  }
  .mover5 .mover5_content img {
    width: 80%;
  }
}
