ul,li{
    list-style: none;
}
.ny-ban img {
    width: 100%;
}

.beard {
    background: fff;
    color: #333;
    text-align: right;
    width: 35%;
    padding-top: 15px;
}


.beard span:last-of-type {
    line-height: 56px;
}
.beard span a{
    color: #333;
}
.beard img {
    width: 50px;
    padding: 5px 5px;
    display: inline-block;
}

.beard i {
    padding-right: 5px;
    font-size: 18px;
}

/* 二级导航 */
.ny-nav>div{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 5px solid #185baa;
    justify-content: space-between;
}
.ny-nav>div>ul {
    margin-top: 15px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 65%;
}

.ny-nav ul>li {
    padding: 5px 30px;
    margin-right:10px;
    border:solid 1px #ccc;
    border-radius: 5px 5px 0 0;
    line-height: 35px;
}
.ny-nav ul>.active{
    background: #185baa;
    border:none;
    
}
.ny-nav ul>li>a {
    color: #333;
}
.ny-nav ul>.active>a{
    color: #fff;
}

.pro-xq{
    display: block;
    padding: 15px 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


/* 关于我们 */
.ny-content {
    padding: 30px 0;
}

.ny-content h4 {
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
}

.ny-content p {
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
}

.ny-content img {
    margin: 5px;
    width: 48%;
    float: left;
    border: solid 2px #f2963f;
    padding: 5px;
    margin-bottom: 30px;
}
.ny-wl{
    text-align: center;
}
/* 产品中心 */
.ny-flex{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-product>ul,.ny-news ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
   
}
.ny-pro{
    width: 20%;
    margin-top: 15px;
}
.ny-pro>p{
    font-size: 20px;
    background: #185baa;
    color: #fff;
    padding: 30px 20px;
    font-weight: bold;
}
.ny-pro>ul{
    border: solid 1px #ccc;
    padding: 10px 0;
}
.ny-pro>ul>li{
    line-height: 40px;
    margin: 0 10px;
    border-bottom: 1px solid #f5f5f5;
    transition: .5s;
    position: relative;
}
.ny-pro>ul>li:last-of-type{
    border: none;
}
.ny-pro>ul>li.active>a{
    color: #000;
    background: #f5f5f5;
    border-left: 5px solid #185baa;
}

.ny-pro>ul>li:hover>a{
    color: #000;
    background: #f5f5f5;
    border-left: 5px solid #185baa;
}
.ny-pro>ul>li>a{
    font-size: 16px;
    color: #000;
    transition: .5s;
    display: block;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
}
.ny-pro>ul>li>ul>li{
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
}
.ny-pro>ul>li>ul>li>a{
    color: #aaa;
}
.submenu{ display: none !important; }
.showsub .submenu{ display: block !important; }
.sonmenu{
    display: none;
}

.ny-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}
.ny-product{
    width: 78%;
}
.ny-product>.beard{
    width: 100%;
    border-bottom: 2px solid #185baa;
    margin-bottom: 20px;
}
.ny-product>ul>li{
    width: 24%;
    color: #666;
    border: solid 1px #ccc;
    padding: 5px;
    border-radius: 5px;
    margin:5px 1% 20px 0;
}
.ny-product>ul>li:nth-of-type(4n){
    margin:5px 0 20px 0 !important;
}
.ny-product>ul>li img{
    width: 100%;
    border-radius: 5px;
}
.ny-product>ul>li p{
    padding: 15px 10px;
    color: #333;
}

/* 产品详情 */
.tz-gallery{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 15px 10px ;
    width: 100%;
    justify-content: space-between;
}
.page{
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pro-title{
    width: 45%;
    font-size: 14px;
}
.pro-title img{
    width: 100%;
}
.pro-title>h2{
    margin-bottom: 20px;
}
.pro-title p{
    width: 100%;
    word-wrap:break-word;
    line-height: 26px;
}
.sp-wrap{
    margin: 0 3% 0 0 !important;
}

.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;
    text-align: center;
    width: 300px;
    font-size: 12px;
}

/* 新闻中心 */
.ny-news{
    margin: 30px 0;
}
.ny-news li{
    width: 31.7%;
    box-shadow: 0 0 15px -3px #ddd;
    margin: 10px;
}
.ny-news li img{
    width: 100%;
    display: block;
}
.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-xq{
    text-align: center;
    margin: 30px 0;
}
.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{
    width: 100%;
    padding: 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{
    margin-top: 30px;
}
.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;
}

/* 联系我们 */
.contact1{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px 0;
}
.con-left{
    width: 24%;
    margin-right: 1%;
}
.con-left h4{
    color: #000;
    font-size: 18px;
    padding: 0 20px;
    margin: 15px 0;
}
.con-left p{
    padding: 0 20px;
    line-height: 40px;
    color: #666;
}
.con-right{
    width: 75%;
}


/* 分页 */
.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: 1px 10px;
}

.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;
}

#grid_bg {
    width: 100%;
    padding-top: 30px;
    z-index: 0;
    background: url("background/general.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    transition: background 0.8s linear;
    -webkit-transition: background 0.8s linear;
}
.foot1 {
    width: 1200px;
    margin: 60px auto 0;
    border-top: solid 1px #333;
    padding-top: 30px;
}
.foot1>ul {
    text-align: center;
}
.foot1>ul>li {
    display: inline-block;
    padding: 0 20px;
}
.foot1>ul>li>a {
    color: #666;
    font-size: 12px;
}
.foot-down {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.foot-down>img {
    width: 10%;
    padding: 30px 0;
    margin: 20px 0;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.foot-down>p {
    font-size: 12px;
    
}
.foot-down>p>a {
    color: #666;
}
@media all and (max-width: 768px){
    .ny-nav ul>li{
        width: 73px;
        padding: 10px 20px !important;
        margin: 3px 5px 0 !important;

    }
    .ny-nav ul>.active{
        padding: 10px 21px !important;
    }
    .ny-wl img{
        width: 100%;
    }
    .beard{
        padding: 0 8px;
        width: 100%;
    }
    .ny-content{
        padding: 30px 10px !important;
    }
    .ny-content img{
        width: 95% !important;
    }
    .ny-pro{
        width: 100%;
    }
    .ny-product{
        display: block !important;
        padding: 0 10px;
        width: 100%;
    }
    .ny-product>ul, .ny-news ul{
        display: block !important;
        width: 100% !important;
    }
    .ny-product>ul>li{
        width: 100% !important;
        margin: 5px 0 !important;
    }
    .pagination{
        padding: 0 5px;
    }
    .pagination>span{
        margin: 5px 0;
    }
    .pagination span>a{
        padding: 5px 4px !important;
    }
    h1{
        margin: 0 !important;
    }
    .pro-xq{
        display: block !important;
    }
    .tz-gallery{
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .page {
        width: 100% !important;
    }
    .pro-title{
        width: 100% !important;
    }
   
    .pro-test{
        width: 100%;
        overflow-y:scroll;
         overflow-x:scroll;
    }
    .ny-news li{
        width: 100% !important;
        margin: 0 !important;
       
    }
    .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: 99% !important;
    }
    .beard span:last-of-type{
        font-size: 12px;
    }

    .ny-ban{
        margin-top: 65px;
    }
    
    #grid_bg>div{
        width: 100% !important;
    }
    .foot-down>img{
        width: 30% !important;
    }
    .foot1>ul>li{
        padding: 0 10px !important;
    }
}