.case-banner-block{
    height: 500px;
    background: url("../images/case_banner.jpg") center no-repeat;
    position: relative;
}
.case-banner-block .case-banner-info{
    position: absolute;
    top: 115px;
    left: 50%;
    width: 870px;
    margin-left: -435px;
}
.case-banner-info .case-banner-tips{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.case-banner-info .case-banner-tit{
    text-align: center;
    margin-top: 32px;
}
.case-banner-info .case-banner-tit .num{
    display: inline-block;
    width: 174px;
    text-align: right;
    font-size: 52px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #fedd00;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    vertical-align: middle;
}
.case-banner-info .case-banner-tit .words{
    display: inline-block;
    width: 395px;
    height: 41px;
    background: url("../images/case-banner-words.png") no-repeat;
    vertical-align: middle;
    margin-left: 6px;
}
.case-banner-info .case-banner-txt{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin-top: 26px;
}

.case-container{
    padding: 10px 0;
}
.case-tab-nav {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
}
.case-tab-nav .case-tab-tit{
    float: left;
    width: 124px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
}
.case-tab-nav ul{
    float: left;
    width: 1076px;
}
.case-tab-nav .item{
    display: inline-block;

    margin-bottom: 10px;
}
.case-tab-nav .item:first-child{
    border-left: 0;
}
.case-tab-nav .item a{
    display: block;
    color: #999;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    cursor: pointer;
    font-size: 16px;
}
.case-tab-nav .item.on{
   background: #333;
}
.case-tab-nav .item.on a{
    color: #fff;
}
.case-attr-box{
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
}
.case-attr-box .case-attr-tit{
    float: left;
    width: 124px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
}
.case-attr-group{
    float: left;
    width: 1076px;
}
.case-attr-group .label{
    color: #999;
    display: inline-block;
    height: 36px;
    margin-bottom: 10px;
}
.case-attr-group .label a{
    color: #999;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    cursor: pointer;
    font-size: 16px;
}
.case-attr-group .label.on{
    background: #333;
}
.case-attr-group .label.on a{
    color: #fff;
}


.case-list-group{
    padding: 56px 0;
    background-color: #F6FAFF;
}
.case-list-group li{
    float: left;
    width: 180px;
    height: 196px;
    background-color: #fff;
    -webkit-border-radius:15px 15px;
    -moz-border-radius: 15px 15px;
    border-radius:15px 15px;
    margin: 0 24px 24px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.case-list-group li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 132, 255, 0.2);
}
.case-list-group li:nth-of-type(6n){
    margin-right: 0;
}
.case-list-group li .hd{
    width: 180px;
    height: 136px;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.case-list-group li .hd .logo{
    max-width: 180px;
    max-height: 136px;
    vertical-align: middle;
}
.case-list-group li .bd .tit{
    text-align: center;
    padding: 10px 10px 0;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-list-group li .bd .attr{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0;
    margin-top: 2px;
}
.case-list-group li .bd .attr .label{
    color: #999;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
}



/* 案例详情新增code */
.show_top_con{
    float:left;
    width:944px;
    padding-bottom:25px;
    position: relative;
    border-bottom:1px solid #eaeaea
}
.show_top_con dl{
    float:left;
    width: 500px;
}
.show_top_con dl dt{
    float:left;
    width:110px;
    height:110px;
    overflow:hidden;
    position:relative;
    border:1px solid #e5e5e5;
    border-radius:50%
}
.show_top_con dl dd{
    float:right;
    width: 374px;
}
.show_top_con dl dd h1{
    color:#34495e;
    height:58px;
    line-height:58px;
    font-size:24px;
    font-weight:bold;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.show_top_con dl dd p{
    color:#b8c4ce;
    height:24px;
    line-height:24px;
    font-size:14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.show_top_con dl dd p a{
    color:#3498db;
}
.show_top_con .right-code{
    float: right;
    margin-top: -20px;
}
.show_top_con .right-code .code-item{
    float: left;
    padding: 10px;
    width: 94px;
    height: 120px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    margin-right: 40px;
}
.show_top_con .right-code .code-item:last-child{
    margin-right: 0;
}
.show_top_con .right-code .code-item .img{
    width: 94px;
    height: 94px;
}
.show_top_con .right-code .code-item .img img{
    width: 100%;
    height: 100%;
}
.show_top_con .right-code .code-item .tit{
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    text-align: center;
}
