/*数据统计滚动*/
.product-number-info {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(169, 169, 169, 0.5);
    margin-top: 10px;
}
.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}
.product-number-info ul {
    padding: 55px 0;
}
.product-number-info ul.q:after {
    content: "";
    clear: both;
    display: table;
}
.product-number-info li {
    float: left;
    width: 239px;
    height: 90px;
    color: #000;
    padding-top: 1px;
    border-left: 1px solid #e6e6e6;
}
.product-number-info li:first-child {
    border: none;
    text-align: center;
}
.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}
.product-number-info li b i {
    font-style: normal;
    font-size: 50px;
    border-bottom: 2px solid #1e8b47;
}
.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
    color: #666;
}
.product-number-info li b em {
    font-style: normal;
    font-size: 20px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
    color: #666;
}
.product-number-info li p {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
    padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    padding-left: 70px;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
    padding-left: 78px;
}
.product-number-info li.li-5 {
    text-align: center;

}
.product-number-info li.li-5 b {
    padding-right: 2px;
}
/*旋转木马开始*/

.poster-main {
    width: 1000px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}

.poster-main a, .poster-main img { display: block; border: 1px solid #1e8b45;}

.poster-main .poster-list {
    width: 1000px;
    height: 500px;
}

.poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
}
.poster-main .poster-list .poster-item p{
    background-color:rgba(0,0,0,0.9);
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: -50px;
    display: block;
    z-index: 99999999;
    width: 100%;
    height: 50px;
}
.poster-main .poster-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    left: 0;
    background: url(../../image/left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
    right: 0;
    background: url(../../image/right.png) no-repeat center center;
}
/*折叠分类开始*/
#conter{width:1000px;margin:auto}
#help-left{width:200px;font-family:'microsoft YaHei';float:left}
.menu{border-left:1px solid #ccc;border-right:1px solid #ccc}
.menu:last-child{border-bottom:1px solid #ccc}
.menu summary{height:40px;line-height:40px;text-indent:10px;outline:0;font-size:14px;font-weight:700;border-top:1px solid #ddd;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FEFEFE),color-stop(1,#CCC));cursor:pointer}
.menu summary::-webkit-details-marker{display:none}
.menu summary:before{content:"+";display:inline-block;width:16px;height:16px;margin-right:10px;font-size:18px;font-weight:700}
.menu[open] summary:before{content:"-"}
.menu ul{
    background: #f5f5f5;
}
.menu ul li{list-style:none;text-indent:25px;font-size:12px;height:30px;line-height:30px}
.menu ul li a{display:block;color:#666}
.menu ul li a:hover{text-decoration:underline}
/*折叠分类结束*/
/*手风琴分类开始*/

.list{
    width : 240px;
    float: left;
    margin-top: 40px;
}
.list b{
    font-size: 24px;
    display: block;
    line-height: 80px;
    background: #1e8b45;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-top: 40px;
}
.list ul{
    list-style: none;
    border: 1px solid #eaeaea;
}
.list>ul>li{
    width        : 100%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.list>ul>li p[class=list-title]{
    width      : 100%;
    text-align : center;
    background : #fff;
    height     : 60px;
    line-height: 60px;
    padding    : 0;
    border     : none;
    position   : relative;
    font-size  : 18px;
    color: #666;
    border-bottom: 1px solid #eaeaea;
}
.list>ul>li p[class=list-title]>a{
    color: #fff;
}
.list>ul>li p[class=list-title]>span{
    position: absolute;
    right: 10%;
}
.list-se{
    overflow: hidden;
    display: none;
}
.list-se>p{
    background: #1e8b45 !important;
    color     :#fff;;
}
.list-se>li{
    position: relative;
    right   : -100%;
    -webkit-transition: right .5s;
    -moz-transition   : right .5s;
    -o-transition     : right .5s;
    transition        : right .5s;
}
/*.list-se>li>p{
    background  : #f5f5f5;
    color       : #333;
    height      : 50px;
    -webkit-box-sizing :border-box;
    box-sizing :border-box;
    padding-left: 10px;
    line-height : 50px;
    border-left : 5px solid #0e6eb7;
    -webkit-transition   : border .5s;
    transition  : border .5s;
    -webkit-transition   : background .3s;
    transition  : background .3s;
}
.list-se>li>p:hover{
    border-color: #1e8b45;
    background  : #1e8b45;
    color: #fff;
}*/
.list-se>li>p>a{
    display: block;
    background  : #f5f5f5;
    color       : #333;
    height      : 50px;
    -webkit-box-sizing :border-box;
    box-sizing :border-box;
    padding-left: 10px;
    line-height : 50px;
    border-left : 5px solid #1e8b45;
    -webkit-transition   : border .5s;
    transition  : border .5s;
    -webkit-transition   : background .3s;
    transition  : background .3s;
}
.list-se>li>p>a:hover{
    border-color: #929292;
    background  : #929292;
    color: #fff;
}