ul,li{ padding:0;margin:0;list-style:none}
.goods_list .nav_box {
    width: 100%;
    height: 100px;
    filter:alpha(Opacity=80);-moz-opacity:0.9;opacity: 0.9;
    background: #ffffff !important;
    z-index: 9999;
}
.box {
    width: 100%;
    border-bottom: 1px solid #dad9d9;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 100px;
}
.list {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.list ul {
    width: 100%;
    margin-block-start: 1em;
}
.list_box {
    width: 200px;
    padding: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 50px;
    border: 1px solid #CCC;
}
.list_box img{
    width: 100%;
    height: 180px;
}
.xl {
    font-size: 12px;
    color: #535353;
}
.btn {
    width: 100px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: aliceblue;
    background-color: #7CB362;
    cursor: pointer;
    display: inline-block;

}
.goods_list .footer {
    width: 1100px;
    height: 100px;
    font-size: 14px;
    color:#555555;
    margin: 0 auto;
    padding-top: 20px;
}