/* jquery.hiSlider.css */
.hiSlider{
		    overflow: hidden;
		    width: 100%;
			position:relative;
		}
.hiSlider-item{
		    float: left;		
		    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: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:#bbbfcc;
}
.hiSlider-pages a.active{
    background: #52bdbc;
}

.sy_ban1{ width:100%;}
@media only screen and (max-width:1200px){
.sy_ban1 .hiSlider-pages{ text-align: center; width:100%; left:0%;  bottom:auto; top:270px;}
.sy_ban1 .hiSlider-pages a{ text-align:center; width:8px; height:8px; margin:0px 2px;}
	.hiSlider-item,.sy_ban1{ 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_ban1 .hiSlider-pages{  top:215px;}
	.hiSlider-item,.sy_ban1{ height:248px;}
.hiSlider-item img{ width:873px; max-width:873px; height:248px; position:relative; left:50%; margin-left:-436.5px;}
	}
	@media only screen and (max-width:550px){	
.sy_ban1 .hiSlider-pages{  top:165px;}
	.hiSlider-item,.sy_ban1{ height:198px;}
.hiSlider-item img{ width:698px; max-width:698px; height:198px; position:relative; left:50%; margin-left:-349px;}
	}
		@media only screen and (max-width:450px){	
.sy_ban1 .hiSlider-pages{  top:125px;}
	.hiSlider-item,.sy_ban1{ height:149px;}
.hiSlider-item img{ width:524px; max-width:524px; height:149px; position:relative; left:50%; margin-left:-262px;}
	}

@media only screen and (min-width:1200px){
	.sy_ban1 .hiSlider-pages{ text-align:center; width:100%; left:0%; top:500px;}
	.sy_ban1 .hiSlider-pages a{ text-align:center;}
		.sy_ban1 .hiSlider-item,.sy_ban1 { width:100%; height:545px; overflow:hidden;}
	.sy_ban1 .hiSlider-item img{ width:1920px; max-width:1920px; height:545px; position:relative; left:50%; margin-left:-960px; display: block;}
	
}