@charset "utf-8";
.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:28px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#fff;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span::before, .m-btn span::after{
    content:'';
    display: block;
    height:2px;
    width:20px;
    background:#fff;
    position: absolute;
	left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4,0,0,1);
    -o-transition: all 200ms cubic-bezier(.4,0,0,1);
	transition: all 200ms cubic-bezier(.4,0,0,1);
}
.m-btn span:before {
	top: -8px;
}
.m-btn span:after {
	bottom: -8px;
}
.m-btn.active span {
	background: transparent;
	margin-left: 10px;
}
.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
	width: 24px;
}
.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
	width: 24px;
}
@media (max-width: 1199px){
    .ny-header .nav>ul>li{
        padding-left:0;
    }
    .ny-header .language{
        margin:0;
    }
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }    
}
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    min-height: 150px;
    background: #2b2b2b;
}
.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: 55px; 
    font-weight: lighter;
    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: 200;
    padding-right: 10px;
    margin-right: 10px;      
    transition: .6s;   
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{    
    color: #0072b4;
    font-weight: 800;
}
/* 搜索 */
.search{
    margin-top: 10px;
    width: 180px;   
}
.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 10px;
    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:#feff00;
    position: absolute;
    right: 0px;
    top: 0px;
    border:none;
    width: 50px;
    color:#000;
    text-transform: uppercase;
    font-weight: 600;
    height:100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.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{    
    line-height: 30px;   
}
.ny-about .about_c{
    display: flex;
}
.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;
}
.ny-about .duolist img{
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
@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;
}
.right-info{
    margin-bottom: 15px;
}
/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-honor .honor-list img{
    max-width: 100%;
}
.ny-honor .honor-list {   
    text-align: center;   
}
.ny-honor .honor-list a{
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
}
.ny-honor .honor-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
}
/* 企业环境 */
.huanjing-list{
    position: relative;
    margin-bottom:30px;
}
.huanjing-list p{
    margin: 0 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: bolder;
}
.huanjing-list .huanjing-img img{
    width:100%;
}
.huanjing-list .huanjing-img{
    position: relative;
}
.huanjing-list .huanjing-img::after{
    content:'';
    display: block;
    width:100%;
    height:0;
    position: absolute;
    bottom:0;
    left:0;
    background:#000;
    opacity: 0.5;
    z-index:99;
    transition: all .5s;
    display: none;
}
.huanjing-list:hover .huanjing-img::after{
    height:100%;
    display: block;
}
/*企业视频*/
/*企业文化*/
.culture-list{
    overflow: hidden;
    background: #f5f5f5;
    margin: 0 0 20px;
}
.culture-box .culture-img img{

    width: 100%;

}

.culture-box .culture-con{

    padding: 5%;

}

.culture-box h3{

    font-size: 24px;

    color: #333;

    margin-bottom: 15px;

    font-weight: bolder;

}

.culture-box p {

    font-size: 16px;

    color: #666;

    line-height: 1.8;

}

.culture-box .culture-zhan{

    counter-reset: number 0;

}

.culture-box .culture-zhan li{

    position: relative;    

    margin-bottom: 1px;

    line-height: 1.6;

    font-size: 16px;

    padding: 10px 15px 10px 30px;

}

.culture-box .culture-zhan li:before {

    counter-increment: number 1;

    content: "0"counter(number);

    position: absolute;

    left: 0;

    top: 0;

    width: 30px;

    height: 100%;

    padding-top: 10px;

    vertical-align: middle;

    display: block;  

    font-size: 18px;

    font-weight: bold;

    line-height: 1.6;

}

/*内页案例*/
.ny-case-list {    
    margin: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: #ff2121;
    border: 3px solid #ff8a8a;
}

.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: 15px 20px;
    cursor: pointer;
}
.time-con h4{
    font-size: 26px;
    color: #ff2121;
}
.main{
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px;    
}
.ny-comm{
    min-height: 500px;
    position: relative;
}
.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: 24px;
   font-weight: 600;
   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: 30px;
    height: 2px;
    background: #6c5d00;
    margin: 5px 0px;
}
@media(max-width:767px){
    .main{    
        padding-top: 30px;
        padding-bottom: 30px;    
    }
    .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;
}

