/*html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}*/

.htmleaf-container {
    position: relative;
    height: 200px;
    width: 200px;
}

.slider_box {
    /*margin: 50px auto;*/
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 160px;
}

.silder_con {
    overflow: hidden;
    position: absolute;
    height: 138px;
}

.silder_panel {
    width: 160px;
    height: 138px;
    overflow: hidden;
    float: left;
    position: relative;
}

.silder_panel img {
    width: 160px;
    height: 138px;
    display: block;
    overflow: hidden;
    overflow: hidden
}

.silder_nav li {
    float: left;
    padding: 0px;
    border: 1px solid #fff;
    margin: 2px;
    display: inline;
    position: relative;
}

.silder_nav li.current {
    border: 3px solid #7acf39;
    margin: 0 4px;
    width: 44px;
    height: 44px;
    border-radius: 25px;
    bottom: -5px;
}

.silder_nav li.current > a > img{
    width: 44px;
    height: 44px;
}

.silder_nav li, .silder_nav img {
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
}

.htmleaf-container a.prev, .htmleaf-container a.next {
    display: block;
    position: absolute;
    /*bottom: 14px;*/
    top: 165px;
    z-index: 99;
    width: 15px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
}

.htmleaf-container a.prev {
    left: -15px;
    background-position: left 0;
}

.htmleaf-container a.next {
    right: 20px;
    background-position: right 0;
}

.silder_intro {
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 9;
    width: 400px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    padding-left: 20px;
}

.silder_intro h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    height: 22px;
    line-height: 22px;
}

.silder_intro p {
    font-size: 12px;
    line-height: 20px;
}

.dec {
    height: 50px;
    bottom: 10px;
    left: 0;
    overflow: hidden;
    z-index: 9;
    position: absolute;
}

.dec li {
    margin: 20px 10px 5px 5px;
    float: left;
    display: inline;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
}





