@charset "utf-8";
/*广告图*/
.ny-banner{
    position: relative;
    height: 650px;
    overflow: hidden;
}
.ny-banner .img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.ny-banner .img img{
    height: 650px;
    max-width: inherit;
}
.ny-banner .porf{
    position: absolute;
    z-index: 999999;
    top: 0;
    text-align: center;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    height: 100%;
}
.ny-banner .wz{
    color: #fff;
}
.ny-banner .wz .wz01{
    font-size: 5rem;
}
.ny-banner .wz .wz02{
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1;
}


/*位置*/
.location{
    line-height: 5rem;
    height: 5rem;
    background: #f8f8f8;
}
.location .wz-fl{
    color: #999;
}
.location .wz-fl i{
    color: #c92e22;
    font-size: 1.6rem;
}
.location .wz-fl a{
    color: #666;
    margin: 0 5px;
}
.location .wz-fl a:hover{
    color: #51bfdb;
}
.location .wz-fr ul li{
    float: left;
    margin-left: 2rem;
}
.location .wz-fr ul li:first-child{
    margin-left:0;
}
.location .wz-fr ul li a{
    color: #666;
    display: block;
    height: 45px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location .wz-fr ul li a:hover,.location .wz-fr ul li a.on{
    color: #c92e22;
    border-bottom: 3px solid #c92e22;
}


/*通用*/
.nycon{
    padding: 7rem 0;
}
.nycon.f4f4{
    background: #f4f4f4;
}
.nyfr-bj{
    background: #f5f5f5;
    padding: 3rem;
}


/*左边导航*/
.nnav-fl{
    background: #fff;
}
.nnav-fl .bt{
    background: #141414;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    height: 8rem;
    line-height: 8rem;
}
.nnav-fl .fl-list{
    border: 1px solid #dbdbdb;
}
.nnav-fl .fl-list ul li{
    border-top: 1px solid #dbdbdb;
    text-align: center;
}
.nnav-fl .fl-list ul li:first-child{
    border:0;
}
.nnav-fl .fl-list ul li a{
    font-size: 2rem;
    display: block;
    padding: 1rem;
}
.nnav-fl .fl-list ul li a:hover{
    color: #fff;
    background: #51bfdb;
}


/*关于我们*/
.nabout{
    min-height: 60rem;
}
.nabout .nabout-tit{
    font-size: 3rem;
    color: #000;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.nabout .nabout-brief{
    line-height: 2.8rem;
}


/*产品中心*/
.nypro{
    margin-bottom: 3rem;
}
.nypro-list{
    background: url(../images/nypro-bj.png) top right no-repeat #f5f5f5;
    overflow: hidden;
    margin-top: 2rem;
    border: 1px solid #f5f5f5;
}
.nypro-list:first-child{
    margin-top: 0;
}
.nypro-list:hover{
    border:1px solid #51bfdb;
}
.nypro-list .bigimg{
    float: left;
    width: 30%;
}
.nypro-list .bigimg img{
    width: 100%;
}
.nypro-list:hover .bigimg 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 */
}
.nypro-list .wz{
    float: right;
    width: 65%;
    padding-top: 4rem;
    position: relative;
}
.nypro-list .wz .bt{
    font-size: 3rem;
    font-weight: bold;
}
.nypro-list .wz .brief{
    margin-top: 2rem;
}
.nypro-list .wz .brief p{
    font-size: 2rem;
    color: #666;
}
.nypro-list .wz .more a{
    display: block;
    background: #51bfdb;
    color: #fff;
    width: 14rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    font-size: 2rem;
    margin-top: 3rem;
}
.nypro-list .wz .pdf{
    position: absolute;
    right: 5rem;
    bottom: 0;
}


