@import url(/skin/css/bootstrap.min.css);
@import url(/skin/css/swiper-bundle.min.css);
@import url(../iconfont/iconfont.css);

* {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}

p {
  font-size: 14px;
}


/* banner图 */
.banner {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}


.banner_inner::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner_txt_box {
  position: absolute;
  z-index: 2;
  color: #FFF;
}


.lxwm_i{
font-size: 40px;color: #007BFF;
}
.lxwm_dt{
width:180px;font-size: 20px; color: #007BFF;
}
@media (max-width:768px) {
  .banner_txt_up h1 {
    font-size: 24px;
  }

  .banner_txt_up p {
    font-size: 12px;
  }

  .footer_box {
    padding: 50px;
  }
}