@charset "utf-8";
/* 当前位置 */
.ny-box{
    height:90px;
    line-height: 90px;
    border-bottom:1px solid #dde0e2;
}
.ny-box .ny-nav h3{
    margin:0;
    font-size: 25px;
    font-weight: bold;
    color:#d50002;
    line-height: 90px;
}
.ny-box .ny-nav ul{
    margin-bottom:0;
}
.ny-box .ny-nav ul li{
    display: inline-block;
    padding:0 30px 0 0;
}
.ny-box .ny-nav ul li a{
    display: block;
    position: relative;
}
.ny-box .ny-nav ul li.active a::after{
    content:'';
    width:100%;
    height:2px;
    background:#d50002;
    position: absolute;
    left:0;
    bottom:0;
}
.ny-box .localtion{
    color:#76787a;
    font-size: 14px;
}
.ny-box .localtion li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;   
}
.ny-box .localtion a{
    color:#76787a;
}
.ny-box .localtion a:last-child{
    color:#d50002;
}

.main{
    padding:70px 0 100px 0;
}

/* 关于我们 */
.ny-about{
    line-height: 25px;
    line-height: 1.8;
}
.ny-about h3 {
    font-size: 22px;
    color: #5a5a5a;
    font-weight: bold;
    margin: 15px 0px;
}
.ny-about h3::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #d50002;
    margin-top: 10px;
}
.ny-about img{
    max-width:100%;
}

