@charset "utf-8";
/* 内页头部 */
.ny-header{
    width:100%;
    height:95px;
    border-bottom:3px solid #004080;
    line-height: 92px;
    position: fixed;
    top:0;
    left:0;
    z-index:999;
    background:#fff;
}
.ny-header .nav>ul{
    margin:0;
}
.ny-header .nav>ul>li{
    display: inline-block;
    padding-left:20px;
}
.ny-header .nav>ul>li>a{
    display: block;
    padding:0 8px;
    position: relative;
}
.ny-header .nav>ul>li>a>b{
    display: block;
    height:3px;
    width:100%;
    background:#c73631;
    left:0;
    bottom:3px;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-header .nav>ul>li.active a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
.ny-header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
.ny-header .language{
    padding:0 20px;
    margin:0 15px;
}
.ny-header .header-tel strong{
    font-size: 20px;
    color:#004080;
}
.ny-header .header-tel span{
    font-size: 18px;
    color:#828282;
    position: relative;
    top:-1px;
}

.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:40px;
    top:40px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#2b2b2b;
    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:#2b2b2b;
    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);
}
header.on .m-btn span::before,header.on  .m-btn span::after, header.on  .m-btn span{
    background:#424242;
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {

	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-7px, 4px);
    -webkit-transform: rotate(-48deg) translate(-7px, 4px);
    -o-transform: rotate(-48deg) translate(-7px, 4px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-7px, -4px);
    -webkit-transform: rotate(48deg) translate(-7px, -4px);
    -o-transform: rotate(48deg) translate(-7px, -4px);
	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;
    }
    .ny-header{
        position: relative;
        position: fixed;
        height:70px;
    }
    .ny-header .logo {
        line-height: 70px;
    }
    .ny-header .logo img{
        height:40px;
    }
    .ny-header .language{
        line-height: 70px;
        padding-right:50px;
    }
    .ny-header .nav{
        position: absolute;
        left:-100vw;
        top:70px;
        width:70%;
        height:calc(100vh - 70px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    .ny-header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .ny-header .nav ul li{
        display: block !important;
        line-height: 40px !important;
        padding:0 20px;
    }
}

/* 关于我们 */
.about_main {
    position: relative;
    margin-top: 150px;
}
@media(max-width:991px){
    .about_main{
        margin-top: 60px;
    }
}
.about_main .about_title{
    width: 42%;
}
.pp_main{
    margin-bottom: 100px;
}
.pp_main .right_about{
    width: 42%;
    float: right;
    margin-top: -390px;
}
.about_title h2{
    font-size: 32px;
    line-height: 40px;
    margin-top: 8px;
}
.about_title h3{
    font-size: 27px;
    line-height: 35px;
    font-weight: lighter;
}
.about_title h4{
    margin-top: 10px;
    font-size: 38px;
    line-height: 40px;
    font-weight: lighter;
    margin-bottom: 30px;
}
.about_title p{
    font-size: 16px;
    line-height: 25px;
    font-weight: lighter;
    margin-top: 30px;
}
.about_main .right_img{
    margin-top: -444px;
    width: 100%;
    text-align: right;
}
.about_main .right_img img{
    width: 50%;
}
.pp_main .left_img{

    width: 100%;
    text-align: left;
}
.pp_main .left_img img{
    width: 50%;
}
.about_title{
    color: #2b2b2b;
}
.about_title h2{
    font-size: 32px;
}
.about_title h3{
    font-size: 27px;
}
.about_title h3{
    font-size: 27px;
}


@media(max-width:1629px){
    .about_main .right_img{
        margin-top: -385px;
    }
}
@media(max-width:1199px){
    .about_main .about_title{
        width: 100%;
    }
    .about_main .right_img{
        display: none;

    }
    .pp_main .left_img{
        display: none;

    }
    .pp_main .right_about{
        width: 100%;
        float: left;
        margin-top:0px;
    }
   
}
.list_img img{
    width: 100%;
    margin-top: 30px;
}
@media(min-width:1200px){
    .list_img{
        display: none;
    }
}
.top{
    margin-top: -175px;
    z-index: 2;
    position: relative;
}
/* 当前位置 */
.btn{
    background: #fff;
    border: 1px solid #e6e6e6;
}
.top1{
    position: relative;
    margin-top: -250px;
}
.top1{
    margin-top: -79px!important;
    margin-bottom: 30px;
}

@media(max-width:991px){
    
    .top{
        margin-top: -61px!important;
    }
    .top1{
        margin-top: -71px!important;
    }
}
.list_top .list{
    margin-top:18px;
    padding-top:18px;
    padding-bottom: 25px;
}
.list_top{
    background: rgba(0,0,0,0.5);
    position: relative;
    z-index: 8;
}
.list_top .list .top_list{
    color: #000;
    height: 50px;
    width: 159px;
    display: inline-block;
    margin-right: 8px;
    background: #fff;
    padding-left: 10px;
    line-height: 50px;
    border-radius: 4px;
    margin-top:15px;
}
.list_top .list .top_list:hover,.list_top .list .active{
    background: #ec2828;
    color: #fff;
}
.list_top .list .top_list i{
    margin-right: 8px;
}

.search-key ,.search-key li{
    font-weight: lighter;
}
.search-key li:last-child{
    font-weight: bold;
}
.position{
    position: relative;
    color: #fff;
}
.position h2{
    font-size: 40px;
    line-height: 36px;
    font-weight: lighter;
}
.position h3{
    font-size: 34px;
    font-weight: lighter;
}
.position h3::after{
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    margin-top: 10px;
    background: #ec2828;
}
.position img{
    margin-top: 10px;
}
.position ul{
    position: absolute;
    right: 0;
    top: 14px;
}
@media(max-width:767px){
    .position ul{
        display: none;
    }
}
.position li{
    display: inline-block;        
}
.position li a{
    color:#fff;
}
.position li.active a{
    color:#fff;
}
.ny-about{
    padding:0px 0px 50px;
    line-height: 30px;
    background: url(../img/about.jpg) no-repeat bottom center;
}
.ny-about p{
    margin:0;
}
.ny-about img,.ny-img img{
    max-width:100%;
}
.ny-img{
    position: relative;
    margin-bottom: 50px;
}
.ny-img .img-con{
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 40%;
    color: #2b2b2b;
    padding: 15px 30px;
    line-height: 1.6;
    background: rgba(0,136,229,0.8)
}
.ny-img .img-con h5{
    font-size: 32px;
}
.ny-img .img-con h5:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 15px 0px;
}


