/* jquery.hiSlider.css */
.hiSlider{
		    overflow: hidden;
		    width: 100%;
		}
.hiSlider-item{
		    float: left;
			position: relative;			
		    width: 100%;
    overflow: hidden;
}
.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: 60px;
    width: 60px;
    background:url(../images/jt1.png);
    margin-top: -30px;
    text-indent: -200px;
    overflow: hidden;
    /*opacity: .6;*/
    /*filter:alpha(opacity:60);*/
}
.hiSlider-btn-prev:hover{ background:url(../images/jt1_.png)}
.hiSlider-btn-next:hover{ background:url(../images/jt2_.png)}
.hiSlider-btn-prev{
    left: 2%;

}
.hiSlider-btn-next{
    right: 2%;
    background: url(../images/jt2.png)
}
/*.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:30px;
	height:16px;	
    left:0px;
	width:100%;
    text-align: center;
    display: none;
}
.hiSlider-pages a{
    height:14px;
    width:14px;
    margin: 0 6px;
	-moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999em;

	border:solid 2px #fff;
}
.hiSlider-pages a.active{
    background:#fff;
    width:40px;
}

.sy_ban1{ width:100%; overflow:hidden;}
@media only screen and (max-width:1200px){
 .hiSlider-pages{ text-align: center; width:100%; bottom:15px; display: block}
 .hiSlider-pages a{ text-align:center; width:10px; height:10px; margin:0px 2px; border: 0; background: #fff;}
    .hiSlider-pages a.active{
        background:#d7181f;
        width:10px;

    }
    .hiSlider-btn-prev,
    .hiSlider-btn-next{
        display: none;
    }
}
@media only screen and (max-width:768px){

}
@media only screen and (min-width:1200px){

    .hiSlider-item img{
        width:1920px;
        max-width: 1920px;
        position:relative;
        left:50%;
        margin-left: -960px;
    }
}