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;
}

h4 {
    margin: 0;
}

.productlist {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.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;
}

#proList {
    background: rgba(0, 0, 0, 0) url("../images/bg.png") repeat-y scroll 0 0;
}

.proListCon {
    margin: 0 auto;
    overflow: hidden;
    padding: 12px 0 0;
    width: 100%
}

.proListCon ul {
    overflow: hidden;
}

.proListCon li {
    float: left;
    overflow: hidden;
    width: 50%;
}

.proListCon li a {
    display: block;
}

.proListCon li .img {
    background: #90cedd none repeat scroll 0 0;
    border-radius: 5px;
    height: 92px;
    text-align: center;
}

.proListCon li img {
    max-height: 80%;
    max-width: 80%;
    vertical-align: bottom;
    display: inline-block;
}

.proListCon li p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img,
a {
    border: medium none;
}

.proListCon li .img {
    text-align: center;
}

#pro {
    margin: 0 auto 0;
    padding-bottom: 30px;
    width: 100%;
}

#pro h3 {
    color: #333;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

#pro .proList {
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}

#pro .proList li {
    display: block;
    float: left;
    width: 50%;
    margin-top: 10px;
}

#pro .proList a {
    background: #ebebeb none repeat scroll 0 0;
    display: block;
    height: 70vw;
    position: relative;
}

#pro .proList li:nth-child(odd) a {
    background: #ebebeb none repeat scroll 0 0;
}

#pro .proList li:nth-child(even) a {
    background: #dbdbdb none repeat scroll 0 0;
}

#pro .proList a:hover {
    background: #133056 none repeat scroll 0 0 !important;
}

#pro .proList h4 span {
    font-size: 18px;
    text-transform: uppercase;
}

#pro .proList h4 {
    position: absolute;
    z-index: 9;
    color: #666;
    padding: 20px 20px 0;
}

#pro .proList a:hover h4 {
    color: #fff;
}

#pro .proList .img {
    bottom: 0;
    left: 0;
    padding-bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#pro .proList img {
    max-width: 100%;
    vertical-align: top;
}

.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 span.current {
    background: #133056 none repeat scroll 0 0;
    border: 1px solid #133056;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin: 0 5px;
    min-width: 20px;
    padding: 0 5px;
    width: auto;
}