/*横的导航*/
.menuBox ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.menuBox ul li{
    width: 24%;
}
.menuBox ul li a{
    display: block;
    padding: 15px 10px 15px 10px;
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    position: relative;
    background: #feff00;
}
.menuBox ul li a img{
    width: auto;
    margin: 0px auto;
    transition: all .5s;
}
.menuBox ul li a img:first-child{
    display: block;
}
.menuBox ul li a img:last-child{
    display: none;
}
.menuBox ul li a:hover,.menuBox ul li.active a{
    color: #fff;
    background: #000;
}
.menuBox ul li a:hover img:first-child,.menuBox ul li.active a img:first-child{
    display: none;
}
.menuBox ul li a:hover img:last-child,.menuBox ul li.active a img:last-child{
    display: block;
}
/*产品类别*/
.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-nav{    
    position: relative;
}
.ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.ny-nav li.active ul.subnav{
    display: block;
}
.ny-nav li{
    width: 100%;
    display: block;
}
.ny-nav li a{
    display: block;
    padding: 15px 10px 15px 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
    color: #6c5d00; 
    position: relative;
}
.ny-nav li.onenav{
    width: 100%;
    display: block;
}
.ny-nav li.onenav a{
    display: block;
    color: #000;
    padding: 15px 10px 15px 0px;
    text-align: left;
    border-bottom:2px solid #2b2b2b;
}
.ny-nav li.onenav.active a,.ny-nav li.active a.on,.ny-nav li a:hover{
    color: #000;
}
.ny-nav li.onenav.active ul.subnav li a{
    display: block;
    padding: 10px 10px 10px 5px;
    line-height: 1.3;
    font-size: 14px;
    background: #fff;
    color: #000; 
    transition: .3s background-color, .3s padding;  
    font-weight: 400;
    border-bottom: 2px solid #fff; 
}

.ny-nav ul.nonesub li a:hover,
.ny-nav li.onenav.active ul.subnav li a:hover,.ny-nav ul.subnav li a.subactive{    
    background: #feff00;
    color: #000;
    padding: 10px 10px 10px 25px;
}
.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;
}
/*热销产品*/
.hot-product-tit{
    font-size: 24px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 15px;
}
.hot-product-tit::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #ead20b;
    margin: 5px 0px;
}
.hot-product-list{
    height: 1000px; margin: 0 auto;  overflow: hidden;
}
.hot-product-list li {
    width: 100%;
    border: 1px solid rgba(153, 153, 153, 0.3); 
    margin-bottom: 15px;
}
.hot-product-list dt img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.hot-product-list dd h3 {    
    font-size: 14px;
    font-weight: normal;
    line-height:40px;padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f4f4f4;
    margin-bottom: .0rem;
}
/*案例*/
.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 img{
    width:100%;
    transition: all 0.3s;
    opacity: 0.5;
}
.ny-case .case-list {
    margin-bottom:15px;
    background: #000; 
}
.ny-case .case-list h5{ 
    overflow: hidden;
    font-size: 16px;    
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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 .case-list:hover img{
   opacity: 0.95;
}
/*解决方案详情页*/
.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: #feff00;
}
/*Customized Cooperation Process*/
.ny-process h3{
    line-height: 1.4;   
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    padding: 15px 0px;
}  
.ny-process .process-list {
    margin-bottom:10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    padding: 30px 30px 30px;
    margin-top: 10px;  
}
.ny-process .process-list h5{
    line-height: 1.4;   
    overflow: hidden;
    font-size: 18px;
    padding-top: 15px;
}   
.ny-process .process-list span{
    font-size: 14px;
    font-weight: lighter;
    line-height: 1.1;
    display: block;
    overflow: hidden;
    min-height: 50px;    
}
.ny-process .process-list h5:after{
    content: "";
    display: block;
    background: #e93404;
    width: 25px;
    height: 2px;
    margin: 5px 0px;
}
.ny-process .process-list ul{
    display: flex;
    justify-content: space-between;
}
.ny-process .process-list ul li{
    width: 49%;
}
/*产品列表*/
.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: #feff00;
    padding: 20px 25px;
    text-align: center;    
    transition: all 0.6s;
}
.product-list .pro-con h5{    
    font-size: 14px;
    color: #000;
    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: 1;
    -webkit-box-orient: vertical;    
}
.product-list .more {
    font-size: 18px;    
    font-weight: 900;    
    color: #000;  
    transition: all 0.6s;        
}
.product-list .more:before{
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #000;
    margin: 10px auto;
    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: #000;    
}
.product-list:hover .pro-con h5,.product-list:hover .pro-con h5 span{
    color: #fff;
}
.product-list:hover .pro-con .more::before{
    background: #f3da0b;
}
.product-list:hover .more{
    color: #feff00;
}


.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;
}
.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: 14px;
        height: auto;
    }
}

.ny-product .product-box{
    padding: 0px 0px;
}


