@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: #0250a2;
}

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

.product .smallTitle {
  font-size: .24rem;
  color: #333;
  line-height: .36rem;
}

.product ul {
  height: auto;
  overflow: hidden;
}

.product ul li {
  height: auto;
  overflow: hidden;
  margin-bottom: .1rem;
  position: relative;
}

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

.product ul li h2 {
  font-size: .3rem;
  color: #fff;
  position: absolute;
  right: .25rem;
  bottom: .2rem;
}

.product ul li h2 i {
  font-size: .34rem;
  vertical-align: -.01rem;
  margin-left: .05rem;
}

/* 直击痛点 */
.tongdian {
  height: auto;
  overflow: hidden;
  margin-top: .6rem;
}

.tongdian img {
  width: 100%;
}

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

.youshi 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;
}

.youshi ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  background: #eff4fb;
  text-align: center;
  padding: .35rem;
  margin-bottom: .15rem;
}

.youshi ul li i {
  font-size: .8rem;
  color: #0250a2;
}

.youshi ul li h2 {
  font-size: .26rem;
  margin: .15rem;
}

.youshi ul li p {
  font-size: .22rem;
  line-height: .34rem;
}

.youshi ul li.bg {
  background: #0250a2;
}

.youshi ul li.bg i, .youshi ul li.bg h2, .youshi ul li.bg p {
  color: #fff;
}

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

.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: #0250a2;
}

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