@charset "utf-8";
body{
    background:#f7f7f7;
}
.ny-main-box{
    background:#fff;
    margin:0 auto;
    position: relative;
    top:-130px;
    padding:70px 0;
}
@media (min-width: 1360px){
    .ny-main-box{
        width:1360px;
    }
}
@media (max-width: 1200px){
    .ny-main-box{
        width:90%;
    }
    .container{
        width:95% !important;
    }
}

@media (max-width: 992px){
    .ny-main-box{
       top:-15px;
       padding:50px 0;
    }
}

/* 产品中心 */
.ny-main .product-content .product-box{
    border:1px solid #ddd;
}
.ny-main .ny-product-list{
    background:#006ac2;
    text-align: center;
    padding:40px 0;
    margin-bottom:10px;
}
.ny-main .ny-product-list a{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
}
.ny-main .ny-product-list a span{
    display: inline-block;
    width:50px;
    height:2px;
    background:#66a337;
}

/* 产品详情 */
.product-info .product-info-content{
    margin:20px 0;
}
.product-info .product-info-img{
    width:96%;
}
.product-info .product-info-img .swiper-img .swiper-slide{
    border:1px solid #ddd;
     padding:10px;
}
.product-info .product-info-img .small-pro .swiper-slide{
    border:1px solid #ddd;
     padding:5px;
}
.product-info .product-info-img .small-pro .swiper-slide-thumb-active{
     border:1px solid #0f63b5;
     padding:12px;
}
.product-info .product-info-img .small-pro{
    margin-top:10px;
}
.product-info .product-info-img img{
    width:100%;
}
.product-info .product-info-intro{
    padding-left:10px;
}
.product-info .product-info-intro .product-intro-part h1{
    font-size: 40px;
    font-weight: bold;
    color:#0f63b5;
    margin:0 0 10px 0;
}
.product-info .product-info-intro .product-intro-part>span{
    display: block;
    width:50px;
    height:2px;
    background:#66a337;
    margin: 0 0 10px 0;
}
.product-info .product-info-intro .product-intro-part p{
    line-height: 25px;
}
.product-info .product-info-intro .product-intro-part h2{
    font-size: 20px;
    font-weight: bold;
    margin-top:35px;
}
.product-info .product-info-intro .product-intro-part .product-canshu{
    font-size: 14px !important;
}
.product-info .product-info-intro .product-intro-part .product-canshu span{
    font-size: 14px;
}
.product-info .product-info-intro .product-intro-part .product-canshu p{
    color:#666;
    margin-bottom:2px;
    font-size: 14px;
}
.product-info .product-info-intro .product-intro-part .video-btn{
    margin:15px 0 15px 0;
}
.product-info .product-info-intro .product-intro-part .video-btn a{
    display: block;
    width:180px;
    height:60px;
    background:#0f63b5;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
}
.product-info .product-info-intro .product-contact{
    padding:5px;
    border:1px solid #ddd;
    width:70%;
    margin-top:20px;
}
.product-info .product-info-intro .product-contact .product-contact-left img{
    width:100px;
}
.product-info .product-info-intro .product-contact .product-contact-right{
    padding:8px 0 0 0;
}
.product-info .product-info-intro .product-contact .product-contact-right .product-contact-tel{
    padding-left:70px;
    position: relative;
}
.product-info .product-info-intro .product-contact .product-contact-right .product-contact-tel::before{
    content:'';
    display: inline-block;
    position: absolute;
    left:20px;
    top:3px;
    width:45px;
    height:45px;
    background:url(../img/person.png) no-repeat;
}
.product-info .product-info-intro .product-contact .product-contact-right .product-contact-tel p{
    margin:0;
}
.product-info .product-info-intro .product-contact .product-contact-right .product-contact-tel strong{
    color:#006ac2;
    font-size: 18px;
}
.product-info .product-info-intro .product-contact .product-contact-right>p{
    padding-left:20px;
    padding-top:10px;
}


@media (max-width: 992px){
    .product-info .product-info-intro .product-intro-part h1{
        font-size: 25px;
        margin-top:20px;
    }
    .product-info .product-info-intro .product-intro-part .video-btn a{
        width:150px;
        height:40px;
        font-size: 16px;
        line-height: 40px;
    }
    .product-info .product-info-intro .product-contact{
        width:100%;
    }
}

