@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:#000;
    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:#000;
    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;
    background-color: #29b8e2;;
    min-height: 100px;
}
.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: 50px; 
    font-weight: 600;
    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;
    background: #fff;   
    padding: 12px 0px;
    line-height: 45px;
    border-bottom: 1px solid #f2f2f2;  
}
.position span {
    font-weight: 600;
    color: #ff2d2d;
}
.position ul{
    display: flex;   
} 
.position ul li{  
    padding: 0px 2px;
}
.position ul li a:hover{
    font-weight: bold;
}

.position ul.ny-nav li a{    
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
    margin-right: 10px;      
    transition: .6s;
    border-right: 1px solid #2b2b2b;
}
.position ul.ny-nav li:last-child a{
    border-right: 0px;
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{    
    color: #c09f74;
}
/* 搜索 */
.search{
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 0px;
}
.search form{
    width:100%;
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    height: 35px;
    line-height: 35px;
    border:1px solid #f4f5f6;
    background: #f4f5f6;
    padding:0px 20px;
    border-radius: 25px;
    text-transform: uppercase;
}
.search form input:-moz-placeholder {
    font-size: 14px;
}
.search form input:-ms-input-placeholder{
    font-size: 14px;
}
.search form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search form button{
    background:transparent;
    position: absolute;
    right: 5px;
    top: -1px;
    border:none;
    width: 50px;
    color:#363433;
    height:100%;
}
.search form button i{
    font-size: 18px;
}
@media (max-width:992px){
    .search{
        height:60px;
    }
    .search .keywords{
        overflow: hidden;
        text-overflow:ellipsis;
        line-height: 60px;
    }
}
/*关于我们*/
.ny-about .about-con img{
    width: auto;
    max-width: 100%;
}
.ny-about .about_c li{
    padding-right: 15px;
    padding-left: 15px;
}
.ny-about .ser-con{
    position: relative;
    transition: all 0.3s;
    padding: 0px 0px;
}
.ny-about .ser-con img{        
    width: 100%;
}
.ny-about .ser-txt{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bolder;
}
@media(max-width:991px){
    .ny-about .ser-txt{
        font-size: 18px;
    }
}
.ny-about .ser-txt p{
    display: block;
    font-size: 12px;
    color: #c9c9c9;
    font-weight: normal;
    text-transform:uppercase;
}
.ny-about .ser-con:hover{
    margin-top: -5px;
}
/* 荣誉证书 */
.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 .case-list {  
    padding-bottom: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-case .case-list .case-img img{
    width:100%;   
    transition: all 0.3s;
    opacity: 1.0
}
.ny-case .case-list:hover .case-img img{
   opacity: 0.85;
}
.ny-case .case-list h5{ 
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;   
}
@media (max-width:991px){
      
    .ny-case .case-list {
        margin: 10px 0px;
        padding-bottom: 10px;
    }
    .ny-case .case-list .case-img{
        margin-top: 10px;
    }
    .ny-case .case-list h5 {        
        font-size: 14px;
    } 
}

/*发展历程*/

.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%;
}

.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: #c09f74;
    border: 3px solid #eacea8;
}

.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;
    background: #efefef;
    min-width: 40%;
    min-height: 40px;
    border-radius: 4px;
    padding: 15px 20px;
    cursor: pointer;
}
.time-con h4{
    font-size: 24px;
    color: #c09f74;
}
.main{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;   
}
.ny-comm{    
    position: relative;
    background: #fff;
}
.ny-comm .comm-left{
    width: 22%;    
    float: left;
}
.ny-comm .comm-right{ 
    width: 78%;
    padding: 0px 0px 0px 40px;    
    float: right;
}
.ny-comm .ny-title{
   font-size: 25px;
   font-weight: 400;
    margin-bottom: 15px;
}
@media(max-width:767px){
    .main{    
        padding-top: 30px;
        padding-bottom: 30px;    
    }
    .ny-comm .ny-title {
        font-size: 20px;
    }
}
.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: 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 .ny-nav{    
    padding: 30px 30px;
    background: #000;
}
.ny-comm .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.ny-comm .ny-nav li.active ul.subnav{
    display: block;
}
.ny-comm .ny-nav li{
    width: 100%;
    display: block;
}
.ny-comm .ny-nav li a{
    display: block;
    padding: 15px 10px 15px 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 400;
    color: #6c5d00; 
    position: relative;
    background: #feff00;
}
.ny-comm .ny-nav li.onenav{
    width: 100%;
    display: block;
}
.ny-comm .ny-nav li.onenav a{
    display: block;
    color: #000;
    padding: 15px 10px 15px 20px;
    text-align: left;
    border-bottom:2px solid #2b2b2b;
}
.ny-comm .ny-nav li.onenav.active a,.ny-comm .ny-nav li.active a.on,.ny-comm .ny-nav li a:hover{
    color: #fff;
    background: #6c5d00;
}
.ny-comm .ny-nav ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 35px;
    line-height: 1.3;
    font-size: 14px;
    color: #fff;   
    font-weight: lighter; 
}

