﻿.nytypelength {
    display: block;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
}

.nytype {
    width: 250px;
    float: left;
    margin-top: 10px;
}

    .nytype ul {
        width: 250px;
        list-style: none;
        float: left;
    }

    .nytype li {
        width: 250px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        color: #fff;
        float: left;
        border-bottom: 1px dashed #CCC;
        background: url(../images/leftli_bg.png) no-repeat;
    }

        .nytype li a {
            /*width:200px;*/
            text-indent: 25px;
            height: 40px;
            line-height: 40px;
            text-align: left;
            color: #333333;
            font-size: 14px;
            float: left;
        }

            .nytype li a:hover {
                /*width:200px;*/
                height: 40px;
                line-height: 40px;
                text-align: left;
                color: #ff9700;
                font-size: 14px;
                float: left;
            }
/*案例展示*/
.cp_content_box1 {
    width: 278px;
    height: 255px;
    margin-right: 21px;
    margin-bottom: 26px;
    /*border: 1px solid #efefef;*/
    position: relative;
    margin-left: 5px;
    overflow: hidden;
}

.cp_content1 {
    width: 1300px;
    float: left;
    margin-top: 30px;
    position: relative;
}

.cp_content_img1 {
    width: 276px;
    height: 210px;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
}

    .cp_content_img1 img {
        width: 278px;
        height: 210px;
    }

.cp_content_box1 .cp_content_img1 a img {
    margin: 0 auto;
    display: block;
    -webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}

.cp_content_box1:hover .cp_content_img1 a img {
    width: 278px;
    height: 210px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_content_cont1 {
    width: 278px;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #efefef;
}

    .cp_content_cont1 a {
        float: left;
        width: 278px;
        height: 45px;
        line-height: 45px;
        position: relative;
        color: #333;
        font-size: 14px;
    }

.cp_content_box1:hover .wk_case_ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 278px;
    height: 210px;
    line-height: 210px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: rgba(255, 255, 255, 0.17);
    /*background:url(../images/cphover.png) no-repeat;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    display: block;
}

.cp_content_box1:nth-child(3) {
    margin-right: 0px;
}

.cp_content_box1:nth-child(6) {
    margin-right: 0px;
}

.cp_content_box1:nth-child(9) {
    margin-right: 0px;
}

.cp_content_box1:nth-child(12) {
    margin-right: 0px;
}
