@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:28px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#fff;
    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:#fff;
    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;
}
.ny-ban img{    
    width:100%;
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom:12%;
    color:#fff;
    z-index: 9; 
}
.ny-ban .ny-title h5.cntitle{
    font-size: 32px; 
    font-weight: 600;
}
@media(max-width:991px){
    .ny-ban .ny-title h5.cntitle{
        font-size: 22px;
    } 
}
/* 当前位置 */
.position{
    position: relative;    
    padding: 15px 0px;
    line-height: 35px;
    border-bottom: 1px solid #f2f2f2;  
}
.position span {
    font-weight: 600;
    color: #e62f43;
}
.position ul{
    display: flex;   
} 
.position ul li{  
    padding: 0px 5px;
}
.position ul li a:hover{
    font-weight: bold;
}
.position li:last-child a{
    color:#0072b4;
    font-weight: bold;
}
.searchkey a{
    position: relative;
    margin-right: 10px;
}
.searchkey a:after{
    content: "";
    width: 1px;
    height: 15px;
    background: #2b2b2b;
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -7px;
}
/*搜索*/
.search{
   
}
.search .search-input{
    width: 100%;
    position: relative;
}
.search .search-input input{
    width:100%;    
    line-height: 40px;
    border:0px solid #ddd;
    background: #f2f2f2;
    padding:0px 20px;
    border-radius: 25px;
}
.search .search-icon{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.search .search-icon 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;
}
@media (max-width: 992px){ 
	.position{
	    padding: 5px 0px;
	}
}
.main{
    background: #fff; 
}
.ny-comm{
    padding: 50px 0px;
    min-height: 500px;
    position: relative;
}
.ny-comm .comm-left{
    width: 20%;
    padding: 0px 0px;
    float: left;
    background: #eeeeee;
}
.ny-comm .comm-right{ 
    width: 79%;
    padding: 0px 0px 30px 30px;   
    float: right;
}
.ny-comm .ny-title{
   font-size: 20px;
   background: #e7e7e7;
   line-height: 1.2;
   padding: 20px 25px;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 25px;
}
.ny-comm .ny-title span,
.ny-comm .ny-title strong{
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2; 
}
.ny-comm .ny-title:after{
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #004ea2;
    margin: 5px 0px 0px 0px;
}
@media(max-width:767px){
    .ny-comm .ny-title {
        font-size: 20px;
    }
    .ny-comm .ny-title span, .ny-comm .ny-title strong{
        font-size: 30px;
    }
}
.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: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    padding: 25px 40px;
    margin-bottom: 10px;
    background: #004ea2;
}
.ny-comm .comm-left .ny-nav{
    padding: 0px 25px 45px;
}
.ny-comm .comm-left .ny-nav li a{   
    display: block; 
    position: relative;
    line-height: 1.2;    
    padding: 14px 45px 14px 30px;
    border-bottom:1px solid #d9d9d9;
}
.ny-comm .comm-left .ny-nav li a i{
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 17px;
}
.ny-comm .comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    color:#004ea2;
}
/*关于我们*/
.ny-about img{
    max-width:100%;
    margin-bottom: 20px;
}
@media(max-width:991px){
    
}
/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-honor .honor-list img{
    max-width: 100%;
}
.ny-honor .honor-list {   
    text-align: center;
    margin-top: 15px;   
}
.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; 
    height: 50px;
}
/*内页案例*/
.ny-case .case-list {
    margin-bottom: 15px;
}
.ny-case .case-list .case-con {
    padding: 15px 10px;
}
.ny-case .case-list .case-con h5 {
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*产品列表*/
.ny-product .product-list,.related_product .product-list{
    border: 1px solid #efefef;
}
.product-list{
    position: relative;
    background:#fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
    transition: all 0.6s;   
}
.product-list .product-img{
    overflow: hidden;    
    transition: all 0.6s;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{
    padding: 10px 10px 0px;
}
.product-list h5{   
    font-weight: 300;
    font-size: 18px;  
    transition: all 0.6s;
}
.product-list .sortname{
    font-size: 12px;
    color: #474747;
}
.product-list .pmore{
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    color: #a9a9a9;
    display: inline-block;
    padding: 2px 25px;
    font-size: 14px;
    margin-top: 10px;
    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);
}
.product-list:hover .pmore{
    background-color: #004ea2;
}

@media (max-width: 992px){ 
	.product-list h5{  
	    font-size: 16px;  
	}
}

.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 .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;
    }  
    .ny-comm{ 
        padding: 20px 0px;
    }
}
/*产品展示详情 */
.product-info{
    background: #fff;
}
@media(max-width:991px){
    .product-info{  
        border: 0;
    }
}
.product-info img{
    width:100%;
    padding: 20px;
    border: 20px solid #f5f5f5;
}
.img-swiper .swiper-button-next{
    right: 0;
}
.img-swiper .swiper-button-prev{
    left: 0;
}
.product-con{
    padding: 25px 15px 5px 15px;
    background: #fff;
}
.product-con h1{
   font-size: 16px;
   color: #004ea2;
   margin-bottom: 20px;  
}
.product-con h1 span{
    display: block;
    font-weight: bolder;
    font-size: 40px;
    color: #181818;
}
@media(max-width:512px){
    .product-con h1{
        font-size: 14px;
    }
    .product-con h1 span{
	    font-size: 20px;
	}
}
.product-con .overview strong {
    margin: 10px 0px;    
    display: block;
    overflow: hidden; 
}
@media(max-width:991px){
    .product-con .overview{
        height: auto;
    }
}
.product-con .overview span{
    font-size: 20px;
    font-weight: bolder;
    color: #034496;
    display: block;
}
.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{ 
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin: 35px 0px 10px;   
}
.pro-wechat .tel a span{
    font-size: 14px;
}
.pro-wechat .online a{
    display: block;
    color: #fff;
    font-size: 18px;
    border-radius: 25px;
    padding: 7px 25px;
    text-align: center;
    background: olive linear-gradient(to right, #004ea2, #1181bc);
}
@media(max-width:991px){
	.pro-wechat .tel a {	    
	    font-size: 20px;
	    margin: 15px 0px 10px;
	}
}
.product-info-content {
    padding: 20px 0px;
    width: 100%;
    background: #fff;
}
.product-info-content p{
    margin: 10px 0px;
}
/*.product-info-content strong:after{
    display: block;
    content: "";
    width: 20px;
    height: 3px;
    margin: 5px 0px;
    background: #004ea2;
}*/
.product-info-content .product-info-title {
    margin-bottom: 20px;
    background: #f3f4f6;
}
.product-info-content h4{
    margin: 10px 0px;
    color: #004ea2;
}
.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 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>td:first-child{
    white-space: nowrap;
}
@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: 24px;
    color: #004ea2;   
    text-transform: uppercase;   
    margin-top: 50px;   
    margin-bottom: 20px;
    padding-top: 20px;   
    border-top: 3px solid #939393;
}
.related-title span{
    display: block;
    font-weight: bolder;
    font-size: 30px;
}
@media(max-width:512px){
    .related-title{
        font-size: 20px;
    }
}
.related-title::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #939393;   
    margin: -19px 0px 10px;
}
/* 新闻 he 实力*/
.ny-news .ny-news-list {    
    margin: 20px 0px;
    padding: 0px 10px 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px solid #e2e2e2;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding:10px 0px;    
    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.4;
    font-weight: 600;
    font-size: 16px;    
    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: "";
    display: block;
    background: transparent;
    width: 25px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px 0px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}
