

.ny-ban img {
    width: 100%;
    display: block;
}

.beard {
    background: url("../img/about.bg.jpg") no-repeat center;
    color: #333;
    text-align: right;
}

.beard>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.beard span {
    line-height: 56px;
}
.beard span a{
    color: #333;
}


.beard i {
    padding-right: 5px;
    font-size: 18px;
}

/* 二级导航 */
.ny-content>div.container{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px auto;
}
.ny-nav{
    width: 17%;
   
}
.ny-nav>h3{
    background: #535353;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}
.ny-nav>ul{
    box-shadow: 0px 2px 17px -2px rgba(0, 0, 0, 0.11);
}
.ny-nav>ul>li{
    padding: 10px 13px;
    transition: .5s;
    border-bottom: 1px solid #eee;
    position: relative;
}
.ny-nav>ul>li>a{
    color: #333;
}
.ny-nav>ul>li>a>i{
    padding-right: 8px;
}
.ny-nav>ul>li.active{
    background: #eeeeee;
    position: relative;
    
}
.ny-nav>ul>li:hover{
    background: #eeeeee;
    position: relative;
    
}
.ny-nav>ul>li.active::before{
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #535353;
    position: absolute;
    
}
.ny-nav>ul>li::before{
    transition: .5s;
}
.ny-nav>ul>li:hover::before{
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #535353;
    position: absolute;
}
.ny-nav>ul>li:hover>ul{
    display: block;
}
.ny-nav>ul>li>ul{
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    background: #f5f5f5;
    display: none;
    transition: .5s;
    z-index: 99999;
}
.ny-nav>ul>li>ul>li{
    padding: 10px 13px;
    transition: .5s;
    border-bottom: 1px solid #eee;
}
.ny-nav>ul>li>ul>li>a{
    color: #333;
    font-size: 14px;
}
.ny-nav>ul>li>ul>li:hover{
    background: #fff;
}
@media all and (max-width: 768px){
    
    .beard{
        padding: 0 8px;
    }
    .ny-content{
        padding: 30px 10px !important;
    }
    
    .ny-product{
        display: block !important;
    }
    .ny-product>ul, .ny-news ul{
        display: block !important;
        width: 100% !important;
    }
    .ny-product>ul>li{
        width: 100% !important;
        margin: 0 !important;
    }
    .pagination{
        padding: 0 5px;
    }
    .pagination>span{
        margin: 5px 0;
    }
    .pagination span>a{
        padding: 5px 7px !important;
    }
    .pro-xq{
        display: block !important;
    }
    .tz-gallery{
        display: block !important;
        width: 100% !important;
    }
    .page {
        width: 100% !important;
    }
    .pro-title{
        width: 100% !important;
    }
    
    .ny-news li{
        width: 95% !important;
        margin: 0 !important;
        padding: 0 10px;
    }
    .news-xq small{
        margin: 0 !important;
    }
    .news-xq img{
        width: 100% !important;
    }
    .form-group{
        width: 96% !important;
    }
    .form-group1{
        width: 96% !important;
    }
    .contact{
        display: block !important;
    }
    .con-left{
        width: 100% !important;
        padding: 10px 0;
    }
    .con-right{
        width: 100% !important;
    }
    .beard span:last-of-type{
        font-size: 12px;
    }
    .ny-nav{
        width: 100% !important;
    }
    
    .ny-about, .ny-product, .ny-news, .news-xq, .message-con, .down, .contact{
        width: 100% !important;
    }
}


.ny-about,.ny-product,.ny-news,.news-xq,.message-con,.down,.contact{
    width: 80%;
    background: #f5f5f5;
    box-shadow: 0 0 17px -2px #ddd;
    padding: 15px 10px;
}
/* 关于我们 */

.ny-about h4 {
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
}

.ny-about p {
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}


/* 产品中心 */

.ny-product>ul,.ny-news ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.ny-product>ul>li{
    width: 31.3%;
    margin: 0 10px 10px;
    text-align: center;
    color: #666;
}
.ny-product>ul>li img{
    width: 100%;
}
.ny-product>ul>li p{
    text-align: center;
    background: rgba(102, 102,102, 0.8);
    padding: 3px 0;
    color: #fff;
}

/* 产品详情 */
.tz-gallery{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 15px 10px ;
    width: 80%;
}
.page{
    width: 65%;
}
.pro-title{
    width: 35%;
    font-size: 14px;
}
.pro-title>p{
    line-height: 30px;
    
}
.sp-wrap{
    margin: 0 3% 0 0 !important;
}

/* 新闻中心 */
.ny-news>ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-news li{
    width: 29.3%;
    box-shadow: 0 0 15px -3px #ddd;
    margin: 10px;
    padding: 10px;
    background: #fff;
}
.ny-news li img{
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.news-content{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px 10px;
    transition: 1s;
}
.news-content span{
    font-size: 13px;
    color: #000;
    padding: 5px 0;
}
.news-content i{
    padding-right: 3px;
    font-size: 13px;
    padding-top: -5px;
}
.news-content h3{
    font-size: 20px;
    padding: 5px 0;
    color: #000;
    width: 100%;
}
.news-content>h4{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    font-weight: normal;
}
/* 新闻详情 */
.news-xq{
    text-align: center;
}
.news-xq h3{
    font-size: 24px;
    line-height: 40px;
}
.news-xq p>span{
    padding: 0 25px;
    font-size: 13px;
}
.news-xq p>span>i{
    padding-right: 3px;
    font-size: 13px;
    padding-top: -5px;
}
.news-xq small{
    display: block;
    text-align: left;
    line-height: 30px;
    margin: 30px 0;
}

/* 在线留言 */

.message-con>form{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}
.message-con>p{
    font-size: 26px;
    font-weight: block;
    text-align: center;
}
.form-group{
    width: 48%;
    margin:15px 0;
    padding: 5px;
}
.form-group input,.form-group1 textarea{
    padding: 5px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    display: block;
    width: 95%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.form-group1{
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
.form-group1 textarea{
    width: 95%;
    height: auto;
}
.submit{
    background: #EA4335;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    width: 100px;
    margin: 0 auto;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.message-bd{
    height: 30px;
}
.message-con img{
    height: 35px;
}

/* 下载中心 */

.down p{
    line-height: 40px;

}
.down a{
    color: #333
}
.down span{
    color: #999;
    font-size: 15px;
    float: right

}
.down hr{
    padding: 0;
    margin: 5px 0;
    border: 1px dotted lightgray;
}

/* 联系我们 */



/* 分页 */
.pagination{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}
.pagination span>a{
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.page-num-current{
    padding: 5px 0 !important;
}
.pagination span>a select,.pagination span>a select:focus{
    border:solid 1px transparent  !important;
    padding: 5px 10px;
    background: transparent;
}

.ny-qh{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}
.ny-qh a{
    color: #000;
}

.pro-xq-ms{
    width: 100%;
    overflow-x:auto;　　
    overflow-y:hidden;
}

.pro-xq-ms>h3{
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}
.pro-xq-ms>p{
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}
.pro-xq-ms>p>a{
    color: #333;
    font-size: 14px;
}
.pro-xq-ms>p>span{
    font-size: 14px;
    color: #333;
}
.pro-test{
    padding: 15px 0;
}
.pro-xq-ms table{
    width: 100% !important;
    min-height: .01%;
    overflow-x: auto;
}

.pro-xq-ms table tr {
    background: #ededec !important;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    width: 100%;
}
.pro-xq-ms table tr>td {
    background: #E0EFF2;
    padding: 5px 4px;
    width: 300px;
    font-size: 12px;
    text-align: center;
}
.ny-qh{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}
