.pc-banner .swiper-slide {
  text-align: center;
  /* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  overflow: hidden;
  padding-bottom: 40px;
  font-family: "aliLight";
}

.pc-banner .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.pc-banner .swiper-slide:not(.swiper-slide-active) img {
  width: 100%;
  padding-top: 0px;
}

.pc-banner .swiper-slide img {
  margin: auto;
  width: 100%;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(250, 250, 250, 0.2)));
}

@font-face {
  font-family: "aliLight";
  src: url("fonts/aliLight.eot");
  /* IE9*/
  src: url("fonts/aliLight.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/aliLight.woff") format("woff"),
    /* chrome、firefox */ url("fonts/aliLight.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("fonts/aliLight.svg#handfont") format("svg");
  /* iOS 4.1- */
}

.pc-banner .swiper-slide p {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 0px;
  color: #ccc;
}

.pc-banner .swiper-button-next,
.pc-banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/proNext.png);
  right: 10px;
  left: auto;
  top: 360px;
  width: 27px;
  height: 50px;
  background-size: 100%;
  outline: none;
}

.pc-banner .swiper-button-prev,
.pc-banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/proPrev.png);
  left: 10px;
  top: 360px;
  right: auto;
  width: 27px;
  height: 50px;
  background-size: 100%;
  outline: none;
}
