
@media all and (max-width: 768px) {
    .pro{
        margin: 10px!important;
    }
    .content>p{
        padding: 0 10px;
    }
    .ban1>img{
        width: 50%!important;
    }
    .parameter{
        padding: 0 10px;
    }
}

/*neye-nav*/
.navbar{
    position: relative!important;
}
.navbar>div{
    border-bottom: solid 1px #999;
    padding-bottom: 10px;
}

/*neye-product*/

.ny .title{
    text-align: center;
    padding: 30px 0;
}
.title>h4{
    font-size: 24px;
    font-weight: 500;
    color: #333;
}
.pro{
    margin:0 20px 30px 0;

}
.pro img{
    width: 100%;
    padding: 15px;
    border: solid 1px #eee;
}
.pro p{
    font-size: 14px;
    color: #555;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
.pro:hover p{
    color: #bc9882;
}

.ban>img{
    width: 100%;
}
.ban1{
    width: 100%;
    max-height: 800px;
    background: #f4f4f4;
    text-align: center;
    min-height: 150px;
}
.ban1>img{
    width: 30%;
}

.parameter{
    font-size: 12px;
    margin: 30px 0;
}
.parameter>h5{
    font-weight: bold;
    color: #000;
    padding: 10px 0;
}
.parameter>h6{
    border-bottom: solid 1px #999;
    padding: 10px 0;
}
.parameter>p{
    padding: 10px 0;
    border-bottom: solid 1px #999;
    margin: 0;
}
.parameter>p>span{
    float: right;
    padding-right: 50px;
}
.parameter>h6>span{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.parameter>h6>span>table{
    width: 100%!important;
    float: right;
    margin-top: 10px;
}
.parameter>h6>span>table td{
    border: solid 1px #aaa;
    padding: 15px 4px;

}
.ny1{
    min-height: calc(100% - 635px);
}

/*about*/
.content>p{
    font-size: 14px;
    color: #333;
    text-indent: 2em;
}

/*contact*/
.con{
    padding: 20px;
}
.map{
    padding: 20px;
}