/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-ab-box{
   padding-top: 30px;
}
.ny-honor .honor-list img{
    max-width: 100%;
    max-height: 260px;
}
.ny-honor .honor-list {   
    text-align: center;   
}
.ny-honor .honor-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 260px;
    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 .case-list img{
    width:100%;
}
.ny-case .case-list {
    margin-bottom:30px;
    text-align: center;   
}
.ny-case .case-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 180px;
}
.ny-case .case-list p{
    line-height: 1.4;   
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
}
/*发展历程*/
/*发展历程*/
.history-box{
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .history-box h4 {
      font-size: 16px;
      font-weight: bold;   
      line-height: 30px;
  }
  .history-box .h4-1:before {
      display: block;
      content: '';
      width: 16px;
      height: 16px;
      background: url(../img/history.png) no-repeat center;
      position: absolute;
      left: -8px;
      top: 8px;
  }
  .history-box .p1 {
      font-size: 15px;
      line-height: 30px;
      margin: 20px 0;
  }
  .history1 {
      border-left: 1px solid #f0f0f0;
      padding-left: 30px;
  }
  .history2 {
      border-right: 1px solid #f0f0f0;
      padding-right: 30px;
      margin-left: 1px;
      text-align: right;
  }
  
  .history-box .h4-2:after {
      display: block;
      content: '';
      width: 16px;
      height: 16px;
      background: url(../img/history.png) no-repeat center;
      position: absolute;
      right: -8px;
      top: 8px;
  }
  .history-box img{
      display: block;
      margin: 0 auto;
      width: 80%;
  }

.timeline{padding-top:80px;overflow: hidden;}
.timeline .tit{text-align:center; font-size: 36px; color:#333;margin:15px 0 45px}
.timeline .tit span{
    display: block;
    font-size: 24px;
    color: #666666;
}
.timeline ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}
.timeline ul li:nth-child(2n){
    padding-left: 54%;
    text-align: left;
}
.timeline ul li:nth-child(2n+1){
    padding-right: 54%;
    text-align: right;
}
.time-con::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    z-index: 2;
    background: #0088e5;
    border: 3px solid #7fc3f2;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #0088e5;
}
.timeline ul li:nth-child(2n+1) .time-con::after{
    left: auto;
    right: calc(50% + 6px);
}
.timeline ul li::before,.timeline ul li::after{
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(50% - 4px);
    left: 50%;
    background: #0088e5;
    margin-left: -1px;
}
.timeline ul li::after {
    top: auto;
    bottom: 0;
}
.time-con{
    display: inline-block;
    min-width: 40%;
    min-height: 40px;    
    border-radius: 4px;
    padding: 15px 20px;
    cursor: pointer;
}
.time-con h4{
    font-size: 26px;
    color: #0088e5;
}
.main{
    padding-bottom: 50px;

    background: #fff;
}
.main .contents{
    margin-top: 50px;
    background: #f6f6f6;
   
    font-size: 16px;
}
@media(max-width:991px){
    .main .contents{
        margin-top: 0px !important;
    }
}
.main .content p{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
}
.messsage{
    padding-bottom: 30px;
}
@media(max-width:991px){
    .main{
        margin-top: 20px;
        background: #f6f6f6;
    }
    .main .content{
      
        background: #f6f6f6;
        padding: 0px;
        
    }
    
}
/* 产品展示 */
.content.content1{
    padding-top: 50px;
}
.contents .ny-comm-box.product .top_li_nav{
    margin-top: 50px;
}
.ny-comm{
    position: relative;  
}
@media(max-width:991px){
    
    .product{
        background: none;
    }
}
.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{
    min-height: 500px;
    position: relative;
    overflow: hidden;

}
.ny-comm .comm-left{
    width: 24%;
    padding: 50px 40px;
    float: left;
    background: #2b2b2b;
}

