/* jquery.hiSlider.css */
.hiSlider{
		    overflow: hidden;
		    width: 100%;
		}
.hiSlider-item{
		    float: left;		
		    width: 100%;
}
.hiSlider-item img{ width:100%; display:block;}
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}

.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:6%;
	height:16px;	
    left:0px;
	width:100%;
    text-align: center;
}
.hiSlider-pages a{
    height:10px;
    width:10px;
    margin: 3px 5px;
	-moz-border-radius:16px; -webkit-border-radius:16px; border-radius:16px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999em;
    background:#7e7671;
}
.hiSlider-pages a.active{
    margin: 0 5px;
    background: inherit; border:solid 2px #224575;
    height:16px;
    width:16px;}

@media only screen and (max-width:1200px){
.sy_ban .hiSlider-pages{ text-align: center; width:100%; left:0%;  bottom:auto; top:270px;}
.sy_ban .hiSlider-pages a{ text-align:center; width:10px; height:10px; margin:0px 2px;}
	.hiSlider-item,.sy_ban{ height:300px; overflow:hidden;}
.hiSlider-item img{ width:1047px; max-width:1047px; height:300px; position:relative; left:50%; margin-left:-523.5px;}

}
@media only screen and (max-width:600px){	
.sy_ban .hiSlider-pages{  top:220px;}
	.hiSlider-item,.sy_ban{ height:250px;}
.hiSlider-item img{ width:873px; max-width:873px; height:250px; position:relative; left:50%; margin-left:-436.5px;}
	}
	@media only screen and (max-width:550px){	
.sy_ban .hiSlider-pages{  top:170px;}
	.hiSlider-item,.sy_ban{ height:200px;}
.hiSlider-item img{ width:698px; max-width:698px; height:200px; position:relative; left:50%; margin-left:-349px;}
	}
		@media only screen and (max-width:450px){	
.sy_ban .hiSlider-pages{  top:130px;}
	.hiSlider-item,.sy_ban{ height:150px;}
.hiSlider-item img{ width:524px; max-width:524px; height:150px; position:relative; left:50%; margin-left:-262px;}
	}
@media only screen and (min-width:1200px){
	.sy_ban .hiSlider-pages{ text-align: center; width:100%; left:0%;  bottom:auto; top:490px;}
	.sy_ban .hiSlider-pages a{ text-align:center;}
	.hiSlider-item,.sy_ban{ height:550px; overflow:hidden;}
.hiSlider-item img{ width:1920px; max-width:1920px; height:550px; position:relative; left:50%; margin-left:-960px;}
}