.other-product .other-product-title{
    margin:100px 0 30px 0;
}
.other-product .other-product-title h1{
    font-size: 35px;
    font-weight: bold;
    color:#0f63b5;
}
.other-product .other-product-title span{
    display: block;
    width:50px;
    height:2px;
    background:#66a337;
}

@media (max-width: 992px){
    .other-product .other-product-title h1{
        font-size: 25px;
    }
}

/* 上一个下一个 */
.pre-next{
    margin:70px 0 30px 0;
}
.prevnext-btn{
    width:70%;
    padding:8px 0;
    background:#eee;
    border-radius: 20px;
    text-align: center;
    margin-bottom:10px;
}
@media (max-width: 992px){
    .prevnext-btn{
        width:100%;
    }
}
/* 视频弹出 */
.video-button{
    position: fixed;
    width:50%;
    height: 600px;
    top:35%;
    left: 27%;
    margin-top: -150px;
    display: none;
    z-index: 101;
    background:#000;
}
.video-area{
    width:100%;
    height:100%;
}
@media (max-width: 992px){
    .video-button{
        width:100%;
        left:0;
        top:45%;
        height:300px;
    }
    .video-area{
        width:80%;
        margin:0 auto;
    }
}

.video-shut{
    height:30px;
    width:30px;
    border-radius: 50%;
    border:2px solid #fff;
    font-size:20px;
    color:#fff;
    position: absolute;
    top:5px;
    right:5px;
    text-align: center;
    display: block;
    line-height: 20px;
    z-index:999;
}
#shadow{
    position: fixed;
    opacity: 0.5;
    filter:alpha(opacity=50);
    bottom:0;
    left: 0;
    right: 0;
    top: 0;
    background:black;
    z-index: 100;
    display: none;
    height:100vh;
}

/*MES（智慧工厂）系统*/
.mes-product .mes-intro{
    width:60%;
    margin:20px auto;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
}
.mes-product .mes-product-box{
    margin:50px 0 40px 0;
}
.mes-product .mes-content .mes-p p{
    padding:8px 0;
    font-size: 24px;
    font-weight: normal;
    padding-left:30px;
    position: relative;
}
.mes-product .mes-content .mes-p p::before{
    content:'';
    display: block;
    width:10px;
    height:10px;
    background:#585959;
    border-radius: 50%;
    position: absolute;
    top:20px;
    left:0;
}
.mes-product .mes-content .mes-video{
    margin:30px 0;
}
.mes-product .mes-content .mes-video a{
    display: inline-block;
    height:50px;
    width:160px;
    background:#0f63b5;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
}
.mes .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
     -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.mes .swiper-slide img{
    width:280%;
}
.mes .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    z-index:999;
}

@media (max-width: 992px){
    .mes-product .mes-intro{
        width:95%;
    }
    .mes-product .mes-content .mes-p p{
        font-size: 16px;
        padding:3px 0;
        padding-left:20px;
    }
    .mes-product .mes-content .mes-p p::before{
        width:8px;
        height:8px;
        top:10px;
    }
    .mes-product .mes-content .mes-video a{
        width:135px;
        height:40px;
        line-height: 40px;
    }
}


