/********×é½¨¹«ÓÃ**********/
.section-box{

}
.section-box .section {
    padding: 50px 0;
    text-align: center;
    background:#fff;
}
.section-box .section:nth-child(2n) {
    background: #F0F4FC;
}
.section-box .section .section-title {
    text-align: center;
    padding-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
}
.section-box .section .section-title h2 {
    font-size: 36px;
    color: #333; 
    font-weight: 600;
}
.section-box .section .section-title p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 15px;
}
.section-box .section .btn{
    margin-top:40px;
}