/* 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 {
  /*  background: url(../../images/bantbg.png) repeat left top;  */
    height: 58px;
    width: 628px;
    line-height: 58px;
    left: 50%;
    margin-left:-585px;
    bottom: 22%;
    overflow: hidden;}

    .hiSlider-title a {
        color: #fff;
        font-size: 20px;
        padding-left: 22px;
        text-decoration: none;}

.hiSlider-pages {
    bottom: 11%;
    height: 19px;
    left: 0px;
    width: 100%;
    text-align: center;}

    .hiSlider-pages a {
        line-height: 25px;
        float: left;
        cursor: pointer;
        color: #fff;
        margin-right: 7px;
        border: 1px solid #fff;
        height: 17px;
        width: 17px;
        text-indent: 100000px;}

        .hiSlider-pages a.active {
            border: 1px solid #fff;
            background: #b90c2c;
            cursor: pointer;}

.sy_ban1 {
    width: 100%;}

@media only screen and (max-width:1170px) {
    .sy_ban1 .hiSlider-pages {
        text-align: left;
        width: 97%;}

        .sy_ban1 .hiSlider-pages a {
            text-align: center;
            width: 10px;
            height: 10px;
            margin: 0px 2px;}

    .sy_ban1 .hiSlider-item .txtk {
        width: 97%;
        left: 3%;
        font-size: 1em;
        line-height: 150%;}

        .sy_ban1 .hiSlider-item .txtk b {
            font-size: 1.2em;
            display: block;}
}

@media only screen and (min-width:1170px) {
    .sy_ban1 .hiSlider-pages {
        text-align: right;
        width: 1170px;
        left: 50%;
        margin-left: -585px;}

        .sy_ban1 .hiSlider-pages a {
            text-align: center;}

    .sy_ban1 .hiSlider-item .txtk {
        width: 1170px;
        width: 1170px;
        left: 50%;
        margin-left: -585px;
        font-size: 20px;
        line-height: normal;}

        .sy_ban1 .hiSlider-item .txtk b {
            font-size: 48px;
            display: block;}
}