@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: #08bac2;
}

/* 产品 */
.product {
  height: auto;
  overflow: hidden;
  margin-top: .6rem;
}

.product ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.8%;
          flex: 0 0 49.8%;
  background: #f4f4f4;
  padding: .5rem 0;
  margin-bottom: .03rem;
}

.product ul li img {
  width: 100%;
  margin: 0 auto;
}

.product ul li h2 {
  font-size: .28rem;
  color: #000;
  text-align: center;
  margin-top: .2rem;
}

.product ul li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.product ul li:last-child img {
  width: 50%;
}

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

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

.youshi .slide {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: .2rem;
}

.youshi .slide .swiper-slide {
  height: auto;
  overflow: hidden;
}

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

.youshi .slide .swiper-slide .text {
  height: auto;
  overflow: hidden;
  padding: .3rem;
}

.youshi .slide .swiper-slide .text h2 {
  font-size: .28rem;
  color: #333;
  text-align: center;
  margin-bottom: .2rem;
}

.youshi .slide .swiper-slide .text p {
  font-size: .22rem;
  color: #333;
  line-height: .36rem;
}

.youshi .slide .swiper-pagination {
  bottom: 0;
}

.youshi .slide .swiper-pagination-bullet {
  width: .16rem;
  height: .16rem;
  background: #e2e2e2;
  opacity: 1;
  margin: 0 .09rem !important;
}

.youshi .slide .swiper-pagination-bullet-active {
  background: #08bac2;
}

/* 服务 */
.service {
  height: auto;
  overflow: hidden;
  background: url(../images/index/service-bg.jpg) center no-repeat;
  background-size: cover;
  padding: .5rem 0;
  margin-top: .5rem;
}

.service .bigTitle {
  color: #fff;
}

.service ul {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: .3rem .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.service ul li h2 {
  font-size: .24rem;
  color: #fff;
}

/* 购车流程 */
.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: #08bac2;
}

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