.ny-comm .ny-title{
   font-size: 30px;
   font-weight: lighter;
   text-transform: uppercase;   
}
.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: 70px;
    height: 3px;
    background: #013a7e;
    margin: 15px 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;
}
#right{
    min-height: 610px;
}
/*产品类别*/
.ny-comm .comm-left .cstlayer{
    font-size: 26px;
    font-weight: bolder;
    color: #3c4a76;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background: url(../img/h.jpg) no-repeat bottom left;
}
.ny-comm .comm-left .ny-nav li a{   
    color: #fff;
    font-size: 16px;   
    display: block;
}
.ny-comm .comm-left .ny-nav li a i{
    font-size: 14px;
    font-weight: lighter;
}
.ny-comm .comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    color:#013a7e;
}
.ny-comm .comm-left ul.subnav{
    padding:0px 0px;
    margin-bottom: 10px;
}
.ny-comm .comm-left ul.nonesub li a,
.ny-comm .comm-left ul.subnav li a{
    display: block;
    padding:8px 10px 8px 10px;
    line-height: 1.3;
    font-size: 18px;
    color: #fff;   
    font-weight: lighter;
}
.ny-comm .comm-left ul.nonesub li .active,
.ny-comm .comm-left ul.subnav li .active{
    color:#cd2009 ;
}
.ny-comm .comm-left ul.nonesub li,
.ny-comm .comm-left ul.subnav li{
    display: block; 
    position: relative;  
    margin: 10px 0px 10px 0px;    
    border-bottom:1px solid #464646;
}
.ny-comm .comm-left ul.nonesub li:after,
.ny-comm .comm-left ul.subnav li:after{
    display: block;
   content: "";
   width: 10px;
   height: 1px;
   margin-bottom: -1px;
   background: #cd2009;
}
.ny-comm .comm-left ul.subnav li span{
    display: block;
}
.ny-comm .comm-left ul.subnav li a:before{
    content: "•";
    position: absolute;
    left: 0px;
}
.ny-comm .comm-left ul.nonesub li a:hover,
.ny-comm .comm-left ul.subnav li a:hover,.ny-comm .comm-left ul.subnav li.subactive a{
    color: #cd2009;
}
.ny-comm-box .comm-right .pname{
    font-size: 26px;
    margin-bottom: 30px;
}
.ny-comm-box .comm-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
/*每个分类列表*/
.ny-nav .nav-con .nav-ico{
	width: 100%;
	height: 260px;
	background: #f6f6f6;
}
.ny-nav .nav-con h5{
	line-height: 1.25;
	font-size: 18px;
	padding: 20px 15px;
}
.nav-con ul li a{
	border-bottom: 1px solid #f6f6f6;
	display: block;
	line-height: 2;
}
/*产品列表*/

