/**
 * @package   cx_taihe
 * @copyright 浙江泰和茶叶有限公司.
 * @author 陈星 www.xingzai.org
 * @license   禁止盗用
 */
#flexiselShow {
display:none;
}
#flexiselShow p{
    line-height: 1.618em;
    font-size: 12px;
    padding: 5px 0;
    text-align: left;
    text-indent: 2em;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    overflow: hidden;   
    padding: 40px 0 10px 0;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    margin: 0 auto;
    width:95%; 
}
.nbs-flexisel-inner .inner{
    padding: 0 5px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;    
    position: relative;   
}
.ItemImage{
    display: block;
    height: 190px;
    overflow: hidden;    
}
.nbs-flexisel-item h3{
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: solid 1px #666;
    text-align: left;
    font-size: 15px;
    line-height: 1.6em;
    font-family: Microsoft YaHei,宋体;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 19px;
    height: 100px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;   
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(//sansu.qiniudn.com/l.png) no-repeat center bottom;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(//sansu.qiniudn.com/r.png) no-repeat center bottom;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover{
    opacity: 1;
}