
.container::before,.container::after{
    display: none;
}
ul,li{
    margin: 0;
}
.ban{
    /* padding-top: 104px;
    background: #222; */
}
.location{
    background: #222;
}
.location>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-nav{
    width: 69%;
}
.ny-nav li{
    display: inline-block;
    padding: 15px 10px;
    margin-right: 20px;
}
.ny-nav li>a{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.ny-nav .active{
    background: #0060bd;
}
.bread{
    width: 30%;
    text-align: right;
}
.bread p{
    padding: 15px 0;
    color: #ccc;
    margin: 0;
}
.bread p>a{
    color: #ccc;
}


/* about */
.ny-con{
    padding: 50px 0;
}
.ny-con>h3{
    font-size: 24px;
    font-weight: bold;
}
.ny-con>p{
    line-height: 50px;
    font-size: 14px;
    text-indent: 2em;
}

/* workshop */
.ny-con ul{
    display: flex;
    flex-flow:  row wrap;
}
.ny-con ul>li{
    width: 32%;
    margin: 8px 8px;
    cursor: pointer;
    border: solid 1px #333;
}

.ny-con ul>li p{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: #333;
    margin: 0;
    
}
#ip-img-preview {
    width: 60%;
    height: auto;
}

/* pro-xq */
.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.tz-gallery{
    width: 48%;
}
.pro-title{
    width: 48%;
}

.pro-xq-con table{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.pro-xq-con table tr:first-of-type{
    background: #c37b40;
    color: #fff;
    font-weight: bold;
}

.pro-xq-con table tr>td{
    padding: 15px 15px;
    border: #ededeb solid 2px;
    width: 100%;
}
.pro-xq-con table tr>td:nth-of-type(3){
    text-align: left;
}
.pro-xq-con table tr:first-of-type>td:nth-of-type(3){
    text-align: center;
}
/* news */
.ny-news{
    padding: 50px 0;
}
.ny-news ul{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
}
.ny-news ul li{
    width: 31%;
    margin: 5px 0;
}
.ny-news h2{
    font-size: 20px;
    font-weight: bold;
}
.ny-news h3{
    font-size: 16px;
}

/* contact */
.ny-contact{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.ny-contact ul{
    width: 33%;
}
.ny-contact ul li{
    font-size: 14px;
    line-height: 30px;
}
.ny-contact ul li>h3{
    font-size: 20px;
    font-weight: bold;
}
.ny-ditu{
    width: 100%;
}


.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;
}

@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{
        width: 100%;
        text-align: left;
    }
    .bread{
        display: none;
    }
    .ny-con ul>li{
        width: 45%;
    }
    .ny-news ul li,.ny-contact ul,.ny-ditu{
        width: 100%;
    }
    .ban{
        display: block !important;
    }
    .ny-con{
        padding: 20px 0;
    }
    .pro-xq-con table tr>td:nth-of-type(2){
        width: 27%;
    }
    .tz-gallery,.pro-title{
        width: 100%;
    }
}