
.container::before,.container::after{
    display: none;
}
ul,li{
    margin: 0;
}
p{
    margin: 0;
}
.location{
    background: #104b8f;
}
.location>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.nav{
    background: url(../img/top.jpg) no-repeat;
}
.ny-nav{
    width: 60%;
}
.ny-nav>ul>li{
    display: inline-block;
    padding: 15px 30px;
    position: relative;
}
.ny-nav>ul>li>a{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.ny-nav .active{
    background: #e91b27;
}
.ny-nav>ul>li>ul{
    position: absolute;
    left: 0;
    top: 50px;
    background: #8ca2b9;
    width: 100%;
    display: none;
    z-index: 999;
}
.ny-nav>ul>li>i{
    font-size: 16px;
    color: #fff;
}
.ny-nav>ul>li>ul>li{
    border-top: 1px solid #fff;
    text-align: center;
}
.ny-nav>ul>li>ul>li a{
    color: #fff;
    display: inline-block;
    padding: 15px 5px;
    width: 100%;
}
.bread{
    width: 39%;
    text-align: right;
}
.bread p{
    padding: 15px 0;
    color: #ccc;
}
.bread p>a{
    color: #ccc;
}


/* about */
.ny-con{
    padding: 30px 0;
}
.ny-con>h3{
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}
.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.4%;
    margin: 10px 10px 10px 0 ;
    cursor: pointer;
}
.ny-con ul>li p{
    font-size: 14px;
    text-align: center;
    background: #8ca2b9;
    padding: 10px 0;
    color: #fff;
}


/* pro-xq */
.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.tz-gallery{
    width: 48%;
}
.pro-title{
    width: 48%;
}

.pro-title>h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.pro-title table{
    width: 100%;
    margin-top: 20px;
}
.pro-title table td{
    padding: 5px 10px;
    border: solid 1px #ccc;
}


#ip-img-preview{
    width: 60% ;
}
/* 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;
    padding: 10px 0;
}
.ny-news p{
    line-height: 30px;
}
.news-con{
    padding: 15px 5px;
}
.news-con h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
}
.news-con span{
    padding: 10px 0;
    display: inline-block;
    color: #666;
    font-size: 14px;
}
.news-con p{
    color: #666;
    line-height: 28px;
}
/* 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;
}
.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;
}


/* footer */
.footer{
    background: url(../img/banner16.jpg) no-repeat;
    padding:40px 0 0;
}
.footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-left{
    width: 30%;
}
.foot-logo{
    width: 37%;
}
.foot-ewm{
    width: 35%;
}
.foot-left>p{
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.foot-left>p>span{
    color: #e81c25;
}

.foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 64%;
}
.foot-con>ul{
    padding: 0 20px;
    width: 25%;
}
.foot-con>ul>li:first-of-type{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.foot-con>ul>li{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.foot-con>ul>hr{
    width: 70px;
    height: 1px;
    border: none;
    background: #999;
    margin: 10px 0 20px;
}
.foot-con>ul>li>a{
    color: #fff;
    font-size: 14px;
}
.foot-last{
    width: 50% !important;
}

.foot{
    padding-top: 20px;
}
.foot>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}
.foot p,.foot a{
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
}


@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-nav>ul>li{
        border-bottom: 1px solid #000;
    }
    .ny-con ul>li{
        width: 100%;
        margin: 5px 0;
    }
    .ny-news ul li,.ny-contact ul,.ny-ditu{
        width: 100%;
    }
    .tz-gallery,.pro-title{
        width: 100%;
    }
    .foot-left,.foot-con>ul{
        display: none;
    }
    .foot-con{
        width: 100%;
    }
    .foot-last{
        display: block !important;
        width: 100% !important;
    }
    .foot>div{
        padding: 20px 30px;
    }
}