/* 百叶窗banner */
#slider-wrap
{
    width: 287px;
    height: 153px;
    margin-top: 15px;
}
.hdp-con
{
    position: relative;
    width: 260px;
    height: 153px;
    border-top: 1px solid #e5e5e5;
    padding: 5px;
}
.hdp
{
    position: relative;
    width: 260px;
    height: 153px;
}/*可以修改宽高*/
#slider
{
    width: 260px;
    height: 153px;
}/*可以修改宽高*/
#slider img
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 247px;
    height: 166px;
}/*可以修改宽高*/
.nivoSlider
{
    overflow: hidden;
}
.nivoSlider img
{
    position: absolute;
    top: 0;
    left: 0;
}
.nivoSlider div.nivo-imageLink
{
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 260px;
    height: 153px;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
}/*可以修改宽高*/
.nivo-slice
{
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box
{
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption
{
    position: absolute;
    left: -6px;
    bottom: -39px;
    background: #f6f6f6;
    width: 257px;
    z-index: 50;
    height: 32px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}/*可以修改宽高*/
.nivo-caption p
{
    width: 257px;
    height: 40px;
    text-indent: -9999px;
}/*可以修改宽高*/
.nivo-controlNav
{
    position: absolute;
    left: -6px;
    bottom: -39px;
    z-index: 100;/*height: 21px; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; background: #f6f6f6;  width: 151px;*/
    padding-top: 11px;
    padding-left: 106px;
    display: none;
}/*可以修改左右上下间距*/
.nivo-controlNav a
{
    position: relative;
    z-index: 99;
    cursor: pointer;
    background: url(../image/hdp-link.png) no-repeat;
}
.nivo-controlNav a.active
{
    background: url(../image/hdp-hover.png) no-repeat;
}
.nivo-controlNav a
{
    display: block;
    color: #fff;
    width: 9px;
    height: 9px;
    line-height: 9px;
    text-align: center;
    margin-right: 7px;
    float: left;
    overflow: hidden;
    text-indent: 2000em;
}/*可以修改宽高*/
.nivo-directionNav a
{
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}/*左右切换按钮，不能删除，如果不需要可以设背景，删除会引起图片错位*/
.nivo-directionNav a
{
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: 0;
}
a.nivo-nextNav
{
    right: 15px;
}
a.nivo-prevNav
{
    left: 15px;
}
.nivo-imageLink
{
    display: none;
}
.nivo-imageLink-pic
{
    width: 260px;
    height: 153px;
}
.nivo-imageLink-title
{
    position: absolute;
    bottom: -5px;
    background: #000;
    height: 29px;
    line-height: 29px;
    width: 265px;
    text-align: center;
    overflow: hidden;/*display: none; */
    background: url("../image/gptitle.jpg") repeat-x;
    border: 1px solid #e6e6e6;
}
.nivo-imageLink-title a:link, .nivo-imageLink-title a:visited, .nivo-imageLink-title a:hover, .nivo-imageLink-title a:active
{
    color: #767676;
}