.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
}
.swiper-slide .item{
	width: 10rem;
	height: 5.55rem;
	position: relative;
}
.swiper-slide .item img{
	width: 10rem;
	height: 5.55rem;
}
.swiper-slide .item .carousel-caption{
	position: absolute;
	background: rgba(0,0,0,0.6)!important;
    filter: Alpha(opacity=60);
    left: 0!important;
    right: 0!important;
    padding: 0!important;
    bottom: 0;
    text-align: left;
}
.swiper-slide .item .carousel-caption p {
	font-size: 0.3rem;
	color: #fff;
    width: 8.5rem;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0.25rem;
    margin: 0;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	margin: 0 0.13rem !important;
}
.swiper-pagination-bullet-active{
	background: #1aaee8;
}
.swiper-pagination{
	text-align: right;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin-bottom: 0.05rem;
}
.hb-content ul.table{
	margin: 0.41rem 0.55rem;
	margin-bottom: 0;
	display: -webkit-flex; 
  	display: -webkit-box; 
  	display: -ms-flexbox; 
  	display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: row;
  	    -ms-flex-direction: row;
  	        flex-direction: row;
  	-webkit-flex-wrap: wrap;
  	    -ms-flex-wrap: wrap;
  	        flex-wrap: wrap;
  	-webkit-box-pack: justify;
  	-webkit-justify-content: space-between;
  	    -ms-flex-pack: justify;
  	        justify-content: space-between;
}
.hb-content ul.table li{
	width: 2.9rem;
	text-align: center;
	font-size: 0.3rem;
	line-height: 0.61rem;
	color: #000000;
	margin: 0.27rem 0.63rem;
	margin-top: 0;
	background: #F7F7F7;
	border: 1px #d9d9d9 solid;
	border-radius: 0.11rem;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.hb-content ul.table li a{
	text-decoration: none;
	color: #000000;
}
.title-list{
	background: #efefef;
	padding-bottom: 0.13rem;
}
.title-list li{
	margin-top: 0.13rem;
}
.title-list li img{
	display: block;
	width: 100%;
}
.title-list li:first-child{
	margin-top: 0;
}