.top_header {
    /* 鏂板 */
    margin-top: 97px;
}

.content .innerWrap {
    width: 1270px;
    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 {
        width: 1110px;
    }
    .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: 1rem;
    height: 2px;
    background: #e40112;
    bottom: 0
}

.content1 {
    padding: .2rem 0 0.5rem
}

.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 .cateTitle {
    box-sizing: border-box;
    font-size: 24px;
    height: .88rem;
    line-height: .88rem;
    padding: 0 .1rem;
    margin-right: .4rem;
    white-space: nowrap
}

@media only screen and (max-width: 1440px) {
    .content1 .tabContainer .cateTitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content1 .tabContainer .cateTitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .tabContainer .cateTitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .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
}

.content1 .tabContainer ul li span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 0 .1rem;
    height: 100%;
    line-height: .36rem
}

.content1 .tabContainer ul li span::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    bottom: -0.25rem;
    left: -120%;
    background: #e8010f;
    z-index: 1;
    transition: all .5s
}

.content1 .searchResult {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0
}

.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
    }
}

.content1 .list {
    padding-top: 0.5rem;
}

.content1 .list ul li {
    background-color: #ffffff;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 0.3rem;
    cursor: pointer;
    transition: all .5s;
    /*margin-right: 0.2rem;*/
    margin: 0.1rem;
    height: 5.2rem;
    min-height: 325px;
    flex: none;
    width: 23%;
}

.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 tr td:nth-child(4n) li {
    /*margin-right: 0;*/
}

.content1 .list ul li h2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 0.3rem;*/
    height: 0.5rem;
    min-height: 20px;
}

.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;
    min-height: 25px;
}

.content1 .list ul li .pro_title {
    height: 1rem;
    overflow: hidden;
    min-height: 50px;
}

.content1 .list ul li .imgBox {
    min-height: 140px;
}

.content1 .list ul li .imgBox div {
    width: 100%;
    height: 2rem;
    margin-bottom: .1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.5s;
}


/*.content1 .list ul li .imgBox div img{*/


/*    width: 100%;*/


/*    height: 100%;*/


/*    max-width: 100%;*/


/*    max-height: 100%;*/


/*}*/

.content1 .list ul li .info {
    height: 100px;
    overflow: hidden;
    font-size: 14px;
    color: #606060;
    line-height: 1.7;
}

.content1 .list ul li .info p {
    display: flex;
    align-items: center
}

.content1 .list ul li p {
    color: #606060;
    line-height: 2
}

.content1 .list ul li .btnContainer {
    display: flex;
    margin: 0;
    justify-content: space-between;
}

.content1 .list ul li .btnContainer a {
    display: block
}

.content1 .list ul li .btnContainer .button {
    padding: 6px 15px;
    color: #868686;
    transition: all .3s ease-out
}

.content1 .list ul li .btnContainer .button.black {
    border: 1px solid #606060;
    color: #303030
}

.content1 .list ul li .btnContainer .button.red {
    border: 1px solid #e50113;
    color: #e50113
}

.content1 .list ul li .btnContainer .button:hover {
    background: #e50113;
    border: 1px solid #fff;
    color: #fff
}

.content1 .list ul li .btnContainer a .button {
    margin-right: .15rem
}

.content1 .list ul li .btnContainer a:last-child .button {
    margin-right: 0
}

.productFlex {
    display: flex !important;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}

@media only screen and (max-width:1440px) {
    .content1 .innerWrap {
        width: 1110px
    }
    .banner .innerWrap {
        width: 1110px
    }
}

@media screen and (max-width:1366px) {
    .content1 .list ul li .info {
        height: 84px
    }
}

@media screen and (max-width:1280px) {
    .content1 .innerWrap {
        width: 100%
    }
    .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 .list ul li .info {
        height: 97px;
    }
    .content1 .tabContainer {
        display: none
    }
    .content1 .tabContainer ul {
        flex-wrap: nowrap;
        overflow: auto hidden;
    }
    .content1 .tabContainer ul li {
        flex-grow: 0;
        flex-shrink: 0;
    }
    .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
    }
    .productFlex {
        justify-content: space-around
    }
    .productFlex li {
        width: 98% !important;
        height: 8.2rem !important;
        margin: 0 0 0.16rem 0 !important;
        /* padding: 0.16rem 0 0.16rem 0 !important; */
    }
    .productFlex li .imgBox div {
        height: 100% !important;
    }
}