@charset "utf-8";
/* 内页头部 */
.ny-header{
    width:100%;
    height:95px;
    border-bottom:3px solid #3bb24e;
    line-height: 92px;
    position: fixed;
    top:0;
    left:0;
    z-index:999;
    background:#fff;
}
.ny-header .nav>ul{
    margin:0;
}
.ny-header .nav>ul>li{
    display: inline-block;
    padding-left:20px;
}
.ny-header .nav>ul>li>a{
    display: block;
    padding:0 8px;
    position: relative;
}
.ny-header .nav>ul>li>a>b{
    display: block;
    height:3px;
    width:100%;
    background:#c73631;
    left:0;
    bottom:3px;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-header .nav>ul>li.active a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
.ny-header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
.ny-header .language{
    padding:0 20px;
    margin:0 15px;
}
.ny-header .header-tel strong{
    font-size: 20px;
    color:#3bb24e;
}
.ny-header .header-tel span{
    font-size: 18px;
    color:#828282;
    position: relative;
    top:-1px;
}

.m-btn{
    display: none;
    position: absolute;
    cursor: pointer;
    right:20px;
    top:43px;
}
.m-btn span{
    display: block;
    width:20px;
    height:2px;
    background:#424242;
    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:#424242;
    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;
    }
    .ny-header{
        position: relative;
        position: fixed;
        height:70px;
    }
    .ny-header .logo {
        line-height: 70px;
    }
    .ny-header .logo img{
        height:40px;
    }
    .ny-header .language{
        line-height: 70px;
        padding-right:50px;
    }
    .ny-header .nav{
        position: absolute;
        left:-100vw;
        top:70px;
        width:70%;
        height:calc(100vh - 70px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    .ny-header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    .ny-header .nav ul li{
        display: block !important;
        line-height: 40px !important;
        padding:0 20px;
    }
}

/* 关于我们 */
.ny-ban{
    position: relative; 
}
@media(max-width:992px){
    .ny-ban{
        margin-top: 80px;
    }
}
.ny-ban img{
    width:100%;
}
.ny-ban h5{
    width:90%;   
    left: 5%;
    position: absolute;
    top: 40%;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    font-weight: bolder;
    line-height: 1.5;
}

.ny-ban .ny-title{
    width:100%;   
    position: absolute;
    bottom:50px;
    z-index:2;
}
@media(max-width:992px){
    .ny-ban .ny-title{
        bottom:10px;
    }
    .ny-ban h5{
        top: 30%;
        font-size: 24px;
    }
}
@media(max-width:767px){
    
    .ny-ban h5{
        top: 20%;
        font-size: 18px;
        padding: 0 10px;
    }
}
@media(max-width:400px){
    
    .ny-ban h5{
        top: 10%;
        font-size: 16px;
        padding: 0 56px;
    }
}

.ny-ban .ny-title p{
    font-size: 40px;
    font-weight: bold;
    color:#fff;
}

/* 当前位置 */
.position p{
    margin:0;
    padding:30px 0;
}
.position p{
    float: left;
    padding:30px 0 30px 20px;
}
.position p a:last-child{
    color:#3bb24e;
}

.position ul{
    overflow: hidden;
    margin:0;
}
.position ul li{
    float: left;
    padding:30px 0 30px 20px;
}
.position ul li a{
    color:#a6a6a6;
}
.position ul li.active a{
    color:#424242;
}

@media (max-width:992px){       
    .ny-ban .ny-title{
        margin-top:-17px;
    }
    .ny-ban .ny-title p{
        font-size: 17px;
    }
    .ny-ban .ny-title b{
        width:40px;
        margin-top:0;
    }
    .position{
        padding:15px 0;
    }
    .position p{
        display: none;
    }
}

.ny-nav ul{
    overflow: hidden;
}
.ny-nav ul li{
    float: left;
    width:25%;
    text-align: center;
    height:60px;
    line-height: 60px;
    background:#f6f5f5;
}
.ny-nav ul li.active{
    background:#3bb24e;
}
.ny-nav ul li.active a{
    color:#fff;
}
.ny-nav ul li:hover{
    background:#3bb24e;
}
.ny-nav ul li:hover a{
    color:#fff;
}
.ny-about{
    padding:0px 0px 50px;
    line-height: 30px;
}
.ny-about p{
    margin:0;
}
.ny-about img{
    width:100%;
}
.ny-about .table>tbody>tr>td{
    vertical-align: middle;
}
/* 荣誉证书 */
.ny-ab-box{
    padding:0px 0;
}
.ny-honor .honor-list img{
    width:100%;
}
.ny-honor .honor-list {
    margin-bottom:30px;
    text-align: center;   
}
.ny-honor .honor-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 320px;
}
.ny-honor .honor-list p{
    line-height: 1.4;
    height: 68px;
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
}

/* 企业环境 */
.huanjing-list{
    position: relative;
    margin-bottom:30px;
}
.huanjing-list p{
    margin: 0 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: bolder;
}
.huanjing-list .huanjing-img img{
    width:100%;
}
.huanjing-list .huanjing-img{
    position: relative;
}
.huanjing-list .huanjing-img::after{
    content:'';
    display: block;
    width:100%;
    height:0;
    position: absolute;
    bottom:0;
    left:0;
    background:#000;
    opacity: 0.5;
    z-index:99;
    transition: all .5s;
    display: none;
}
.huanjing-list:hover .huanjing-img::after{
    height:100%;
    display: block;
}
/*企业文化*/
.culture-list{
    overflow: hidden;
    background: #f5f5f5;
    margin: 0 0 20px;
}
.culture-box .culture-img img{
    width: 100%;
}
.culture-box .culture-con{
    padding: 5%;
}
.culture-box h3{
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bolder;
}
.culture-box p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.culture-box .culture-zhan{
    counter-reset: number 0;
}
.culture-box .culture-zhan li{
    position: relative;    
    margin-bottom: 1px;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 15px 10px 30px;
}
.culture-box .culture-zhan li:before {
    counter-increment: number 1;
    content: "0"counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    padding-top: 10px;
    vertical-align: middle;
    display: block;  
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
/*国际合作*/
.ny-case .case-list img{
    width:100%;
}
.ny-case .case-list {
    margin-bottom:30px;
    text-align: center;   
}
.ny-case .case-list a{
    display: block;   
    padding: 8px;
    border: 1px solid #ddd;
    line-height: 180px;
}
.ny-case .case-list p{
    line-height: 1.4;   
    overflow: hidden;
    padding: 10px;
    font-size: 14px;
}
/* 产品展示 */
.ny-comm{
    border-left: 1px solid #eaeaea;
    overflow: hidden;
    min-height: 500px;
}
.ny-comm .entitle{   
    font-size: 80px;
    line-height: 0.8;
    margin-left: -2px;
    color: #ebebeb;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ny-comm .about-title {
    font-size: 26px;
    margin: 30px 0px;
    color: #3bb24e;
    font-weight: 600;   
}
.ny-comm .about-title span{
    float: right;
    margin-top: -22px;
}
.ny-comm .about-title span img{
    height: 75px;
}
.ny-comm-box .comm-left{
    width:280px;
    float: left;
}
.ny-comm-box .comm-left.active{
    position: fixed;
    top: 80px;
    z-index: 9;  
}
.ny-comm-box .comm-left .p0{
    height:100px;
    width:100%;
    line-height: 100px;
    background:#3bb24e;
    color:#fff;
    font-size: 32px;
    font-weight: bold;
    padding-left:30px;
    margin:0;
}
.ny-comm-box .comm-left ul{
    padding:0px 0px;
    background:#fff;
}
.ny-comm-box .comm-left ul li a{
    display: block;
    padding:15px 10px 15px 20px;
    border-bottom:1px solid #f8f8f8;
    background: url(../img/dao.png) no-repeat 10px center;
    padding-left: 40px;
}
.ny-comm-box .comm-left ul li.active a,.ny-comm-box .comm-left ul li a:hover{
    background: url(../img/dao-g.png) no-repeat 10px center;
    color:#3bb24e;
    font-weight: bold;
}
.ny-comm-box .comm-left ul.subnav{
    padding:0px 0px;
    background:#ebebeb;
}
.ny-comm-box .comm-left ul.subnav li a{
    display: block;
    padding:5px 10px 5px 10px;
    font-size: 14px;
    color: #424242;
    font-weight: normal;
    border-bottom:1px solid #f8f8f8;
    background: transparent;
    padding-left: 50px;
}
.ny-comm-box .comm-left ul.subnav li a:hover,.ny-comm-box .comm-left ul.subnav li.subactive a{
    background: #3bb24e;
    color: #fff;
}
.ny-comm-box .comm-right{   
    margin-left: 280px;
    padding-left: 5%;
}
@media(max-width:992px){
    .ny-comm-box .comm-right{   
        margin-left: 0;
        padding-left: 0;
    }
}
.ny-comm-box .comm-right .ny-pro-list{
    margin-bottom:30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border: 1px solid #eaeaea;
    padding: 20px;
}
.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 p{
    margin:0;
    padding:8px 0 8px 0px;
    font-size: 18px;
    font-weight: bold;   
}
.ny-pro-list p span{
    display: block;
    font-weight: normal;
}
.ny-pro-list .ny-pro-intro{
    font-size: 14px;
    font-weight: lighter;
    color: #666;
    line-height: 1.6;
}
.ny-pro-list i{ 
    display: inline-block;
    margin-top: 15px; 
    padding: 0px 30px;
    line-height: 1;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #eaeaea; 
    font-size:35px;
    font-weight: bolder;
    color:#3bb24e;
    transition: all .4s ease-in-out;
}
.ny-pro-list:hover i{
    background: #3bb24e;
    color:#fff;
    border: 1px solid #3bb24e;
    transform: translate(10px, 0);
}
.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);
}
/*其他产品*/
.other-box{
    width: 100%;
    overflow: hidden;
}
.other-pro-list.protable{
    background: #ebebeb;   
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.other-pro-list{
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
}


.ny-comm-box .m-pro-nav{
    display: none;
}
.ny-comm-box .m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
}
.ny-comm-box .m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.ny-comm-box .m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}

