
/* 焦点图 */
.xw {
    float: left;
    position: relative;
    width: 580px;
    height: 366px;
    overflow: hidden;
    font-family: arial;
    text-align: left;
    background: #fff;
    }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* 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;
    }
.xw img{
	width: 580px;
    height: 366px;
    display: block;
}
.xw>.swiper-pagination {
	position: absolute;
    z-index: 3;
    bottom: 13px;
    right: 8px;
}

.xw>.swiper-pagination span.swiper-pagination-bullet{
    position: relative;
    width: 15px;
    height: 13px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
	background: url(/uploads/image/i1002/jssw_pic_21.png) no-repeat center;
	opacity: 5.2;
}
.xw>.swiper-pagination span.swiper-pagination-bullet-active{
	background: url(/uploads/image/i1002/jssw_pic_22.png) no-repeat center;
}
.slidetxt{
	position: absolute;
    bottom: 0;
    z-index: 2;
    height: 42px;
    width: 100%;
    overflow: hidden;
	background: url(/uploads/image/i1002/jssw_pic_20.png) no-repeat center;
}
.slidetxt a{
	display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 16px;
    text-decoration: none;
	height: 42px;
	line-height:42px;
	width:70%;
}




/* 专题轮播 */

.zt{
	position: relative;
}
.zt img{
	width: 225px;
    height: 90px;
    display: block;
}
.swiper-button-next{
	position: absolute;
    display: block;
    width: 20px;
    height: 36px;
    top: 53px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
	background:  no-repeat;
    right: 0px;
    background-size: 100%;
}
.swiper-button-prev{
	position: absolute;
    display: block;
    width: 20px;
    height: 36px;
    top: 53px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
	background:  no-repeat;
    left: 0px;
    background-size: 100%;
}



/***************自适应***************/
@media (max-width: 700px) {

   
    /* 轮播 */
  
	.xw>.swiper-pagination {
		display:none;
	}
	.xw{
		width:100%;
		height: 244px !important;
	}
	.xw img {
		width: 100% !important;
		height: 244px !important;
		display: block;
	}
	.xw .slidetxt a{
		width:80%;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.zt a{
		width:100%;
		display:block;
	}
	.zt img{
		width:100%;
	}
	
/* 纳税学堂 */



}
