

/*主体区*/
.product_content{
    padding:0 10%;
}
.product_content h3{
    font-size:32px;
    color:#333333;
    line-height:40px;
    padding-top: 42px;
    text-align: center;
}
.product_content h5{
    font-size:14px;
    color:#999;
    line-height:26px;
    text-align: center;
    margin:0 auto;
}
.product_content>p{
    padding-top: 36px;
    font-size:14px;
    color:#666;
    line-height:22px;
}
.product_content>p span{
    padding-left: 24px;
}


/*主体分栏*/
.product_content_l{
    padding-top: 35px;
}
.product_content_l>div{
    text-align: center;
    padding-bottom: 46px;
}

.product_content_l>ul li{
    padding-bottom: 42px;
}
.product_content_l>ul li h4{
    font-size:16px;
    color:#333333;
    line-height:40px;
    font-weight: 700;
}
.product_content_l>ul li p{
    font-size:14px;
    color:#666;
    line-height:22px;
}





