body {
    background: #f6f6f6;
}

p {
    margin: 0;
    padding: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

a {
    color: #6c6c6c;
}

.productlist {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

#sub {
    margin-top: 30px;
}

.subList::after {
    background: #e3e3e3 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.subList {
    position: relative;
}

.subList ul {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 22;
}

.subList li {
    display: inline-block;
    height: 27px;
    margin: 0 3px;
    position: relative;
    width: 90px;
}

.subList li>a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d8d8;
    display: block;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}

.subList .active>a {
    background: #133056 none repeat scroll 0 0;
    color: #fff;
}

.subCon {
    margin: 20px auto 0;
    overflow: hidden;
    width: 100%;
}

.subCon img {
    max-width: 100%;
}

.zlul li {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.zlul li img {
    width: 100%;
}

.zlul li div {
    width: 100%;
    background: #FFC519;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}