/*-------------标题样式-------------------*/
.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;
}

.ind-tit2 h1 a{
    line-height:1.1;
}
.ind-tit2 li{
    position: relative;
    width: 100%;
    height: 1px;
    margin:28px auto;
    background-color: #c6c6c6;
}
.ind-tit2 li::before{
    position: absolute;
    content: '';
    top:-1px;
    margin: 0 auto;
    left: 0;
    right:0;
    height:3px;
    width:99px;
    background-color:#ffb100;
}


