.imgMove{
	width:100%;
    height:100%;
}
/*淡入淡出--首页  */
.p-slider{
	position: relative;
	width:100%;
    height:100%;
}

.p-slider img{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.p-slider-titleMask{
	width: 100%;
	height : 36px;
	position: absolute;
	bottom: 0px;
	line-height: 36px;

}
.p-slider-titleMask {

}
.img_title_show{
	  width: 100%;
  font-size: 16px;
  font-family: STHeiti,"Microsoft Yahei","Microsoft YaHei",Arial,sans-serif;
/*   padding-top: 6px; */
  color: #fff;
  background-color:#b3b3b3;

	position: absolute;
	bottom: 0px;
	
}
.img_title_hide{
	display:none;
	 
}
.p-slider-titleMask a{
    color:white;
    margin-left: 20px;
	
}
.p-slider-titleMask a:hover{
    text-decoration:none;
}

.p-slider-nav{
    height : 36px;
    line-height: 36px;
	position: absolute;
	bottom: 0px;
}

.p-slider-leftButton{
	position : absolute;
	left : 0px;
    top : 40%;
	width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor : pointer;
}

.p-slider-rightButton{
    position : absolute;
    right : 0px;
    top : 40%;
	width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor : pointer;
}

/*淡入淡出--新闻模板  */
.p-sl-fade ul li{	
	list-style:none;
}

/*画廊  */
.slideGallery{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%; /*可以控制整体高度*/
    text-align: center;
}

.slideGallery .inner{
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin : 0px auto;
    overflow: hidden;
    text-align: center;
}

.slideGallery .sliderPic{
    /*width由变量控制，决定每一页放多少*/
    text-align: center;
    height : 100%;
    display : inline-block;
    position : absolute;
}

.slideGallery .sliderPic img{
    width: 100%;   /*可控*/
    /* height: 92%; */   /*可控*/
    display: block;
    margin: 0 auto;
}

.slideGallery .sliderPic a{
	white-space:nowrap;
}
.slideGallery .sliderPic a:hover{
	text-decoration:none;
}

.slideGallery .sliderPic span{
    width : 100%;
    /* height : 8%; 
    display:block; */
    overflow:hidden;
}

.slideGallery .arrow-left{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor:pointer;
}

.slideGallery .arrow-right{
    width: 30px;
    height: 30px;
    position: absolute;
    top : 40%;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor:pointer;
}

.slideWrapper .picIntro{
    margin:0 auto;
}

.picIntro{
    color:#b93025;
    font-size:14px;
    height:28px;
    margin-bottom:0px;  
}

.slideWrapper .picIntro p{
    text-indent:2em;
    line-height:28px;
    font-size:12px;
    text-overflow:ellipsis;
    color : #000;
}

.slideWrapper .picIntro ul li a{
    float:right;
}

/*匀速运动*/
.p-sl-uniformMove{
	display:block;
}
.imgUniformMove{
	overflow:hidden;
}

.p-sl-uniformMove img{
	float:left;
}

.p-sl-uniformMove .imgSingle{
	float:left;
}

.p-sl-uniformMove  .imgSingle a{
	display:block;
}
.p-sl-uniformMove  .imgSingle a:hover{
	text-decoration:none;
}

.p-sl-uniformMove .imgShow{
	position:relative;
}

.imgSingle .p-uniform-title{
	width: 100%;
	text-align:center;
	/* position: absolute; */
	bottom: 0px;
	/* line-height: 36px; */
	color:#000000;
    background-color:#ffffff;
}

.item-title {
    margin-bottom: 20px;
}
.item-title .del-item{
    float: right;
    margin-top: 0;
}
.input-group .insert_index{
    width: auto;
    float: right;
    margin-left: 20px;
}


