.space_hx {

    clear: both;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden;

}
.scd {
    width: 1132px;
    margin: 0px auto;
    padding-bottom: 50px;
    padding-top: 10px;
}
.scd .scd_l {
    width: 255px;
    float: left;
}
.scd_l .l_name {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #ddd;
    position: relative;
    font-size: 14px;
    color: #BBBBBB;
}
.scd_l .l_name span {


    *

    display: inline;

    display: inline-block;

    zoom: 1;

    height: 35px;

    line-height: 35px;

    border-bottom: 2px solid #000;

    font-size: 18px;

    color: #333;

    vertical-align: top;
}
.scd .scd_l .s_nav {

    width: 100%;
    padding: 10px 0;

}
.scd .scd_l .s_nav li.on {

    background: black;
    border: 0;

}
.scd .scd_l .s_nav li {

    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px dashed #ddd;
}
.scd .scd_l .s_nav li.on a, .scd .scd_l .s_nav li.on a:hover {

    color: #FFF;

}
.scd .scd_l .s_nav li a {

    display: block;
    width: 235px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #b0b0b0;

}
.scd .scd_l .s_nav li em {

    display: block;
    width: 5px;
    height: 9px;
    background: url(../images/icon7.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 15px;

}

.scd .scd_r {

    width: 853px;
    float: right;

}
.scd .scd_r .r_top {

    width: 100%;
    height: 35px;
    position: relative;
    line-height: 35px;
    border-bottom: 2px solid #ddd;

}
.scd .scd_r .r_top span {

    height: 35px;

    line-height: 45px;

    font-size: 16px;

    color: #333;

    border-bottom: 2px solid #000;
}
.scd .scd_r .r_top .pst {

    width: 60%;

    position: absolute;

    right: 0;

    top: 0;

    height: 40px;

    line-height: 40px;

    text-align: right;

    font-size: 12px;

    color: #333;
}
.scd .scd_r .r_top .pst .home {

    padding-left: 25px;
    background: url(../images/icon8.png) no-repeat left center;

}
.scd .scd_r .r_top .pst a {

    height: 35px;

    line-height: 35px;

    margin: 0 3px;

    color: #333;
}
.scd .scd_r .r_ctn {

    width: 100%;
    padding: 30px 0;
    text-align: left;
    font-size: 13px;
    color: #555;
    line-height: 205%;

}
.case {

    width: 100%;

}
.case li {

    width: 31%;

    float: left;

    margin-right: 2%;

    margin-bottom: 20px;
}
.case li img {
    width: 100%;
    height: 168px;
    vertical-align: top;
}
.case li p {
    color: #333;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.space_hx {

    clear: both;
    width: 100%;
    height: 20px;
    font-size: 1px;
    overflow: hidden;

}
.pages {

    width: 100%;
    text-align: center;
    margin-bottom: 25px;

}
.pages a {
    display: inline-block;
    zoom: 1;
    height: auto;
    line-height: 26px;
    border: 1px solid #7d7d7d;
    margin: 0 1px;
    font-size: 14px;
    color: #333;
    padding: 1px 9px;
}
.pages a.now {

    color: #FFF;
    font-weight: bold;
    background: black;
    border-color: black;

}

.cpb {
    display: inline-block;
    zoom: 1;
    height: auto;
    line-height: 26px;
    border: 1px solid #7d7d7d;
    margin: 0 1px;
    font-size: 14px;
    color: red ;
    padding: 1px 9px;
}
.case-box{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.case-box .djck{
    width: 100%;
    height: 180px;
    color: #fff;
    text-align: center;
    background-color: rgba(40, 40, 40, .65);
    display:none;
    font-size: 15px;
    letter-spacing: 1px;
    top: 0px;
    position: absolute;
    line-height: 180px;
    transition: 3s linear;
}
.case li a:hover .djck{
    display: block;
}