img {
  max-width: 100%;
}
.pro_intro .intro_item .right_content .content_ul {
  margin-top: 0;
}
.content_ul {
  margin-bottom: 25px;
}
.tempo1 {
  height: 1080px;
  background: -webkit-gradient(linear, left top, left bottom, from(#23262b), to(#0a0a0c));
  background: linear-gradient(180deg, #23262b 0%, #0a0a0c 100%);
  display: table;
  width: 100%;
}
.tempo1 .tempo1_content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.tempo1 .tempo1_content .tit {
  font-size: 70px;
  line-height: 96px;
  margin-bottom: 20px;
}
.tempo1 .tempo1_content .dec {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 110px;
}
.tempo2 {
  height: 820px;
  overflow: hidden;
}
.tempo2 .item {
  width: 25%;
  float: left;
  height: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.tempo2 .item.hide {
  width: 0;
}
.tempo2 .item.cur {
  width: 75%;
}
.tempo2 .item.item1 {
  background: url('../img/tempo_s1.png') no-repeat left;
  background-size: cover;
}
.tempo2 .item.item2 {
  background: url('../img/tempo_s2.png') no-repeat left;
  background-size: cover;
}
.tempo2 .item.item3 {
  background: url('../img/tempo_s3.png') no-repeat left;
  background-size: cover;
}
.tempo2 .item.item4 {
  background: url('../img/tempo_s4.png') no-repeat left;
  background-size: cover;
}
.tempo2 .item.cur.item1 {
  background: url('../img/tempo_b1.png') no-repeat left;
  background-size: cover;
}
.tempo2 .item.cur.item2 {
  background: url('../img/tempo_b2.png') no-repeat left;
  background-size: cover;
}
.tempo2 .item.cur.item3 {
  background: url('../img/tempo_b3.png') no-repeat left;
  background-size: cover;
}
.tempo2 .item.cur.item4 {
  background: url('../img/tempo_b4.png') no-repeat left;
  background-size: cover;
}
.tempo3 {
  padding: 183px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#23262b), to(#131315));
  background: linear-gradient(180deg, #23262b 0%, #131315 100%);
  color: #fff;
}
.tempo3 .left_mes {
  float: left;
  width: 48.6%;
}
.tempo3 .left_mes .tit {
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 48px;
  margin-top: 82px;
}
.tempo3 .left_mes .dec {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.tempo3 .right_img {
  float: right;
}
.tempo4 {
  text-align: center;
  padding: 259px 0 158px;
  background: -webkit-gradient(linear, left top, left bottom, from(#23262b), to(#0a0a0c));
  background: linear-gradient(180deg, #23262b 0%, #0a0a0c 100%);
  color: #fff;
}
.tempo4 .data_area {
  margin-top: 131px;
}
.tempo4 .data_item {
  display: inline-block;
  margin-right: 70px;
}
.tempo4 .data_item:last-child {
  margin-right: 0;
}
.tempo4 .data_num {
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
}
.tempo4 .data_num > span {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-left: 8px;
}
.tempo4 .data_name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  opacity: 0.5;
}
.tempo5 {
  text-align: center;
  color: #fff;
}
.tempo5 .tempo5_top {
  background: -webkit-gradient(linear, left top, left bottom, from(#23262b), to(#131315));
  background: linear-gradient(180deg, #23262b 0%, #131315 100%);
  padding: 150px 0 219px 0;
  position: relative;
}
.tempo5 .tempo5_top .tit {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 143px;
}
.tempo5 .tempo5_top .dec {
  margin-top: 107px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.tempo5 .tempo5_top .showmore {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  display: none;
}
.tempo5 .tempo5_top .showmore.show {
  display: block;
}
.tempo5 .tempo5_top .showmore > img {
  margin-bottom: 11px;
}
.tempo5 .tempo5_bottom {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.tempo5 .tempo5_bottom.show {
  height: 762px;
}
.tempo5 .tempo5_bottom .hide_more {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  display: none;
}
.tempo5 .tempo5_bottom .hide_more.show {
  display: block;
}
.tempo5 .bottom_wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#23262b), to(#131315));
  background: linear-gradient(180deg, #23262b 0%, #131315 100%);
  padding: 225px 0;
}
.tempo5 .bottom_wrap .bottom_item {
  display: inline-block;
  margin-right: 186px;
}
.tempo5 .bottom_wrap .bottom_item:last-child {
  margin-right: 0;
}
.tempo5 .bottom_wrap .bottom_item .tit {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 14px;
}
.tempo5 .bottom_wrap .bottom_item .dec {
  width: 350px;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .tempo3 .right_img {
    width: 48%;
  }
  .tempo5 .tempo5_bottom.show {
    height: auto;
  }
  .tempo5 .bottom_wrap .bottom_item {
    margin-right: 0;
    box-sizing: border-box;
    padding: 2% 2%;
  }
  .tempo5 .bottom_wrap .bottom_item:last-child {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .tempo1 .tempo1_content .tit,
  .tempo3 .left_mes .tit,
  .tempo5 .tempo5_top .tit {
    font-size: 20px;
  }
  .tempo1 .tempo1_content .dec,
  .tempo3 .left_mes .dec,
  .tempo4 .data_num > span,
  .tempo4 .data_name,
  .tempo5 .tempo5_top .dec,
  .tempo5 .tempo5_top .showmore.show > p {
    font-size: 12px;
  }
  .tempo1 .tempo1_content > img,
  .tempo4 > img,
  .tempo5 .tempo5_top > img {
    width: 80%;
  }
  .tempo1 {
    display: block;
    padding-top: 200px;
    padding-bottom: 50px;
    height: auto;
  }
  .tempo2 {
    height: 200px;
  }
  .tempo3 .right_img {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .tempo3 .left_mes {
    width: 100%;
  }
  .tempo3 .left_mes .tit,
  .tempo5 .tempo5_top .tit {
    margin-bottom: 20px;
  }
  .tempo3,
  .tempo4 {
    padding: 70px 0;
  }
  .tempo4 .data_item {
    margin-right: 10px;
  }
  .tempo4 .data_num {
    font-size: 14px;
  }
  .tempo4 .data_area {
    margin-top: 40px;
  }
  .tempo5 .tempo5_top .dec {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%;
  }
  .tempo5 .tempo5_top {
    padding: 70px 0 140px 0;
  }
}
