@charset "utf-8";
.m-btn{
    display: none;
    position: relative;
    width: 28px;
    height: 16px;
    margin-top: 22px;
    cursor: pointer;
    right: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
}
.btn-hamburger__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #00258f;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    pointer-events: none;
}
.btn-hamburger__bar-top {
    top: 0;
}
.btn-hamburger__bar-middle {
    top: 7px;
}
.btn-hamburger__bar-bottom {
    bottom: 0;
}
.m-btn.active {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-btn.active .btn-hamburger__bar-top {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}
.m-btn.active .btn-hamburger__bar-middle {
    width: 0;
}
.m-btn.active .btn-hamburger__bar-bottom {
    -webkit-transform: translateY(-7px) rotate(90deg);
    transform: translateY(-7px) rotate(90deg);
}

/* 解决方案内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #2b2b2b;
}
.ny-ban .ny-title {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.ny-ban .ny-title a{
    color: #fff;
}
.ny-ban .ny-title .cntitle {
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
    .ny-ban .ny-title .cntitle {
        font-size: 1.5rem;
    }
    .ny-ban img{
        max-width: none;
        width: 180%;
        margin-left: -40%;
    }
}
/* 当前分类位置 */
.ny-nav{
    border-bottom: 1px solid #eeeeee;
}
.ny-nav ul{
    display: flex;
    padding: 1.25rem 0px 1.25rem;
}
.ny-nav li a{
    padding: 5px 1.5rem;
    margin: 0rem 10px 0rem 0px;
    font-size: 1.125rem;
    text-align: center;  
    display: block;
    transition: all .3s;
    background-color: #fff;    
    border: 2px solid #ededed;
    border-radius: 3rem;
    margin-right: 10px;
}
.ny-nav li a.active,.ny-nav li a:hover{
    background: #00258f;
    border-color: #00258f;
    color: #fff;    
}
@media (max-width:992px) {  
    .ny-nav{
        display: none;
    }    
}
/* 手机下拉框 */
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    background: #00258f;
    color: #fff;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    }
}
/* 搜索 */
.search form{
    width:100%;
    max-width: 220px;
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    border-radius: 0rem;
    padding: 2px 15px;
    border:1px solid #dfdfdf;
    background: #eee;
}
.search form input:-moz-placeholder {
    font-size: 14px;
}
.search form input:-ms-input-placeholder{
    font-size: 14px;
}
.search form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search form button{
    background:transparent;
    position: absolute;
    right: 5px;
    top: -1px;
    border:none;
    width: 50px;
    color:#363433;
    height:100%;
}
.search form button i{
    font-size: 18px;
}
@media (max-width:992px){
    .search form{
       max-width: 100%; 
    }
}
.main{
    background-color: #fff;
}
.main .ny-title{
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.main .ny-title span{
    display: block;
    font-weight: 600;
    font-size: 2.5rem;
}
.main .ny-title span.yellow{
    color: #00258f;
}
@media (max-width: 1280px) {
  .main .ny-title{
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }  
}

.line{
    border-bottom: 1px solid #e5e5e5;
    height: 6px;
    width: 100%;
    position: relative;
}
.line::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #e5e5e5;
    margin-top: 0px;
}
.ny-comm{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.ny-comm .comm-left{
    width: 22%;
    float: left;
    position: sticky;
    top: 120px;
}
.ny-comm .comm-right{
    width: 78%;
    padding: 0px 0px 0px 40px;
    float: right;
}
@media(max-width:992px){    
    .ny-comm{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main .ny-title {
        font-size: 1.25rem;
    }
    .ny-comm .comm-right{
        width: 100%;
        padding: 0;
    }
}
/*产品类别*/
.comm-left .ny-nav{
    padding: 30px 20px;
    background: #f3f3f3;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 15px 5px 15px 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;

    position: relative;
    background: #f3f3f3;
}
.comm-left .ny-nav li.onenav{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li.onenav a{
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: left;
    border-bottom:1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #fe5b00;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: lighter;
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #fff;
    background: #fe5b00;
}
@media (max-width:992px) {
    .comm-left{
        display: none;
    }
}
/* 关于我们 */
.about h5,.introduce h5 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
}
.introduce p{
    text-align: justify;
    text-align-last: left;
}
@media (max-width:992px) {
    .about h5,.introduce h5{
        font-size: 1.5rem;
    }
}
/* 荣誉证书 */
.honor-list .honor-img{
    overflow: hidden; 
}
/*产品列表*/
.product-list,.ny-honor .honor-list{
    background-color: #fff;
    border-radius: 0.5rem;   
    padding: 2.0rem 1.8rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e5e5e5;
    transition: all 0.5s;
}
.company-logo img{
    width: auto;
    height: 20px;
}
.product-list .product-img{
    margin: 1.0rem auto;
    text-align: center;
    overflow: hidden;   
}
.product-list .product-img img,.honor-list .honor-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list h5{
    font-size: 1.125rem;
    background-color: #fff;
    border-radius: 3rem;
    padding: 0.5rem 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}
.product-list:hover{
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,.3);
}
.product-list:hover h5{   
    background-color: #00258f;
    color: #fff;
}
.product-list:hover .product-img img,.honor-list:hover .honor-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-list:hover .pro-con h5{
    font-weight: 600;
}
@media (max-width: 992px){
    .product-list,.ny-honor .honor-list {
        padding: 10px;
    }
    .product-list .product-img {
        margin: 0.5rem 0;
    }
    .company-logo img{    
        height: 15px;
    }
}
/*产品展示详情 */
.ny-product .product-con{
    position: relative;  
}
.ny-product .product-info .adv-img{
   background-color: #fff;
   border: 2.0rem solid #f7f7f7;
}
.ny-product .product-con .overview h3{
   font-size: 1.35rem;
   font-weight: bold;
   margin-bottom: 0.5rem;
}
.product-con h5{
   font-weight: bold;
   font-size: 1.25rem;
   padding-bottom: 15px;
   border-bottom: 1px solid #eeeeee;
   margin: 15px 0px;
}
.product-con h5 span{
    display: block;
    color: #00258f;
    font-size: 1.85rem;
}
.product-con .overview{
    font-size: 0.875rem;   
}
.ny-product .product-content{
    background-color: #fff;
    padding: 3.5rem 0rem 0;
}
.ny-product .product-content h3{
    font-size: 1.5rem;
    margin-bottom: 1.0rem;
    font-weight: 600;
}
.ny-product .product-content .imgs{
    background-color: #fff;
    border: 1.25rem solid #f7f7f7;
}
@media(max-width:992px){
    .ny-product .product-content{    
        padding: 1.0rem 0rem 0;
    }
    .product-con h5{
        font-size: 1.125rem;
    }
}
.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);
}
.pro-wechat{
    font-size: 1.0rem;
    position: absolute;
    bottom: 0rem;
    width: 100%;
}
.pro-wechat .tel a,.pro-wechat .online a{
    padding: 0.5rem 0.5rem;
    text-align: center;
    display: block;
    font-size: 1.25rem;    
    color: #fff;
    background: #d82528;
}
.pro-wechat .online a{
    background: #fcc304;
}
/* 解决方案 */
.ny-case .case-list{
    margin: 0px 0px 20px;0
    position: relative;
}
.ny-case .case-list .case-img{
  overflow: hidden;
}
.ny-case .case-list .case-img img{ 
    width: 100%;
    transition: all 0.3s ease;
}
.ny-case .case-list .case-con{       
    padding: 1.0rem 0.5rem;
    text-align: center;
    position: relative;
}
.ny-case .case-list .case-con h3{
    font-size: 1.125rem;
    font-weight: 600;
}
.ny-case .case-list .case-con .region{    
    color: #00258f;
    font-size: 1.125rem;
}
.ny-case .case-list:hover .case-con:after{
    background-color: #00258f;
    color: #fff;
}
.ny-case .case-list:hover .case-img img{
    transform: scale(1.1);
}
@media(max-width:992px){   
    .pro-wechat .tel a, .pro-wechat .online a{
        font-size: 1.125rem;
    }
    .ny-case .case-list{
        padding: 1.5rem 0px;
    }
    .ny-case .case-list .case-img{
        margin-bottom: 1.5rem;
    }
    .ny-case .case-list .case-con{
        padding: 0rem 5rem 0rem 0rem;
    }
    .ny-case .case-list .case-con:after{
        width: 50px;
        line-height: 50px;
        height: 50px;
    }
    .ny-case .case-list .case-con .case-txt{        
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
     }
    .ny-case .case-list .case-con h3{
        font-size: 1.5rem;
    }    
} 
.ny-case .case-info-content .case-img{
    margin-bottom: 1.0rem;
}
.table{
    position: relative;    
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
}
.table tr{
    border-bottom: 1px solid #e5e5e5;
}
.table th{
    background-color: #262626;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}
table td{
    padding: 10px 5px;
    vertical-align: top;
    border: 0;
    text-align: center;
    vertical-align: middle;
}
.table-bordered td, .table-bordered th{
    border: 2px solid #fff;
}
/*上一页下一页*/
.pre-next a{   
    line-height: 1.6;
    margin-top: 30px;    
    display: inline-block;
}
.pre-next a:hover span,.pre-next span{
    line-height: 1.6;
    color: #181818;
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}

/* 新闻中心 */
.news-list{
    transition: all 0.6s;
    padding: 1.8rem 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ny-news-img{
    width: 24%;
}
.ny-news-content{
    width: 100%;
    display: flex;
    align-items: center;
}
.news-content-l{
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 2.2rem;
    transition: all 0.6s;
}
.news-content-l span{
    line-height: 1;
    font-size: 1rem;
}
/* .news-content-r{
    width: calc(100% - 24%);
} */
.news-content-r{
    width: 100%;
}
.ny-news-title{
    font-size: 1.5rem;
    transition: all 0.6s;
}
.news-li:hover{
    background: #f6f6f6;
}
.news-li a:hover{
    color: #181818;
}
.news-li a:hover .ny-news-title,.news-li:hover .news-content-l{
    color: #00258f;
}
@media (max-width:992px) {
    .ny-news-img,.ny-news-content{
        width: 100%;
    }
    .ny-news-img{
        margin-bottom: 20px;
    }    
    .ny-news-content{
        display: flex;
        flex-direction: column;
    }
    .ny-news-title{
        margin-top: 10px;
        font-size: 1.125rem;
    }
}
/* 新闻详情 */
.news-info-title{
    font-size: 2rem;
    font-weight: bold;
}
.news-info-title span{
    font-size: 1rem;
    font-weight: normal;
}
.news-info-content {
    margin-top: 60px;
}
.news-info-content h3{
    margin: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #00258f;
}
.news-info-content strong{
    display: inline-block;
    margin: 1rem 0;
}
.news-info-content p{
    font-size: 1rem;
    line-height: 1.8;
}
.news-info-content img{
    margin-bottom: 15px;
}
@media (max-width:992px) {
    .news-info-title{
        font-size: 1.5rem;
        font-weight: bold;
    }
    .news-info-content {
        margin-top: 30px;
    }
    .news-info-content h3{
        font-size: 1.25rem;
    }
}
/*相关下载*/
.downlist ul{
    border-top: 1px solid #e5e5e5;
}
.downlist ul li a{
    display: block;
    padding: 1.75rem 0;
    font-size: 1.125rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.downlist ul li a span{
    float: right;
    font-size: 1.0rem;
    padding: 0.1rem 1rem;    
    border-radius: 3rem;
    background: transparent;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}
.downlist ul li a:hover span{
    background: #d82528;
    color: #fff;
}
@media (max-width:992px){
    .downlist ul li a{
        font-size: 1.0rem;
        padding: 1.0rem 0;
    }
    .downlist ul li a span{
        font-size: 0.875rem;
        padding: 0.1rem 0.5rem;
    }
    .downlist ul li a span i{
        font-size: 0.875rem;
    }
}
/* 联系我们 */
.contact .contact-title{    
    font-size: 1.5rem;
    margin-bottom: 1.0rem;
    font-weight: bold;
}
.contact ul {
    display: flex;
    justify-content: flex-end;
}
.contact ul li {     
    display: flex;
    flex-direction: row;
    align-items: start;
}
.contact ul li .er-box{
    width: 140px;    
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 30px;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media(max-width:992px){     
    .contact .contact-title {
        font-size: 1.35rem;
        margin-bottom: 5px;
    }
    .contact ul{
        justify-content: flex-start;
    }
    .contact ul li{
        margin-top: 1.0rem;
        margin-left: 0;
    }
}
/* 在线留言 */
.message .modal-header i{
    font-size: 1.75rem;
    font-style: normal;
    line-height: 1.0;
    padding-left: 5px;
    border-left: 5px solid #00258f;
}
.message .modal-body p {    
    font-size: 1.125rem;
    padding: 0px 0 1.0rem;
}
.form-control{
    height: 50px;
    background-color: #fff;
    font-size: 0.875rem;
    padding-left: 1.0rem;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.form-control1{
    height:120px !important;
}
.message .msg-btn{
    width: 100%;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 0px;
    background-color: #181818;
}
.message .msg-title {
    font-size: 1.6875rem;
    width: 100%;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.0rem;
}
.message-er {
    height: 100%;
    background: url(../img/er.jpg) no-repeat center;
}
.message-er ul li{
    text-align: center;
    margin: 0px 5% 0px 0%;
    width: 45%;
    padding: 10px;
    border: 1px solid #ededed;
    background:#fff;
}
.message-er .er-box p{
    color: #2b2b2b;
    font-size: 14px;
}