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;
    min-width: 100%;
}

.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;
}

.subList .active>a {
    background: #133056 none repeat scroll 0 0;
    color: #fff;
}

.subList a:hover {
    color: #133056;
}

.subCon {
    margin: 20px auto 0;
    overflow: hidden;
    padding-bottom: 30px;
    width: 100%;
}

#news {
    overflow: hidden;
}

#news li {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
}

#news li h4 {
    margin: 0;
}

#news a::after {
    background: #133056 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all 0.6s ease-in-out 0.1s;
    width: 0;
}

#news a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 5px solid #cbcaca;
    display: block;
    padding: 2px 0 0;
    position: relative;
    text-align: center;
}

#news img {
    vertical-align: top;
    display: inline-block;
    max-width: 100%;
}

#news h4 {
    border-bottom: 1px solid #edeaea;
    color: #133056;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
    overflow: hidden;
    padding: 0 5px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news .memo {
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    padding: 12px 5px 22px;
    text-align: justify;
}

.pager {
    margin-top: 15px;
    text-align: center;
}

.pager a {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    color: #727272;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    min-width: 20px;
    padding: 0 5px;
    width: auto;
}

.pager a {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    color: #727272;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    min-width: 20px;
    padding: 0 5px;
    width: auto;
}