.design-info-box{
    width: 100%;
    height: 686px;
    background: url("../images/designers/bj1.png")no-repeat center;
}
.design-detail-box{
    width: 1252px;
    height: 100%;
    margin: 0 auto;
    background: url("../images/designers/jx1.png")no-repeat center;
    position: relative;
}
.design-detail-info{
    width: 754px;
    height: 473px;
    margin: 0 auto;
}
.design-detail-info .left{
    width: 343px;
    height: 465px;
   float: left;
    margin-top: 128px;
}
.design-detail-info .left img{
	width:100%;overflow:hidden;
  display:block;
}
.design-detail-info .right{
    width: 368px;
    height: 462px;
    float: left;
    margin-left: 40px;
    margin-top: 128px;

}
.design-detail-info .right .title{
    margin-top: 30px;
    margin-bottom: 10px;
}
.design-detail-info .right .t_title{
    color: #cccccc;
    font-size: 28px;
    font-weight: normal;
}
.design-detail-info .right li{
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 18px;
    margin-bottom: 16px;
}
.design-detail-info .right li h7{
    color: #cccccc;
    font-size: 16px;
}
.design-detail-info .right li p{
    color: #cccccc;
    font-size: 14px;
    margin-top: 20px;
}
.design-detail-box .dec{
    position: absolute;
    right: -13%;
    top: 34%;
}
.middle-content{
    width: 100%;
    background: #f2f1f1;
}
.my-case-list{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 50px;
}
.cate-title{
    width: 324px;
    height: 88px;
    background: url("../images/designers/tit-jx1.png")no-repeat center;
    font-size: 32px;
    line-height: 88px;
    text-align: center;
    margin: 0 auto;
}
.case-list-box{
    margin-top: 30px;
    height: auto;
    float: left;
}
.case-list-ul{overflow: hidden;    float: left; margin-top: 20px;width:1200px;}
.case-list-ul li{
    float: left; margin: 10px 4px 20px 4px;
    width: 24.3%;
}

.case-list-ul li img{width: 100%;height: 200px;}

.case-list-ul li img:hover{opacity:0.8;}
.case-list-ul li a{ font-size: 20px;}
.case-list-ul li a img{float: left; width: 7%; height: auto;margin-left:3%;}
.case-list-ul a{
    width: 100%;
    height: 58px;
    display: block;
    text-align: center;
    color:#444444;
    background-color: #dddddd;
    margin-top:-3px;
}
.case-list-ul a .case-name{
    font-size: 16px;
    font-weight: 600;
    padding-top: 6px;
}
.case-list-ul a p{
    font-size: 14px;
}
.more-designers{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 20px;
    font-size: 20px;

}