@charset "utf-8";
.footer .links:before{
    background: #fff!important;
}
.ny-banner img{
    width: 100%;
}

.ny-bj{
    padding: 50px 0;
}


/*新闻资讯*/
.news-list li+li {
    margin-top: 20px;
}
.news-list li a {
    display: block;
    background-color: #f5f5f5;
    padding: 20px 54px;
    overflow: hidden;
}
.news-list li .img {
    float: left;
    width: 258px;
}
.news-list li .img span {
    display: block;
    width: 258px;
    height: 197px;
    position: relative;
    border: 1px solid #eee;
}
.news-list li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.news-list li .time {
    margin-top: 45px;
    float: right;
    width: 150px;
    height: 100px;
    color: #fff;
    background-color: #555;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.news-list li .date {
    font-size: 22px;
    padding-top: 25px;
}
.news-list li .year {
    font-size: 14px;
}
.news-list li .info {
    margin-left: 40px;
    padding-top: 45px;
    float: left;
    width: 620px;
}
.news-list li h3 {
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    color: #333;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.news-list li .p {
    font-size: 13px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    color: #777;
}
.news-list li a:hover h3 {
    text-indent: .5em;
    color: #0066ff;
}
.news-list li a:hover .time {
    background-color: #0066ff;
}
.inside-box{
    background-color: #fff;
    box-shadow: 0 0 38px rgba(0,0,0,0.1);
    border-top: 2px solid #0066ff;
    margin: 0 auto;
    padding: 1rem;
}
.news-info {
    padding: 50px 0 100px;
    margin: 0 auto;
    width: 980px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-info-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadce2;
    text-align: center;
}
.news-info-top h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 100;
}
.news-info-top-tips span {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 13px;
}
.news-info-top-tips span i{
    margin-right:.5rem
}
.news-info-article {
    padding-top: 25px;
    font-size: 15px;
    color: #444;
    line-height: 28px;
    margin-bottom: .2rem;
}
.article-page li {
    float: left;
    width: 33.33%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article-page li span{
    width: 278px;
    display: block;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.article-page li:nth-child(1) {
    padding-right: .08rem;
}
.article-page li a {
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #cc0000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
}
.article-page li a:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    content: '';
    display: block;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article-page li:nth-child(2) {
    float: right;
}



/*公司相册*/
.nyphoto-san ul li{
    width: 33%!important;
}
.nyphoto-list ul li{
    padding: 0 10px;
    width: 24%;
    display: inline-block;
    vertical-align: top;
}
.nyphoto-list ul li img{
    width: 100%;
}
.nyphoto-list ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nyphoto-list ul li p{
    text-align: center;
    font-size: 2.4rem;
    margin: 2rem 0;
}


/*案例详情*/
.casedetail-list{
    width: auto;
}
.casedetail-fl{
    width: 500px;
    font-size: 2rem;
}
.casedetail-fl img{
    width: 100%!important;
    display: block;
    height: auto!important;
}
.casedetail-fl p{
    text-align: center;
    font-size: 30px;
    color: #666;
}
.casedetail-fr{
    width: 670px;
    line-height: 28px;
    font-size: 1.6rem;
}
.casedetail-fr-tit{
    font-size:2rem;
    font-weight:bold;
    margin-bottom: 1rem;
}


/*荣誉资质*/
.ihonor-hd{
    margin-bottom: 2rem;
}
.ihonor-hd ul{
    display: table;
    margin: auto;
}
.ihonor-hd ul li{
    float: left;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin: 0 20px;
    font-size: 20px;
    cursor: pointer;
    padding: 0 30px;
    border-radius: 5px;
    color: #666;
}
.ihonor-hd ul li:hover{
    color: #0066ff;
}
.ihonor-hd ul li.on{
    background: #0066ff;
    color: #fff;
}



/*下载中心*/
.download-list ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    line-height: 3rem;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
}
.download-list ul li:nth-child(2n){
    margin-right: 0;
}
.download-list ul li i{
    font-size: 3rem;
    color: #eb5e5e;
    float: left;
    width: 8%;
    text-align: center;
}
.download-list ul li a{
    font-size: 2.4rem;
    margin-left: 2%;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    width: 90%;
    float: left;
}


/*产品分类*/
.pro-list{
    margin-bottom: 2rem;
}
.pro-list ul{
    margin:auto;
    display:table;
}
.pro-list ul li{
    float: left;
    margin: 0 10px;
    font-size: 1.6rem;
}
.pro-list ul li a{
    float: left;
    color: #666;
}
.pro-list ul li a:hover{
    color:#06f;
}



/*人才招聘*/
.job-tit{
    background: #e4e4e4;
    padding: 1rem 0;
    font-size: 2rem;
    font-weight: bold;
    color: #666;
}
.job-list ul li{
    padding-bottom: 2rem;
    border-bottom: 1px solid #d6d7dc;
}
.job-list ul li .am-u-sm-6{
    padding: 0 1.5rem;
    color: #666;
    font-size: 1.8rem;
    height: 4.5rem;
    line-height: 4.5rem;
}
.job-list ul li .am-u-sm-12{
    padding: 0 1.5rem;
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.7em;
    max-height: 1.7em;
}
.jobdetail-list .jobdetail-tit{
    font-size: 3rem;
    font-weight: bold;
}
.jobdetail-list .jobdetail-date{
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.jobdetail-list .jobdetail-con{
    line-height: 3rem;
}


/*成功案例*/
.nycase-lb{
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 25px;
}
.nycase-img{
    float: left;
    width: 450px;
}
.nycase-img img{
    display: block;
    width: 100%;
}
.nycase-lb dl{
    float: left;
    width: 680px;
    margin-left: 30px;
}
.nycase-lb dl dt{
    font-size: 20px;
    color: #0066ff;
}
.nycase-lb dl span{
    display: block;
}
.nycase-lb dl dd{
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}



@media screen and (max-width: 1200px) {
    .ny-bj{
        padding: 2rem 0;
    }

    /*公司相册*/
    .nyphoto-san ul li{
        width: 47%!important;
    }
    .nyphoto-list ul li{
        padding: 0;
        width: 47%;
        margin-right: 4%;
    }
    .nyphoto-list ul li:nth-child(2n){
        margin-right: 0;
    }
    .nyphoto-list ul li p{
        text-align: center;
        font-size: 2.4rem;
        margin: 1rem 0;
    }

    /*荣誉资质*/
    .ihonor-hd{
        margin-bottom: 2rem;
    }
    .ihonor-hd ul{
        display: table;
        margin: auto;
        width: 100%;
    }
    .ihonor-hd ul li{
        float: left;
        height: 4rem;
        line-height: 4rem;
        font-size: 2rem;
        padding: 0 2%;
        width: 40%;
        margin: 0 5%;
    }

    /*新闻资讯*/
    .news-list li+li {
        margin-top: 20px;
    }
    .news-list li a {
        padding: 5%;
    }
    .news-list li .img {
        width: 100%;
    }
    .news-list li .img span {
        width: 100%;
        height: auto;
    }
    .news-list li .img img {
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .news-list li .time {
        margin-top: 1rem;
        width: 100%;
        height: auto;
        padding: .5rem 0;
    }
    .news-list li .date {
        font-size: 1.4rem;
        padding-top: 0;
        float: left;
        width: 50%;
    }
    .news-list li .year {
        font-size: 1.4rem;
        float: left;
        width: 50%;
    }
    .news-list li .info {
        margin-left: 0;
        margin-right: 0;
        padding-top: 1rem;
        clear: both;
        width: 100%;
    }
    .news-list li h3 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .news-list li .p {
        font-size: 1.4rem;
        line-height: 2.5rem;
        height: auto;
        overflow: hidden;
        color: #777;
    }
    .news-list li a:hover h3 {
        text-indent: .5em;
        color: #0066ff;
    }
    .news-list li a:hover .time {
        background-color: #0066ff;
    }
    .news-info {
        padding: 1rem 0;
        width: 100%;
        max-width: 100%;
    }
    .news-info-top {
        padding-bottom: 1rem;
    }
    .news-info-top h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .news-info-top-tips{
        height:2rem;
    }
    .news-info-top-tips span {
        margin: 0 1rem;
        font-size: 1.2rem;
        line-height: 2rem;
        float: left;
    }
    .news-info-article {
        padding-top: 1rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
    }
    .article-page li {
        width: 100%;
        text-align: left;
        margin-bottom: 1rem;
        float: inherit;
    }
    .article-page li span{
        width: 278px;
        display: block;
        text-overflow: ellipsis;
        white-space:nowrap;
        overflow:hidden;
    }
    .article-page li:nth-child(1) {
        padding-right: .08rem;
    }
    .article-page li a {
        padding: 0 1rem;
        height: 4rem;
        line-height: 4rem;
        text-align: left;
        font-size: 1.2rem;
    }
    .article-page li a:after {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #fff;
        content: '';
        display: block;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .article-page li:nth-child(2) {
        padding: 0;
    }
    .article-page li:nth-child(2) span{
        width: 230px;
    }

    /*案例详情*/
    .casedetail-list{
        width: auto;
    }
    .casedetail-fl{
        width: 100%;
        margin-bottom: 1rem;
    }
    .casedetail-fl p{
        font-size: 3rem;
    }
    .casedetail-fr{
        width: 100%;
        line-height: 2.8rem;
        font-size: 1.6rem;
    }
    /*下载中心*/
    .download-list ul li{
        width: 100%;
        margin-right: 0;
    }
    .download-list ul li i{
        font-size: 2.8rem;
        width: 10%;
    }
    .download-list ul li a{
        font-size: 2rem;
        width: 88%;
    }

    /*成功案例*/
    .nycase-lb{
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .nycase-img{
        width: 100%;
    }
    .nycase-img img{
        display: block;
        width: 100%;
    }
    .nycase-lb dl{
        width: 100%;
        margin-left: 0;
        margin-top: 1rem;
    }
    .nycase-lb dl dt{
        font-size: 2rem;
    }
    .nycase-lb dl span{
        display: block;
        font-size: 1.4rem;
    }
    .nycase-lb dl dd{
        line-height: 2.8rem;
        margin-top: 1rem;
    }
}
