
.container::before,.container::after{
    display: none;
}
ul,li{
    margin: 0;
}
p{
    margin: 0;
}


/* about */
.ab-title{
    text-align: center;
    padding: 80px 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;
}
.ab-title>small{
    margin-top: 30px;
    display: inline-block;
}
.ny-about>h5{
    text-align: center;
    padding: 50px 0;
}
.ny-about>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;
}
.ab-gy>li{
    width: 49% !important;
}
.footer{
    background: #f5f5f5;
    margin-top: 50px;
}


/* product */
.ny-product{
    padding: 80px 0;
}
.ny-nav{
    text-align: center;
}
.ny-nav>h3{
    font-size: 24px;
    font-weight: bold;
}
.ny-nav>h5>i{
    font-size: 30px;
    color: #999;
}
.ny-nav ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.ny-nav ul>li{
    display: flex;flex-flow: row wrap;
    align-items: center;
}
.ny-nav ul>li>a{
    display: inline-block;
    border: solid 1px #000;
    padding: 5px 20px;
    color: #000;
}
.ny-nav ul>li.active>a{
    border: solid 1px #c33534;
    background: #c33534;
    color: #fff;
}
.ny-nav ul>li>hr{
    font-size: 30px;
    width: 20px;
    height: 2px;
    background: #000;
    margin: 0 10px;
}
.ny-nav ul>li:last-of-type>hr{
    display: none;
}

.ny-product>div>ul{
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
}
.ny-product>div>ul>li{
    width: 31%;
    margin: 10px 10px;
}
.ny-product>div>ul>li img{
    border: solid 1px #999;
}
.ny-product>div>ul>li p{
    text-align: center;
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 10px 0;
}
/* pro-xq */
.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.tz-gallery{
    width: 48%;
}
.pro-title{
    width: 48%;
}
.pro-title>p{
    font-size: 16px;
    line-height: 36px;
}
#ip-img-preview{
    width: 60% ;
}
.pro-xq-con{
    margin-top: 20px;
}
.pro-xq-con>p{
    font-weight: bold;
    font-size: 20px;
}
.pro-xq-con table{
    width: 100%;
}
.pro-xq-con table tr td{
    border: solid 1px #333;
    padding: 5px 10px;
    text-align: center;
    width: 24%;
}
.pro-xq-con table tr td:first-of-type{
    background: #87ceef;
    color: #fff;
}
/* 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-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-news ul>li h3{
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.ny-news ul>li p{
    width: 50%;
    display: inline-block;
}
.ny-news ul>li p>img{
    padding: 5px;
}
/* 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-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;
    }

    .ny-nav,.bread{
        width: 100%;
    }
    
    .ny-news ul li,.ny-contact ul,.ny-ditu{
        width: 100%;
    }
    .ny-nav>ul>li{
        width: 33%;
        margin: 5px 0;
    }
    .ny-nav>ul>li hr{
        display: none;
    }
    .location{
        padding: 0 10px;
    }
    .ny-content{
        padding: 0 10px;
    }
    .ny-con ul>li{
        width: 47%;
        margin: 5px 5px;
    }
    .tz-gallery,.pro-title{
        width: 100%;
    }
    .ny-product{
        padding: 20px 0;
    }
    .ny-product>div>ul>li{
        width: 44%;
    }
    .ab-title,.ny-news .ab-title{
        padding: 20px 0;
    }
    .ny-about{
        padding: 20px 20px;
    }
    .ny-about>ul>li,.ny-about>ul{
        width: 100%;
    }
    .ab-title>p{
        text-align: left;
    }
    .ab-title>small{
        text-align: left;
        font-size: 100%;
    }
    .ab-title>p>br{
        display: none;
    }
    .sp-lightbox img{
        max-width: 100% !important;
    }
}