/*-------------标题样式-------------------*/
.ind-tit , .ind-tit2{
    overflow: hidden;
    margin-top:50px;
}
.ind-tit h1 , .ind-tit2 h1{
    width: 100%;
}
.ind-tit h1 a , .ind-tit2 h1 a{
    text-align: center;
    margin:0 auto;
    overflow: hidden;
    color: #333;
    text-shadow: 1px 1px 1px #f5f5f5;
    display: block;
}
.ind-tit h1 span{
    color:#3e9f36;
    line-height:38px;
    margin-right:5px;
}
.ind-tit em{
    display: block;
    margin:0 auto 30px;
    width: 26px;
    height:3px;
    background-color:#ffb100;
}
.ind-tit p{
    color:#666;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin:20px auto 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.ppys-body{
    background: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.ppys-ul{
    width: 100%;
}
.ppys-ul li{
    overflow: hidden;
    width: 100%;
    height: 325px;
}
.ppys-left{
    width: 50%;
    float: left;
}
.ppys-ul li:nth-child(2n) .ppys-left{
    float: right;
}
.ppys-left span{
    display: block;
}
.ppys-left span img{
    display: block;
    width: 100%;
    height: 325px;
}


.ppys-right{
    width: 50%;
    float: right;
}
.ppys-ul li:nth-child(2n) .ppys-right{
    float: left;
}
.ppys-txt{
    width: 100%;
    padding: 50px 50px 0 50px;
}
.ppys-txt h2{
    color: #333;
    font-size: 20px;
    line-height: 30px;
}
.ppys-txt p{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    /*height: 72px;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
}
.ppys-txt h2:nth-child(3){
    margin-top: 46px;
}