.ny-comm .ny-nav ul.nonesub li a:hover,
.ny-comm .ny-nav ul.subnav li a:hover,.ny-comm .ny-nav ul.subnav li a.subactive{
    color: #ff2121;
}
.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-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-desc{ 
    overflow: hidden;    
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*解决方案详情页*/
.ny-case .sol-img {
    position: relative;
    margin-bottom: 20px;
}
.ny-case .sol-img img{
    width: 100%;
}
.ny-case .sol-img .sol-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
}
.ny-case .sol-img .sol-title::after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #f8b62b;
}
/*合作伙伴*/
.ny-partner h3{
    font-weight: 400;   
    font-size: 30px;
   
} 
.ny-partner h5{
    font-weight: 400; 
    font-size: 24px;
    padding-top: 15px;
}   
.ny-partner a strong{
    font-weight: 600;
    color: #ea5404;
}
.ny-partner .btn-warning{
    border-radius: 0px;
    padding: 9px 20px;
    margin: 20px 0px;
}
.ny-partner .experience {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny-partner .experience li{
    width: 23.5%;
    padding: 25px;
    background: #fff;
    margin-bottom: 20px;
    transition: all 0.6s;
}
.ny-partner .experience li h6{
    font-size: 25px;
    margin-bottom: 10px;
}
.ny-partner .experience li:hover{
    background: #2b2b2b;
    color: #fff;
}
@media (max-width: 992px){ 
    .ny-partner h3 {        
        font-size: 20px;
    }
    .ny-partner h5 {    
        font-size: 18px;
    }
    .ny-partner .experience li {
        width: 49%;
    }
    .ny-partner .experience li h6 {
        font-size: 18px;
    }
}
/*品质探索*/
.ny-pro-list{
    overflow: hidden;
    margin-bottom: 60px;
}
.ny-pro-list:after{
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #dddddd;
    margin: 10px 0px;
    transition: all 0.6s;
}
.ny-pro-list .ny-pro-img{
    overflow: hidden;    
}
.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{
    font-size:30px; 
    margin-bottom: 25px;
    transition: all 0.6s;
}

.ny-pro-list:hover .ny-pro-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

/*智能化*/
.ny-intelligent h3{
    font-size: 32px;
    margin-bottom: 25px;
}
.inte-list{
    overflow: hidden;
    margin: 60px 0px;
}
.inte-list .inte-img{
    overflow: hidden;    
}
.inte-list .inte-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.inte-list .inte-content h5{
    font-size: 25px; 
    margin: 25px 0px;
}
.inte-list .inte-more{
    font-size: 18px;
    background: #2b2b2b;
    color: #fff; 
    display: block;
    padding: 8px 15px;
    text-align: center;
    margin: 25px 0px;
    transition: all 0.6s;
}
.inte-list:hover .inte-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.inte-list:hover .inte-more{
    background: #fe9802;
}
/*现场勘察*/
.ny-scene .row{
    margin-bottom: 60px;
}
.scene-con ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;       
}
.scene-con ul li{
    width: 20%;
    line-height: 1.1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    font-size: 14px;    
    font-weight: 300;    
}
.scene-con ul li strong{  
    font-size: 45px;
}
.scene-con ul li p{ 
    font-size: 22px;
}
.scene-con ul li:last-child{
    width: 100%;
}
@media (max-width:991px){ 
    .ny-intelligent h3 {
        font-size: 22px;
    }
    .inte-list {
        margin: 20px 0px;
    }
    .inte-list .inte-more {
        font-size: 14px;
    }
    .inte-list .inte-content h5 {
        font-size: 18px;
        margin: 15px 0px;
    }
    .scene-con ul li { 
        font-size: 14px;
    }
    .scene-con ul li span{        
        font-size: 24px;
    } 
    .scene-con ul li p {
        font-size: 16px;
    }
}
/*量身定制*/
.ny-custom ul li{
    width: 100%;
    margin-bottom: 60px;
}
.ny-custom ul li h3{
    font-size: 40px;
}
.ny-custom ul li h6{
    font-size: 30px;
    font-weight: 500;
}
.ny-custom ul li .custom-title{
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
}
.ny-custom ul li img{
    margin: 15px 0px;
}
/*品牌故事*/
.ny-brand .experience {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny-brand .brand-con{
    padding: 50px 30px;
    background: #fff;
    margin-bottom: 20px;
    transition: all 0.6s;
}
.ny-brand .brand-con .en-title{
    font-size: 50px;
    color: #eaeaea;
    min-height: 200px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.6s;
}
.ny-brand .brand-con h5{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.ny-brand .brand-con .brand-desc{
    min-height: 240px;
    position: relative;
}
.ny-brand .brand-con .brand-desc:after{
    position: absolute;
    bottom: 0;
    content: "";
    width: 80px;
    height: 3px;
    background: #eaeaea; 
    transition: all .5s;
}
.ny-brand .brand-con:hover{
    background: #2b2b2b;
    color: #fff;
}
.ny-brand .brand-con:hover .brand-desc:after{
    background: #ea5404;
}
.ny-brand .brand-con:hover .en-title{
    color: #575757;
}

/*plus服务*/
.top-ser{    
    padding-bottom: 70px;
}
.top-ser .ser-title{
    font-size: 30px;
    font-weight: 900;
}
.top-ser .ser-con{
    font-size: 18px;
}
.ny-service .brand-con .en-title{
    font-size: 30px;
    min-height: 100px;
}
.ny-service .brand-con h5{
    font-size: 25px;
}
.ny-service .brand-con .brand-desc{
    min-height: 140px;
}
@media (max-width: 992px){
    .scene-con ul li strong {
        font-size: 24px;
    }
    .scene-con ul li {
        width: 27%;
    }
    .top-ser {
        padding-bottom: 30px;
    }
    .top-ser .ser-title {
        font-size: 22px;
    }
    .top-ser .ser-con {
        font-size: 14px;
    }
    .ny-brand .brand-con .en-title {
        font-size: 26px;       
        min-height: 100px;
    }
    .ny-brand .brand-con h5,.ny-service .brand-con h5{
        font-size: 20px;
    }
}
/*手机导航*/
.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){
    .pro-con {    
        padding: 10px 5px;
    }
    .product-list .more {
        font-size: 14px;
    }
    .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;
    }
    .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: 20px;
        margin-bottom: 15px;
    }
}