/*新闻资讯*/
.nnews{
    overflow: hidden;
}
.nnews ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.nnews li{
    padding: 0 2rem 4rem 2rem;
}
.nnews-list:hover{
    border: 1px solid #51bfdb;
}
.nnews-list{
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.nnews-list .bigimg img{
    width: 100%;
}
.nnews-list:hover .bigimg 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 */
}
.nnews-list dl{
    padding: 2rem;
}
.nnews-list dl dt{
    font-size: 2rem;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 3rem;
    height: 6rem;
}
.nnews-list:hover dl dt{
    color: #51bfdb;
}
.nnews-list dl dd{
    color: #666;
    margin: 2rem 0;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.nnews-list dl .date span{
    color: #999;
}
.nnews-list dl .date span i{
    margin-right: .5rem;
}
.newsdetail .title{
    font-size: 2rem;
    font-weight: bold;
}
.newsdetail .date{
    margin: 2rem 0;
}
.newsdetail .date span{
    color: #666;
}
.newsdetail .date span i{
    margin-right: .5rem;
}
.newsdetail .date span.mar{
    margin-left: 3rem;
}
.newsdetail .breif{
    line-height: 2.8rem;
}
.newsdetail .sxp{
    margin-top: 4rem;
    border-top: 1px solid #d5d5d5;
    line-height: 4rem;
}
.newsdetail .sxp .kdu{
    float: left;
    width: 50%;
    color: #666;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.newsdetail .sxp .kdu.tar{
    text-align: right;
}
.newsdetail .sxp .kdu a{
    color: #666;
}
.newsdetail .sxp .kdu a:hover{
    color:#51bfdb
}
.news-tj{
    margin-top: 3rem;
}
.news-tj .bt{
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2rem;
}
.news-tj .bt span{
    color: #e1e1e1;
    margin-left: 1rem;
}
.news-tj .bt a{
    float: right;
}
.news-tj ul li{
    padding: 0 1rem 1rem;
}
.news-tj ul li a{
    position: relative;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    display: block;
    padding-left: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.news-tj ul li a:before{
    content:"";
    width: 4px;
    height: 4px;
    background: #979797;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.news-tj ul li a:hover{
    color: #51bfdb;
}



/*联系我们*/
.ncontact{
    margin-bottom: 6rem;
}
.ncontact .bt{
    font-size: 2.4rem;
    color: #000;
    font-weight: bold;
}
.ncontact .bt img{
    height: 4.5rem;
    margin-right: 2rem;
}
.ncontact .lxdl{
    margin-top: 4rem;
}
.ncontact .lxdl dl{
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 3rem;
    margin-right: 0;
    margin-top: 4rem;
}
.ncontact .lxdl dl:first-child{
    margin-top:0;
}
.ncontact .lxdl dl:nth-child(2n){
    margin-right: 0;
}
.ncontact .lxdl dl dt{
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
.ncontact .lxdl dl dd{
    font-size: 2rem;
    color: #666;
    line-height: 4rem;
    margin-top: 0;
}



/*信息中心*/
.photo-list ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.photo-list ul li{
    padding: 0 2rem 3rem 2rem;
}
.photo-list ul li a{
    display: block;
    background: #fff;
}
.photo-list ul li img{
    width: 100%;
}
.photo-list ul li a: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 */
}
.photo-list ul li p{
    text-align: center;
    line-height: 5rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 1rem;
}


/*留言*/
.message{}
.message .wz{
    font-size: 2rem;
    text-align: center;
    width: 85%;
    margin: auto;
}
.message form{
    width: 80%;
    margin: 3rem auto 0;
}
.message .yzm label{
    margin: 0;
    line-height: 4.5rem;
}
.message .yzm input{
    height: 4.5rem;
    line-height: 4.5rem;
}
.message .yzm img{
    height: 4.5rem;
}
.message button{
    width: 100%;
    background: #51bfdb;
    color: #fff;
    margin-top: 2rem;
    line-height: 5rem;
    padding: 0;
    font-size: 2rem;
}


@media (max-width:1024px){
    .nnav-fl{
        display: none;
    }

    /*位置*/
    .location{
        line-height: 4rem;
        height: 4rem;
    }

    /*广告图*/
    .ny-banner{
        height: auto;
    }
    .ny-banner .img{
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .ny-banner .img img{
        height: auto;
        width: 100%;
    }
    /*通用*/
    .nycon{
        padding: 5rem 0;
    }
    .nyfr-bj{
        padding: 2rem;
    }

    /*新闻资讯*/
    .nnews{
        overflow: hidden;
    }
    .nnews ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .nnews li{
        padding: 0 1rem 2rem 1rem;
    }
    .nnews-list dl{
        padding: 2rem;
    }
    .nnews-list dl dt{
        font-size: 1.8rem;
        -webkit-line-clamp: 2;
        line-height: 2.5rem;
        height: 5rem;
    }
    .nnews-list dl dd{
        margin: 1rem 0;
    }
    .newsdetail .title{
        font-size: 2rem;
        font-weight: bold;
    }
    .newsdetail .date span i{
        margin-right: .5rem;
    }
    .newsdetail .date span.mar{
        margin-left: 2rem;
    }
    .newsdetail .sxp{
        margin-top: 3rem;
        line-height: 3rem;
        padding-top: 1rem;
    }
    .newsdetail .sxp .kdu{
        width: 100%;
    }
    .newsdetail .sxp .kdu.tar{
        text-align: right;
    }
    .newsdetail .sxp .kdu a{
        color: #666;
    }
    .newsdetail .sxp .kdu a:hover{
        color:#51bfdb
    }
    .news-tj{
        margin-top: 2rem;
    }
    .news-tj .bt a{
        font-size: 1.6rem;
    }
    .news-tj ul li{
        padding: 0 1rem 1rem;
    }

    /*产品中心*/
    .nypro{
        margin-bottom: 3rem;
    }
    .nypro-list{
        background: url(../images/nypro-bj.png) top right no-repeat #f5f5f5;
        overflow: hidden;
        margin-top: 2rem;
        border: 1px solid #f5f5f5;
    }
    .nypro-list:first-child{
        margin-top: 0;
    }
    .nypro-list:hover{
        border:1px solid #51bfdb;
    }
    .nypro-list .bigimg{
        float: left;
        width: 100%;
    }
    .nypro-list .bigimg img{
        width: 100%;
    }
    .nypro-list:hover .bigimg 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 */
    }
    .nypro-list .wz{
        float: right;
        width: 100%;
        padding: 2rem;
        position: relative;
    }
    .nypro-list .wz .bt{
        font-size: 2rem;
        font-weight: bold;
    }
    .nypro-list .wz .brief{
        margin-top: 1rem;
    }
    .nypro-list .wz .brief p{
        font-size: 1.4rem;
        color: #666;
    }
    .nypro-list .wz .more a{
        width: 13rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.6rem;
        margin-top: 2rem;
    }
    .nypro-list .wz .pdf{
        right: 2rem;
        bottom: 2rem;
    }

    /*关于我们*/
    .nabout{
        min-height: 60rem;
    }
    .nabout .nabout-tit{
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }

    /*信息中心*/
    .photo-list ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .photo-list ul li{
        padding: 0 1rem 2rem 1rem;
    }
    .photo-list ul li p{
        line-height: 4rem;
    }

    
    /*留言*/
    .message .wz{
        font-size: 1.6rem;
        width: 100%;
    }
    .message form{
        width: 100%;
        margin: 2rem auto 0;
    }
    .message .yzm label{
        margin: 0;
        line-height: 4rem;
    }
    .message .yzm input{
        height: 4rem;
        line-height: 4rem;
    }
    .message .yzm img{
        height: 4rem;
    }
    .message button{
        line-height: 4rem;
        font-size: 1.8rem;
        margin-top: 1rem;
    }


    /*联系我们*/
    .ncontact{
        margin-bottom: 3rem;
    }
    .ncontact .bt{
        font-size: 2.4rem;
        color: #000;
        font-weight: bold;
    }
    .ncontact .bt img{
        height: 4.5rem;
        margin-right: 2rem;
    }
    .ncontact .lxdl{
        margin-top: 2rem;
    }
    .ncontact .lxdl dl{
        padding-bottom: 2rem;
        margin-top: 3rem;
    }
    .ncontact .lxdl dl dt{
        font-size: 2rem;
    }
    .ncontact .lxdl dl dd{
        font-size: 1.6rem;
        line-height: 3rem;
    }

}