/* CSS Document 辽宁体彩轮播样式 2019.02.13 */

/* 轮播*/
.carousel-indicators{position:absolute;bottom:10px!important;left:100%;z-index:15;width:20%;padding-left:0;margin-left:-25%;text-align:right;list-style:none;line-height:normal;}
.carousel-indicators li{display:inline-block;width:12px;height:12px;margin:0;cursor:pointer;border:none;background:url("../images/news/d_carousel_05.png") no-repeat;background-position:0 -248px;}
.carousel-indicators .active{width:36px;height:12px;margin:0;border:none;background:url("../images/news/d_carousel_05.png") no-repeat;background-position:-54px -248px;}
.carousel-caption{
	width:100%;
	position:absolute;
	right:0!important;
	bottom:0!important;
	left:0!important;
	z-index:10;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px!important;
	color:#fff;font:18px/20px "微软雅黑";
	text-align:left;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	background:url("../images/news/d_carousel_04.png") no-repeat;
	background-size: 100% 100%;
}
.carousel-caption p{width:73%;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* 轮播图左右控制器*/
.du-control{position:absolute;top:0;bottom:0;left:0;width:40px;height:100px;text-align:center;background:url("../images/news/d_carousel_05.png") no-repeat;margin-top:100px;display:none;}
.du-control.left{background-position:0 0;}
.du-control.right{right:0;left:auto;background-position:-50px -110px;}
.du-control.left:hover{background-position:0 -110px;}
.du-control.right:hover{background-position:-50px 0;}

/* 展现控制器，可以class,也可以id,当前页两个轮播需用id */
.carousel:hover .du-control{display:block;}

/* 适配 */
@media (max-width:767px){
	.carousel-indicators{width:30%;margin-left:-35%;}
	.carousel-caption p{width:60%;}
}

/* 适配标准PC-1000 */
@media (min-width:1000px){
	.container{width:1000px!important;}
}
.pd_lt{padding-left:0;}
.pd_rt{padding-right:0;}
.pd_lrt{padding-left:0;padding-right:0;}