body{
    background: #fff;
}
p{
    margin: 0;
}
ul,li{
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.container{
    width: 1270px;
}
.container::before,.container::after{
    display: none;
}
img{
    display: block;
}
/* 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{
    margin-top: 93px;
}
.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: #96c2e8;
}
.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>div{
    width: 49%;
}
.a1>h1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.a1 p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 36px;
}
.a2{
    padding-top: 10px;
}
.a2 img{
    width: 100%;

}


/* shebei */
.ny-pics{
    margin: 30px 0;
}
.ny-pics>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-pics>ul>li{
    width: 32%;
    margin-bottom: 5px;
}
.ny-pics>ul>li img{
    width: 100%;
}
.ny-pics>ul>li p{
    text-align: center;
    background: #940a0a;
    color: #fff;
    padding: 5px 0;
}

/* pro */
.ny-product{
    margin: 30px 0;
}
.ny-product ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-product>ul>li{
    width: 24%;
    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;
}

.ny-nav>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
.nav-pro {
    display: block;
    margin-top: 15px;
    width: 20%;
}

.nav-pro>h3 {
    width: 100%;
    background: #940a0a;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px;
    margin: 0;
    color: #fff;
}
.nav-pro>ul{
    border: 1px solid #ccc;
    padding: 10px 0;
}
.nav-pro>ul>li{
    
    position: relative;
    margin: 0 15px;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
    
}
.nav-pro>ul>li>a{
    padding: 10px 5px;
    display: block;
    transition: .3s;
    cursor: pointer;
    
}
.nav-pro>ul>li:hover>a{
    border-left: 5px solid #932116;
    background: #f5f5f5;
}
.nav-pro>ul>li>i{
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}
.nav-pro>ul>.active>a {
    border-left: 5px solid #940a0a;
    background: #f5f5f5;
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 14px;
}
.nav-pro>ul>li>ul>li>a{
    color: #aaa;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}
.nav-pro>ul>li>ul>.active{
    background: #1f98b5;
}
.submenu{ display: none !important; }
.showsub .submenu{ display: block !important; }

.bread-pro {
    width: 75%;
}
.bread-pro .beard {
    background: #fff;
    color: #333;
    width: 100%;
    border-bottom: 5px solid #940a0a;
    display: block;
    height: 65px;
}
.bread-pro .beard>div{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.bread-pro .beard span {
    line-height: 56px;
    padding: 10px 0 0;
    color: #333;
    font-size: 14px;
    float: right;
}

.bread-pro .beard span a {
    color: #333;
    font-size: 14px;
}

.bread-pro .beard img {
    width: 50px;
    padding: 5px 5px;
    display: inline-block;
}

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

/* pro-xq */
.pro-xq{
    margin: 30px 0;
}
.xq-flex{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.xq-flex>div{
    width: 48%;
}
.pro-title>h2{
    font-size: 26px;
}
/* news */
.ny-news{
    margin: 30px 0;
}
.ny-news ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-news ul>li{
    width: 32%;
    box-shadow: 0 0 6px -1px #ccc;
}
.ny-news ul>li img{
    width: 100%;
}
.news-content{
    padding: 20px 0;
}
.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: 26px;
    color: #333;
}
.contact-left>p{
    font-size: 15px;
    line-height: 40px;
    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;
}
.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-ban{
        margin-top: 51px;
    }
    .beard{
        display: none;
    }
    .ny-about>div{
        width: 100%;
    }
    .ny-pics>ul>li{
        width: 100%;
        margin: 10px 0;
    }
    .ny-bread ul>li>a{
        padding: 12px 16px;
    }
    .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%;
    }
  }