@charset "utf-8";
/* 侧边导航 */
.ny-main{
    margin:30px 0;
}
.left-nav{
    border:2px solid #003c7e;
    box-sizing: border-box;
}
.left-nav .nav-title{
    background:#003c7e;
}
.left-nav .nav-title h1{
    color:#fff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding:30px 0;
    margin:0;
}
.left-nav .nav-list{
    padding:0 20px;
}
.left-nav .nav-list ul li{
    padding:10px 0;
    border-bottom: 1px dotted #ddd;
}
.left-nav .nav-list>ul>li>a::before{
    content:'';
    display: inline-block;
    width:5px;
    border-left:5px solid #2b2b2b;
    border-top:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom: 5px solid transparent;
    margin:2px 5px 2px 0;
}
.left-nav .nav-list ul li.active a{
    font-weight: bold;
    color:#003c7e;
}
.left-nav .nav-list ul li a:hover{
    font-weight: bold;
    color:#003c7e;
}
.right-content .right-head{
    padding:20px 0;
    border-bottom: 2px solid #003c7e;
}
.right-content .right-head .pull-left h1{
    font-size: 25px;
    font-weight: bold;
    color:#003c7e;
    margin:0;
}

/* 侧边二级导航 */
.nav-list li .two-bar{
    display: none;
}
.nav-list li .two-bar li{
    padding-left:16px;
}
.nav-list li .two-bar li a{
    font-size: 14px;
}
.nav-list li .two-bar li a::before{
    content:'';
    display: inline-block;
    width:4px;
    border-left:4px solid #003c7e;
    border-top:4px solid transparent;
    border-right:4px solid transparent;
    border-bottom: 4px solid transparent;
    margin:2px 5px 2px 0;
}
.two-bar li:last-child{
    border-bottom: none !important;
}
.two-bar li.active{
    background:#eee;
}
.two-bar li:hover{
    color:#003c7e;
    font-weight: bold;
}
.nav-list li.st-this .two-bar{
    display: block !important;
}

/* 关于我们 */
.about-content{
    margin:40px 0;
}
.about-content p{
    text-indent: 2em;
    line-height: 25px;
}

/* 企业文化 */
.culture-content{
    margin:40px 0;
}
.culture-content strong{
    font-size: 18px;
    color:#003c7e;
}
.culture-content p{
    padding-bottom: 10px;
}

/* 厂房厂貌 */
.changmao-content{
    margin:40px 0;
}
.changmao-content img{
    width:100%;
}

/* 资质荣誉 */
.honor-content{
    margin:40px 0;
}
.honor-img{
    padding:20px 40px;
    text-align: center;
    border:1px solid #0857b3;
    border-radius: 10px;
    margin:10px 0;
}
.honor-img img{
    width:100%;
    transition: all 0.5s;
}
.honor-img img:hover{
    transform: scale(1.1);
}

/* 新闻中心 */
.news-content{
    margin:40px 0;
}
.news-list{
    padding:12px 10px;
    border-bottom:1px dotted #ddd;
    transition: all 0.5s;
}
.news-list:hover{
    box-shadow: 0 0 10px #0857b3;
}
.news-list .news-left::before{
    content:'';
    display: inline-block;
    width:5px;
    border-left:5px solid #003c7e;
    border-right:5px solid transparent;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    margin:0 10px 0 0;
}

/* 新闻详情页 */
.news-info-box h1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.news-info-box>p{
    color:#999;
    font-size: 14px;
    text-align: center;
}
.news-info-box .news-info{
    margin-top:20px;
}
.news-info-box .news-info p{
    text-indent: 2em;
    line-height: 25px;
}

/* 新品发布 */
.xp-box{
    margin:20px 0;
}
.xp-img{
    height:200px;
}
.xp-img img{
    width:100%;
    height:100%;
}
.xp-box p{
    width:100%;
    padding:10px;
    background:#0857b3;
    color:#fff;
    text-align: center;
}

@media (max-width: 767px){
    .xp-img{
        height:100px;
    }
    .xp-box p{
        padding:7px;
    }
}

