.caseNav{
    width:100%;
    height:150px;
    border-bottom:1px solid #e8e8e8;
    text-align:center;
}
.wrap{
    text-align: center;
    overflow: hidden;
    display:inline-block;
}
.navTitle{
    display: inline-block;
    /*border:1px solid red;*/
    font-size:30px;
    color:#666666;
    margin-top:37px;
    float: left;
}
.caseIcon{
    float:left;
    margin-left:40px;
    overflow: hidden;
}
.caseIcon  .iconItem{
    margin-top:30px;
    float: left;
    margin-right:50px;
    position:relative;
}
.caseIcon .iconItem:last-child{
    margin-right:0px;
}
.caseIcon  .iconItem .all{
    display: block;
    font-size:34px;
    color:#666666;
    margin-bottom:28px;
}
.caseIcon  .iconItem .name{
    font-size:16px;
    color:#666666;
}
/*正文*/
.containerCase{
    width: 1010px;
    margin: 37px auto;
    clear: both;
    overflow: hidden;
    /*margin-bottom:250px;*/
}
.caseItem{
    width:488px;
    overflow: hidden;
    float: left;
    margin-bottom: 24px;
}
.caseItem:nth-child(odd){
    margin-right:25px;
}
.imgWrap{
    height:250px;
    width:50%;
    float: left;
    position:relative
}
.caseItem .caseImg{
    height:250px;
	width:248px;
}
.caseItem .mask{
    height:250px;
    width:248px;
    position:absolute;
    left:0;
    top:0;
    background-color: #000;
    opacity: 0.6;
}
.caseCard{
    width:50%;
    height:250px;
    float: right;
    border-top:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
	overflow:hidden;
}
.caseCard p{
    height:44px;
    line-height:44px;
    font-size:15px;
    color:#666666;
    margin-left:15px;
    border-bottom:1px solid #e8e8e8;
}
.caseCard p span{
    font-weight: bold;
    color:#555;
}
.caseCard .view{
    display: block;
    /*text-align: end;*/
	float:right;
    margin-top: 85px;
    margin-right:10px;
    font-size:14px;
    color:#3f3f3f;
}
.caseCard p span{
    font-weight: bold;
    color:#555;
}
