@charset "utf-8";
/*广告图*/
.ny-banner{
    position: relative;
    overflow: hidden;
}
.ny-banner .img img{
    width: 100%;
}
.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: #c92e22;
}
.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: 5rem 0;
}
.nycon.f4f4{
    background: #f4f4f4;
}
.nyfr-bj{
    background: #f5f5f5;
    padding: 3rem;
}


/*左边导航*/
.nnav-fl{
    background: #fff;
}
.nnav-fl .bt{
    background: #0051c7;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    height: 7rem;
    line-height: 7rem;
    font-weight: bold;
}
.nnav-fl .fl-list{
    border: 1px solid #dbdbdb;
}
.nnav-fl .fl-list ul li{
    line-height: 6rem;
    height: 6rem;
    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: 1.6rem;
    display: block;
    padding: 0 3rem;
}
.nnav-fl .fl-list ul li a:hover,.nnav-fl .fl-list ul li a.on{
    color: #fff;
    background: #ef8200;
}
.nnav-lx{
    margin-top: 3rem;
}
.nnav-lx img{
    width: 100%;
}
.nnav-lx .wz{
    background: #f5f5f5;
}
.nnav-lx .wz dl{
    padding: 2rem;
    font-size: 1.4rem;
}
.nnav-lx .wz dl dt{
    color: #0051c7;
    font-size: 1.6rem;
}
.nnav-lx .wz dl dd{
    margin-top: .5rem;
}
.nnav-lx .wz dl dd:first-child{
    margin-top:0;
}


/*关于我们*/
.nabout{
    min-height: 60rem;
}
.nabout .nabout-tit{
    font-size: 2.4rem;
    color: #0051c7;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    font-weight: bold;
}
.nabout .nabout-brief{
    line-height: 2.8rem;
}


/*产品中心*/
.nypro{}
.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: -1rem;
    margin-right: -1rem;
}
.nnews li{
    padding: 0 1rem 3rem 1rem;
}
.nnews-list:hover{
    border: 1px solid #0051c7;
}
.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: 1.8rem;
    font-weight: 500;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2.5rem;
    height: 5rem;
}
.nnews-list:hover dl dt{
    color: #0051c7;
}
.nnews-list dl dd{
    color: #666;
    margin: 1rem 0;
    font-size: 1.4rem;
    -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{}
.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:#0051c7
}
.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: #0051c7;
}



/*联系我们*/
.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: 46%;
    border-bottom: 1px solid #000;
    padding-bottom: 3rem;
    margin-right: 8%;
}
.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{}
.photo-list ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.photo-list ul li{
    padding: 0 1rem 2rem 1rem;
}
.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{
    padding:1rem;
    text-align: center;
    font-size: 1.6rem;
}
.photo-list ul li .wz{
    padding: 1rem;
}
.photo-list ul li .wz .bt{
    text-align: center;
    font-size: 1.6rem;
}
.photo-list ul li .wz .xh{}
.photo-list ul li .wz .xh span{
    color: #0051c7;
    font-weight: bold;
}


/*产品详情*/
.prodetail-img{
    float: left;
    width: 50%;
}
.prodetail-img img{
    width: 100%;
}
.prodetail-brief{
    width: 45%;
    float: right;
}
.prodetail-brief dl dt{
    font-size: 2rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.prodetail-brief dl dd{
    line-height: 3rem;
    font-size: 1.6rem;
    color: #666;
}
.prodetail-con{
    margin-top: 3rem;
}
.prodetail-con .bt{
    background: #fff;
}
.prodetail-con .bt span{
    display: table;
    background: #0051c7;
    color: #fff;
    font-size: 1.8rem;
    line-height: 5rem;
    padding: 0 2rem;
}
.prodetail-con .content{
    margin-top: 2rem;
}
.prodetail-con .content table{
    border: 1px solid #999!important;
    width: 100%!important;
}
.prodetail-con .content table td{
    padding: 8px 0px!important;
    border: 1px solid #999!important;
    text-align: center;
}



/*联系我们*/
.con_kf{
    background: url(../images/con_kf.png) left no-repeat;
    height: 100px;
    margin-bottom: 30px;
    padding-left: 115px;
}
.con_kf p{
    margin-bottom: 10px;
    color: #666;
    font-size: 16px;
}
.con_kf p span{
    color: #c9151e;
}


.xcon{
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    background: #fff;
    padding: 2rem 0;
}
.xcon dl dt{
    color: #0051c7;
    font-size: 2rem;
    margin-left: 2%;
}
.xcon dl dd{
    margin-top:0;
}
.xcon dl dd p{
    width: 46%;
    border-top: 1px solid #e1e1e1;
    float: left;
    display: inline-block;
    margin: 0 2%;
    line-height: 75px;
    color: #333;
    font-size: 2rem;
}
.xcon dl dd p.w{
    width: 100%;
}
.xcon dl dd p:nth-child(1),.xcon dl dd p:nth-child(2){
    border-top: 0;
}
.xcon dl dd p i{
    font-size: 3rem;
    color: #0051c7;
    margin-right: 1rem;
}



@media (max-width:1024px){
    /*通用*/
    .nycon{
        padding: 5rem 0;
    }
    .nnav-fl{
        display: none;
    }
    .nyfr-bj{
        padding: 2rem;
    }


    /*产品详情*/
    .prodetail-img{
        float: left;
        width: 100%;
    }
    .prodetail-img img{
        width: 100%;
    }
    .prodetail-brief{
        width: 100%;
        margin-top: 2rem;
    }
    .prodetail-brief dl dt{
        font-size: 2rem;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .prodetail-brief dl dd{
        line-height: 3rem;
        font-size: 1.6rem;
        color: #666;
    }
    .prodetail-con{
        margin-top: 3rem;
    }
    .prodetail-con .bt{
        background: #fff;
    }
    .prodetail-con .bt span{
        font-size: 1.6rem;
        line-height: 4rem;
    }


    /*联系我们*/
    .con_kf{
        background: url(../images/con_kf.png) left no-repeat;
        height: auto;
        margin-bottom: 30px;
        padding-left: 115px;
    }
    .con_kf p{
        margin-bottom: 10px;
        color: #666;
        font-size: 16px;
    }
    .con_kf p span{
        color: #c9151e;
    }
    .xcon{
        float: left;
        width: 100%;
        border: 1px solid #e1e1e1;
        margin-bottom: 20px;
        background: #fff;
        padding: 2rem 0;
    }
    .xcon dl dt{
        color: #0051c7;
        font-size: 2rem;
        margin-left: 4%;
    }
    .xcon dl dd{
        margin-top:0;
    }
    .xcon dl dd p{
        width: 92%;
        border-top: 1px solid #e1e1e1;
        float: left;
        display: inline-block;
        margin: 0 4%;
        line-height: 6rem;
        color: #333;
        font-size: 1.8rem;
    }
    .xcon dl dd p:nth-child(2){
        border-top: 1px solid #e1e1e1;
    }
    .xcon dl dd p i{
        font-size: 2rem;
        color: #0051c7;
        margin-right: 1rem;
    }


}