.product_top{
    width: 100%;
   
}


.product .left p{
    line-height: 24px;
    font-size: 16px;
    font-weight: lighter;
}
.product .right{
    text-align: left;
}
.product .right h2{
    font-size: 33px;
    font-weight: lighter;
}
.product .right h3{
    font-size: 33px;
    color: #383838;
    font-weight: lighter;
}
/* @media(max-width:991px){
    .product .left{
        width: 100%;
    }
    .product .right{
        display: none;
    }
} */
.product-list .product-img{
    border:1px solid #e6e6e6;
}
.product-list{
    margin-bottom: 20px;
}
.product-img{
    overflow: hidden;
}
.product-list img{
    width:100%;
}
.product-list img{
    transition-duration:1s;
}
.product-list:hover img{
    transform:scale(1.1);
}
.product-list h5{
    line-height: 50px;
    font-size: 18px;
    font-weight: lighter;
    color: #2b2b2b;
}
.product-list h5 i{
    font-size: 20px;
    color: #686868;
}

.product-list:hover h5{
    color: #0088e5;
}

.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;
    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;
        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:20px 0;
    }
    .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-info{
    border: 1px solid #efefef;
    margin-bottom: 30px;
}
@media(max-width:991px){
    .product-info{  
        border: 0;
    }
    
}
.product-info img{
    width:100%;
    padding: 0px;
}
@media(max-width:991px){
    .product-info .img{
        text-align: center;
        width: 100%;
    }
    .product-info .img img{
        max-width: 400px;
    }
}
.product-con{
    padding: 25px 15px 5px 15px;
}
.product-con h5{
   margin-bottom: 10px;  
}
.product-con h5 span{
    display: block;
    font-weight: bolder;
    font-size: 30px;
    color: #eecc45;
}
@media(max-width:512px){
    .product-con h5{
        font-size: 20px;
    }
}
.product-con .overview{
    font-size: 14px;
    line-height: 1.6;
    height: 260px;
    overflow: hidden; 
}
.product-con .overview strong{
    margin-top: 5px;
    display: block;
}
@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{   
    margin: 10px auto 0px;
    font-size: 16px;
    text-align: center;
}
.pro-wechat .tel{    
    padding: 6px 15px;
    background: #dedede;
    border-radius: 3px;
}
.pro-wechat .wechat{
    background: #fdbb35;
    padding: 6px 15px;
    border-radius: 3px;
}
.product-info .product-info-content {
    font-weight: 400;
    font-size: 16px;
    padding:6px 0;
}
.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;
}

.product-info-content table{
    font-size: 14px;
}
.product-info-content table tr td{
    padding: 25px 10px;
}
.product-info-content table tr td strong{
    white-space: nowrap;
    color: #024394;
}
.product-info-content table tr td em{    
    font-style: normal;
    font-weight: bold;
    font-size: 16px; 
}
.product-info-content table h4{
    background: #d9edf7;
    color: #d2000d;
    font-weight: bold;
    line-height: 2;
    padding: 5px 25px;
    border-radius: 25px;
    margin-bottom: 10px;
}
.product-info-content ul li:first-child{
    background: #e4e4e4;
    padding: 8px 25px;
    font-weight: bold;
    line-height: 2;
    border-radius: 25px;
    margin-bottom: 10px;
}
.product-info-content ul li{
    background:#ffffff;
    border: 1px solid #f3f3f3;
    padding: 8px 25px;
    line-height: 2;
    border-radius: 25px;
    margin-bottom: 10px;
}

