@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:30px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#3b3b3b;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#3b3b3b;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}
@media (max-width: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }    
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    min-height: 80px;
}
.ny-ban img{    
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:12%;
    color:#fff; 
}
.ny-ban .ny-title h5.cntitle{
    font-size: 40px;
    font-weight: bolder;
    line-height: 1;    
}
.ny-ban .ny-title h5.entitle{
    font-size: 40px; 
    text-transform: uppercase;
    font-weight: bolder;  
}
.ny-ban .ny-title p{
    font-size: 16px; 
}
@media(max-width:991px){
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    }
    .ny-ban .ny-title h5.entitle {
        font-size: 18px;
    }    
}
/* 当前位置 */
.position{
    position: relative;    
    padding: 12px 0px;
    font-size: 16px;
    line-height: 45px;
    border-bottom: 1px solid #f2f2f2;  
}
.position span {
    font-weight: bold;
    color: #e60012;
}
.position ul{
    display: flex;   
} 
.position ul li{  
    padding: 0px 8px;
}
.position ul li a:hover{
    font-weight: bold;
}
.position li:last-child a{
    color:#0059c9;
    font-weight: bold;
}
/* 搜索 */
.search .search-box form{
    width:100%;
    height:100%;
}
.search .search-box form input{
    width:100%;
    height: 35px;
    line-height: 35px;
    border:0px solid #ddd;
    background: #f2f2f2;
    padding:0px 20px;
    border-radius: 25px;
}
.search .search-box form input:-moz-placeholder {
    font-size: 14px;
}
.search .search-box form input:-ms-input-placeholder{
    font-size: 14px;
}
.search .search-box form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search .search-box form button{
    background:transparent;
    position: absolute;
    right: 10px;
    top: 0px;
    border:none;
    width:60px;
    color:#363433;
    height:100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search .search-box form button i{
    font-size: 20px;
}
@media (max-width:992px){
    .search{
        height:60px;
    }
    .search .keywords{
        overflow: hidden;
        text-overflow:ellipsis;
        line-height: 60px;
    }
}
/*关于我们*/
.ny-about{    
    line-height: 30px;
    margin-bottom: 30px;
}
.ny-about .about-con{
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0px; 
}
.ny-about .about-con ul{
	padding-left: 22px;
}
.imglist img{
    margin: 15px 0px;
    border-radius: 5px;
    width: 100%;
}
.ny-net-box{
    padding: 60px 0px;
    font-size: 20px;
}
.ny-net-box .info{
    width: 60%;
    font-weight: lighter;
    margin: 0px auto;
}
@media(max-width:991px){
    .ny-about .about-con{
       padding: 0px 0px;
       font-size: 14px;
    }
    .ny-net-box .info{
        width: 100%;
        font-size: 14px;
    }
}
/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-honor .honor-list img{
    max-width: 100%;
}
.ny-honor .honor-list {   
    text-align: center;   
}
.ny-honor .honor-list a{
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
}
.ny-honor .honor-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
}
/* 企业环境 */
.huanjing-list{
    position: relative;
    margin-bottom:30px;
}
.huanjing-list p{
    margin: 0 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: bolder;
}
.huanjing-list .huanjing-img img{
    width:100%;
}
.huanjing-list .huanjing-img{
    position: relative;
}
.huanjing-list .huanjing-img::after{
    content:'';
    display: block;
    width:100%;
    height:0;
    position: absolute;
    bottom:0;
    left:0;
    background:#000;
    opacity: 0.5;
    z-index:99;
    transition: all .5s;
    display: none;
}
.huanjing-list:hover .huanjing-img::after{
    height:100%;
    display: block;
}
/*企业视频*/
/*企业文化*/
.culture-list{
    overflow: hidden;
    background: #f5f5f5;
    margin: 0 0 20px;
}
.culture-box .culture-img img{

    width: 100%;

}

.culture-box .culture-con{

    padding: 5%;

}

.culture-box h3{

    font-size: 24px;

    color: #333;

    margin-bottom: 15px;

    font-weight: bolder;

}

