/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg5.jpg) no-repeat center;
    margin-top: -160px;
}
/* 智能家居 */
.smartHome{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg6.jpg) no-repeat center;
    margin-top: -160px;
}
/* 装配式装修 */
.renovationBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg17.jpg) no-repeat center;
    margin-top: -160px;
}
/* 中湛设计院 */
.designInstituteBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg18.jpg) no-repeat center;
    margin-top: -160px;
}
.designInstituteNav li{
    width: 170px;
    height: 60px;
    line-height: 60px;
    background: #EBEBEB;
    border-radius: 5px;
    margin: 0 18px;
}
.designInstituteNav li a{
    color: #666666;
}
.designInstituteNav li a:hover{
    color: #666666;
}
.designInstituteActive{
    background: #C9151D !important;
}
.designInstituteActive a{
    color: #ffffff!important;
}
.designInstituteActive a:hover{
    color: #ffffff!important;
}
.designInstituteContent li{
    width: 375px;
    height: 494px;
    background: #F5F5F5;
    margin:0 10px 40px 10px;
}
.designInstituteContent li img{
    width: 355px;
    height: 426px;
    margin-top: 10px;
    margin-bottom: 15px;
}
/* 案例 */
.caseBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg19.jpg) no-repeat center;
    margin-top: -160px;
}
/* 荣誉 */
.honorBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg20.jpg) no-repeat center;
    margin-top: -160px;
}
.honorContent li{
    width: 375px;
    height: 328px;
    background: #F5F5F5;
    margin:0 10px 40px 10px;
}
.honorContent li img{
    width: 355px;
    height: 260px;
    padding-top: 10px;
    margin-bottom: 10px;
}
/* 联系 */
.contactBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg21.jpg) no-repeat center;
    margin-top: -160px;
}