/* 关于我们 */
.ny-main .ny-main-box .title{
    text-align: center;
    margin:0 0 30px 0;
}
.ny-main .ny-main-box .title h1{
    font-size: 45px;
    font-weight: bold;
    color:#0f63b5;
}
.ny-main .ny-main-box .title span{
    display: inline-block;
    width:50px;
    height:2px;
    background:#66a337;
}
.ny-main .ny-main-box .ny-main-nav{
    text-align: center;
    margin-bottom:30px;
}
.ny-main .ny-main-box .ny-main-nav ul li{
    display: inline-block;
    padding:10px 35px;
    margin:0 10px;
    background:#f7f7f7;
    border-radius: 20px;
}
.ny-main .ny-main-box .ny-main-nav ul li.active{
    background:#0f63b5;
}
.ny-main .ny-main-box .ny-main-nav ul li.active a{
    color:#fff;
}
.ny-main .ny-main-box .ny-main-nav ul li a{
    font-size: 18px;
    font-weight: bold;
}
.ny-main .ny-about-main .ny-about-content p{
    line-height: 30px;
    letter-spacing:1px;
    margin-bottom:0;
}
.ny-main .ny-about-img .ny-about-bigimg{
    width:100%;
    margin:15px 0;
}
.ny-main .ny-about-img .ny-about-bigimg img{
    width:100%;
}
.ny-main .ny-about-img .ny-about-smallimg ul{
    overflow: hidden;
}
.ny-main .ny-about-img .ny-about-smallimg ul li{
    float: left;
    width:25%;
    padding-right:10px;
    overflow: hidden;
}
.ny-main .ny-about-img .ny-about-smallimg ul li:last-child{
    padding-right:0;
}
.ny-main .ny-about-img .ny-about-smallimg ul li img{
    width:100%;
}
.gsjs img{
    display: inline-block;
    height:265px;
    margin:5px 5px;
}
.qywh{
    text-align: center;
}
.qywh img{
    width:100%;
    display: inline-block;
    margin:5px 5px;
}
@media (max-width: 1200px){
    .gsjs img{
        height:220px;
    }
}
@media (max-width: 992px){
    .ny-main .ny-main-box .title h1{
        font-size: 25px;
    }
    .ny-main .ny-main-box .ny-main-nav ul li{
        padding:7px 20px;
        margin:5px;
    }
    .ny-main .ny-main-box .ny-main-nav ul li a{
        font-size: 16px;
    }
    .gsjs img, .qywh img{
        height:auto;
        width:100%;
    }
}

/* 新闻中心 */
.ny-news-main .ny-news-list{
    width:100%;
    margin-bottom:30px;
    transition: all 0.5s;
}
.ny-news-main .ny-news-list:hover{
    box-shadow: 0 0 10px #eee;
    transform: scale(1.1);
}
.ny-news-main .ny-news-list .ny-news-time{
    width:100px;
    height:100px;
    background:#f7f7f7;
    border-radius: 5px;
    text-align: center;
}
.ny-news-main .ny-news-list .ny-news-time h1{
    font-size: 25px;
    font-weight: bold;
    color:#666;
}
.ny-news-main .ny-news-list .ny-news-time p{
    color:#999;
}
.ny-news-main .ny-news-list .ny-news-title{
    width:70%;
    line-height: 100px;
    margin-left:20px;
    border-bottom:1px dotted #eee;
}
@media (max-width: 992px){
    .ny-news-main .ny-news-list .ny-news-time{
        width:60px;
        height:60px;
    }
    .ny-news-main .ny-news-list .ny-news-time h1{
        font-size: 15px;
        margin:15px 0 0 0;
    }
    .ny-news-main .ny-news-list .ny-news-time p{
        font-size: 12px;
    }
    .ny-news-main .ny-news-list .ny-news-title{
        line-height: 20px;
        margin-top:10px;
        margin-left:10px;
    }
}

/* 新闻详情页 */
.news-info .news-info-title{
    text-align: center;
}
.news-info .news-info-title h1{
    font-size: 18px;
    font-weight: bold;
}
.news-info .news-info-title p{
    font-size: 15px;
    color:#999;
}
.news-info .news-info-content{
    margin:20px 0;
}
.news-info .news-info-content p{
    line-height: 28px;   
    /* letter-spacing: 1px; */
}
.news-info .news-info-content img{
    width: 100%;
}
/* 应用案例 */
.ny-case .ny-case-box{
    margin-bottom:30px;
    padding:10px;
    border:1px solid #ddd;
    transition: all 0.5s;
}
.ny-case .ny-case-box:hover{
    transform: scale(1.1);
    box-shadow: 0 0 10px #eee;
}
.ny-case .ny-case-box img{
    width:100%;
}

/* 在线留言 */
.form-control{
    height:50px;
    margin-bottom:20px;
}
.form-control1{
    height:200px !important;
}
.message-btn button{
    width:100%;
    height:50px;
    border:none;
}

/* 联系我们 */
.ny-contact .ny-contact-text h1{
    font-size: 20px;
    color:#006ac2;
    font-weight: bold;
}
.ny-contact .ny-contact-text ul li{
    padding:5px 0;
}
@media (max-width: 992px){
    .ny-contact-map iframe{
        height:300px;
    }
}
