
/*---------- #top-swiper -----------*/

.top-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 0.42rem;
    color: #fff;
    line-height: 1.2;
}

.top-swiper img {
    display: block;
    width: 100%;
    height: 5.6rem;
}

.top-swiper .swiper-pagination-fraction {
    position: absolute;
    bottom: 0.2rem !important;
    right: 0.2rem !important;
    left: auto;
    width: auto;
}

.top-swiper .swiper-container {
    height: 100%;
    overflow: hidden;
}

.top-swiper .swiper-slide {
    position: relative;
    height: 100%;
}

.top-swiper .swiper-slide a {
    display: block;
    position: relative;
}

.top-swiper .swiper-slide a:after {
    top: 0;
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    box-shadow: 0 -1.0rem 0.5rem #333 inset;
}

#video-swiper .swiper-slide a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1.0rem;
    height: 1.0rem;
    background: url('../images/ico_play.png') no-repeat center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    border-radius: 100%;
    box-shadow: 0 0 10px #333;
    margin: auto;
}

.top-swiper .swiper-slide h3 {
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 0rem;
	text-indent:0.3rem;
    color: #fff;
	height:1.0rem;
    line-height:1.0rem;
    font-size: 0.4rem;
	background:rgba(0,0,0,0.6); 
	overflow:hidden;
}

.top-swiper .swiper-pagination-current {
    color: #d61319;
    font-style: italic;
    font-size: 0.55rem;
}

.top-swiper .swiper-pagination-total {
    font-size: 0.35rem;
}








/*---------topic-swiper -----------*/

.topic-swiper {
    position: relative;
	width: 100%;
    background: #fff;
}

.topic-swiper img {
    display: block;
    width: 100%;
    min-height: 2.2rem;
    height: 2.2rem;
}

.topic-swiper .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 1;
    text-align: right;
    right: 0.1rem;
}

.topic-swiper .swiper-pagination-bullet {
    margin: 2px;
}

.topic-swiper .swiper-pagination-bullet{
    background:#ffffff;
    opacity:.8;
}

.topic-swiper  .swiper-pagination-bullet-active{
    background:#d61319;
	opacity:1;
}



