/* banner */
.bannca {
    height: 454px;
    width: 100%;
    background-size: contain;
}

.bannca .zi {
    width: 768px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 123px;
}

.bannca .zi h1 {
    font-size: 40px;
    font-weight: 900;
}

.bannca .zi div {
    margin: 20px auto;
    width: 95px;
    border-top: 2px solid #fff;
    /* margin: 0 auto; */
}

/* tab栏切换 */
.wrapper {
    /* width: 1000px; */
    /* height: 475px;
    margin: 0 auto; */
    margin-top: 40px;
}

.tab {
    /* border: 1px solid #ddd; */
    background-color: #eaeaea;
    border-bottom: 0;
    /* height: 36px; */
    /* width: 320px; */
}

.tab li {
    position: relative;
    float: left;
    width: 14.28%;
    height: 48px;
    padding-top: 5PX;
    font-size: 16px;
    /* line-height: 48px; */
    text-align: center;
    cursor: pointer;
    /* border-top: 4px solid #fff; */
}

.tab li p {
    font-size: 12px;
}

.tab span {
    position: absolute;
    right: 0;
    top: 10px;
    background: #c0c0c0;
    width: 1px;
    height: 34px;
    overflow: hidden;
}

.tab li.active {
    background-color: #dd2727;
    color: #FFF;
}

.tab li.active span {
    display: none;
}

.products {
    width: 100%;
    margin-top: 25px;
    /* width: 1002px; */
    /* border: 1px solid #ddd; */
    /* height: 476px; */
}

.products .main {
    display: none;
}

.products .main.selected {
    display: block;
}

.products .main ul li {
    width: 24.35%;
    height: 280px;
    margin-right: 12px;
    border: 1px solid #999999;
    margin-top: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.products .main ul li:nth-child(4n) {
    margin-right: 0;
}

.products .main ul li .li-t {
    height: 208px;
}

.products .main ul li .li-b {
    padding: 14px 19px 0;
}

.products .main ul li .li-t img {
    width: 100%;
    height: 100%;
}

.products .main ul li .li-b .li-l p span {
    color: #a2a2a2;
    margin-right: 3px;
}

.products .main ul li .li-b .li-r {
    width: 35px;
    height: 18px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 18px;
    margin-top: 3px;
}
