/*reason*/
.container{
    width: 1200px;
    margin: 0 auto;
}
.col-md-4{
    width: 33%;
    display: inline-block;
}
.house-solution-reson{
    width: 100%;
    /*position: relative;*/
}
.house-solution-reson-title{
    text-align: center;
    padding:60px 0;
}
.reson-title{
    font-size: 34px;
}
.reson-bg{
    width: 100%;
    margin-top: 60px;
    background: url(../images/006.jpg) center top no-repeat;
    height: 380px;
}
.cloud-reson-content img{
    display: block;
    margin: 0 auto;
}
.cloud-reson-content h4{
    margin-top: 35px;
    text-align: center;
    font-size: 22px;
    color: #000;
}
.cloud-reson-content p{
    text-align: center;
    line-height: 25px;
    padding:15px 20px 0 20px;
}
.cloud-reson-content2 h4{
    border-left:2px solid #cccccc;
    border-right: 2px solid #cccccc;
}
.cloud-reson-content2 p{
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}
.solution-box{
    position: relative;
    width: 1200px;
    margin:0 auto;
    height: 185px;
}
.house-solution-reson .container{
    padding:55px 0;
    box-shadow: 0 10px 10px #ccc;
    position: absolute;
    top: -180px;
    z-index: 99;
    background: #fff;
}
.reson-height{
    height: 500px;
}
/*reason end*/