.ny-product .product-box{
    padding: 0px 0px;
}
.ny-product .product-list,.related_product .product-list{
    border: 1px solid #efefef;
     margin-bottom: 20px;
}
.product-list{        
    position: relative;    
    background:#fff;
    overflow: hidden;  
    border-radius: 0px;
    transition: all 0.6s; 
}
.product-list .product-img{
    border: 10px solid #fff;
    background:#fff;
    overflow: hidden;   
    transition: all 0.6s;
}
.product-list .product-img img{
    width: 100%;
    transition: all 0.6s;
}
.pro-con{
    background-color: #000;
    padding: 20px 25px;
    text-align: center;    
    transition: all 0.6s;
}
.product-list .pro-con h5{    
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;   
    transition: all 0.6s;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
}
.product-list h5:after{
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #f3da0b;
    margin: 10px auto;
    transition: all 0.6s;
}
.product-list .more {
    font-size: 18px;    
    font-weight: 900;    
    color: #feff00;  
    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 .pro-con{
    background: #feff00;    
}
.product-list:hover .pro-con h5,.product-list:hover .pro-con h5 span{
    color: #000;
}
.product-list:hover .pro-con h5::after{
    background: #000;
}
.product-list:hover .more{
    color: #000;
}


/*产品展示详情 */
.product-info{   
    margin-bottom: 30px;
}
.product-info img{
    width:100%;
    padding: 0px;
}
.wheelchair .slide-box {       
    position: relative;  
}
.wheelchair .gallery-thumbs{margin:15px 0px;}
.wheelchair .gallery-thumbs .zhishi-list{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}
.wheelchair .gallery-thumbs .zhishi-list a{border-radius:1px;line-height:40px;text-align:center;color:#000;font-size:16px;cursor:pointer}
.wheelchair .gallery-thumbs .zhishi-list.swiper-slide-thumb-active img{ opacity: 1.0;}
.wheelchair .gallery-thumbs .zhishi-list .zhishi-img{
    max-width: 100%;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.wheelchair .swiper-slide .adv-img{
    border: 1px solid #eeeeee;
    font-weight: bold; 
    line-height:40px;
    font-size:16px;
    color:#f49209
}
.wheelchair .swiper-slide .adv-img img{
    max-width: 100%;        
}
.slide-box .swiper-button-next, .slide-box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.slide-box .video-btn{
    position: absolute;
    z-index: 99;
    left: 10px;
    bottom: 10px;
    font-size: 40px;
    cursor: pointer;
}
.slide-box .video{
    position: absolute;
    z-index: 9;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.slide-box .video.show{
    display: block;
    z-index: 100;
}
.product-con{
    position: relative;
    z-index: 1;
    padding: 40px 40px;
}
.product-con h5{
   font-size: 32px;
   color: #c09f74;
   margin: 20px 0px;  
}
.product-con h5 span{
    display: block;
}
.product-con ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 7px 5px;
    transition: all 0.4s;    
}
@media(max-width:512px){
    .product-con{   
	    padding: 15px 15px;
	}
    .product-con h5{
        font-size: 20px;
    }
}
.product-con .overview{
    overflow: hidden; 
}
@media(max-width:991px){
    .product-con .overview{
        height: auto;
    }
}
.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: 30px auto 0px;
    font-size: 16px;
    text-align: center;
}
.pro-wechat .tel,.pro-wechat .online a{    
    padding: 12px 25px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #c09f74;
    border-radius: 3px;
}
.pro-wechat .tel i{
    font-size: 18px;
}
.pro-wechat .online a{
    background: #033fba;
}
.product-info-content {
    background: #fff;   
    padding:15px 0px;
}
.product-info-content strong{
    font-size: 16px;
}
.product-info-content img{
    margin: 0px auto 10px;
    width: auto;
    max-width: 100%;
}
.product-info-content h5 {
    margin-bottom: 20px;
    background: #fbfbfb;
    border-bottom: 1px solid #fbfbfb;
}
.product-info-content h5 span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 20px;
    background: #0d6cb0;
    position: relative;
    z-index: 1;
}
.product-info-content .major .swiper-button-next, .product-info-content .major .swiper-container-rtl .swiper-button-prev{
    right: 5px;
}
.product-info-content .major .swiper-button-prev, .product-info-content .major .swiper-container-rtl .swiper-button-next{
    left: 5px;
}
.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;
    }
}