.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 30px;
    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;
    }
}
.ny-comm .comm-left{
    width: 24%;
    padding: 50px 40px;
    float: left;
    background: #2b2b2b;
}
.ny-comm .comm-right{
    width: 76%;
    padding: 50px 40px;
    background: #f6f6f6;
    float: right;
}
@media(max-width:991px){
    .ny-comm .comm-right{
        width: 100% !important;
        padding: 0 !important;
    }
}
.ny-comm .rights{
    width: 100% !important;
}
/*产品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;
}

/* 新闻 */
.ny-news-img{
    line-height: 180px;
}
.ny-news-img img{
    width: 100%;
}
.ny-news-list{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.ny-news  .ny-news-list:first-child{
    padding-top: 0;
}
.ny-news-content{
    padding:40px 40px 40px 50px;
    position: relative;
}
.ny-news-i{
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 38px;
    color: #6666;
    font-size: 18px;
}
.ny-news-title{
  
    font-size: 18px;
    line-height: 24px;
}
.ny-news-list:hover .ny-news-title,.ny-news-list:hover .ny-news-i{
    color: #ec2828;
}
.ny-news-p{
    font-size: 12px;
    color: #6666;
    line-height: 24px;
}
.ny-news-intro{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 新闻详情页 */
.ny-news-info{
    padding:50px 0;
}
.ny-comm .news-info-title{
    padding-bottom: 10px;   
    border-bottom: 1px solid #e6e6e6;
}
.ny-comm .news-info-title p{
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0 0;
    line-height: 1.2;
    color: #2b2b2b;
}

.ny-comm .news-info-title .category {
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.theme-main,.news-info-title .date,.theme-main a{
    color: #2b2b2b;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    padding-bottom: 30px;
    left: auto;
    right: auto;
    margin: 0 auto;
   
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail img{
    max-width: 100%;
}

@media (max-width:991px){
    .ny-news-info{
        padding:20px 0;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .position{
        padding:0;
        
    }
    .position ul li{
        padding:20px 0 20px 20px;
    }
    .position h2{
        font-size: 32px;
    }
    .position h3{
        font-size: 28px;
        margin-top: 0;
    }
    .position img{
        margin-top: 0;
    }
}


/* 联系我们 */

.contact .contact-title{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    font-weight: lighter;
}
.contact{
    color: #000;
}
.contact h2{
    font-size: 24px;
    color: #2d4798;
    margin-top: 8px;
    margin-bottom: 4px;
}
@media(max-width:991px){
    .contact{
        margin-top: 30px;
    }
    .contact h2{
        margin-top: 20px;
    }
}
.contact h3{
    font-size: 37px;
    color: #000;
}
.contact h4{
    margin-top: 10px;
    font-size: 38px;
    line-height: 40px;
    font-weight: lighter;
    margin-bottom: 30px;
}

.contact ul {
    margin-top: 10px;
}
.contact p{ 
    line-height: 2;  
    color: #2b2b2b;  
    
    font-size: 18px;
}
.contact p span{
    font-size: 18px;
    margin-right: 10px;
}

.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}

/* 在线留言 */
.message{
    margin-top: 85px;
}
.message .input{
    margin-top: 15px;
    width: 32.6%;
    height: 60px;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-left: 22px;
    color: #2b2b2b;
}
@media(min-width:992px){
    .message .input{
        width:33%;
    }
    
}
@media(max-width:992px){
    .message{
        margin-top: 20px;
    }
}
.message .nei{
    margin-top: 15px;
    width: 100%;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-left: 22px;
    padding-top: 20px;
}

.message {
    width: 100%;
    text-align: center;
}
.message .textarea{
    border-radius: 4px;
}
textarea{
    color: #2b2b2b;
}
.message .submit{
    margin-top: 2px;
    width: 100%;
    height: 60px;
    background: #cd2009;
    border: 0;
    color: #fff;
    border-radius: 4px;
}


input,textarea{ outline:none; }
/* 搜索页面 */
.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;
    }
}
@media(max-width:991px){
    .list_top{
        display: none;
    }
}


@media(max-width:1629px){
    .pre-next p:last-child{
        margin-top: 4px;
        text-align: left !important;
    }
}
.product-content{
    color: #2b2b2b;
    font-weight: lighter;
}
.product-content p{
    font-size: 18px;
    line-height: 26px;
}
.product-content .p{
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
}
.product-content .p:last-child{
    margin-bottom:0px;
   
}

.news-info-content img{ 
    width: 100%;
    max-width: 800px;
    
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}