@charset "utf-8";
.m-btn{
    display: none;
    position: relative;
    width: 28px;
    height: 16px;
    margin-top: 20px;
    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: #9ae17b;
    -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 .ban-title {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.ny-ban .ban-title a{
    color: #fff;
}
.ny-ban .ban-title .cntitle {
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
    .ny-ban .ban-title .cntitle {
        font-size: 1.5rem;
    }
    .ny-ban img{
        max-width: none;
        width: 180%;
        margin-left: -40%;
    }
}

/* 手机下拉框 */
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    background: #9ae17b;
    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:20px 0px 20px;
    }
}
/* 搜索 */
.search form{
    width:100%;    
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    border-radius: 0rem;
    padding: 5px 15px;
    border:1px solid #f1f1f1;
    background: #f1f1f1;
}
.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: 0px;
    top: 0px;
    border:none;
    width: 40px;
    color:#0e5399;
    font-weight: 600;
    height:100%;
}
.search form button i{
    font-size: 18px;
}
@media (max-width:992px){
    .search form{
       max-width: 100%; 
    }
}
.main{
    background-color: #fff;
    overflow: hidden;
}

.ny-title{    
    word-spacing: -0.2rem;
    font-size: 1.5rem;
    line-height: 1.2;    
    margin-bottom: 2rem;
}
.ny-title span{
    display: block;   
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.0; 
    text-transform: uppercase;   
    font-size: 3.125rem;
}
@media (max-width: 1280px) {
  .about .ny-title,.ny-title{
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  } 
  .ny-title span{   
    font-size: 1.65rem;
  } 
}