.why{
    background: #f6f6f6;
    text-align: center;
    border-top: 1px solid #dcdcdc;
}
.why .why-title{
    font-weight: 600;
    font-size: 32px;
    margin: 0px auto 20px;
}
.why ul li img{
    width: auto;
    max-width: 100%;
}
.why ul li h5 span{
    display: block;
    font-size: 24px;
    margin: 15px 0;
}
.why ul li a{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 0px 50px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
.why ul li a:hover{
    background: #813b00;
}
@media (max-width:991px){ 
    .why .why-title {	    
	    font-size: 24px;
	}
	.why ul li img {
	    width: 55px;
	    margin-top: 15px;
	}
    .why ul li h5 span {
        font-size: 18px;
    }
    .why ul li p {        
        font-size: 14px;
    }
}

/*相关下载*/
.downlist ul li{    
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #dcdcdc;
}
.downlist ul li span{
    float: right;
    font-size: 14px;
}
/*上一页下一页*/
.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: 20px;
    line-height: 1;   
    text-transform: uppercase;    
    margin-bottom: 20px;
    border-bottom: 2px solid #c5c2c2;
    margin-top: 20px;
    padding-top: 20px;
}
@media(max-width:512px){
    .related-title{
        font-size: 14px;
    }
}
.related-title::after {
    display: block;
    content: "";
    width: 50px;
    height: 2px;
    background: #ff1c1c;
    margin: 20px 0px;
    margin-bottom: -2px;
}
/* 新闻 */
.ny-business .business-list{    
    margin-bottom: 20px;
    font-size: 14px;
    transition: all 0.6s;
}
.business-box{
    background: #f6f6f6;
    text-align: center;
    padding: 40px 20px;
}
.business-box h5{    
    font-size: 24px;
    font-weight: bold;
    
}
.ny-business .business-list img{
    width: auto;
    margin: 28px 0 24px;
    max-height: 100px;
}
.ny-business .business-list span{
    float: right;
}
.ny-business .business-list:hover{
    background: #eeeeee;
}
.ny-business .business-list:hover a{
    color: #6c5d00;
}
@media (max-width:992px){
    .ny-business .business-list{
        font-size: 14px;
        line-height: 1.2;
    }
    .ny-business .business-list span{
        float: none;
        display: block;
    }
}
/* 新闻 */
.ny-news .news-list{
    border: 1px solid #eeeeee;
    line-height: 100px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.6s;
}
.ny-news .news-list img{
    width: 100%;
    max-height: 100px;
}
.ny-news .news-list span{
    float: right;
}
.ny-news .news-list:hover{
    background: #eeeeee;
}
.ny-news .news-list:hover a{
    color: #6c5d00;
}
@media (max-width:992px){
    .ny-news .news-list{
        font-size: 14px;
        line-height: 1.2;
    }
    .ny-news .news-list span{
        float: none;
        display: block;
    }
}

