.container{
    max-width: 1200px;
    padding: 0 0;
}
.dan{
    margin-top: 80px;
}
.dan .right{
    padding: 0 0 0 40px;
}














/*手机端导航区域*/
.productNav{
    margin:0 0 13px 0 ;
}
.productNav h2{
    color:#fff;
    margin: 0;
    padding: 0 20px  0 50px;
    box-sizing: border-box;
    font-weight: bolder;
    line-height: 48px;
    font-size: 18px;
    background: url(../images/navT.png) no-repeat 94% center #7fbf2b;
}
.productNav ul{
    margin: 0;
}
.productNav li{
    line-height: 45px;
    font-size: 14px;
    padding: 0 20px  0 50px;
    box-sizing: border-box;
    border: 1px rgb(238, 238, 238) solid;
    border-top: 0;
    transition: all .3s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap


}
.productNav li:hover{
    background: #e5e5e570;
    padding: 0 20px 0 60px;
}
.productNav li:hover a{
    text-decoration: none;
    color: #7fbf2b;
    width: 100%;
    height: 100%;
    background: url("../images/right.png") no-repeat right center;
    display: inline-block;
}
.productNav li.on{
    background: #e5e5e5;
    padding: 0 20px 0 60px;
}
.productNav li.on a{
    text-decoration: none;
    color: #7fbf2b;
    width: 100%;
    height: 100%;
    background: url("../images/right.png") no-repeat right center;
    display: inline-block;
}

.productNav {
    border: 1px #c9ccc5 solid;
}
.productNav h2 {
    margin: 0;
    padding: 0 20px 0 14px;
    font-size: 15px;
    line-height: 42px;
}
.productNav li.on {
    background: #efefef;
    padding: 0 20px 0 14px;
    line-height: 36px;
}
.productNav li {
    padding: 0 20px 0 14px;
}


.right .core ul{
    margin-bottom: 40px;
}
.right .core ul>li{
    display: block;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    position: relative;

}
.right .core ul>li .text {
    width: 100%;
    float: right;
    display: inline-block;
    position: relative;
    padding: 0 0 0 0px;
}
.right .core ul>li .text h2{
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    line-height: normal;
    margin: 0px 0 5px 0;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 85px 0 0;
}
.right .core ul>li .text:hover h2,
.right .core ul>li .text:hover span{
    color: #7fbf2b;
}
.right .core ul>li .text p{
    font-size: 12px;
    color: #797979;
    margin: 4px 0 0 0;
    line-height: 18px;
}
.right .core ul>li .text span{
    font-size: 13px;
    color: #666666;
    position: absolute;
    top: 3px;
    right: 10px;
}




@media screen and (max-width: 1000px) {

    body {
        padding: 50px 0 !important;
    }

    .container {
        padding: 0 10px;
    }

    .dan {
        margin-top: 20px;
    }
    .dan .right {
        padding: 0 10px;
    }

    .dan .text *{
        font-size: 12px !important;
        line-height: 22px !important; ;
    }
    .dan .text img{
        max-width: 100%;
    }
    .right .core ul>li .text span {
        top: 0px;
    }




    .dan .right>h3{
        font-size: 15px;
        margin: 0 0 10px 6px;
    }


}


@media screen and (max-width: 768px) {
    .dan .right {
        padding: 0 0px ;
    }



}