@charset "UTF-8";
.bigTitle {
  font-size: .48rem;
}

.block {
  height: auto;
  overflow: hidden;
  padding-top: .8rem;
}

/* 轮播图 */
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
}

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

.banner .swiper-pagination-bullet {
  width: .5rem;
  height: .02rem;
  background: #fff;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background: #004abb;
}

/* 产品 */
.product .item {
  height: auto;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 1px;
}

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

.product .item .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .4rem;
  text-align: center;
}

.product .item .text h2 {
  font-size: .48rem;
  color: #fff;
  font-weight: 300;
}

.product .item .text p {
  font-size: .28rem;
  color: #fff;
  font-weight: 300;
}

/* 解决方案 */
.solution {
  padding-bottom: 0.5rem;
}

.solution .img-box a {
  display: block;
}

/* 中间免费电话咨询 */
.freeTel {
  height: auto;
  overflow: hidden;
  padding: 0 .31rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5rem;
}

.freeTel input {
  width: 4.1rem;
  height: .76rem;
  font-size: .26rem;
  border: .01rem solid #004abb;
  padding: 0 .2rem;
}

.freeTel .btn {
  height: .76rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: .76rem;
  background: #004abb;
  color: #fff;
  text-align: center;
  font-size: .3rem;
  display: block;
}

.freeTel .btn i {
  margin-right: .1rem;
}

/* 新闻与活动 */
.newsActivity .activity {
  height: auto;
  overflow: hidden;
  position: relative;
}

.newsActivity .activity a {
  display: block;
}

.newsActivity .activity h2 {
  padding: 0 .3rem;
  font-size: .3rem;
  margin-bottom: .35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsActivity .activity h2 span {
  color: #004abb;
  position: relative;
  padding-right: .2rem;
  margin-right: .2rem;
}

.newsActivity .activity h2 span:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 10%;
}

.newsActivity .activity img {
  width: 100%;
}

.newsActivity .activity .swiper-pagination {
  bottom: .4rem;
}

.newsActivity .activity .swiper-pagination-bullet {
  width: .5rem;
  height: .02rem;
  background: #fff;
  opacity: 1;
}

.newsActivity .activity .swiper-pagination-bullet-active {
  background: #004abb;
}

.newsActivity .news {
  height: auto;
  overflow: hidden;
}

.newsActivity .news li {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.newsActivity .news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .4rem 0;
  border-bottom: .01rem solid #ddd;
}

.newsActivity .news li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: .5rem;
}

.newsActivity .news li .text h2 {
  font-size: .3rem;
  line-height: .44rem;
  margin-bottom: .2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsActivity .news li .text h2 span {
  color: #004abb;
  position: relative;
  padding-right: .2rem;
  margin-right: .2rem;
}

.newsActivity .news li .text h2 span:after {
  content: "";
  width: 1px;
  height: 80%;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 10%;
}

.newsActivity .news li .text p {
  font-size: .24rem;
  color: #999;
}

.newsActivity .news li .img {
  width: 2.3rem;
  height: 1.36rem;
}

.newsActivity .news li .img img {
  width: 100%;
}

/* 宇通微动态 */
.weNews ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.weNews ul li {
  margin-bottom: .2rem;
}

.weNews ul li a {
  display: block;
}

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

.weNews ul li .text {
  background: #eee;
  padding: .25rem .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weNews ul li .text span {
  font-size: .9rem;
  color: #004abb;
  margin-right: .2rem;
}

.weNews ul li .text .t h2 {
  font-size: .36rem;
  color: #000;
}

.weNews ul li .text .t p {
  font-size: .24rem;
  color: #777;
  font-weight: 300;
}

.weNews ul li .text i {
  margin-left: auto;
  font-size: .65rem;
  color: #ccc;
}

/* 发现更精彩的宇通 */
.about ul {
  height: auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.about ul li {
  margin-bottom: .2rem;
}

.about ul li a {
  display: block;
}

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

.about ul li .text {
  background: #eee;
  padding: .3rem .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about ul li .text h2 {
  font-size: .36rem;
  color: #333;
}

.about ul li .text i {
  margin-left: auto;
  font-size: .65rem;
  color: #ccc;
}

/* 底部banner */
.bannerFooter {
  position: relative;
}

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

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

.bannerFooter .swiper-slide .text {
  padding: .5rem .4rem;
}

.bannerFooter .swiper-slide .text h2 {
  font-size: .36rem;
  color: #000;
  margin-bottom: .3rem;
}

.bannerFooter .swiper-slide .text p {
  font-size: .24rem;
  color: #666;
  line-height: .38rem;
}

.bannerFooter .swiper-slide .text p span {
  color: #ff8400;
}

.bannerFooter .swiper-pagination {
  bottom: auto;
  top: 85%;
}

.bannerFooter .swiper-pagination-bullet {
  width: .5rem;
  height: .02rem;
  background: #fff;
  opacity: 1;
}

.bannerFooter .swiper-pagination-bullet-active {
  background: #004abb;
}
/*# sourceMappingURL=index.css.map */