﻿.nllength {
    display: block;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
}

.nyrxw_cont {
    width: 100%;
    border: 1px dashed #c1c1c1;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}

.ny_cont {
    width: 870px;
    height: 52px;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
    margin-left: 15px;
    border-bottom: 1px solid #CCC;
}

/*.nyrxw_cont:nth-child(2n) .nyrxw_img {
    float: right;
}

.nyrxw_cont:nth-child(2n) .nyxw_con {
    float: left;
}*/

.nyrxw_cont:hover .nyrxw_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.nyrxw_img {
    width: 15%;
    height: auto;
    margin-top: 5px;
    float: left;
    overflow: hidden;
}

    .nyrxw_img img {
        width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform .3s linear;
        -moz-transition: -moz-transform .3s linear;
        -o-transition: -o-transform .3s linear;
        transition: transform .3s linear;
    }

.nyxw_con {
    width: 100%;
    margin-bottom: 5px;
    float: right;
}

.nyxw_con_right {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    color: #333;
}

    .nyxw_con_right a {
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

.nyxw_cont {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    text-align: left;
}

.nyrxw_cont:hover .defxw_img_title1 {
    background: #002866;
}

.nyrxw_cont:hover .defxw_img_title {
    color: #002866;
}

.nyrxw_cont:hover .nyxw_con_right a {
    color: #469aff;
}

.nyxw_time {
    width: 100%;
    height: 35px;
    text-align: left;
    line-height: 35px;
    font-weight: 600;
    color: #333;
}

.nyxw {
    width: 250px;
    margin-top: 10px;
}

.nyxw_cont_more {
    width: 240px;
    margin-top: 6px;
    text-align: left;
    margin-bottom: 20px;
}

.nyleftxw_cont {
    width: 240px;
    height: 30px;
    line-height: 30px;
}

.nyleftxw_img {
    width: 11px;
}

.nyrxw_cont1 {
    width: 1180px;
    margin-left: 10px;
    border-bottom: 1px dashed #CCC;
    height: 30px;
    line-height: 30px;
}

.nyrxw_img1 {
    width: 11px;
    height: auto;
    margin-top: 5px;
}

.defxw_img {
    width: 80px;
    height: 80px;
    margin-top: 5px;
    background: #f5f5f5;
    font-size: 16px;
    color: #949292;
}

.defxw_img_title {
    width: 80px;
    font-size: 28px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    margin-top: 12px;
    text-align: center;
    color: #054eb8;
}

.defxw_img_title1 {
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #054eb8;
    color: #fff;
}

.nyrxw_cont:hover .defxw_img {
    width: 80px;
    height: 80px;
    margin-top: 5px;
    background: #dedede;
    color: #c14f4f;
    font-size: 16px;
    -webkit-transform: scale(1) rotateY(360deg);
    -moz-transform: scale(1) rotateY(360deg);
    -o-transform: scale(1) rotateY(360deg);
    -ms-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

/*案例展示*/
.cp_content_box1 {
    width: 200px;
    height: 255px;
    margin-right: 20px;
    margin-bottom: 20px;
    /* 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: 198px;
    height: 198px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .cp_content_img1 img {
        width: 198px;
        height: 198px;
    }

.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: 198px;
    height: 198px;
    -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: 200px;
    height: 55px;
    position: relative;
}

    .cp_content_cont1 a {
        float: left;
        width: 200px;
        height: 30px;
        position: relative;
        color: #333;
        font-size: 14px;
        line-height: 30px;
    }

    .cp_content_cont1 span {
        float: left;
        width: 200px;
        height: 20px;
        line-height: 20px;
        position: relative;
        color: #333;
        font-size: 12px;
        overflow: hidden;
    }

.cp_content_box1:hover .wk_case_ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 278px;
    height: 245px;
    line-height: 210px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.cp_content_box1:nth-child(4) {
    margin-right: 0px;
}

.cp_content_box1:nth-child(8) {
    margin-right: 0px;
}

.cp_content_box1:nth-child(12) {
    margin-right: 0px;
}
/*技术文章*/
.list.support-list {
    padding-top: 30px;
}
    /*.row {
    margin-right: -15px;
    margin-left: -15px;
}*/
    .list.support-list li {
        height: 170px;
        background: url(../images/sprite.png) 330px top no-repeat;
        text-align: left;
    }

.col-xs-4 {
    width: 300px;
    float: left;
    height: 150px;
}

.list.support-list li .img-inner img {
    width: 300px;
    height: 150px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.col-xs-8 {
    width: 780px;
    float: right;
}

.list.support-list li .desc h3 {
    margin-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
}

.list.support-list li .desc .intro {
    padding-top: 10px;
    height: 40px;
    overflow: hidden;
}
/*人才招聘*/
.nyrxw1 {
    width: 1200px;
    margin-bottom: 20px;
}

.nyrxw_cont1 {
    width: 1180px;
    border-bottom: 1px dashed #CCC;
    height: 30px;
    line-height: 30px;
}

.nyrxw_img1 {
    width: 20px;
    margin-top: 2px;
}

.nyrlength {
    display: block;
    width: 930px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
}
