@charset "UTF-8";
/* 轮播图 */
.banner {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.banner .swiper-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
}

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

.banner .swiper-pagination {
  bottom: .3rem;
}

.banner .swiper-pagination-bullet {
  width: 1rem;
  height: .08rem;
  background: #fff;
  opacity: 1;
  margin: 0 .05rem !important;
  border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
  background: #51b707;
}

/* 简介 */
.info {
  height: auto;
  overflow: hidden;
  margin-top: .6rem;
}

.info p {
  font-size: .24rem;
  line-height: .36rem;
  color: #333;
  text-align: center;
}

/* 产品 */
.product {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: .2rem;
}

.product .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: .6rem;
}

.product .item img {
  width: 100%;
}

.product .item .text {
  height: auto;
  overflow: hidden;
  text-align: center;
}

.product .item .text h2 {
  font-size: .36rem;
  color: #333;
  margin-bottom: .1rem;
}

.product .item .text p {
  font-size: .24rem;
  color: #333;
}

/* 优势 */
.youshi {
  height: auto;
  overflow: hidden;
  margin-top: .6rem;
}

.youshi .smallTitle {
  font-size: .24rem;
  line-height: .36rem;
  color: #333;
  padding: 0 .6rem;
}

.youshi ul {
  height: auto;
  overflow: hidden;
  background: url(../images/index/youshi-bg.jpg) center no-repeat;
  background-size: cover;
  padding: .6rem .5rem;
}

.youshi ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .4rem;
}

.youshi ul li i {
  font-size: .6rem;
  color: #fff;
  margin-right: .3rem;
}

.youshi ul li .text h2 {
  font-size: .3rem;
  color: #fff;
  margin-bottom: .1rem;
}

.youshi ul li .text p {
  font-size: .24rem;
  line-height: .36rem;
  color: #fff;
}

.youshi ul li:last-child {
  margin: 0;
}

/* 购车流程 */
.process {
  height: auto;
  overflow: hidden;
  margin: .6rem 0 .3rem;
}

.process ul {
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: .4rem;
}

.process ul li {
  width: 20%;
  display: block;
  float: left;
  position: relative;
}

.process ul li .icon {
  font-size: .4rem;
  color: #b2b2b2;
  margin-bottom: 5px;
  display: block;
}

.process ul li h2 {
  font-size: .2rem;
  color: #666;
}

.process ul li .icon-dot {
  font-size: .3rem;
  color: #ccc;
  margin-top: 5px;
  display: block;
  position: relative;
  z-index: 1;
}

.process ul li p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.process ul li:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #efefef;
  position: absolute;
  left: 0;
  bottom: .16rem;
}

.process ul li:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #efefef;
  position: absolute;
  right: 0;
  bottom: .16rem;
}

.process ul li.first:before {
  display: none;
}

.process ul li.last:after {
  display: none;
}

.process ul li.active .icon, .process ul li.active h2 {
  color: #51b707;
}

.process .text {
  height: auto;
  overflow: hidden;
  text-align: center;
  font-size: .24rem;
  color: #333;
  margin: .2rem 0 .4rem;
}
/*# sourceMappingURL=index.css.map */