.container{
    max-width: 1200px;
    padding: 0 0;
}
.dan{
    margin-top: 80px;
}
.dan .right{
    padding: 0 0 0 40px;
}

.dan .right ul>li  {
    padding: 0 5px;
    margin: 0 0 10px 0;
}
.dan .right ul>li>a{
    border: 1px solid #eee;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.dan .right ul>li>a .img{
    display: block;
    overflow: hidden;
    border-radius: 6px;
	height:340px;
}
.dan .right ul>li>a .img img{
    transition: all 0.3s;
    width: 100%;
}
.dan .right ul>li>a .img img:hover {
   transform: scale(1.22);
}
.dan .right ul>li>a h2{
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.dan .right ul>li>a p{
    font-size: 14px;
    line-height: 14px;
    margin: 4px 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dan .right ul>li>a:hover h2 ,
.dan .right ul>li>a:hover p{
    color: #333333;
}
.leftThreebox {
    padding: 0 0 38px 0;
}



/*手机端导航区域*/
.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;
	 line-height: 36px;
}





@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: 18px !important; ;
    }
    .dan .text img{
        max-width: 100%;
    }
    .dan .right ul>li>a {
        padding: 5px;
    }

    .dan .right>h3{
        font-size: 15px;
        margin: 0 0 10px 6px;
    }


}


@media screen and (max-width: 768px) {
    .dan .right {
        padding: 0 0px ;
    }
    .dan .right ul>li>a h2 {
        font-size: 14px;
        line-height: 16px;
        margin: 10px 0 3px 0;
    }
    .dan .right ul>li>a p {
        font-size: 13px;
        line-height: 14px;
        margin: 8px 0 4px 0;
    }

	.dan .right ul>li>a .img {
     
    
    height: 260px;
}

}