/* 新品发布详情 */
.xinpin-title{
    margin:20px 0;
}
.xinpin-title h1{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.xinpin-title .xp-info-img{
    margin:0 auto;
    text-align: center;
    margin-top:30px;
}
.xinpin-title .xp-info-img img{
    width:300px;
}
.xp-info-box .xp-info-top{
    margin:40px 0 10px 0;
    width:100%;
    height:35px;
    background:#ddd;
    line-height: 35px;
}
.xp-info-box .xp-info-top>div{
    width:100px;
    color:#fff;
    text-align: center;
    background:#003c7e;
    float:left;
}
.if-content table{
    width:100%;
}
.if-content>p{
    text-indent: 2em;
    line-height: 25px;
}
.if-content img{
    width:90%;
    text-align: center;
}

/* 联系我们 */
.contact-content{
    margin:30px 0;
}
.contact-content .pull-right h1{
    font-size: 18px;
    font-weight: bold;
    color:#003c7e;
    margin:10px 0 20px 0;
}
.contact-content .pull-right ul li{
    padding:6px 0;
}

@media (max-width: 767px){
    #dituContent{
        height:300px !important;
    }
}


/* 在线留言 */
.message-content{
    margin:40px 0;
}
.form-control{
    margin-bottom:15px;
    height:50px;
}
.form-control1{
    height:200px !important;
}
form button{
    height:50px;
    width:200px;
    border:none;
}

/* 技术支持 */
.jishu-content h1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.jishu-list{
    padding:10px 8px;
    margin:20px 0;
    transition: all 0.5s;
}
.jishu-list:hover{
    box-shadow: 0 0 12px #ddd;
}
.jishu-list .wen{
    color:#003c7e;
    font-size: 17px;
    margin:10px 0;
}
.jishu-list .da{
    line-height: 25px;
}
.jishu-list .da strong{
    color:#003c7e;
    font-size: 17px;
}
.jishu-list .da p{
    display: inline;
}
.jishu-content-bottom{
    font-size: 18px;
    margin-top:40px;
}
.jishu-content-bottom i{
    font-size: 18px;
    font-weight: bold;
    color:#003c7e;
}

/* 下载中心 */
.xiazai-content{
    margin:30px 0;
}
.xiazai-content .xz-list{
    padding:10px 0;
    border-bottom:1px dotted #ddd;
    transition: all 0.5s;
}
.xiazai-content .xz-list:hover{
    box-shadow: 0 0 10px #0857b3;
}
.xiazai-content .xz-title::before{
    content: '';
    display: inline-block;
    width:3px;
    height:3px;
    padding:3px;
    margin:2px 10px 2px 5px;
    background:#0857b3;
}
.xiazai-content .xz-list .xz-dx,.xz-time{
    text-align: center;
}
.xiazai-content .xz-list .xz-icon{
    padding-right:10px;
    text-align: right;
}
/* 产品中心 */
.product-content{
    margin:20px 0;
}
.pro-box {
    margin:20px 0;
    transition: all 0.5s;
    border:1px solid #ddd;
}
.pro-box:hover{
    box-shadow: 0 0 10px #ddd;
    transform: scale(1.05);
}
.pro-box .pro-img {
    height:205px;
    overflow: hidden;
}
.pro-box .pro-img img{
    width:100%;
    height:100%;
    padding:20px;
}
.pro-box  p{
    width:100%;
    height:35px;
    line-height: 35px;
    background:#003c7e;
    color:#fff;
    text-align: center;
    margin:0;
}
@media (max-width: 767px){
    .pro-box .pro-img{
        height:120px;
    }
}


/* 手机端导航样式 */
/* .ny-product{
    position: relative;
} */
.pro-navphone{
    background-color: #fff;
    position: fixed;
    width: 180px;
    line-height: 35px;
    left: -180px;
    top: 20%;
    z-index: 666;
    position: fixed;
    padding: 10px;
    transition: all .3s;
}
.pro-navphone .navphone-pop{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 60px;
    background-color: #003c7e;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    right: -40px;
    z-index: 999;
}
.pro-navphone ul li.active{
    background:#ddd;
}
.pro-navphone ul li{
    height:25px;
    line-height:28px;
}
.pro-navphone ul li a::before{
    content:'';
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 50%;
    background:#003c7e;
    margin:5px 10px 2px 10px;
}

