.container::before,.container::after{
    display: none;
}
ul,
li {
    margin-bottom: 0;
}
/* top */
.probootstrap-navbar .navbar-brand {
    top: 0;
}
.probootstrap-navbar .navbar-nav > li > a {
    color: #000;
    padding: 35px 0;
}
.probootstrap-navbar .navbar-nav > li > a:hover {
    color: #d21e20;
}
.probootstrap-navbar .navbar-nav > li.active > a {
    background: none;
    color: #000;
}
.probootstrap-navbar .navbar-nav > li.active > a:hover{
    background: none;
    color: #d21e20;
}
.ny-ban img{
    width: 100%;
}

/* beard */
.beard{
    line-height: 45px;
    color: #ccc;
}
.beard a{
    color: #ccc;
}
/* nav*/
.ny-bread{
    background: #940a0a;
}
.ny-bread>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-bread ul>li{
    display: inline-block;
    position: relative;
}
.ny-bread ul>li>a{
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.ny-bread ul>.active>a{
    background: #3d5ba3;
}
.sonmenu{
    position: absolute;
    left: 0;
    top: 48px;
    background: #940a0a;
    display: none;
    transition: .5s;
    z-index: 99;
}
.ny-bread ul>li:hover>.sonmenu{
    display: block;
}
.sonmenu>li{
    display: block !important;
}
.sonmenu>li:hover{
    background: #96c2e8;
}
/* about */
.ny-about{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.ny-about>.a1{
    width: 60%;
}
.ny-about>.a2{
    width: 38%;
    margin-top: 20px;
}
.ny-about>h1{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.a1 p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 36px;
}
.a2 img{
    width: 100%;

}


/* shebei */
.ny-pics{
    margin: 30px 0;
}
.ny-pics>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-pics>ul>li{
    width: 32%;
    margin-bottom: 10px;
    margin-right: 10px;
}
.ny-pics1>ul>li{
    width: 24%;
    margin-bottom: 10px;
    margin-right: 10px;
}
.ny-pics1>ul>li:nth-of-type(4n){
    margin-right: 0;
}
.ny-pics>ul>li img{
    width: 100%;
}
.ny-pics>ul>li p{
    text-align: center;
    background: #940a0a;
    color: #fff;
    padding: 5px 0;
    margin: 0;
}

/* pro */
.ny-product{
    margin: 30px 0;
}
.ny-product ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-product>ul>li{
    width: 24.39%;
    margin-right: 10px;
    margin-bottom: 5px;
}
.ny-product>ul>li:nth-of-type(4n){
    margin: 0;
}
.ny-product>ul>li img{
    width: 100%;
}
.ny-product>ul>li p{
    text-align: center;
    background: #940a0a;
    color: #fff;
    padding: 5px 0;
}

/* pro-xq */
.pro-xq{
    margin: 30px 0;
}
.pro-title img{
    max-width: 100%;
}
.xq-flex{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.xq-flex>.exzoom{
    width: 30%;
    margin: 0 150px 30px;
}
.xq-flex>.pro-title{
    width: 45%;
}
.xq-content table{
    width: 100%;
}
.xq-content table td{
    border: solid 1px #ccc;
    text-align: center;
}

.xq-content table td img{
    width: 50px;
}

/* news */
.ny-news{
    margin: 30px 0;
}
.ny-news ul>li{
    width:100%;
    border-bottom: 1px solid #ccc;
}
.ny-news ul>li img{
    width: 100%;
}
.news-content{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-news ul>li h3{
    font-size: 20px;
    color: #000;
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
    margin: 5px 0;
}
.ny-news ul>li span{
    padding: 0 10px;
    font-size: 14px;
    color: #aaa;
}
.ny-news ul>li p{
    padding: 0 10px;
    margin: 0;
    line-height: 24px;
    font-size: 15px;
    color: #666;
    height: 70px;
    overflow: hidden;
}

/* news-xq */
.news-xq{
    margin: 30px 0;
}
.news-xq>h3{
    font-size: 26px;
    text-align: center;
}
.news-xq>p{
    text-align: center;
    font-size: 14px;
}
.news-xq>p>span{
    margin: 0 5px;
    margin-bottom: 20px;
    display: inline-block;
}
.news-xq>p>span>i{
    margin-right: 5px;
}
.news-xq>small{
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
    display: inline-block;
}

/* download */
.down{
    margin-top: 30px;
}
.down>p{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
/* contact */
.ny-contact{
    margin: 30px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.contact-left{
    width: 30%;
}
.contact-left>h4{
    font-size: 17px;
    color: #333;
    font-weight: bold;
}
.contact-left>p{
    font-size: 15px;
    line-height: 30px;
    color: #aaa;
}
.contact-right{
    width: 65%;
}


.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: 0 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;
}


@media screen and (max-width: 768px) {
    .container{
        width: 100%;
    }
    .ny-about>div{
        width: 100% !important;
    }
    .ny-pics>ul>li{
        width: 100%;
        margin: 10px 0;
    }
    .ny-bread ul>li>a{
        padding: 12px 12px;
    }
    .ny-product>ul>li{
        width: 100%;
    }
    .xq-flex>div{
        width: 100%;
    }
    .ny-news ul>li{
        width: 100%;
        margin: 10px 0;
    }
    .contact-left,.contact-right{
        width: 100%;
    }
   
  }