/*产品展示详情 */
.product-info{   
    margin-bottom: 30px;
    position: relative;
}
.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{border:1px solid #196cb8;}
.wheelchair .gallery-thumbs .zhishi-list .zhishi-img{
    max-width: 100%;
    border: 1px solid #eeeeee;
}
.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 h5{
   font-size: 26px;
   color: #000;
   padding: 15px 0px;
   margin: 0px 0px 20px;  
}
.product-con h5 span{
    display: block;
    font-weight: bolder;
    font-size: 20px;
    color: #edb42e;
}
@media(max-width:512px){
    .product-con h5{
        font-size: 20px;
    }
}
.product-con .overview{
    font-size: 14px;
    line-height: 1.8;    
    overflow: hidden; 
}
.product-con .overview strong {
    font-weight: 800;
    font-size: 18px;
    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: 0px auto 0px;
    background: #f4f5f6;
    padding: 15px;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    width: 57.33333333%;
    right: 0px;
}
.pro-cer img{
    width: auto;
    max-width: 100%;
}
.pro-wechat .wechat img {
    max-width: 100%;
    background: #fff;
    padding: 10px;
}

.tel-online .tel{
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.tel-online .tel span{
    color: #28a7e1;
    font-size: 26px;
    display: block;
    font-weight: 800;
}
.tel-online .tel i{
    font-size: 24px;
    color: #0168b7;
}

.tel-online .btn-danger{
    padding: 10px 25px;
    background:#ff0036;
}



.pro-content h5{
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
}
.pro-content h5 strong{
    font-weight: 600;
    display: block;
    color: #dfdfdf;
    font-size: 30px;
    text-transform: uppercase;
}
.pro-content h5::after {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #ead20b;
    margin: 10px 0px;
}
.pro-content .row h4{    
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ead20b;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #dcdcdc;
}
.pro-content .Features-item{
    position: relative;
    overflow: hidden;
    background: #fff;    
    border-bottom: 1px solid #dcdcdc;
}
.pro-content .Features-item:nth-child(odd) .fea-con{
    padding: 5% 0px 5% 45px;    
}
.pro-content .Features-item:nth-child(odd) .fea-con:before {
    right: -6%;
    left: auto;
    /*transform: skewX(10deg);*/
}
.pro-content .Features-item .row{    
    display: flex;
    justify-content: space-between;
    align-items: stretch;    
}
.pro-content .Features-item .row{
    margin-left: 0px;
    margin-right: 0px;
}
.pro-content .Features-item .fea-img{
    padding: 0px;
    position: relative;
}
.pro-content .Features-item .fea-img img{   
    width: 100%;
}
.pro-content .Features-item .fea-con{
    z-index: 2;
    padding: 5% 45px 5% 0px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pro-content .Features-item .fea-con:before {
    content: ' ';
    position: absolute;
    left: -6%;
    bottom: 0%;
    z-index: -1;
    background: #fff;
    width: 125%;
    height: 101%;
    transform: skewX(-10deg);    
}
.pro-content .row h4:after{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ead20b;
    margin: 5px 0px 10px;
    display: block;
}
.pro-content img{
    max-width: 100%;
}
.pro-content table{
    width: 100%;
    border: 1px solid #dee2e6;
}
.pro-content .table th {    
    background: #feff00;
}
.pro-content table td{
    padding-left: 20px;
}
.pre-next{
    font-size: 14px;
    line-height: 1.6;
}
.pre-next span{
    font-weight: bold;
}
/*相关下载*/
.downlist ul li{
    font-size: 14px;
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #dcdcdc;
}
.downlist ul li span{
    float: right;
}
/*上一页下一页*/
.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;
}
.product_back .btn{
    display: block;
    background: #ead20b;
    color: #fff;
    font-size: 18px;
    border: 0px;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}
/*相关产品*/

.related-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1;   
    text-transform: uppercase;    
    margin-bottom: 20px;    
    margin-top: 20px;
    padding-top: 20px;
}
@media(max-width:512px){
    .related-title{
        font-size: 14px;
    }
}

/* 新闻 */
.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 .news-info-title p{
        font-size: 16px;
    }
}

/*技术实力*/
.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 .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;
    border-radius: 4px;
    margin-bottom:10px;
}
.form-control1{
    height:100px !important;   
}
.message-btn{
    width:100%;
    height:42px;
    font-size: 16px;
    color: #feff00;
    border:none;
    border-radius: 4px;
    background-color: #2b2b2b;
}
.message-btn.focus, .message-btn:focus, .message-btn:hover {
    color: #fff;
    text-decoration: none;
}
/* 搜索页面 */
.ny-search .ny-search-box {
    margin-top: 50px;
}

@media(max-width:767px){
    .contact .contact-title p {
        font-size: 20px;  
    }
    .messsage{
        margin-top: 20px;
    }
    .message-con .msg-title{
	    font-size: 20px;
	}
}