
.container::before,.container::after{
    display: none;
}
img{
    width: 100%;
}
#ip-img-preview {
    width: 33%;
    height: auto;
}
#imgs img{
    cursor: pointer;
}
.bread{
    background: #f5f5f5;
    padding: 10px 0;
}
.bread p{
    font-size: 14px;
    color: #000;
}
.bread a{
    font-size: 14px;
    color: #000;
}
/* about */
.ny-about{
    padding: 80px 0;
}
.ny-ab-title{
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
.ny-ab-title>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-left: 50px;
}
.ny-ab-title>span{
    font-size: 14px;
    color: #999;
    margin-left: 50px;
}
.ny-ab-title>hr{
    width: 100px;
    height: 1px;
    background: #123984;
    border: none;
    margin: 0;
    margin-top: 10px;
    margin-left: 50px;
}
.ny-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 50px 50px;
}
.ny-ab-text{
    width: 100%;
    padding-top: 20px;
}
.ny-ab-text>p{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 10px;
}
.ny-ab-img{
    width: 100%;
}



.ny-sales>p{
    font-size: 18px;
    line-height: 26px;
}









/* product */
.ny-product{
    padding: 80px 0;
}
.ny-pro-con>h3{
    font-size: 18px;
    color: #666;
    text-align: center;
}
.ny-pro-con>ul{
    display: flex;
    flex-flow: row wrap;
    margin-top: 80px;
}
.ny-pro-con>ul>li{
    width: 32%;
    margin-right: 15px;
    margin-bottom: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    overflow: hidden;
    background: #fff;
}
.ny-pro-con>ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-pro-con>ul>li:nth-of-type(3n){
    margin-right: 0;
}
.ny-pro-con>ul>li p{
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0;
    border-top: 1px solid #eee;
    background: #fff;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-pro-con>ul>li:hover p{
    color: #1e49b1;
    border-top: 1px solid #1e49b1;
}
/* pro-xq */

.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   margin-top: 60px;
   background: #eeeeee;
}
.tz-gallery{
    width: 30%;
}
.pro-title{
    width: 68%;
    padding-top: 15px;
}
.pro-title>h3{
    font-size: 22px;
    margin-top: 10px;
}
.pro-title>h4{
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
}
.pro-title>p{
    font-size: 14px;
    line-height: 25px;
}
.ny-xq-title>h2{
    font-size: 18px;
    font-weight: bold;
}
.ny-xq-title>p{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
}
.ny-xq-title{
    width: 100% !important;
}
.pro-xq-con{
    padding-top: 20px;
}
.pro-xq-con table{
    width: 100%;
}

.pro-xq-con table tr:nth-of-type(1){
    background: #eee;
}
.pro-xq-con table tr:first-of-type>td{
    font-weight: bold;
    font-size: 18px;
}
.pro-xq-con table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 10px 5px !important;
    word-break: inherit !important;
    color: #000;
}
.pro-xq-con>p img{
    width: 60%;
    padding:10px 30px;
    margin-top: 20px;
    margin-right: 19px;
}
.pro-xq-con>p img:nth-of-type(3n){
    margin-right: 0;
}
.pro-xq-con>p{
    display: flex;
    flex-flow: row wrap;
    line-height: 26px;
}
/* news */
.ny-news{
    padding: 60px 0;
}
.ny-news ul{
    display: flex;
    flex-flow: row wrap;
    
}
.ny-news ul>li{
    width: 32%;
    padding: 20px 30px 40px;
    border-left: solid 1px #eee;
}
.ny-news ul>li:nth-of-type(3n){
    border-right: solid 1px #eee;
}
.ny-news ul>li h2{
    font-size: 60px;
    font-weight: bold;
    color: #eee;
    margin-bottom: 30px;
}
.ny-news ul>li b{
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin: 0;
}
.ny-news ul>li h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}
.ny-news ul>li p{
    font-size: 14px;
    color: #ccc;
    padding: 10px 0;
}
.ny-news ul>li h5{
    margin-top: 30px;
    color: #333;
    display: flex;
    align-items: center;

}
.ny-news ul>li h5>span{
    width: 20px;
    height: 1px;
    background: #333;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ny-news ul>li h5>span>small{
    position: absolute;
    right: -2px;
    top: -3px;
    border-left: 8px solid #000;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.ny-news ul>li:hover h5>span{
    width: 80%;
}


