﻿.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;
}

.nytitle {
    width: 255px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    text-indent: 15px;
    /*border-bottom: 1px solid #CCC;*/
    /*background: #1654b2;*/
    background: url(../images/ny_title.jpg) no-repeat;
}

.nytype {
    width: 250px;
    float: left;
}

    .nytype ul {
        width: 250px;
        list-style: none;
        float: left;
    }

    .nytype li {
        width: 252px;
        height: 40px;
        line-height: 40px;
        text-align: left;
        color: #efefef;
        background: url(../images/cpli_bg.jpg) no-repeat;
        float: left;
        border: 1px solid #f1f1f1;
        position: relative;
        border-top: none;
    }

        .nytype li a {
            /*width:200px;*/
            text-indent: 20px;
            height: 40px;
            line-height: 40px;
            text-align: left;
            color: #333333;
            font-size: 14px;
            float: left;
        }

            .nytype li a:hover {
                /*width:200px;*/
                text-indent: 20px;
                height: 40px;
                line-height: 40px;
                text-align: left;
                color: #ff9700;
                font-size: 14px;
                float: left;
            }

    .nytype ul li:hover ul {
        position: absolute;
        left: 170px;
        top: 5px;
        display: block;
        text-decoration: none;
        /*width:250px;*/
        z-index: 1;
        background: #fff;
    }

    .nytype ul li ul {
        float: left;
        display: none;
        width: 250px;
    }

        .nytype ul li ul li {
            width: 250px;
            height: 40px;
            line-height: 40px;
            text-align: left;
            background: url(../images/cpli_bg.jpg) no-repeat;
            border: 1px solid #f4f4f4;
        }

            .nytype ul li ul li a {
                width: 265px;
                text-indent: 10px;
                height: 40px;
                line-height: 40px;
                text-align: left;
                color: #333333;
                text-indent: 40px;
                font-size: 14px;
            }

    .nytype li:hover ul li a {
        /*width:200px;*/
        text-indent: 20px;
    }
/*产品展示*/
.cp_content_box1 {
    width: 278px;
    height: 190px;
    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: 278px;
    height: 145px;
    position: relative;
    overflow: hidden;
}

    .cp_content_img1 img {
        width: 278px;
        height: 145px;
    }

.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: 145px;
    -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: #f5f5f5;
}

    .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: 190px;
    line-height: 275px;
    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;
}

/*案例展示*/
.cp_content_box {
    width: 278px;
    height: 295px;
    margin-right: 21px;
    margin-bottom: 26px;
    border: 1px solid #efefef;
    position: relative;
    margin-left: 5px;
    overflow: hidden;
}

.cp_content {
    width: 1300px;
    float: left;
    margin-top: 30px;
    position: relative;
}

.cp_content_img {
    width: 278px;
    height: 295px;
    position: relative;
    overflow: hidden;
}

    .cp_content_img img {
        width: 278px;
        height: 295px;
    }

.cp_content_box .cp_content_img 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_box:hover .cp_content_img a img {
    width: 278px;
    height: 295px;
    -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_cont {
    width: 278px;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #1654b2;
    margin-top: -45px;
    background: rgba(53, 100, 184, 0.49);
}

.cp_content_box:hover .cp_content_cont {
    margin-top: -90px;
}

.cp_content_cont a {
    float: left;
    width: 278px;
    height: 45px;
    line-height: 45px;
    position: relative;
    color: #fff;
    font-size: 14px;
}

.cp_content_box:hover .wk_case_ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 278px;
    height: 295px;
    line-height: 295px;
    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_box:nth-child(3) {
    margin-right: 0px;
}

.cp_content_box:nth-child(6) {
    margin-right: 0px;
}

.cp_content_box:nth-child(9) {
    margin-right: 0px;
}

.cp_content_box:nth-child(12) {
    margin-right: 0px;
}