/* 新闻详情页 */
.ny-news-info{
    padding:20px 0;
    width: 100%;
    margin: 0px auto;
    position: relative;
}
.ny-comm .news-info-title{   
    padding-bottom: 16px;   
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 35px;
}
.ny-comm .news-info-title p{
    font-size: 2.4rem;    
    font-weight: bold;   
    line-height: 3;
}
.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{
    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;
}
@media (max-width:991px){

    .ny-news-info{
        padding:0px 0;
        width: 100%;
    }
    .ny-news-info video{
        width: 100%;
        height: auto !important;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .ny-news-info .news-info-content p{
		margin: 0px 0px;
	}
}

/*技术实力*/
.ny-faq ul li{
    margin-bottom: 15px;
}
.ny-faq .faq-title{
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.ny-faq .faq-title:after {
    content: "";
    display: block;
    background: #1d2674;
    width: 40px;
    height: 2px;
    transition: all 0.6s;
    margin: 5px 0px;
}
.ny-faq .faq-desc{
    font-size: 16px;    
}

@media(max-width:767px){
    .ny-faq .faq-title{
        font-size: 14px;
    }
    .ny-faq .faq-desc {
        font-size: 12px;       
        padding-left: 0px;
    }    
}
/* 联系我们 */
.contact .contact-title{
    font-size: 20px;
    font-weight: bold;
}
.contact ul li {
    margin: 20px 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
}
.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 .modal-content{
    margin-top: 30%; 
}
#message .modal-body{
     padding: 30px 50px 50px;
}
#message .modal-content .modal-header{
    border-bottom: 0px solid #e5e5e5;
}
.message{
    background: url(../img/message.jpg) no-repeat center;
}
.message .message-con{
    background: #fff;
    padding: 15px;
}
.message-con .msg-title{
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 5px;
}
.form-control{
    height:42px;
    padding: 10px 12px;
    border-radius: 2px;
    margin-bottom:10px;
}
.form-control1{
    height:100px !important;   
}
.message-btn{
    width:100%;
    height:45px;
    font-size: 18px;
    color: #fff;
    border:none;
    border-radius: 2px;
    background-color: #2b2b2b;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:767px){
    .contact .contact-title p {
        font-size: 20px;  
    }
    .messsage{
        margin-top: 20px;
    }
}