﻿.banner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 6.15rem
}

    .banner .bannerImg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center
    }

    .banner .innerWrap {
        position: relative;
        width: 1280px;
        margin: 0 auto;
        color: #fff;
        z-index: 1
    }

        .banner .innerWrap img {
            width: 2.18rem;
            margin-bottom: .36rem
        }

        .banner .innerWrap .p1 {
            font-size: 24px
        }

@media only screen and (max-width:1440px) {
    .banner .innerWrap .p1 {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .banner .innerWrap .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .banner .innerWrap .p1 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .banner .innerWrap .p1 {
        font-size: 16px
    }
}

.banner .innerWrap .p2 {
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .banner .innerWrap .p2 {
        font-size: 12px
    }
    .c-banner1 .swiper-slide img {
        height: 100vh;
    }
   .c-banner1 .swiper-slide img {
  height:16rem;
}
}

.c-banner1 .swiper-slide img {
  height:auto;
}
.content .innerWrap {
    width: 1280px;
    margin: 0 auto
}

    .content .innerWrap .title {
        margin-bottom: .4rem
    }

        .content .innerWrap .title h1 {
            position: relative;
            display: flex;
            justify-content: center;
            text-align: center;
            font-size: 38px;
            padding-bottom: .15rem
        }

@media only screen and (max-width:1440px) {
    .content .innerWrap .title h1 {
        font-size: 32px
    }
}

@media only screen and (max-width:1024px) {
    .content .innerWrap .title h1 {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .content .innerWrap .title h1 {
        font-size: 24px
    }
}

.content .innerWrap .title h1::after {
    position: absolute;
    content: "";
    width: .4rem;
    height: 2px;
    background: #e40112;
    bottom: 0
}

.content1 {
    padding: .2rem 0 1rem
}

    .content1 .cateList .tabContainer:first-child {
        border-top: 1px solid #e5e5e5
    }

    .content1 .tabContainer {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5
    }

        .content1 .tabContainer.weight ul {
            height: auto;
            min-height: .88rem
        }

            .content1 .tabContainer.weight ul li {
                font-size: 16px
            }

@media only screen and (max-width:1366px) {
    .content1 .tabContainer.weight ul li {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content1 .tabContainer.weight ul li {
        font-size: 14px
    }
}

.content1 .tabContainer.weight .all span {
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .content1 .tabContainer.weight .all span {
        font-size: 12px
    }
}

.content1 .tabContainer .cate {
    display: flex;
    align-items: flex-start;
    width: 96%
}

.content1 .tabContainer .all {
    cursor: pointer;
    line-height: .36rem;
    padding: .26rem 0;
    height: .88rem;
    white-space: nowrap;
    margin-right: .4rem;
    display: flex;
    align-items: center
}

    .content1 .tabContainer .all span {
        position: relative;
        display: inline-flex;
        justify-content: center;
        padding: 0 .1rem;
        line-height: .36rem;
        height: 100%;
        font-size: 16px
    }

@media only screen and (max-width:1024px) {
    .content1 .tabContainer .all span {
        font-size: 16px
    }
}

.content1 .tabContainer .all.active, .content1 .tabContainer .all:hover {
    color: #e40112
}

    .content1 .tabContainer .all.active span, .content1 .tabContainer .all:hover span {
        position: relative;
        color: #e8010f
    }

        .content1 .tabContainer .all.active span::after, .content1 .tabContainer .all:hover span::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 2px;
            bottom: -0.26rem;
            left: 0;
            background: #e8010f;
            z-index: 1
        }

.content1 .tabContainer .cateTitle {
    box-sizing: border-box;
    font-size: 18px;
    height: .88rem;
    line-height: .88rem;
    padding: 0 .1rem;
    margin-right: .4rem;
    white-space: nowrap
}

@media only screen and (max-width:1024px) {
    .content1 .tabContainer .cateTitle {
        font-size: 16px
    }
}

.content1 .tabContainer ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: .88rem
}

    .content1 .tabContainer ul li {
        display: flex;
        line-height: .36rem;
        padding: .26rem 0;
        padding-right: .5rem;
        height: calc(.88rem + 1px);
        cursor: pointer;
        font-size: 18px;
        overflow: hidden
    }

@media only screen and (max-width:1024px) {
    .content1 .tabContainer ul li {
        font-size: 16px
    }
}

.content1 .tabContainer ul li.active span, .content1 .tabContainer ul li:hover span {
    position: relative;
    color: #e8010f
}

    .content1 .tabContainer ul li.active span::after, .content1 .tabContainer ul li:hover span::after {
        left: 0
    }

.content1 .tabContainer ul li a {
    line-height: .36rem;
    color: #333;
}

.content1 .tabContainer ul li span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0 .1rem;
    height: 100%;
    line-height: .36rem;
    font-size: 16px;
}


    .content1 .tabContainer ul li span::after {
        position: absolute;
        content: " ";
        width: 100%;
        height: 2px;
        bottom: -0.26rem;
        left: -120%;
        background: #e8010f;
        z-index: 1;
        transition: all .5s
    }

