/* 页码 */
.page-box{
    margin:30px 0;
    text-align: center;
    font-size: 14px;
}
.page-box .pagination{
    overflow: hidden;
}
.page-box .pagination a{
    display: block;
    float: left;
    padding:8px 20px;
    background:#F5F5F5;
    border-radius: 3px;
    text-align: center;
    margin:8px 3px;
}
.page-box .pagination .page-num{
    background:#eee;
}
.page-box .pagination .page-item{
    background:#eee;
}
.page-box .pagination .page-num-current{
    background:#0088e5 !important;
    color:#fff;
}
.page-num-current:hover{
    color:#fff;
}
span.page-num{
    display: none;
}
/* 当前位置 */
.position{
    position: relative;
    margin-top: -80px;
    padding: 0px 50px;
    color: #fff;
    background:#f9f9f9;
    height: 80px;
    line-height: 80px;
}
@media(max-width:767px){
    .position{
        margin-top: 0px;
        padding-left: 0;
        background:#fff;
        display: none;
    }
    
}
.position span{
    font-size: 24px;
    font-weight: bold;
    color: #e70012;
    display: inline-block;
}

.position ul{
    display: inline-block;
    float: right !important;
    line-height: 80px;
}
@media(max-width:767px){
    .position ul{
        display: none !important;
    }
}
.position li{
    display: inline-block;        
}
.position ul{
    color:#2b2b2b;
    font-size: 14px;
}

.position li a{
    color:#2b2b2b;
}
.position li:last-child a{
    color:#e70012;
}
.position li.active a{
    color:#2b2b2b;
}



