/* jquery.hiSlider.css */
.hiSlider{
		    overflow: hidden;
		    width: 100%;
		}
.hiSlider-item{
		    float: left;
			position: relative;			
		    width: 100%;
}
.hiSlider-item .txtk{ position:absolute; left:0px; bottom:6%; color:#ffffff;}
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
.hiSlider-item img{ width:100%;}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 54px;
    width: 54px;
    background: url(../images/sy_jt1.png) no-repeat; background-size:100% 100%;
    margin-top: -27px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .8;
    filter:alpha(opacity:80);
}
.hiSlider-btn-prev{
    left: 5%;
}
.hiSlider-btn-next{
    right:5%;
    background: url(../images/sy_jt2.png) no-repeat; background-size:100% 100%;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma"
}
.hiSlider-pages{
    bottom:6%;
	height:16px;	
    left:0px;
	width:100%;
    text-align: center;
}
.hiSlider-pages a{
    height:16px;
    width:16px;
    margin: 0 5px;
	-moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999em;
    background:rgba(255,255,255,.8);
	border:solid 2px rgba(255,255,255,.8);
}
.hiSlider-pages a.active{
    background: inherit;
}

.sy_ban1{ width:100%;}
@media only screen and (max-width:1140px){
.hiSlider-pages{ text-align:center; width:100%; left:0%;}
.hiSlider-pages a{ text-align:center; width:10px; height:10px;}
.hiSlider-btn-prev,
.hiSlider-btn-next{ display:none;}

}

@media only screen and (min-width:1140px){
.hiSlider-pages{ text-align:center; width:100%; left:0%;}
.hiSlider-pages a{ text-align:center; width:12px; height:12px;}
}

#my-video2{ width:100%; margin:0; padding:0; height:100%;  }
#my_video2 video{ width:100%; }