.storage-part01 .topul {
  text-align: center;
}
.storage-part01 .topul dl {
  margin: 0 50px;
  display: inline-block;
}
.storage-part01 .topul dl dd {
  margin-top: 20px;
}
@media only screen and (max-width:1279px) {
.storage-part01 .topul dl{margin: 0 25px;}
}

.storage-part01 .bottomul {
  vertical-align: top;
}
.storage-part01 .bottomul ul {
  overflow: hidden;
}
.storage-part01 .bottomul ul li {
  width: 20%;
}
.storage-part01 .bottomul ul li p {
  line-height: 1.5;
  height: 4.5em;
}
.storage-part02 {
  position: relative;
}
.storage-part02 .sto_wrap h2 {
  color: #fff;
  border-color: #fff;
}
.storage-part02 .btn {
  cursor: pointer;
  right: 0px;
  bottom: 0;
  position: absolute;
  width: 5.375%;
  height: 100px;
  background: #3a70d3;
}
.storage-part02 .btn img {
  width: 38.8%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.storage-part02 .video_btn {
  cursor: pointer;
  right: 3.5%;
  bottom: 0;
  width: 11.39%;
  height: 100px;
  position: absolute;
  background: #3a70d3;
  color: #fff;
  line-height: 100px;
  text-align: center;
}
.storage-part02 .video_btn:hover em {
  margin-left: 5px;
}
.storage-part02 .video_btn em {
  display: none;
  border-color: #fff !important;
  width: 14px;
  height: 14px;
  border: 1px solid #3a70d3;
  border-radius: 50%;
  position: relative;
  /* display: inline-block; */
  margin-left: 10px;
  top: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.storage-part02 .video_btn em i {
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
}
/* 视频弹窗 */
.video_appbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.video_appbox.show {
  visibility: visible;
  opacity: 1;
}
.video_appbox video {
  width: 100%;
}
.video_appbox .video_t {
  z-index: 2;
  background: #000;
  width: 1035px;
  max-width: 94%;
  height: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 60%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.video_appbox.show .video_t {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.video_appbox .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lt9 .video_appbox .mask {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");
}
.vide0_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
}
.vide0_close i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .footer .footertop .left .phone a:hover {
    color: #333333 !important;
    cursor: default;
  }
}
@media only screen and (max-width: 768px) {
  .storage-part01 .topul dl {
    margin: 0 29px;
    display: inline-block;
  }
  .storage-part01 .bottomul ul li {
    width: 100%;
  }
  .storage-part01 .bottomul ul li p {
    line-height: 1.5;
    height: auto;
  }
  .storage-part02 .video_btn {
    cursor: pointer;
    right: 8.5%;
    bottom: 0;
    width: 25.39%;
    height: 55px;
    position: absolute;
    background: #3a70d3;
    color: #fff;
    line-height: 55px;
    text-align: center;
  }
  .storage-part02 .btn {
    cursor: pointer;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 9.375%;
    height: 55px;
    background: #3a70d3;
  }
  .storage-part02 .btn img {
    width: 73.8%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
