/*轮播图*/
.banner .bannerSlide li {
  height: calc(100vh - 100px);
}
.banner .bannerSlide li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.btn {
  bottom: 55px!important;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  background-color: #fff;
}
.swiper-pagination-bullet-active {
  background-color: #074488;
  border-color: #074488;
}
/*新品发布*/
.index-product-news {
  display: none;
  margin: 20px 0;
}
.index-product-news ul li {
  float: left;
  width: 48.5%;
  margin-bottom: 3%;
  overflow: hidden;
}
.index-product-news ul li:nth-child(2n+1) {
  margin-right: 3%;
}
.index-product-news ul li a .pic {
  height: 180px;
  border: 1px solid #ededed;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #FFF;
}
.index-product-news ul li a .tit {
  position: relative;
  background: #fff;
  padding: 6px;
  border: 1px solid #ededed;
  border-top: 0;
}
.index-product-news ul li a .tit i {
  position: relative;
  top: -7px;
  font-size: 24px;
  color: #aaa;
  font-family: serif;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.index-product-news ul li a .tit .tit-cont {
  overflow: hidden;
  position: relative;
}
.index-product-news ul li a .tit .tit-cont h5 {
  font-size: 14px;
  color: #333;
}
.index-product-news ul li a:hover .tit i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  /*首页*/
  .banner .bannerSlide li {
    height: auto;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .btn {
    bottom: 9px !important;
  }
  /*新品发布*/
  .index-product-news {
    display: block;
  }
  .index-title .tit-cn {
    font-size: 22px;
  }
  .footer .foot-info {
    padding: 26px 0 0px;
  }
}
/*# sourceMappingURL=home.css.map */