/* 资质荣誉 */
.ny-honor .ny-honor-list {
    margin-bottom:30px;
}
.ny-honor .ny-honor-list .ny-honor-img{    
    padding:8px;
    border:1px solid #ddd;
    line-height: 356px;
}
.ny-honor .ny-honor-list .ny-honor-img img{
    width:100%;
    max-height:340px;
}
.ny-honor .ny-honor-list p{
    padding:5px 0;
    margin-bottom:0;
    font-size: 15px;
    text-align: center;
}
@media (max-width:1199px){
    .ny-honor .ny-honor-list .ny-honor-img{
        height:293px;
        line-height: 273px;
    }

}
@media (max-width:992px){
    .ny-honor .ny-honor-list .ny-honor-img{
        height:auto;
        line-height: auto;
    }
    .ny-honor .ny-honor-list .ny-honor-img img{
        max-height:1000px;
    }
}
.ny-about table th{
    background: #0064ba;
    color: #fff;
    font-size: 16px;
}
/* 联系我们 */
.contact{
    margin-bottom:50px;
}
.contact .contact-left{
    width:36%;
    background:#d50002;
    padding:40px;
    color:#fff;
    line-height: 1.8;
}
.contact .contact-left a{
    color:#fff;
}
.contact .contact-left .contact-title p{
    font-size: 24px;
    font-weight: bold;
}
.contact .contact-left .contact-title b{
    display: block;
    width:80px;
    height:2px;
    background:#fff;
    margin:10px 0;
}
.contact .contact-left ul li{
    padding:8px 0;
}
.contact .contact-left ul li a{
    color:#fff;
}
.contact .contact-left ul li a span{
    font-size: 20px;
}
.contact .contact-right{
    width:64%;
}
.contact .contact-left img{
    margin-top: 10px;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media (max-width:992px){
    .contact .contact-left{
        width:100%;
    }
    .contact .contact-right{
        width:100%;
    }
}

/* 新闻中心 */
.ny-news-top{
    padding-bottom:60px;
    border-bottom:3px solid #eee;
}
.news-top-list {
    position: relative;
}
.news-top-list .news-top-img img{
    width:100%;
}
.news-top-list .news-top-name {
    text-align: center;
    padding:30px 10px 20px 10px;
    background:#f4f4f4;
}
.news-top-list .news-top-name span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom:10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-top-list .news-top-name i{
    font-size: 30px;
    color:#bbb;
}
.news-top-list:hover .news-top-name i{
    color:#d50002;
}
.news-top-list .news-top-time{
    position: absolute;
    width:80px;
    padding:20px 0;
    color:#fff;
    background:#d50002;
    top:0;
    left:10%;
    text-align: center;
}
.news-top-list .news-top-time strong{
    font-size: 25px;
}
.news-top-list .news-top-time p{
    font-size: 14px;
    margin:5px 0 0 0;
}
.ny-news-bottom .news-bottom-list{
    padding:20px;
    border-bottom:2px dashed #ddd;
}
.ny-news-bottom .news-bottom-list .news-bottom-time{
    color:#999;
    font-size: 18px;
    font-weight: bold;
}
.ny-news-bottom .news-bottom-list .news-bottom-name{
    font-size: 18px;
    font-weight: bold;
}
.ny-news-bottom .news-bottom-list .news-bottom-dec{
    font-size: 14px;
    color:#666;
}
.ny-news-bottom .news-bottom-list:hover{
    background:#f4f4f4;
}

/* 新闻详情页 */
.news-info-title{
    text-align: center;
    margin:30px 0;
}
.news-info-title h3{
    font-size: 18px;
    margin:0 0 10px 0;
    font-weight: bold;
}
.news-info-title span{
    color:#999;
    font-size: 14px;
}
.news-info-content{
    line-height: 25px;
}
.news-info-content img{
    max-width:100%;
}

@media (max-width:992px){
    .news-top-list{
        margin-bottom:10px;
    }
    .news-info-content img{
        width:100%;
    }
}

/* 产品中心 */
.ny-product-left{
    width:20%;
    margin-right:3%;
}
.ny-product-left .ny-product-nav ul{
    margin:0;
    padding-left:10px;
}
.ny-product-left .ny-product-nav ul li{
    padding:15px 10px;
    background:#f5f5f5;
    border-bottom:1px solid #fff;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product-left .ny-product-nav ul li a{
    font-size: 15px;
    color:#333;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product-left .ny-product-nav ul li::after{
    content:'';
    display: block;
    width:3px;
    height:100%;
    background:#f5f5f5;
    position: absolute;
    top:0;
    left:-10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product-left .ny-product-nav ul li.active{
    background:#d50002;
}
.ny-product-left .ny-product-nav ul li.active a{
    color:#fff;
}
.ny-product-left .ny-product-nav ul li.active::after{
    background:#d50002;
}
.ny-product-left .ny-product-nav ul li:hover{
    background:#d50002;
}
.ny-product-left .ny-product-nav ul li:hover a{
    color:#fff;
}
.ny-product-left .ny-product-nav ul li:hover::after{
    background:#d50002;
}
.ny-product-left .pro-tel {
    margin-top:20px;
}
.ny-product-left .pro-tel img{
    width:100%;
}
.ny-product-right{
    width:77%;
}
.ny-product-right .product-list-box{    
    overflow: hidden;
    margin-bottom:30px;
    background-color: #f5f6fa;
}
.ny-product-right .product-list-box .product-img img{
    height:208px;
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-product-right .product-list-box .product-name{
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    transition: all .5s;
}
.ny-product-right .product-list-box:hover .product-name{
    bottom:0;
}
.ny-product-right .product-list-box .product-name i{
    font-size: 30px;
    color:#fff;
}
.ny-product-right .product-list-box:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:1199px){
    .ny-product-right .product-list-box .product-name{
        padding:40px 30px 0 30px;
    }
    .ny-product-right .product-list-box .product-img img{
        height:164px;
    }
}
@media (max-width:992px){
    .index_common{
        padding:20px 0;
    }
    .title h3{
        font-size: 18px;
    }
    .product-type{
        display: none;
    }
    .ny-product-right .product-list-box{
        margin-bottom:10px;
    }
    .ny-product-left{
        width:100%;
        margin-right:0;
        margin-bottom:10px;
    }
    .ny-product-right{
        width:100%;
    }
    .ny-product-right .product-list-box .product-img img{
        height:auto;
    }
}

/* 产品详情页 */
.product-info .product-info-title p{
    padding:10px 0px;
    border-bottom:1px dashed #eee;
}
.product-info .product-info-title{
    color: #555;
    font-size: 14px;
}
.product-info .product-info-title h3{
    font-size: 18px;
    font-weight: bold;
    margin:0 0 25px 0;
}
.product-info .product-info-img{   
    margin:0 auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.product-info .product-info-img img{
    width:100%;
}
.product-info .product-info-content{
    margin-top:30px;   
    line-height: 1.8; 
}
.product-info .product-info-content img{
    width: 100%;
}
.product-info .product-info-content h3{
    font-size: 22px;
    color: #5a5a5a;
    font-weight: bold;
    margin: 15px 0px;
}
.product-info .product-info-content p{
    margin-bottom: 10px;
}
.product-info .product-info-content h3::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #d50002;
    margin-top: 10px;
}
@media (max-width:992px){
    .product-info .product-info-title h3{
        margin:20px 0 20px 0;
    }
    .product-info .product-info-img{
        width:100%;
    }
}
.product-info-content .product-info-title {
    margin-bottom: 20px;
    background: #f3f4f6;
}
.product-info-content .product-info-title span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 20px;
    background: #2a74e2;
    position: relative;
    z-index: 1;
}
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;    
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
/* 上一篇下一篇 */
.text-pn{
    margin-top:80px;
}

/* 视频详情 */
.video-list video:focus{
    outline: none;
}
@media (min-width:992px){
    .video-list video{
        height:246px;
    }
}
.video-list{
    margin-bottom:20px;
}

.ny-video-info-box{
    margin-bottom:100px;
    text-align: center;
}
.ny-video-info-box video{
    width:70%;
}
@media (max-width:992px){
    .ny-video-info-box video{
        width:100%;
    }
}
.service li{
    width: 100%;
    padding: 20px 20px;
    background: #fff;
    font-size: 16px;
    transition: all 0.5s;
}
.service li:nth-child(even) {
    background: #f0f4f8;
}
.ny-down .down-li{
    overflow: hidden;
    line-height: 60px;
    margin-top: 3px;
    background: #f4f4f4;
    transition: all 0.5s;
}
.down-name{
    padding-left: 20px;
    font-size: 16px;
}
.down-file{
    background: #555;
    transition: all 0.5s;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.down-file:hover{
    background: #0064ba;
}
.down-size{
    background: #e4e4e4;
    text-align: center;
}
/*搜索*/
.search-title{
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0px;
    border-bottom: 1px dotted #dfdfdf;
}