.line{
    border-bottom: 1px solid #b2b2b2;
    height: 6px;
    width: 100%;
    position: relative;
}
.line::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #b2b2b2;
    margin-top: 0px;
}
.ny-comm{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.ny-comm .comm-left{
    width: 24%;
    float: left;
}
.ny-comm .comm-right{
    width: 75%;
    padding: 0px 0px 0px 40px;
    float: right;
}
@media(max-width:992px){    
    .ny-comm{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ny-title {
        font-size: 1.25rem;
    }
    .ny-comm .comm-right{
        width: 100%;
        padding: 0;
    }
}
/*产品类别*/
.comm-left .cate-title{
    background-color: #0e5399;
    border-top: 10px solid #96cb61;
    padding: 0.8rem 1.0rem;
    font-size: 1.625rem;
    text-transform: uppercase;
    color: #fff;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{
    display: block;
    padding: 15px 5px 15px 10px;
    line-height: 1.3;
    font-size: 1.125rem;    
    position: relative;
    border-bottom:1px solid #dedede;
}
.comm-left .ny-nav li a.active,.comm-left .ny-nav li a:hover{
    color: #0e5399;
}

/* 侧边推荐产品 */
.ny-featured ul li a .product-img{
    width: 30%;
    border: 1px solid #e4e4e4;
    padding: 1.0rem 1.0rem;
    position: relative;
}
.ny-featured ul li a .product-img .company-logo{
    position: absolute;
    top: 0.5rem;
    height: 6px;
    left: 0.5rem;
    z-index: 9;
}
.ny-featured ul li a .pro-con{
    width: 65%;
}
.ny-featured ul li a .pro-con .sortname{
    font-size: 0.75rem;
    color: #0e5399;   
}
@media (max-width:992px) {
    .comm-left{
        display: none;
    }
}
/* 关于我们 */
.ny-about{
    background-color: #fff;
}
.customer .customer-img{
    border-radius: 0.5rem;
    background: #fff;   
    transition: all .5s;    
    margin: 1.0rem 0;
    overflow: hidden;
}
.customer .customer-img img{
    max-width:100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.customer .customer-img:hover img{
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
}
@media (max-width:992px) {
  
    
}
/* 证书 */
.honor .honor-list{
    background-color: #fff; 
    border: 15px solid #f7f7f7;
    transition: all 0.5s;
}
/*产品列表*/
.product-list{
    position: relative;
    background-color: #fff; 
    border: 1px solid #e4e4e4;
    margin-bottom: 1.25rem;    
    transition: all 0.5s;
}
.company-logo{
    position: absolute;
    top: 1.0rem;
    left: 1.0rem;
    z-index: 9;
}
.company-logo img{
    height: 13px;
}
.product-list .product-img,.honor-list .honor-img{
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.product-list .product-img{
    padding: 2.0rem 2.0rem;
}
.product-list .product-img img,.honor-list .honor-img img{
    position: relative;
    object-fit: cover;
    transition: all .3s linear;
}
.product-list h5,.ny-featured ul li a .pro-con h5{    
    font-size: 1.125rem;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;    
    font-weight: 600;
}
.ny-featured ul li a .pro-con h5{
    font-size: 1.0rem;
}
.product-list .pro-con{
    border-top: 1px solid #e4e4e4;
    background-color: #f6f6f6;
    padding: 2.0rem 1.5rem;    
}
.product-list .pro-con .sortname{
    font-size: 1.0rem;
    color: #0e5399;   
}
.product-list:hover{
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,.3);
}
.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){
    .ny-honor .honor-list {
        padding: 10px;
    }
    .company-logo img{    
        height: 15px;
        margin: 1.0rem 0.5rem 10px;
    }
    .product-list .pro-con{
        padding: 0.5rem;
    }
}
/*产品展示详情 */
.product-info .adv-img{
    padding: 1.0rem 1.0rem;
    position: relative; 
    display: flex;
    flex-direction: column; 
    border: 1px solid #e7e7e7;
}
.product .product-info .adv-img{
    padding: 0.0rem 3.0rem;
    position: relative; 
    display: flex;
    flex-direction: column;
    border: none;
}
.product-con h5{
   font-size: 2.25rem;
   line-height: 1.0;
   font-weight: 600;
}
.product-con h5 span{
    display: block;
    font-size: 1.5rem;
    color: #0e5399;
    font-weight: 400;
}
.product-con .overview{
    font-size: 1.125rem;
    padding: 1.0rem 0;
}
.product-info .duo-img{
    padding: 1.0rem 0;
    border-top: 1px solid #dbdbdb;
}
.product-info .duo-img img{
    width: 18%;
    padding: 1.0rem;
}
.product-info .product-con{
    width: 100%;
    position: relative;   
    padding: 1.5rem 1.5rem 1.5rem; 
}

@media(max-width:992px){    
    .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 .tel a,.pro-wechat .online a,.back a{
    padding: 1.0rem 0.5rem;
    text-align: center;
    display: block;
    font-size: 1.125rem; 
    border-radius: 3.0rem;   
    color: #fff;    
}

.ny-product .pro-title {
    font-size: 2.1875rem;
    margin-bottom: 1.0rem;
    font-weight: 600;
}
.table{
    position: relative;    
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.table th{
    font-weight: 600;
    text-transform: uppercase;  
}
.table th,.table td{
    padding: 0.6rem 1.5rem;
    font-size: 1.0rem;
    vertical-align: middle;
    border-top: 1px solid #e5e5e5;
}

/*上一页下一页*/
.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;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}

/* 新闻中心 */
.news-list li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.6s;    
    border-bottom: 1px solid #d9d9d9;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;     
    margin-bottom: 1.5rem;
}
.news-list li .ny-news-img {
    width: 22%;
    border-radius: 0.5rem;   
    overflow: hidden;    
}
.news-list li .ny-news-img img {
    width: 100%;
    transition: transform 0.3s ease;   
}
.ny-news-content{
    width: 76%;    
}
.ny-news-title{
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: bold;
    transition: all 0.6s;
}
.ny-news-title span{
    color: #9ae17b;
    display: block;
    margin: 0.5rem 0;
    font-size: 1.125rem;
}
.ny-news-intro{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;  /* 1. 允许换行 */   
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.2rem 0 1.5rem;
    font-size: 1.125rem;
}
.news-list li:hover{
    box-shadow: 0px 15px 5px -5px rgba(21, 41, 84, .28);
}
.news-list li:hover .ny-news-img img {
    transform: scale(1.02);
}
@media (max-width:992px) {    
    .ny-news-title{
        margin-top: 10px;
        font-size: 1.125rem;
    }
}
/* 新闻详情 */
.news-info-title{
    font-size: 1.5rem;
    line-height: 1.2;
    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: #9ae17b;
}
.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.25rem;
        font-weight: bold;
    }
    .news-info-content {
        margin-top: 30px;
    }
    .news-info-content h3{
        font-size: 1.25rem;
    }
}

/* 联系我们 */
.contact .contact-title{    
    font-size: 2.0rem;    
    font-weight: bold;
}

@media screen and (max-width:768px){  
    .contact .contact-title{font-size:1.25rem;}
}
.inquiry .ny-title{
    margin-bottom: 0.0rem;
}
/* 在线留言 */
.message{
    background-color: #f6f6f6;
    padding: 3.0rem;
    border-radius: 1.5rem;
}
.message .modal-header i{
    font-size: 1.75rem;
    font-style: normal;
    line-height: 1.0;
    padding-left: 5px;
    border-left: 5px solid #9ae17b;
}
.message .modal-body p {    
    font-size: 1.125rem;
    padding: 0px 0 1.0rem;
}
.form-control{
    height: 50px;
    background-color: transparent;
    padding-left: 0.5rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;    
    margin-bottom: 25px;
}
.form-contro:focus, .form-contro textarea:focus {
    border-bottom-color: #9ae17b;
}
.form-control1{
    height:120px !important;
}
.message .msg-btn{
    width: 100%;
    border: none;
    font-size: 1.25rem;
    padding: 1.0rem 15px;
    border-radius: 30px;
    font-weight: 600;    
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 15px;    
}
.message .msg-btn:hover {
    box-shadow: 0 10px 20px rgba(0,100,176,0.2);
}
@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{
        padding: 1.5rem;
    }
}