@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:32px;
}
.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;
    z-index: 9; 
}
.ny-ban .ny-title h5.cntitle{
    font-size: 45px; 
    line-height: 1;    
}
.ny-ban .ny-title h5.entitle{
    font-size: 40px; 
    text-transform: uppercase;
    font-weight: lighter;  
}
.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;
    }
    .ny-ban img {       
        width: 150%;
        margin-left: -25%;
    }
}
/* 当前位置 */
.position{
    position: relative;    
    padding: 15px 0px;
    line-height: 45px;
    border-bottom: 1px solid #f2f2f2;  
}
.position span {
    font-weight: 600;
    color: #004388;
}
.position ul{
    display: flex;   
} 
.position ul li{  
    padding: 0px 8px;
}
.position ul li a:hover{
    font-weight: bold;
}
.position ul.ny-nav li{
    padding: 0px 0px;
}
.position ul.ny-nav li a{    
    font-size: 1.125rem;   
    padding-right: 10px;
    margin-right: 10px;      
    transition: .6s;
    position: relative;
    display: block;   
}
.position ul.ny-nav li a:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    right: 0px;
    top: 50%;
    background: #ddd;
    margin-top: -10px;
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{    
    color: #5a8d00;
    font-weight: 600;
}
/* 搜索 */
.search{
    position: relative;
    display: inline-block;
    float: right;
    width: 250px;
    margin-top: 30px;
}
.search .search-box form{
    width:100%;
    height:100%;
}
.search .search-box form input{
    width:100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e3e3e3;
    background: transparent;
    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: 0px;
    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){
   .position{
        padding: 0px 0px;
    } 
}
/*关于我们*/

.about-con h5{	
	font-size: 20px;
	margin: 10px 0px;
}
.about-con h5:after{
	display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #3cb149;
    margin: 10px 0px;
}
.about-con h3{	
	font-size: 18px;
	margin: 10px 0px;
}
.about-con p{
    margin-bottom: 10px;
}
.imglist{
    position: relative;    
    margin-top: 20px;
}
.imglist img{
    margin: 15px 0px;
    border-radius: 0px;
    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){   
    .imglist{
       overflow: hidden;
    }
}
/* 荣誉证书 */
.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;
}
/*研发团队*/
.team-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team-list ul li{
    width: 49%;
    margin: 15px 0px;
    padding: 1.5% 1.5%; 
    display: flex;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
}
.team-list ul li .team-img{
    width: 40%;
}
.team-list ul li .team-con{
    width: 57%;   
    padding-right: 10px;
    text-align: justify;
}
.team-list ul li .team-con div{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.team-list ul li .team-con h5{
    font-size: 20px; 
}
.team-list ul li .team-con h5:after{
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    margin: 10px 0px;
    background: #5a8d00;
}
/*企业文化*/
.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:40px 0px;
    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: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}
.ny-case .ny-case-list .ny-case-intro{
    font-size: 14px;
    margin-top:10px;
}

@media (max-width:991px){
      
    .ny-case .ny-case-list {
        margin: 10px 0px;
        padding-bottom: 10px;
    }
    .ny-case .ny-case-list .ny-case-img{
        padding-right:0;
        margin-top: 30px;
    }
    .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;
    }   
}

/*发展历程*/

.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: #3cb149;
    border: 3px solid #a9ffb3;
}

.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #efefef;
}
.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: #efefef;
    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: 20px 20px;
    cursor: pointer;
    background-color: #fff;
}
.time-con h4{
    font-size: 18px;
    color: #3cb149;
    text-align: left;
    margin: 10px 0px;
}
.time-con p{
    text-align: left;
}
.main{
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;    
}
.ny-comm{
    min-height: 400px;
    position: relative;
    overflow: hidden;
}
.ny-comm .comm-left{
    width: 20%;
    padding: 0px 0px;
    float: left;
}
.ny-comm .comm-right{ 
    width: 76%;
    background: #fff;
    padding: 15px 30px;    
    float: right;
}
.ny-comm .ny-title{
   font-size: 26px;
   font-weight: 600;
   line-height: 2.5;   
   margin-bottom: 35px;
}
.ny-comm .ny-title:after{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #5a8d00;
    margin-bottom: -2px;
}
@media(max-width:767px){
    .ny-comm .ny-title {
        font-size: 20px;
    }
    .ny-comm .ny-title span, .ny-comm .ny-title strong{
        font-size: 30px;
    }
    .main{
        padding-top: 30px;
        padding-bottom: 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: 22px;
    font-weight: bolder;
    color: #fff;
    padding: 15px 20px;
    background: #5a8d00;
}
.ny-comm .comm-left .ny-nav{
    background: #fff;
    padding: 15px 20px 20px;
    margin-bottom: 25px;
}
.ny-comm .comm-left .ny-nav li{
    position: relative;
    line-height: 1.4;
    padding: 10px 10px 10px 0px;   
    border-bottom:1px solid #e2e2e2;
}
.ny-comm .comm-left .ny-nav li a{    
    display: block;
}
/*.ny-comm .comm-left .ny-nav li a:before{
    content: "•";
    position: absolute;
    left: 0px;
}*/
.ny-comm .comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    color:#5a8d00;
}


