
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.banner{ position: relative;} 

.nivoSlider{position:relative;background:#fff url(loading.gif) no-repeat 50% 50%;margin-bottom:0}
.nivoSlider img{position:absolute;top:0;left:0;display:none}
.nivo-main-image {display: block !important;position: relative !important; width: 100% !important;}

.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:#fff;filter:alpha(opacity=0);opacity:0}

.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}
.nivo-box img { display:block; }

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    overflow: hidden;
    display: none;

    /*opacity: .8;
    filter: alpha(opacity=8);*/
    opacity: .8;

    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); 

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivo-caption p{padding:5px;margin:0}
.nivo-caption a{display:inline!important}
.nivo-html-caption{display:none}

.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor: pointer;display:block;width:30px;height:30px;background:url(arrows.png) no-repeat;text-indent:-9999px;border:0;opacity:0;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}
.nivo-prevNav{left:0}
.nivo-nextNav{right:0}
.banner:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav{background-position:-30px 0;right:15px}
a.nivo-prevNav{left:15px}

.nivo-controlNav{text-align:center;text-align:center;padding: 0 0;position: absolute;right: 0;bottom: 0;z-index: 10;}
.nivo-controlNav a{display:inline-block;width:22px;height:22px;background:url(bullet.png) no-repeat 0 2px;text-indent:-9999px;border:0;margin:0 2px;cursor:pointer}
.nivo-controlNav a.active{background-position:0 -19px;font-weight:bold}

.nivo-controlNav.nivo-thumbs-enabled{width:100%}
.nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px}
.nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto}


.nivo-controlNav{ background: #3E65A6;}
.nivo-caption{ position: absolute;left: 20px;bottom: 10px;background: #475A85;color: #ffffff;width: 365px;height: 230px;border-top: solid 5px #DA251C;font-family: "Microsoft YaHei"}
.nivo-caption h4{ font-size: 24px;font-weight: 700;line-height: 1.4;margin-top: 0;}
.nivo-caption p{ font-size: 13px;padding: 0;}
.nivo-caption div{position: absolute;right: 0;height: 20px;line-height: 20px;bottom: 10px;padding: 0px 5px;background:#fa251c;color: #ffffff;opacity: 1 !important;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80) !important; }
.nivo-caption a{ color: #ffffff;}
@media(max-width:768px) {
    .nivo-caption {
        display: none !important;
    }
}