@media (max-width:992px){
    .ny-comm .entitle {
        font-size: 40px;
    }
    .ny-comm{
        padding:0px 0;
        border-left:0px;
    }
    .ny-comm-box .comm-left{
        display: none;
    }
    .ny-comm-box .comm-right{
        width:100%;
    }
    .ny-comm-box .m-pro-nav{
        display: block;
        margin:20px 0;
    }
}

/*产品展示详情 */
.product-info{
    padding-bottom:50px;
}
.product-info .product-info-box {
    margin:0px 0 20px 0;
}
.product-info .product-info-box .produc-info-title{
    font-size: 20px;
    font-weight: bolder;
}
.product-info .product-info-box .product-info-img img{
    width:100%;
}
.product-info .product-info-box .product-info-img {
    position: relative;
}
.product-info .product-info-box .product-info-intro{
    padding:30px 0px;
}
.product-info .product-info-box .product-info-intro strong{
    font-size: 18px;
    font-weight: bold;
    color:#3bb24e;
    display: block;
    padding-bottom:20px;
}
.product-info .product-info-box .product-info-intro {
    font-weight: 400;
    font-size: 16px;
    color:#424242;
    text-align: left;
    margin:0;
    padding:10px 0;
}
.pro-imglist{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #eaeaea;
}
.pro-imglist .product-img{
    margin-bottom: 15px;
}
.pro-imglist .product-img img{
    width: 100%;
}
@media (max-width:992px){
    .product-info .product-info-box .product-info-img .swiper-pagination{
        display: none;
    }
}
/*博士站荣誉*/
.honor-imglist{
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}
.honor-imglist .honor-img{
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
}
.honor-imglist .honor-img img{
    width: 100%;
}
/* 设备展示 */
.ny-shebei .ny-shebei-list{
    margin-bottom:30px;
}
.ny-shebei .ny-shebei-list .shebei-img{
    overflow: hidden;
}
.ny-shebei .ny-shebei-list .shebei-img img{
    width:100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-shebei .ny-shebei-list p{
    padding:8px 0 8px 10px;
    margin:0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-shebei .ny-shebei-list:hover p{
    background:#3bb24e;
    color:#fff;
}
.ny-shebei .ny-shebei-list:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 新闻 */
.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{
    width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding:20px 20px 45px 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:10px;
    font-size: 22px;
    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:75%;
    font-size: 14px;
    line-height: 25px;
    color:#828282;
    margin-top:10px;
}
.ny-news .ny-news-list:hover{
    box-shadow: 0 0 10px #ddd;
}
.ny-news .ny-news-list:hover .ny-news-content{
    border-bottom:1px solid transparent;
}
@media (max-width:992px){
    .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{
    padding:50px 0;
}
.ny-news-info .news-info-title{
    text-align: center;
    margin-bottom:30px;
}
.ny-news-info .news-info-title p{
    font-size: 18px;
    font-weight: bold;
    margin:0;
    padding:8px 0;
}
.ny-news-info .news-info-title span{
    font-size: 14px;
    color:#999;
}
.ny-news-info .news-info-content{
    line-height: 28px;
}

@media (max-width:992px){
    .ny-news-info{
        padding:20px 0;
    }
    .ny-news-info .news-info-title p{
        font-size: 16px;
    }
    .position{
        padding:0;
    }
    .position ul li{
        padding:20px 0 20px 20px;
    }
}


/* 联系我们 */
.contact{
    margin-top:30px;
    margin-bottom:50px;
}
.contact .contact-left{
    padding:40px;   
    margin-bottom: 50px;
}
.contact .contact-right{
    padding-top: 40px;
}
.contact .contact-left .contact-title p{
    font-size: 24px;
    font-weight: bold;
}
.contact .contact-left .contact-title b{
    display: block;
    width:80px;
    height:2px;
    background:#3bb24e;
    margin:15px 0;
}
.contact .contact-left ul li{
    padding:7px 0;
}
.contact .contact-left ul li a span{
    font-size: 20px;
}
.contact .contact-left img{
    padding-top: 7px;
}

.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media (max-width:992px){
    .contact .contact-left{
        width:100%;
    }
    .contact .contact-right{
        width:100%;
    }
}

/* 在线留言 */
.messsage{
    overflow: hidden;
    margin:20px 0 100px 0;
}
.form-control{
    height:50px;
    margin-bottom:20px;
}
.form-control1{
    height:200px !important;
}
.message-btn button{
    width:100%;
    height:50px;
    border:none;
}

/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#3bb24e;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}