/*案例*/
.ny-case .cooper-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #dcdcdc;
}
.ny-case .cooper-content{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.ny-case .cooper-content li{
    width: 19%;
    margin: 15px 0.5%;
}
.ny-case .cooper-content li h5{
    line-height: 1.4;   
    overflow: hidden;
    font-size: 14px;
    padding: 15px 0;
}   
.case-info{
    margin-bottom: 80px;
}
.case-info h5{
    font-size: 36px;
    font-weight: 700;
}
.ny-case .case-list {
    margin-bottom:30px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.ny-case .case-list i{
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.ny-case .case-list h5{
    line-height: 1.4;   
    overflow: hidden;
    font-size: 16px;
    padding: 15px;
}   
.ny-case .case-list h5:after{
    content: "";
    display: block;
    background: #e93404;
    width: 25px;
    height: 2px;
    margin: 5px auto;
}
.ny-case .case-list img{
    width:100%;
    transition: all 0.6s;
}
.ny-case .case-list:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*Customized Cooperation Process*/
.ny-process .process-list {
    margin: 15px 0px;
    background: #fff;
    border: 1px solid #efefef;    
    padding: 30px 30px;    
    transition: all 0.6s;  
}
.ny-process .process-list:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
}  
.ny-process .process-list span{ 
    display: block;
    overflow: hidden;
    min-height: 50px;    
}
.ny-process .process-list ul{
    display: flex;
    justify-content: space-between;
}
.ny-process .process-list ul li{
    width: 49%;
}
/*产品列表*/
.related_product .product-list{
    border: 1px solid #efefef;
}
.product-list{
    position: relative;
    background: #fff;
    background-size: cover;
    border-radius: 3px;
    transition: all 0.6s;
    padding: 5% 5%;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
}
.product-list .product-img{
    overflow: hidden;
    position: relative;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{
    padding-top: 5%;
    transition: all 0.6s;
    text-align: center;
}
.product-list .pro-con h5{
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.6s;
    margin-bottom: 15px;
}
.product-list .pro-con h5 span{
    display: block;
    font-weight: 300;
    font-size: 14px;
}
.product-list .pmore {    
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    padding: 5px 15%;
    transition: all 0.6s;
}
.product-list:hover{
    box-shadow: 5px 5px 10px 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 .pro-con{
    font-weight: 600;
}
.product-list:hover .pmore{
    background: #5a8d00;
    color: #fff;
}
@media (max-width:992px){
    .product-list .pro-con h5{
        font-size: 14px;
    }
}

.ny-pro-list .ny-pro-img{
    overflow: hidden;
    padding: 10px;
}
.ny-pro-list .ny-pro-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-pro-list .ny-pro-title{
    background: #f2f2f2;
    padding:8px 15px;
    font-size: 18px; 
    height: 70px;
    transition: all 0.6s;
}
.ny-pro-list:hover .ny-pro-title{
    background: #0088e5;
    color:#fff;
}
.ny-pro-list:hover{
    box-shadow: 0 0 10px #bbb;
}
.ny-pro-list:hover .ny-pro-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;
    background: #5a8d00;
    color: #fff;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:260px;
    overflow: auto;
}
.ny-comm .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
.ny-product .product-box{
    padding: 50px 50px;
    background: #fff;
}
@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;
    }
    
    .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-list,.ny-process .process-list{	    
	    padding: 10px 10px;
	}
	.product-list .pro-con h5 {
	    font-size: 16px;
	    padding: 10px 0px;
	}
	.ny-product .product-box{
		padding: 20px 10px;
	}
	
}

/*产品展示详情 */
.product-info{   
    margin-bottom: 30px;
}
.product-info img{
    width:100%;
    padding: 0px;
}
.product-info .adv-img{
    border: 1.5rem solid #e5e5e5;
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 2;       
}
.product-con{
    padding: 10px 15px 0px 20px;
}
.product-con h5{
   font-size: 1.6rem;
   padding-bottom: 15px;
   border-bottom: 1px solid #dedede;
   margin: 15px 0px;
}
.product-con h5 span{
    font-size: 1.0rem;
    display: block;
    color: #56953b;   
    padding: 5px 0px;   
}
.product-con .overview strong{
    font-size: 2.0rem;
    font-weight: 600;
    border-top: 2px solid #f6f6f6;
    display: block;
    padding-top: 10px;
    margin: 10px 0px 0px;
}
.product-con .overview ul li{
    position: relative;
    padding-left: 15px;
    margin: 2px 0px; 
}
.product-con .overview ul li:before {
    content: "•";
    position: absolute;
    left: 0px;
    top: -2px;
    line-height: 1.0;
    font-size: 1.5rem;
}
.product-con .overview{
    margin-bottom: 20px;
}
.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: 0px 0px;
    width: 40%;
    text-align: center;
}
.pro-wechat .tel a,.pro-wechat .online a{    
    padding: 8px 25px;
    display: block;
    font-weight: 400;
    color: #fff;
    background: #01c1d8;
    border-radius: 30px;
}
.pro-wechat .online a{
    background: #5a8d00;
}
.product-info-content {
    background: #fff;
    font-weight: 400;   
    padding: 15px 15px;
}
.product-info-content img{
    margin: 0px auto 10px;
    width: auto;
    max-width: 100%;
}
.product-info-content h5 {
    font-size: 1.25rem;
    color: #5a8d00;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px;
    margin-bottom: 20px;
}
.product-info-content table{
    border-bottom: 1px solid #dedede;
}
.product-info-content 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: 10px 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>th, .table>tfoot>tr>th{
    background-color: #5a8d00;
    color: #fff;
}
@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;
    }
}

