
.container::before,.container::after{
    display: none;
}
ul,li{
    margin: 0;
}
p{
    margin: 0;
}
#ip-img-preview{
    width: 60%;
}
.ban{
    position: relative;
}
.ban-text{
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
}
.ban-text h3{
    font-size: 26px;
    color: #782f0a;
    font-weight: bold;
}
.ban-text hr{
    width: 40px;
    height: 4px;
    border: none;
    background: #782f0a;
    position: relative;
    margin: 15px 5px;
}
.ban-text p{
    font-size: 18px;
    color: #782f0a;
    letter-spacing: 2px;
}
/* about */
.ab-title{
    text-align: center;
    padding: 80px 0 0;
}
.ab-title>h4{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.ab-title>h4 span{
    color: #f00;
}
.ab-title>h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0;
    
}
.ab-title>hr{
    width: 50px;
    height: 2px;
    background: #000;
    margin: 15px auto;
}
.ab-title>p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    text-align: left;
    text-indent: 2em;
}
.ab-title>small{
    margin-top: 30px;
    display: inline-block;
}
.ny-about{
    text-align: center;
}
.ny-about h5,.ny-product h5,.ny-news h5,.ny-contact h5{
    text-align: center;
    padding: 50px 0;
}
.ny-about h5>i,.ny-product h5>i,.ny-news h5>i,.ny-contact h5>i{
    font-size: 30px;
    color: #999;
}
.ny-about>ul{
    width: 1270px;
    margin: 0 auto;
    display: flex;flex-flow: row wrap;
    justify-content: space-between;
}
.ny-about>ul>li{
    width: 32%;
    margin: 10px 0;
}

.ny-plant>h3{
    padding: 8px 30px;
    background: #782f0a;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 60px 0 20px;
}
.ny-plant>p{
    font-size: 24px;
    color: #000;
    padding: 0 0 10px;
    font-weight: bold;
}
.ny-plant>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-plant>ul>li{
    width: 32%;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* product */

.ny-product-xq-field{
    padding: 80px 0;
    background: #f5f5f5;
}
.ny-product-xq-field1{
    padding: 80px 0;
    background: #fff !important;
}
.ny-product-xq-field>div>h4{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
}
.ny-product-xq-field ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-product-xq-field ul>li{
    margin: 10px 0;
    cursor: pointer;
}
.ny-field1>li{
    width: 49%;
}
.ny-field2>li{
    width: 32%;
}
.ny-product-xq-field ul>li>p{
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #56ad4e;
    padding: 10px 0;
}
/* news */
.ny-news{
    padding: 50px 0;
}
.ny-news .ab-title{
    padding: 80px 0 0;
}
.ny-news .ab-title>p{
    background: #c33534;
    display: inline-block;
    margin: 30px  0;
    padding: 5px 10px;
    color: #fff;
}

.ny-news ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 100px;
}
.ny-news ul>li{
    margin: 10px 0;
    width: 100%;
}
.ny-news ul>li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-news-img{
    width: 25%;
}
.ny-news-con{
    width: 73%;
}
.ny-news-con>h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 15px 0;
    
}
.ny-news-con>span{
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    display: inline-block;
}
.ny-news-con>p{
    font-size: 14px;
    color: #000;
    margin-top: 20px;
}

.ny-news-xq{
    margin-top: 50px;
}
.ny-news-xq>h2{
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.ny-news-xq>h3{
    font-size: 16px;
    padding: 15px 0;
}
.ny-news-xq>hr{
    width: 100%;
    border: none;
    height: 1px;
    background: #ccc;
    position: relative;
    margin-bottom: 15px;
}
/* contact */
.ny-contact{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.ny-contact ul{
    width: 28%;
}
.ny-contact ul li{
    font-size: 14px;
    line-height: 30px;
}
.ny-contact ul li>h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ny-contact .ab-title>p{
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
.ny-ditu{
    width: 70%;
}


.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;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}
.BMap_stdMpPan,.BMap_stdMpZoom,.anchorBL{
    display: none;
}
.ditu{
    position: relative;
}
.map-logo{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}
@media all and (max-width:768px) {
   
    .page span,.page1 span{
        width: 100%;
        text-align: left !important;

    }
    .page span>a{
        margin: 4px 0;
        display: inline-block;
        padding: 2px 8px;
    }
    .ban-text h3 {
        font-size: 18px;
    }
    .ban-text hr{
        margin: 2px 0;
    }
    .ban-text p{
        display: none;
    }
    .ab-title{
        padding: 20px 0 0;
    }
    .ny-plant>ul>li{
        width: 48%;
        margin-right: 10px;
    }
    .ny-plant>ul>li:nth-of-type(2n){
        margin-right: 0;
    }
    .ny-about h5, .ny-product h5, .ny-news h5, .ny-contact h5{
        padding: 20px 0;
    }
    .ny-product-xq-field1{
        padding: 20px 0;
    }
    .ny-field2>li{
        width: 49%;
    }
}