@charset "utf-8";

/*首页banner*/
.swiper-container-banner {
  margin-top: 104px;
  position: relative;
  height: auto !important;
  overflow: hidden;
}

.swiper-container-banner .swiper-wrapper,
.swiper-container-banner .swiper-slide {
  height: auto !important;
}

.swiper-container-banner .swiper-slide .-img {
  width: 100%;
}

.swiper-container-banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper-container-banner .swiper-pagination-switch {
  display: inline-block;
  width: 38px;
  height: 1px;
  background: #eeeeee;
  margin: 0 2px;
  opacity: 0.6;
  cursor: pointer;
}

.swiper-container-banner .swiper-active-switch {
  opacity: 1;
}

.swiper-info{
  width:100%;
}

.swiper-info .-title{
  margin-top:15px;
  line-height:26px;
}

.swiper-info .-btns{
  margin-top:15px;
}

.swiper-info .-btn-first,
.swiper-info .-btn-second{
  width:48.11%;
  height:44px;
  line-height:44px;
  border:1px solid #1B1818;
  text-align:center;
  letter-spacing: 3px;
}

.swiper-info .-btn-first{
  color:#eeeeee;
  background:#1B1818;
  margin-right:3.78%;
}

.swiper-info .-btn-first.-btn-full{
  width:100%;
  margin-right:0px;
}

.swiper-info .-btn-second{
  color:#1B1818;
}

.pitch-a,.pitch-b,.pitch-c,.pitch-product,.pitch-new{
  margin-top:24px;
}