.ny-ab-text table{
    width: 100%;
}

.ny-ab-text tr:nth-of-type(1){
    background: #eee;
}

.ny-ab-text td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 10px 5px !important;
    word-break: inherit !important;
    color: #000;
}
.ny-ab-text img{
    width: 50%;
    margin: auto;
}






.ny-downlad{
    margin-top:50px;
    width: 100%;
}
.ny-downlad li{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.ny-downlad li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-downlad li span{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.ny-downlad li span i{
    padding-right: 5px;
}
.ny-downlad li small{
    display: inline-block;
    padding: 5px 20px;
    background: #028bd4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
}


/* ny-contact */

.ny-contact-con{
    padding: 120px 0;
}
.ny-contact-con>h1{
    text-align: center;
    font-size: 24px;
    color: #123984;
    font-weight: bold;
}
.ny-contact-con>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 30px 0 30px 17%;
}
.ny-contact-con>ul>li{
    width: 28%;
    margin: 0 20px;
}
.ny-contact-con>ul>li>h3{
    font-size: 16px;
    color: #123984;
    font-weight: bold;
}
.ny-contact-con>ul>li>p{
    font-size: 14px;
    color: #333;
}

/* message */
.ny-ditu{
    display: flex;
    flex-flow: row wrap;
}
.ny-message{
    width: 50%;
    background: #fff;
    padding: 30px 50px;
}
.ny-message>h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
form input{
    width: 100%;
    height: 28px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background:#fff;
} 
form textarea {
    width: 100%;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px; resize:none;
  
  }
  form span{
      font-size: 16px;
      color: #000;
      padding: 20px 0 5px;
      display: inline-block;
  }
  form input.botton {
    display: inline-block;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #da251c;
    width: auto;
    height: 30px;
    margin-left: 45%;
    margin-top: 15px;
}
 

.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span,.page1 span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span>a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span>a>select,.page span>a>select:focus{
    border: none;
    background: #f8f8f8;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}
.left-menu{
    display: none;
}


.ny-nav{
    display: none;
}
@media all and (max-width:768px) {
    .ny-about,.ny-product,.ny-news,.ny-contact-con{
        padding: 20px 0;
    }
    .ny-ab-con{
        padding: 0;
    }
    .ny-ab-title{
        margin-bottom: 20px;
    }
    .left-menu{
        display: block;
        text-align: center;
        margin: 10px 0;
        width: 100%;
        background: #008bd5;
    }
    .left-menu>p{
        font-size: 16px;
        display: inline-block;
        padding: 5px 10px;
        
        color: #fff;
    }
    #lfmenu>li{
        border: none;
        text-align: center;
        background-color: #008bd5;
        border-bottom: 1px solid #fff;
    }
    #lfmenu>li>a{
        width: 100%;
        font-size: 14px;
        color: #000;
        display: inline-block;
        padding: 10px 0;
        color: #fff;
    }
    .ny-ab-text img{
        width: 100% !important;
    }
    .ny-ab-text img:last-of-type{
        width: 50% !important;
    }
    .ny-pro-con>ul>li{
        width: 100%;
        padding: 10px 0;
    }
    .page span, .page1 span{
        width: 100%;
        text-align: left !important;
        margin: 10px 0;
    }
    .tz-gallery,.pro-title{
        width: 100%;
        padding: 0 10px;
    }
    .pro-xq-con>p img{
        width: 100%;
    }
    .ny-news ul>li{
        width: 100%;
        margin: 5px 0;
    }
    .ny-contact-con>ul{
        padding: 20px;
    }
    .ny-contact-con>ul>li{
        width: 80%;
    }
}