@media (max-width:991px){
	.ny-news .ny-news-list {
	    margin: 10px 0px;
	    padding: 0px 10px 10px;
    }   
}

/* 新闻详情页 */
.ny-news-info{
    padding: 0px 10px;
    width: 100%;
    margin: 0px auto;
    background: #fff;
}
.ny-comm .news-info-title{
    padding-bottom: 16px;   
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
    position: relative;
}
.ny-comm .news-info-title h1{
    font-size: 2.2rem;
    line-height: 3;
}
.ny-comm .news-info-title .date {
    color: #237939;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 2px 10px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -47px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    margin: 10px 0px;
}

.ny-news-info video{
	width:100%;
	min-height:450px;
}
@media (max-width:991px){
    .ny-news-info{
        padding: 0px  0px;
        width: 100%;
    }
    .ny-news-info .news-info-title h1{
        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 .contact-title{
    font-size: 18px;
    font-weight: bold;
}

.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
.map{
    border: 1px solid #e2e2e2;
    padding: 10px;
    background: #fff;
}
.map img{
    width:auto;
    max-width: none;
}
/* 在线留言 */
.message{
    box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
    margin-top:25px;
    padding: 25px; 
}
.message .mtitle{
    font-size: 22px;
    color: #fff;
    margin: 5px 0px; 
}
.message .msg-input {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.message-input{
    width: 100%;
    line-height: 40px;
    border: 0px solid #ddd;
    background: #f2f2f2;
    padding: 0px 10px;
}
.message-btn{
   width:100%;
   background: #004ea2;
   height:55px;
   font-size: 18px;
   font-weight: bold;
   border:none;
}
.form-control{
    height:55px;
    margin-bottom:10px;
}
.form-control1{
    height:120px !important;
}
/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#004080;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}
@media(max-width:767px){
    .contact .contact-title p {
        font-size: 20px;  
    }
    .messsage{
        margin-top: 20px;
    }
}