.g1 p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
  line-height: 2em;
  width: 100%;
  text-align: justify;
}

.g2 {
  background: #f6f6f6;
}
.g2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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: 300ms;
  transform: scale(0.75);
  background: #f6f6f6;
}
.g2 .swiper-slide p {
  font-size: 28px;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 0;
  display: none;
}
.g2 .swiper-slide-active, .g2 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.g2 .swiper-slide-active p, .g2 .swiper-slide-duplicate-active p {
  display: block;
}

.g3 p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 40px;
  line-height: 2em;
  width:100%;
  text-align: justify;
}
.g3 .col-md-4 {
  margin-bottom: 30px;
}

.c6 {
  background: #f6f6f6;
}
.c6 ul li .c6_bottom {
  background: #fff;
}
.c6 ul li .c6_top {
  background: #fff;
}
.c6 .c6_yellow {
  background: #fff;
}

@media (max-width: 991px) {
  .g2 .swiper-slide p {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .g1 p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8em;
    width: 100%;
    margin-left: 0%;
  }

  .g3 p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8em;
    width: 100%;
    margin-left: 0%;
  }

  .g2 .swiper-slide p {
    font-size: 18px;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=shenyang.css.map */
