﻿.bigtit{
    width: 5rem;
    height: .9375rem;
    line-height: .9375rem;
    margin: 0 auto;
   font-size: .1875rem;
   font-weight: 600;
   text-align: center;
}
.bigimginfo{
    width: 6.25rem;
    height: 2.291667rem;
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid transparent;
}
.bigimg{
    width: 2.90625rem;
    height: 1.916667rem;
    margin: .052083rem auto;
}
.bigimg img{
    width: 100%;
	height: inherit;
}
.bigtit1{
   
    height: .28125rem;
    line-height:.28125rem;
   
   font-size: .09375rem;
   font-weight: 600;
   text-align: center;
}
.fiximg{
	width: 100%;
}

/* 轮播图 */
.swiper-container {
    width: 6.25rem;
    margin: 0 auto 50px;
    height: .9375rem;
  }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 1.197917rem!important;
    margin: 0 .104167rem;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
  }
  @media screen and (max-width: 768px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -8px;
    left: 0;
    width: 100%;
}
    .comintro {
    	display: none;
    }
    .bigtit{
        font-size: 20px;
    }
    .bigimginfo{
        width:9.5rem;
        height: 4.5rem;
        
    }
    .bigimg{
        width:6rem;
        height: 4rem;
        
    }
    .swiper-container {
        width: 9.5rem;
        
        height:2rem;
      }
      .swiper-slide {
        width: 2rem!important;
      }
    .swiper-button-next, .swiper-button-prev{
    	transform: scale(0.5);
    }
  }
  