/*相关下载*/
.downlist ul li{
    padding: 15px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
}
.downlist ul li span{
    float: right;
}
.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: 22px;
    text-transform: uppercase;    
    margin-bottom: 25px;
    line-height: 2.5;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;
    padding-top: 20px;
}
@media(max-width:512px){
    .related-title{
        font-size: 20px;
    }
}
.related-title::after {
    display: block;
    content: "";
    width: 50px;
    height: 3px;
    background: #5a8d00;
    margin-bottom: -2px;
}

/* 新闻 */
.article-list.list-none ul li{
    border-bottom: 1px solid #eaeaea;
}

.article-list.list-none ul li a span{
    float: right;
}
.article-list.list-none ul li a{
    padding: 10px 0px;
    display: block;
}
.article-list.list-none ul li a i{
    font-style: normal;
    font-size: 9px;
}
.ny-news .ny-news-list {
    padding:10px;
    margin-bottom:40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-img img{
    max-width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding:15px 20px 20px 0;
    border-bottom:1px solid #ddd;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{
    color:#b1b1b1;
    display: block;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    width: 100%;
    font-size: 14px;    
    color:#828282;
    margin-top:10px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
    background: #fff;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}

@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
    }
    .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 .ny-news-list .ny-news-content{
        padding:10px 0 10px 0;
    }
}
/* 新闻详情页 */
.ny-news-info{
    width: 70%;
    padding:20px 0px;
    margin: 0px auto;
}
.ny-comm .news-info-title{   
    padding-bottom: 16px;   
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
    position: relative;
}
.ny-comm .news-info-title p{
    font-size: 1.5rem;    
    font-weight: bold; 
}
.ny-comm .news-info-title .date {
    color: #5a8d00;
    font-size: 14px;
    display: inline-block;
    padding: 2px 10px;
    background: #f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -47px;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img{
    max-width: 100%;
    width: auto;
    margin: 15px 0px;
}
.ny-news-info .news-info-content p{
	margin: 10px 0px;
}
.ny-news-info .news-info-content video{
    width: 100%;
}
@media (max-width:991px){

    .ny-news-info{
        padding:20px 0;
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
}

/* 领军人物 */
.ny-leader ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ny-leader ul li {
    width: 49%;
}
@media (max-width:991px){
	.ny-leader ul li {
	    width: 100%;
	}
}


/*技术实力*/
.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: 20px;
    font-weight: bold;
}
.contact ul li{ 
    margin: 30px 0px;
}
.contact .cimg{ 
    border: 1px solid #efefef;
    padding: 10px;
    text-align: center;   
    background: #fff;
}
.contact .cimg p span{
    display: block;
    font-size: 14px;
} 
.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 .msg-txt{
    margin-bottom: 20px; 
}
.form-control{
    height:45px;   
    border-radius: 0px;
    margin-bottom:10px;
}
.message-box .form-control{
    height:45px;   
    border-radius: 0px;
    padding-left: 30px;
    margin-bottom:10px;
    border: none;
    border-bottom: 1px solid #c0c0c0;
}
.message-box #contacts{
    background: url(../img/u.png) no-repeat left center;
}
.message-box #mobile{
    background: url(../img/p.png) no-repeat left center;
}
.form-control1{
    height:100px !important;   
}
.message-btn button{
    width:100%;
    height:45px;
    font-size: 18px;
    font-weight: bold;
    border:none;
    font-style: italic;
    border-radius: 0px;
    background-color: #5a8d00;
}
.message-box button.msg-btn{
    width:100%;
    height:45px;
    color: #858484;   
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid #c0c0c0;
    background-color: transparent;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:767px){
    .contact ul li {
        text-align: left;
        margin: 10px 0px;
    }
    .contact .contact-title{
        font-size: 18px;  
    }
    .contact ul li span{
        font-size: 16px;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        line-height: 30px;
        float: left;
    }
    .contact ul li p {
        padding: 5px 0px;
    }
    .messsage{
        margin-top: 20px;
    }
}