.content1 .tabContainer .more {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: .88rem;
    width: .44rem
}

    .content1 .tabContainer .more i {
        font-size: 24px;
        color: #323232
    }

@media only screen and (max-width:1440px) {
    .content1 .tabContainer .more i {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .content1 .tabContainer .more i {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .content1 .tabContainer .more i {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .content1 .tabContainer .more i {
        font-size: 16px
    }
}

.content1 .tabContainer .more.on .icon-add {
    display: block
}

.content1 .tabContainer .more.on .icon-jian {
    display: none
}

.content1 .tabContainer .more.off .icon-add {
    display: none
}

.content1 .tabContainer .more.off .icon-jian {
    display: block
}

.content1 .tabContainer_mobile {
    display: none
}

    .content1 .tabContainer_mobile .swiper-container {
        width: 100%
    }

    .content1 .tabContainer_mobile .swiper-slide {
        line-height: .36rem;
        padding: .26rem 0;
        height: 1.88rem;
        cursor: pointer;
        font-size: 18px;
        overflow: hidden
    }

@media only screen and (max-width:1024px) {
    .content1 .tabContainer_mobile .swiper-slide {
        font-size: 16px
    }
}

.content1 .tabContainer_mobile .swiper-slide.active span, .content1 .tabContainer_mobile .swiper-slide:hover span {
    position: relative;
    color: #e8010f
}

    .content1 .tabContainer_mobile .swiper-slide.active span::after, .content1 .tabContainer_mobile .swiper-slide:hover span::after {
        left: 0
    }

.content1 .tabContainer_mobile .swiper-slide span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0 10px;
    height: 100%;
    font-size:14px;
    color:#333;
}

    .content1 .tabContainer_mobile .swiper-slide span::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: -0.26rem;
        left: -120%;
        background: #e8010f;
        z-index: 1;
        transition: all .5s
    }

.content1 .searchResult {
    display: flex;
    justify-content: space-between;
    padding: .7rem 0 .8rem
}

    .content1 .searchResult p {
        font-size: 24px;
        color: #131313
    }

@media only screen and (max-width:1440px) {
    .content1 .searchResult p {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .content1 .searchResult p {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .content1 .searchResult p {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .content1 .searchResult p {
        font-size: 16px
    }
}

.content1 .searchResult p span {
    font-size: 24px;
    color: #e50113
}

@media only screen and (max-width:1440px) {
    .content1 .searchResult p span {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .content1 .searchResult p span {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .content1 .searchResult p span {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .content1 .searchResult p span {
        font-size: 16px
    }
.c-banner1 .swiper-slide img {
  height:16rem;
}
}

.content1 .searchResult .rightBtn {
    display: flex
}

    .content1 .searchResult .rightBtn .button {
        margin-right: 10px
    }

        .content1 .searchResult .rightBtn .button:last-child {
            margin-right: 0
        }

.content1 .searchResult .button {
    font-size: 14px;
    padding: 10px 20px;
    background: #2c2b2b;
    color: #fff;
    cursor: pointer
}

    .content1 .searchResult .button p {
        color: #fff;
        font-size: 16px
    }

@media only screen and (max-width:1366px) {
    .content1 .searchResult .button p {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content1 .searchResult .button p {
        font-size: 14px
    }
}

.content1 .searchResult .button:hover {
    background: #e50113
}

.content1 .list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 .43rem
}

    .content1 .list ul li {
        position: relative;
        box-sizing: border-box;
        width: 24.1%;
        margin-right: 1.2%;
        border: 1px solid #e0e0e0;
        padding: .33rem .3rem;
        cursor: pointer;
        transition: all .5s;
        margin-bottom: .2rem
    }

        .content1 .list ul li.active {
            border-color: #d12d26
        }

        .content1 .list ul li:hover h3, .content1 .list ul li:hover h2 {
            color: #d12d26
        }

        .content1 .list ul li:hover .imgBox div {
            transform: scale(1.07)
        }

        .content1 .list ul li:nth-child(4n) {
            margin-right: 0
        }

        .content1 .list ul li.selectAble .selectBox {
            display: flex
        }

        .content1 .list ul li .selectBox {
            display: none;
            align-items: center;
            justify-content: center;
            position: absolute;
            width: .26rem;
            height: .26rem;
            border: 2px solid #c40b18;
            border-radius: 50%;
            right: .15rem;
            top: .15rem
        }

            .content1 .list ul li .selectBox i {
                display: none;
                color: #fff;
                font-size: 16px
            }

@media only screen and (max-width:1366px) {
    .content1 .list ul li .selectBox i {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content1 .list ul li .selectBox i {
        font-size: 14px
    }
}

.content1 .list ul li .selectBox.active {
    background: #c40b18
}

    .content1 .list ul li .selectBox.active i {
        display: block
    }

.content1 .list ul li h2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.content1 .list ul li h3 {
    margin-bottom: .1rem;
    font-weight: bold;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5
}

.content1 .list ul li .pro_title {
    height: 90px;
    overflow: hidden;
    color: #333;
}

.content1 .list ul li .pro_title h2 {
   font-weight:normal;
}

.content1 .list ul li .imgBox {
    width: 100%;
    height: 2rem;
    margin-bottom: .1rem
}

    .content1 .list ul li .imgBox div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: all .8s;
        background-color: #fff;
        background-blend-mode: multiply
    }

.content1 .list ul li .info {
    height: 96px;
    overflow: hidden
}

    .content1 .list ul li .info p {
        display: flex;
        align-items: center
    }

    .content1 .list ul li .info .label {
        flex: 1.8;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        line-height: 2;
        font-size: 14px;
        color: #606060;
    }

@media only screen and (max-width:767px) {
    .content1 .list ul li .info .label {
        font-size: 12px
    }
}

.content1 .list ul li .info .symbol {
    width: 10px
}

.content1 .list ul li .info .value {
    flex: 3;
    font-weight: bold;
    font-size: 16px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    line-height: 2
}

@media only screen and (max-width:1366px) {
    .content1 .list ul li .info .value {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content1 .list ul li .info .value {
        font-size: 14px
    }
}

.content1 .list ul li p {
    color: #606060;
    line-height: 2
}

.content1 .list ul li .btnContainer {
    display: flex;
    margin-top: .2rem;
    justify-content: flex-start
}

    .content1 .list ul li .btnContainer a {
        display: block
    }

    .content1 .list ul li .btnContainer .button {
        padding: 6px 17px;
        color: #868686;
        transition: all .3s ease-out
    }

        .content1 .list ul li .btnContainer .button.blacks {
            border: 1px solid #606060;
            color: #303030;
            background-color:none;
        }

        .content1 .list ul li .btnContainer .button.red {
            border: 1px solid #e50113;
            color: #e50113
        }

        .content1 .list ul li .btnContainer .button:hover {
            background: #e50113;
            border-color: #606060;
            color: #fff
        }

    .content1 .list ul li .btnContainer a .button {
        margin-right: .15rem
    }

    .content1 .list ul li .btnContainer a:last-child .button {
        margin-right: 0
    }

@media screen and (max-width:1440px) {
    .content1 .innerWrap {
        width: 1110px
    }

    .banner .innerWrap {
        width: 1110px
    }
}

@media screen and (max-width:1366px) {
    .content1 .list ul li .info {
       
    }
}

@media screen and (max-width:1280px) {
    .content1 .innerWrap {
        width: 90%
    }

    .banner .innerWrap {
        width: 90%
    }

    .content1 .list ul li p span {
        width: 1rem
    }
}

@media screen and (max-width:1080px) {
    .content1 .list ul li {
        width: 49%;
        margin-right: 2%
    }

        .content1 .list ul li:nth-child(2n) {
            margin-right: 0
        }
}

@media screen and (max-width:768px) {
    .content1 .tabContainer {
        display: none
    }

    .content1 .tabContainer_mobile {
        display: flex
    }

    .content1 .tabContainer .all span {
        font-size: 14px
    }

    .content1 .tabContainer .all {
        font-size: 14px
    }

    .content1 .tabContainer .cateTitle {
        font-size: 14px
    }

    .content1 .tabContainer .cate {
        width: 85%
    }

    .content1 .list ul li .imgBox {
        height: 4rem
    }

    .content1 .list ul li p span {
        width: 1.2rem
    }

    .content1 .list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: .16rem
    }

        .content1 .list ul li .btnContainer {
            justify-content: space-around
        }
}

@media screen and (max-width:768px) and only screen and (max-width:767px) {
    .content1 .tabContainer .all span {
        font-size: 12px
    }
}

@media screen and (max-width:768px) and only screen and (max-width:767px) {
    .content1 .tabContainer .all {
        font-size: 12px
    }
}

@media screen and (max-width:768px) and only screen and (max-width:767px) {
    .content1 .tabContainer .cateTitle {
        font-size: 12px
    }
}
.fnt_20 {
 font-size:20px;
}