/* 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;
	display:none;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background:  url(../images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
    left: 10px;
}
.hiSlider-btn-next{
    right: 10px;
    background-position: -30px 0;
}
.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;
}
.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;}
 .hiSlider-pages a{ text-align:center; width:10px; height:10px; margin:0px 2px;}
.hiSlider-item .txtk{width:97%; left:3%; font-size:26px;font-weight: bold; line-height:150%; bottom: 50px;}


}
@media only screen and (max-width:768px){

    .hiSlider-item .txtk{font-size:16px;bottom: 40px;}
}
@media only screen and (min-width:1200px){

.hiSlider-item .txtk{width:1200px; left:50%; margin-left:-600px; font-size:45px; line-height:155%; text-align: right; bottom:80px; font-weight: bold;}
 /*.hiSlider-item .txtk b{ font-size:48px; display:block;}*/
}