@charset "utf-8";
@import "common.css";
@import "heardOrFooter.css";

body{
    min-width: 985px;
}
.fenLei,.designCase_bottom,.designCase_yeShu{
    padding: 20px;
}
.fenLei_left >div{
    overflow: hidden;
    margin-top: 28px;
}
.fenLei_left >div h3 +ul a{
    color: #000000;
    display: inline-block;
    padding-right: 30px;
    padding-top: 18px;
}
.fenLei_left >div ul li >img{
    margin-right: 15px;
}
.fenLei_left >div ul{
    width: 630px;
}
.fenLei_left >div h3{
    font-size: 16px;
}
.fenLei_right{
    width: 280px;
    margin-top: 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 20px;
}

/*下图*/
.designCase_bottom >div{
    border-bottom: 1px dashed;
    padding: 30px 0;
    overflow: hidden;
}
.designCase_bottomCon{
    width: 399px;
    margin: 0 35px;
}
.designCase_bottomCon p{
    margin: 20px 0;
    line-height: 22px;
}
.designCase_bottomCon p span{
    color: #0084C4;
   font-weight: bolder;
}
.designCase_bottom >div >.floatR{
    background: #656565;
    margin-top: 120px;
    box-shadow: 0px 5px 5px #cccccc;
    margin-right: 30px;
    border-radius: 3px;
}
.designCase_bottom >div >.floatR a{
    padding: 5px 40px;
    display: inline-block;
}
.designCase_yeShu p{
    font-size: 12px;
    color: #616161;
}
/*案例详情*/
.designCase_details{
    width: 793px;
    margin: 0 auto;
}
.designCase_details p{
    margin: 25px 0px;
    line-height: 35px;
}
.designCase_detailsTitle{
    font-weight: bolder;
    border-bottom: 2px solid #0084C4;
    margin: 50px 0 30px;
    padding-bottom: 2px;
}