.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.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.pc-banner .swiper-slide:not(.swiper-slide-active) img {
  width: 75%;
  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: 30px;
  font-size: 25px;
  margin-bottom: 0px;
}

@media screen and (max-width: 400px) {
  .pc-banner .swiper-slide img {
    margin: auto;
    width: 100%;
  }

  .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;
  }

  .pc-banner .swiper-slide:not(.swiper-slide-active) img {
    width: 100%;
  }

  .pc-banner .swiper-slide p {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: bold;
  }

  .pc-banner .swiper-slide span {
    font-size: 14px;
  }
}

.pc-banner .swiper-button-next,
.pc-banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/proNext.png);
  right: 10px;
  left: auto;
  top: 320px;
  outline: none;
}

.pc-banner .swiper-button-prev,
.pc-banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/proPrev.png);
  left: 10px;
  top: 320px;
  right: auto;
  outline: none;
}
