html, body {
    height: 100%
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}





.clr {
    clear: both;
    font-size: 1px;
    height: 1px
}

* html .clearfix {
    height: 1%;
    overflow: visible
}

* + html .clearfix {
    min-height: 1%
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0
}

#main {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#content {
    min-height: 500px
}


.ss1_wrapper {
    position: relative;
    width: 100%;
    
}

.ss1_wrapper .slideshow {
    position: relative;
    width: 100%;
    /*min-width: 100vh;*/
    height: auto;

}

@media (max-width: 1400px) {
    .ss1_wrapper .slideshow,.ss1_wrapper .slideshow_item .image img {
        min-height: 700px;

    }
}


.ss1_wrapper .slideshow_item {
    width: 100%;
    height:auto;
}
.ss1_wrapper .slideshow_item .image{
    width: 100%;
    height: auto;
}

.ss1_wrapper .slideshow_item .image img{
    display: block;
    height: auto;
    width: 100%;
}

.ss1_wrapper .slideshow_item .data {
    display: none
}

.ss1_wrapper a.slideshow_prev {
    position: absolute;
    left: 30px;
    bottom: 180px;
    z-index: 10;
    width: 40px;
    height: 46px;
    outline: none;
    background: url(../images/trans-black-70.png)
}

.ss1_wrapper a.slideshow_prev:hover {
    background: #000
}

.ss1_wrapper a.slideshow_prev span {
    display: block;
    width: 40px;
    height: 46px;
    background: url(../images/arrows.png) no-repeat -55px 50%;
    text-indent: -9999px
}

.ss1_wrapper a.slideshow_next {
    position: absolute;
    left: 70px;
    bottom: 180px;
    z-index: 10;
    width: 40px;
    height: 46px;
    outline: none;
    background: url(../images/trans-black-70.png)
}

.ss1_wrapper a.slideshow_next:hover {
    background: #000
}

.ss1_wrapper a.slideshow_next span {
    display: block;
    width: 40px;
    height: 46px;
    background: url(../images/arrows.png) no-repeat -5px 50%;
    text-indent: -9999px
}
.ss1_wrapper .slideshow_paging-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    background: #f6f6f6;
    padding: 60px;
    z-index: 11;
}

.ss1_wrapper .slideshow_paging {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 40px;
    padding-left: 100px;
    z-index: 11;
    font-size: 12px;
    text-align: right;
}

.ss1_wrapper .slideshow_paging:after{
    content: "";
    width: 90px;
    height: 2px;
    background: #9b9b9b;
    position: absolute;
    left: 0;
    top: 50%;
}

.ss1_wrapper .slideshow_paging a {
    display: block;
    float: left;
    margin: 0 0 0 2px;
    padding: 4px 7px;
    color: #ccc;
    line-height: 30px;
    font-size: 14px;
    min-width: 20px;
}

.ss1_wrapper .slideshow_paging a:hover {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.ss1_wrapper .slideshow_paging a.activeSlide {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.ss1_wrapper .slideshow_box {
    position: absolute;
    left: 10%;
    top: 25%;
    background: url(../images/trans-black-70.png);
    max-width: 50%;
    height: auto;
    z-index: 10
}

.ss1_wrapper .slideshow_box .data {
    padding: 15px;
    color: #ccc
}

.ss1_wrapper .slideshow_box .data h4 {
    color: #fff;
    font: 700 18px arial, sans-serif;
    padding: 0;
    margin: 0 0 10px
}

.ss1_wrapper .slideshow_box .data p {
    padding: 0;
    margin: 0;
    font-size: 46px;
    line-height: 300%;
    font-weight: bold;
    color: #fff;
}
.ss1_wrapper .slideshow_box .data > span{
    padding: 0;
    margin: 0;
    display: block;
    font-size: 40px;
    line-height: 140%;
    color: #e0e0e0;
}

.ss1_wrapper .slideshow_box .data a {
    color: #ccc;
}