/* 产品展示 */
.ny-comm .comm-left{
    margin-top: -40px;
}
.ny-comm{
    min-height: 500px;
    padding:40px  50px 80px 50px;    
    background: #fff;
    position: relative;  
}
@media(max-width:767px){
    .ny-comm{
        background: #fff;
    }
}
.ny-comm .about-title {
    font-size: 36px;
    margin: 30px 0px;
    color: #004080; 
}
.ny-comm .about-title span{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}
.ny-comm .title{
    color: #fefefe;
    line-height: 40px;
}
.ny-comm .list{
    padding-bottom: 30px; 
}
.ny-comm .product-list{
    padding: 15px 15px 0px 15px;
    border: 1px solid #eaeae5;

}
.ny-comm .product-list .product-img img{
    border-radius: 5px;
}
.ny-comm .product-list p{
    margin: 0;
    padding: 0;
    height: 56px;
    margin-top: 12px;
}
@media(max-width:1259px){
    .ny-comm .product-list p{
        height: 60px;
    }
}
@media(max-width:991px){
    .ny-comm .product-list p{
        height: 45px;
    }
}
.ny-comm .product-list p i{
    color: #e70516;
}
.ny-comm .product-list p span{
    font-size: 18px;
    color: #2b2b2b;
}
@media(max-width:991px){
    .ny-comm .product-list p i,.ny-comm .product-list p span{
        font-size: 12px;
    }
}
.ny-comm .product-list .right{
    right: 0;
    background: #efefef;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}
.ny-comm .product-list .right span{
    
    display: inline-block;
    color: #2b2b2b;
}
@media(min-width:768px){
    .ny-comm .product-box{
    background: #fff;
    padding:50px 50px 90px 50px;
    }
    .ny-comm .product-box{
        margin-top: 15px;
    }
    
}

  .ny-comm .comm-left .title{
    font-size: 18px;
    font-weight: bolder;
    color: #e70012;
}

.comm-left  .title::after{
    content: '';
    width: 30px;
    height: 3px;
    left: 0;
    margin: 0px;
    margin-bottom: 12px;
    background: #e70012;
    display: block;
}
.left_hot .product-list .product-img img{
    border-radius: 5px;
}
.left_hot .product-list p{
    margin: 0;
    padding: 0;
    line-height: 45px;
}
.left_hot .product-list p i{
    color: #e70516;
}
.left_hot .product-list p span{
    font-size: 18px;
    color: #2b2b2b;
}
@media(max-width:767px){
    .left_hot .product-list p span{
        font-size: 14px;
    }
}
.left_hot .product-list .left{
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}
.left_hot .product-list .left span{
    display: inline-block;
    margin-left: 20px;
    color: #2b2b2b;
}
.left_hot .product-list .left{
    background: url(../images/hot.png) no-repeat 60px center #e70516;
    margin-bottom: 10px;
}
.left_hot .product-list .left span{
    color: #fff;
}
.left_hot .product-list .right{
    
    background: #efefef;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}
.left_hot .product-list .right span{
    
    display: inline-block;
   
    color: #2b2b2b;
}
.left_hot .product-list .right:hover{
    background: #e70012;
}
.left_hot .product-list .right:hover span{
    color: #fff;
}
@media(min-width:768px){
    .left_hot .product-box{
    background: #fff;
    padding:50px 50px 90px 50px;
    }
    .left_hot .product-box{
        margin-top: 15px;
    }
    
}
.left_hot   .product-list{
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.left_hot .contact p{   
    font-size: 16px;
    line-height: 24px;
   
    line-height: 34px;
}
.left_hot .contact p span{
    font-size: 16px;
}  
/*产品类别*/
.ny-comm .comm-left .ny-nav{ 
  overflow: hidden;
  margin-bottom: 50px;
}
.ny-comm .comm-left .ny-nav li{
    width: 100%;
    text-align: left;
    display: block;
}
.border1{
    border-right: 1px solid #eaeae5;;
}
.ny-comm .comm-left .ny-nav li a{    
   line-height: 44px;
    margin: 0px 15px;
    border-bottom: 1px solid #eaeae5;
   
    font-size: 18px;    
    display: block;  
    color: #2b2b2b;
}
.ny-comm .comm-left .ny-nav li i{
    color: #dfdfdf;
}
.ny-comm .comm-left .ny-nav li.active a,.ny-comm .comm-left .ny-nav li a:hover{   
    color:#e70012;
}
.ny-comm .comm-left .ny-nav li.active a i,.ny-comm .comm-left .ny-nav li a:hover i{   
    color:#e70012;
}
.comm-left .border1 .iteam .left{
    position: absolute;
    left: 20px;
}
.comm-left .border1 .iteam .right{
    padding: 0 10px 0 30px;
}
.ny-comm-box .comm-right .pname{
    font-size: 26px;
    margin-bottom: 30px;
}

.sendNav li a{
    font-size: 16px !important;
}
.sendNav li i{
    font-size: 20px !important;
}
.ny-comm-box .comm-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;        
}
/*产品列表*/
.product-list{
    padding: 15px; 
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.2);
}
.product-list .product-img{
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    transition-duration: 1s;
}

.product-list:hover img{
    transform: scale(1.1);
}

.product-logo{
    background-size: 100%;
    width: 20px;
    height: 69px;
    position: absolute;
    right: 10%;
    top: 50px;
}
.product-more{
    background: transparent;
    border: 1px solid #ededed;
    border-radius: 18px;
    height: 35px;
    width: 100px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-top: 38px;
}
.product-more:hover{
    background: #92d14f;
    border:  #92d14f;
}
.product-list h5 span{
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.product-list h5{
    font-size: 14px;   
    color: #000;
    margin-top: 12px;
    text-align: center;

}

.product-list h5:after{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    
    background: #e70012;
    margin:0 auto;
    margin-top: 6px;
}
.product-box{
    margin-top: 30px;
}


.ny-pro-list .ny-pro-img{
    overflow: hidden;
    padding: 10px;
}
.ny-pro-list .ny-pro-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-pro-list .ny-pro-title{
    background: #f2f2f2;
    padding:8px 15px;
    font-size: 18px; 
    height: 70px;   
    transition: all 0.6s;   
}
.ny-pro-list:hover .ny-pro-title{
    background: #0088e5;
    color:#fff;    
}
.ny-pro-list:hover{
    box-shadow: 0 0 10px #bbb;
}
.ny-pro-list:hover .ny-pro-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.ny-comm .m-pro-nav{
    display: none;
}
.ny-comm .m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}

@media (max-width:991px){
    .ny-comm .about-title,.ny-img .img-con h5{
        font-size: 24px;
    }
    .ny-comm .entitle {
        font-size: 40px;
    }
    .ny-comm{
        padding:0px 0;
        border-left:0px;
    }
    .ny-comm-box .comm-left{
        display: none;
    }
    .ny-comm-box .comm-right{
        width:100%;
    }
    .ny-comm .m-pro-nav{
        display: block;
        margin:15px 15px 30px 15px;
    }
    .product-img{
        margin-bottom: 10px;
    }
    .ny-img .img-con {
        position: relative;
        width: 100%; 
    }
    .ny-comm-box .comm-right .pname {
        font-size: 20px;
    }
    .ny-pro-list .ny-pro-title {
        font-size: 14px;
        height: auto;         
    }
    .product_main{
        margin-top: 30px;
    }
}

/* 新闻 */

.ny-news .ny-news-list {
    padding:10px;
    margin-bottom:20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
@media(max-width:767px){
    .ny-news .ny-news-list {
        padding: 0;
    }
}
.ny-news .ny-news-list .ny-news-img img{
    max-width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding: 10px;
    border-bottom:1px solid #ddd;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{
    margin-top:0px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{
    color:#b1b1b1;
    display: block;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    width:98%;
    font-size: 14px;
    line-height: 25px;
    color:#828282;
    margin-top:10px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}
@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title p{
        width:100%;
        font-size: 16px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        width:100%;
       
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .ny-news .ny-news-list .ny-news-content{
        padding:10px 0 10px 0;
    }
}

/* 新闻详情页 */
.ny-news-info{
    padding:50px 0;
}
.ny-comm .news-info-title{
    padding-top: 25px;
    padding-bottom: 30px;   
    border-bottom: 3px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 24px;
    text-transform: uppercase;
  
    margin: 20px 0 4px;
    line-height: 1.333;
}
@media(max-width:767px){
    .ny-comm .news-info-title p{
        font-size: 18px;
        margin: 0px;
    }
    .ny-comm .news-info-title{
        padding-top: 10px;
        padding-bottom: 8px;
    }  
    .ny-news-info{
        padding:15px 0 50px 0;
    }
}
.ny-comm .news-info-title .category {
    color: #403c3e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail img{
    max-width: 100%;
}
.news-info-content img{
    max-width: 100%;
}


.font2{ font-family:'microsoft yahei';}
.lf{ float:left;}
.ri{ float:right;}
.editor{word-wrap: break-word;font-family:宋体b8b\4f53,arial; padding:20px 0px;}
.editor p,.editor li,.editor div{ margin-bottom:4px; margin-top:4px;}
td,tr{
    padding: 0 4px ;
}
/* case */
.cases-list{
    text-align: center;
    margin-bottom: 15px;
}
.cases-list p{
    margin-top: 8px;
}
.cases-lists{
    text-align: center;
}
.case-list img{
    width: 100%;
}
.case-lists img{
    width: 100%;
}
.cases-list img{
    width: 100%;
    height: 250px;
}
.bk p{
    border: 1px solid #eaeae5;
    
}
@media(min-width:1400px){
    .case-lists img{
        width: 100%;
       height: 427px;
    }
}
@media(max-width:1399px){
    .case-lists img{
        width: 100%;
        height: 422px;
    }
}

@media(max-width:991px){
    .case-lists img{
        width: 100%;
        height: 518px;
    }
}
@media(max-width:767px){
    .case-lists img{
        width: 100%;
        height: 100%;
    }
}
@media(max-width:1399px){
    .cases-list img{
        width: 100%;
        height: 200px;
    }
    
}
@media(max-width:991px){
    .cases-list img{
        max-width: 300px;
        height: 200px;
    }
}
.case-list p{
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cases-list p{
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.case-lists p{
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* team */
.team{
    padding: 40px;
    border-top: 1px dotted #ccc;
}

.team_navs .img{
 
    text-align: center;
 
}
@media (max-width: 1399px){
    .team_navs img {
        max-width: 300px !important;
        height: auto!important;
    }
}
@media (max-width: 1399px){
    .pre-next .text-right{
        text-align: left !important;
    }
}
.team .img img{
    width: 100%;
 
}
.team h1{
    font-size: 18px;
    margin-top: 6px;
    color: #2b2b2b;
}
@media(max-width:1399px){
    .team h1{
        margin-top: 30px;
    }
}
.team h1 strong{
    font-size: 30px;
    color: #052498;
}
.team h2{
    font-size: 16px;
    line-height: 30px;
    color: #424242;
}
.team hr {
    height: 1px;
    background: #ebebeb;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team hr:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    width: 50px;
    background: #e70012;
}
.team h3{
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
    color: #052498;
    font-weight: bold;
    position: relative;
}
.team h3:after{
    position: absolute;
    content: '·';
    color: #052498;
    left: -10px;
}

.team h3:nth-child(1){
    margin-top: 0;
}
.team p{
    font-size: 14px;
    line-height: 26px;
    color: #ababab;
}
.team .pre-next{
    margin-top: 50px;
}
/* product */
.product .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product .top a{
    width: 33%;
}
.product .top p{
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #000;
    border: 1px solid #e6e6e6;
}
.product .top p.active{
    color: #e70012;
}

/* 简介 */
.jianjie .j_nav{
    margin-left: 40px;
}
.jianjie .j_nav .p p {
    display: inline-block;
  
    line-height: 24px;
    font-size: 18px;
    border: 1px solid #eaeae5;
    padding: 5px 15px;
    margin-left: 40px;
}
.jianjie .j_nav .p{
    border-left: 1px solid #eaeae5;
}

.jianjie .j_nav .p p{
    margin-bottom: 30px;
    position: relative;
}
.jianjie .j_nav .p:last-child p{
    margin-bottom: 0px;
}

.jianjie .j_nav .p p:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    border-top: 1px solid #eaeae5;
    left: -40px;
    top: 20px;
}
.jianjie .j_nav .p:first-child p:after{
    top: 20px;
}
.jianjie .j_nav .p:last-child p:after{
    top: 15px;
}
.jianjie .j_nav .p:first-child p{
    position: relative;
    top: -20px;
}
.jianjie .j_nav .p:last-child p{
    position: relative;
    top: 20px;
}
.jianjie .title .p{
    line-height: 24px;
    font-size: 18px;
    border: 1px solid #eaeae5;
    padding: 5px 15px;
    color: #000;
    display: inline-block;
    
}
.jianjie .title .p p{
    position: relative;
}
.jianjie .title .p p:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    border-top: 1px solid #eaeae5;
    right: -56px;
    top: 10px;
}
.jianjie{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
/* .ny-news.product{
    padding-bottom: 100px;
} */


/* .job{
    width: 100%;
    text-align: center;
} */
.job .btn{
    background: #c71b03;
    padding: 16px 0px;
    width: 160px;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 16px;
    color: #fff;
}
.job .btn:hover{
    
    color: #000;
}

.ny-news .col-xs-6 img{
    width: 100%;
    
}
.ny-news .col-xs-6 img{
    max-width:380px
}

