/*轮播 overflow: hidden;*/
.slider {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.slider .list {
    height: auto;
    overflow: hidden;
    position: relative;
}

.slider .list a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    float: left;
}

.slider .list img {
    display: inline-block;
    float: left;
}

.slider .pnum {
    display: none;
    height: 32px;
    text-align: right;
    margin: 0 auto;
    right: 1px;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
}

.slider .pnum li {
    width: 14px;
    font-size: 12px;
    float: left;
    height: 18px;
    line-height: 18px;
    background: #DCDCDC;
    display: inline-block;
    text-align: center;
    color: #555;
    margin: 8px 5px;
}

.slider .pnum li.current {
    background: #0D6AE9;
    color: #fff;
}

.slider .pnum li:hover {
    cursor: pointer;
}

.slider .text {
    /*background: url(tit_bg.png) repeat 0 0;*/
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 14px;
    color: #000;
}


/*轮播 overflow: hidden;*/
.scrollImg {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.scrollImg .list {
    height: auto;
    overflow: hidden;
    position: relative;
}

.scrollImg .list a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    float: left;
}

.scrollImg .list img {
    display: inline-block;
    float: left;
}

.scrollImg .pnum {
    height: 32px;
    text-align: right;
    margin: 0 auto;
    right: 1px;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
}

.scrollImg .pnum li {
    width: 14px;
    font-size: 12px;
    float: left;
    height: 18px;
    line-height: 18px;
    background: #DCDCDC;
    display: inline-block;
    text-align: center;
    color: #555;
    margin: 8px 5px;
}

.scrollImg .pnum li.current {
    background: #0D6AE9;
    color: #fff;
}

.scrollImg .pnum li:hover {
    cursor: pointer;
}

.scrollImg .text {
    color: #fff;
    background: url(tit_bg.png) repeat 0 0;
    float: left;
    line-height: 32px;
    height: 32px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    text-indent: 10px;
    font-size: 12px;
}

