/* jquery.hiSlider.css */
.hiSlider{
		    overflow: hidden;
		    width: 100%;
		}
.hiSlider-item{
		    float: left;
			position: relative;			
		    width: 100%;
}
.hiSlider-item .txtk{ position:absolute; 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:#ffffff;
	border:solid 2px #ffffff;
}
.hiSlider-pages a.active{
    background: inherit;
}

.sy_ban1{ width:100%;}
@media only screen and (max-width:1145px){
.sy_ban1 .hiSlider-pages{ text-align: center; width:100%;}
.sy_ban1 .hiSlider-pages a{ text-align:center; width:11px; height:11px; margin:0px 4px;}
.sy_ban1 .hiSlider-item .txtk{width:97%; left:3%; font-size:1em; line-height:150%; top:30%;}
	.sy_ban1 .hiSlider-item .txtk b{ font-size:1.3em; display:block; padding-bottom:10px;}
	.sy_ban1 .hiSlider-item .txtk p{ width:40%; font-size:1em;}

}
@media only screen and (max-width:500px){
	.sy_ban1 .hiSlider-item .txtk{width:100%; left:0%; padding:15px 3% 30px 3%; font-size:1em; line-height:150%; top:auto; position:inherit; background:#f4f4f4;}
	.sy_ban1 .hiSlider-item .txtk b{ font-size:1.3em; display:block; color:#005bac; font-weight:bold; padding-bottom:6px; width:100%;}
	.sy_ban1 .hiSlider-item .txtk p{ width:100%; font-size:1em; color:#454545;}
	.hiSlider-pages a{
    background:#005bac;
	border:solid 2px #005bac;}
	}
	
@media only screen and (min-width:1145px){
	.sy_ban1 .hiSlider-pages{ text-align:center; width:100%; left:0%;}
	.sy_ban1 .hiSlider-pages a{ text-align:center;}
	.sy_ban1 .hiSlider-item .txtk{width:1145px; left:50%; margin-left:-572.5px; height:160px; top:50%; margin-top:-80px; font-size:24px;  line-height:35px;}
	.sy_ban1 .hiSlider-item .txtk b{ font-size:55px; display:block; line-height:normal; padding-bottom:12px;}
	.sy_ban1 .hiSlider-item .txtk p{ width:420px;}
}