﻿/* jquery.hiSlider.css */
.hiSlider{
		    overflow: hidden;
		    width: 100%;
		}
.hiSlider-item{
		    float: left;
			
		    width: 100%;
}
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
.hiSlider-item img{ width:100%;}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
	display:block;
    z-index: 5;
    top: 50%;
    height: 57px;
    width: 57px;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
    left: 0px;
    background:  url(../images/hislider-arrow-left.png) no-repeat;
}
.hiSlider-btn-next{
    right: 0px;
    background:  url(../images/hislider-arrow-right.png) no-repeat;
    /*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:15px;	
    left:0px;
	width:100%;
    text-align: center;
}
.hiSlider-pages a{
    height:3px;
    width:50px;
    margin: 0 5px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999em;
    background:rgba(102,102,102,.7);
}
.hiSlider-pages a.active{
    background:#ffffff;
}

.sy_ban1{ width:100%;}
@media only screen and (max-width:1200px){
.sy_ban1 .hiSlider-pages a{
    width:30px;
    margin: 0 4px;
}
.sy_ban2{ width:98%; margin-left:1%; float:left;}
.sy_ban2 .hiSlider-pages{ bottom:0px; height:2px;}
.sy_ban2 .hiSlider-pages a{
    width:33.3333%;
	float:left;
	height:2px;
    margin: 0 0px;
    background:rgba(255,255,255,.6);
}
.sy_ban2 .hiSlider-pages a.active{ background:#666666;}

.sy1 .hiSlider-pages{ bottom:45px; height:18px;}
.sy1 .hiSlider-pages a{

	height:10px;
	width:10px;
    margin: 0 3px;
	 -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	border:solid 1px #ffffff;
    background:none;
}
.sy1 .hiSlider-pages a.active{ background:#ffffff;}
.sy1 .hiSlider-title{
    bottom: 0;
    width: 100%;
    padding:5px 5px 5px 5px;
    color: #fff;
	line-height:18px;
	overflow:hidden;
    background: rgba(0,0,0,.6);
    z-index: 2;
	font-size:1.1em;
	text-align:center;
}

}

@media only screen and (min-width:1200px){
.sy_ban2{ width:100%; float:left;}
.sy_ban2 .hiSlider-pages{ bottom:0px; height:10px;}
.sy_ban2 .hiSlider-pages a{
    width:33.3333%;
	float:left;
	height:10px;
    margin: 0 0px;
    background:rgba(255,255,255,.6);
}
.sy_ban2 .hiSlider-pages a.active{ background:#666666;}
.sy1 .hiSlider-pages{ bottom:45px; height:18px;}
.sy1 .hiSlider-pages a{

	height:14px;
	width:14px;
    margin: 0 3px;
	 -moz-border-radius:14px; -webkit-border-radius:14px; border-radius:14px;
	border:solid 1px #ffffff;
    background:none;
}
.sy1 .hiSlider-pages a.active{ background:#ffffff;}
.sy1 .hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 32px 0px 10px 0px;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
	font-size:16px;
	text-align:center;
}
}