.culture-box p {

    font-size: 16px;

    color: #666;

    line-height: 1.8;

}

.culture-box .culture-zhan{

    counter-reset: number 0;

}

.culture-box .culture-zhan li{

    position: relative;    

    margin-bottom: 1px;

    line-height: 1.6;

    font-size: 16px;

    padding: 10px 15px 10px 30px;

}

.culture-box .culture-zhan li:before {

    counter-increment: number 1;

    content: "0"counter(number);

    position: absolute;

    left: 0;

    top: 0;

    width: 30px;

    height: 100%;

    padding-top: 10px;

    vertical-align: middle;

    display: block;  

    font-size: 18px;

    font-weight: bold;

    line-height: 1.6;

}

/*内页案例*/
.ny-case-list {    
    margin: 0px 0px 40px;
    padding-bottom: 40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px dashed #dddddd;
}
.ny-case .ny-case-list .ny-case-img img{
    width:100%;
}
.ny-case .ny-case-list .ny-case-content{    
    font-weight: lighter;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .ny-case-list .ny-case-title{ 
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.ny-case .ny-case-list .ny-case-intro{
    font-size: 16px;
    margin-top:10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width:991px){
      
    .ny-case .ny-case-list {
        margin: 10px 0px;
        padding-bottom: 10px;
    }    
    .ny-case .ny-case-list .ny-case-title {
        width:100%;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .ny-case .ny-case-list .ny-case-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-case .ny-case-list .ny-case-intro{
        width:100%;
        font-size: 13px;
    }   
}

.main{
    background: #fff;
    padding: 40px 0px;   
}
.ny-comm{
    min-height: 500px;
    position: relative;
}
.ny-comm .comm-left{
    width: 22%;
    padding: 0px 0px;
    float: left;    
}
.ny-comm .comm-right{ 
    width: 78%;
    padding: 0px 0px 0px 40px;
    background: #fff;
    float: right;
}
.ny-comm .ny-title{
   font-size: 22px;
   padding: 15px 0px;
   font-weight: bold;
   text-transform: uppercase;   
}
.ny-comm .ny-title span{
    display: block;
    font-size: 40px;
    font-weight: bold;   
    line-height: 1.2;     
}

@media(max-width:767px){
    .main {    
        padding: 15px 0px;
    }
    .ny-comm .ny-title {
        font-size: 18px;
        padding: 0px 0px;
    }    
}
.ny-comm .ny-title ul{
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.ny-comm .ny-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
.ny-comm .ny-title ul li a{
    color:#76787a;
}
/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 22px;
    font-weight: bolder;
    color: #fff;
    line-height: 1.6;
    padding: 15px;
    margin-bottom: 5px;
    background: #e60012;
}
.ny-comm .comm-left .ny-nav li a{       
    background: #f0f0f0;
    font-size: 16px;
    padding: 10px 10px 10px 15px;   
    display: block;
    margin-bottom: 5px;
    transition: all 0.6s;
}
.ny-comm .comm-left .ny-nav li a i{
    font-size: 20px;
    float: right;
    margin-top: 5px;
}
.ny-comm .comm-left .ny-nav li.active a,.ny-comm .comm-left .ny-nav li a:hover{
    color:#fff;
    background: #e60012;
}
.ny-comm .comm-left ul.subnav{
    padding:0px 0px;
    display: none;
    margin-bottom: 10px;
}
.ny-comm .comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.ny-comm .comm-left .ny-nav li.active ul.subnav li a{
    display: block;
    padding: 8px 0px 8px 6px;
    line-height: 1.3;
    font-size: 14px;
    color: #1c1c1c;
    background: #fff;
    margin-bottom: 0px; 
}
.ny-comm .comm-left ul.subnav li{
    display: block; 
    position: relative;  
    margin: 0px 0px;    
    border-bottom:1px solid #f0f0f0;
}
.ny-comm .comm-left ul.subnav li:after{
    display: block;
   content: "";
   width: 20px;
   height: 1px;
   margin-bottom: -1px;
   /*background: #e60012;*/
}
.ny-comm .comm-left ul.subnav li span{
    display: block;
}
.ny-comm .comm-left .ny-nav li.active ul.subnav li a:hover,.ny-comm .comm-left .ny-nav li.active ul.subnav li.subactive a{
    color: #e60012;
}

/*认证*/
.ny-comm .comm-left .left-cer{
    margin-bottom: 10px;
}
.ny-comm .comm-left .left-contact {
    margin-bottom: 40px;
}
.ny-comm .comm-left .left-contact ul li{
    display: block; 
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    padding: 6px 0px 6px 2px;    
    border-bottom:1px solid #f0f0f0;
}
/*产品列表*/
.product-list{
    position: relative;    
    background:#fff;
    transition: all 0.6s; 
}
.product-list .product-img{
    overflow: hidden;
    border: 1px solid #ececec;
    transition: all 0.6s;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.pro-con{    
    padding: 15px 15px;    
    text-align: center;
    transition: all 0.6s;
}
.product-list .pro-con h5{    
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;    
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.2;    
    transition: all 0.6s;
}
.product-list .pro-con h5:after{
    content: "";
    display: block;
    background: #e2e2e2;
    width: 30px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px auto;
}
.product-list h5 span{
    display: block;
    font-size: 14px;
    font-weight: lighter;   
}

.product-list .more {
    font-size: 14px;
    color: #c7c7c7;   
    font-weight: 900;
    transition: all 0.6s;        
}
.product-list:hover{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.3);
}
.product-list:hover .product-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 .comm-left{
        display: none;
    }
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .ny-comm .m-pro-nav{
        display: block;
        margin:0px 0px 20px;
    }
    .pro-con {        
        padding: 10px 10px;
    }
    .product-list .pro-con h5 {
        font-size: 14px;
    }
    .product-list .more {
        font-size: 12px;
    }
    .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;
    }
}

/*产品底部*/
.pro-bottom{
	padding: 50px 0px;
}
.pro-bottom .atitle{
	position: relative;
	font-weight: lighter;
	line-height: 1.1;
	font-size: 25px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.pro-bottom .atitle span{
	font-size: 30px;
	display: block;
	text-transform: uppercase;
}
.pro-bottom .atitle:after{
	content: "";
    display: block;
    background: #fdba33;
    width: 30%;
    height: 2px;
    margin: 0px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.pro-bottom .atitle i{
	float: right;
	background: #f5f5f5;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 25px;
	border-radius: 15px;
}
.pro-bottom .pro-news li{
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.2;
	padding: 12px 0px;
	font-weight: lighter;
}
.pro-bottom .pro-news li span{
	float: right;
	color: #fdb931;
	font-weight: bold;
}
.pro-bottom .pro-news li i{
	font-size: 12px;
}
.pro-bottom .pro-about{
	font-weight: lighter;
	padding-top: 12px;
}
.pro-bottom .pro-about span{
	display: block;
	font-weight: bold;
}
/*产品展示详情 */
.product-info{   
    margin-bottom: 30px;
    text-align: center;
}
.product-info img{
    width:50%;
    padding: 0px;
}
.product-info h5{
   font-size: 20px; 
   margin-bottom: 20px;  
}
.product-con{
    background: #fff;
    padding: 10px;
    border: 1px solid #f2f2f2;
    position: relative;
}
.product-con .swiper-button-next{
    right: 0px;
}
.product-con .swiper-button-prev{
    left: 0px;
}
.product-con .case-img{
    overflow: hidden;
    text-align: center;
    position: relative; 
    transition: all 0.6s;
}
.product-con .case-img h5{
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.product-con .case-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.product-con .case-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-con .gallery-thumbs{
    margin-top: 20px;
}
.product-con .gallery-thumbs .case-img h5{
    font-size: 14px;
}

.pro-wechat{       
    font-size: 16px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 10px;
}
.pro-wechat .tel a{ 
    display: block;
    font-size: 18px;
    font-weight: 400;    
}
.pro-wechat .tel a i{
    font-size: 24px;
}
.pro-wechat .tel a span{
    font-weight: 600;
}
.pro-wechat .onlines{ 
    display: inline-block;
    float: right;    
    font-size: 16px;
    font-weight: 400;    
}
.pro-wechat .onlines a{
    color: #fff;
    display: block;
    padding: 7px 25px;
    background: #3334a0;
}


.product-info-content {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    padding:10px 10px;
}
.product-info-content img{
    margin: 10px auto;
    width: auto;
    max-width: 100%;
}
.product-info-content h5,.product-info-content h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    color: #122a88;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-info-content h5:after {
    content: "";
    display: block;
    background: #0059c9;
    width: 50px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px auto;
}
.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: #54ac06;
    position: relative;
    z-index: 1;
}
.product-info-content table,
.product-con .overview table{
    margin-bottom: 0px;
}
.product-info-content p em,
.product-con .overview p em{
    border-top: 1px solid #ddd;
    display: block;
    font-style: normal;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
@media(max-width:767px){
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px 2px;
    }
}
/*产品tab*/
.pro-tab-box {  
  background: #fff;
  overflow: hidden;
}
.pro-tab-box .nav-tabs {  
  padding-top: 0px;
  border-bottom: 0px solid #dee2e6;
}
.pro-tab-box .nav-tabs>li{
    margin-top: 15px;
}
@media(max-width:512px){
.pro-tab-box .nav-tabs>li.col-xs-4{
    padding-left: 5px;
    padding-right: 5px;
}
}
.pro-tab-box .nav-tabs>li>a {  
  border-radius: 3px 3px;  
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  display: block;
  background: #f1f1f1;
}
.pro-tab-box .nav-tabs>li>a i{
    font-size: 30px;
    float: left;
}
@media(max-width:512px){
    .pro-tab-box .nav-tabs>li>a { 
        font-size: 12px;
        padding: 0px;
    }
    .pro-tab-box .nav-tabs>li>a i{
        font-size: 18px;
        padding-left: 20px;
    }
    .pro-tab-box .nav-tabs>li>a span{
        margin-left: -20px;
    }
}
@media(max-width:430px){
    .pro-tab-box .nav-tabs>li>a i{
        padding-left: 20px;
    }
    .pro-tab-box .nav-tabs>li>a span{
        margin-left: -10px;
    }
}
@media(max-width:370px){
    .pro-tab-box .nav-tabs>li>a i{
        padding-left: 10px;
    }
}
.pro-tab-box .nav-tabs>li.active a, 
.pro-tab-box .nav-tabs>li.active a:focus, 
.pro-tab-box .nav-tabs>li.active a:hover,
.pro-tab-box .nav-tabs>li>a:hover {
  color: #fff;
  cursor: pointer; 
  border: none;
  background: #54ac06; 
  font-weight: bolder;
  display: block;
}
.pro-tab-box .tab-pane{
    padding: 40px 0px;
    font-size: 14px;
    line-height: 2;
}
.pro-tab-box .tab-pane img{
    max-width: 100%;
}
.pro-tab-box .tab-pane .table th{
    background: #ececec;
    font-weight: bolder;
    text-align: center;
    font-size: 16px;
    padding: 20px 20px;
}
.pro-tab-box .tab-pane table td{
    margin-bottom:0;
    text-align: center;
}
.pro-tab-box .tab-pane h5{
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*相关下载*/
.downlist ul li{
    font-size: 14px;
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #dcdcdc;
}
/*上一页下一页*/
.pre-next{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
}
.pre-next span{
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}
/*相关产品*/

.related-title{
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;    
    margin-bottom: 20px;
    border-bottom: 3px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
}
.related-title span{
    display: block;
    font-weight: bolder;
    font-size: 30px;
}
@media(max-width:512px){
    .related-title{
        font-size: 20px;
    }
}
.related-title::after {
    display: block;
    content: "";
    width: 70px;
    height: 3px;
    background: #0059c9;
    margin: 20px 0px;
    margin-bottom: -3px;
}
/* 新闻 he 实力*/
.ny-news .ny-title:after{
    margin: 15px auto;
}
.ny-news .ny-news-list {    
    margin: 15px 0px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding:10px 0px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: lighter;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{    
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{   
    display: block;
    font-weight: 300;    
    font-size: 14px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title:after{
    content: "";
    width: 40px;
    height: 2px;
    background: #e60012;
    display: block;
    margin: 5px 0px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
        margin-top: 30px;
    }
    .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%;
    }
    
}

/* 新闻详情页 */
.ny-news-info{
    padding: 20px 0;
    width:  100%;
    margin: 0px auto;
}
.ny-comm .news-info-title{
    position: relative;  
    padding-bottom: 16px;   
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
}
.ny-comm .news-info-title p{
    font-size: 20px; 
    margin-bottom: 20px;
}
.ny-comm .news-info-title .date {
    color: #403c3e;
    font-size: 16px;
    font-weight: 100;
    display: inline-block;
    padding: 2px 10px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -47px;
}
.ny-news-info .news-info-content,
.ny-case-info .case-info-content{
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img,.ny-case-info .case-info-content img{
    max-width: 100%;
    width: auto;
    margin: 15px 0px;
}
.ny-news-info .news-info-content p,.ny-case-info .case-info-content p{
	margin:  5px 0px;
}
.ny-product .case-title {
    font-size: 20px;
    margin-bottom: 20px;
}
@media (max-width:991px){

    .ny-news-info{
        padding:20px 0;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
}

/*技术实力*/
.ny-tech{
    background: #fff;
}
.ny-tech .ny-tech-img img{
    width: 100%;
}
.ny-tech .ny-tech-content{
    padding: 50px 0px;
}
.ny-tech .ny-tech-content .ny-tech-title{
    font-size: 80px;
    color: #fdba33;
}
.ny-tech .ny-tech-content .ny-tech-intro{
    font-size: 16px;
    font-weight: lighter;
    padding-left: 100px;
}
.ny-tech .swiper-pagination{
    text-align: left;
}
.ny-tech .swiper-pagination .swiper-pagination-bullet{
    background: #f5f5f5;
    width: 98px;
    text-align: center;
    line-height: 30px;
    height: 100px;
    font-size: 30px;
    padding-top: 60px;
    font-weight: lighter;
    color: #231f20;
    border-radius: 3px;
    opacity: 0.8;
}
.ny-tech .swiper-pagination .swiper-pagination-bullet-active{
    background: #fdba33;
}
@media(max-width:767px){
    .ny-tech .ny-tech-content .ny-tech-title{
        font-size: 40px;
    }
    .ny-tech .ny-tech-content .ny-tech-intro {
        font-size: 14px;       
        padding-left: 0px;
    }
    .ny-tech .swiper-pagination .swiper-pagination-bullet{
        width: 50px;       
        line-height: 30px;
        height: 50px;
        font-size: 20px;
        padding-top: 20px;
    }
}
/* 联系我们 */
.contact{
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0px;	
}
.contact .contact-title{
    font-size: 22px;
    font-weight: bolder;
}
.contact ul li{ 
    line-height: 2;
}
.contact ul li span{
    font-size: 18px;
    margin-right: 10px;
}
.contact .cimg{
    margin-top: 15px;
    border: 1px solid #efefef;
    padding: 5px;
    width: 150px;
    background: #fff;
} 
.map{
    border: 1px solid #efefef;
    padding: 5px;   
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
/* 在线留言 */
.message{  
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    padding: 40px 30px 45px;
    margin-top: 30px;
}
.message .form-control{
    height:50px;
    margin-bottom:10px;
}
.message .form-control1{
    height:120px !important;
}
.message .message-btn button{
    width:100%;
    height:50px;
    font-size: 18px;
    font-weight: bold;
    border:none;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:767px){
    .contact .contact-title{
        font-size: 18px;  
    }
    .messsage{
        margin-top: 20px;
    }
}