﻿/*font-size*/
.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;
    }

    .banner .innerWrap {
        position: relative;
        width: 1280px;
        margin: 0 auto;
        color: #fff;
        z-index: 1;
    }

        .banner .innerWrap img {
            width: 2.18rem;
            margin-bottom: 0.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;
    }
    .content .innerWrap img {
    width:100%;
    height:auto;
    }
}

.banner .innerWrap .p2 {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .banner .innerWrap .p2 {
        font-size: 12px;
    }
}

.content {
    overflow: hidden;
}

    .content .innerWrap {
        width: 1280px;
        margin: 0 auto;
    }

        .content .innerWrap .title {
            margin-bottom: 0.5rem;
        }

            .content .innerWrap .title h2 {
                position: relative;
                display: flex;
                justify-content: center;
                text-align: center;
                font-size: 38px;
                padding-bottom: 0.16rem;
                line-height: 1;
            }

@media only screen and (max-width: 1440px) {
    .content .innerWrap .title h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .innerWrap .title h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .content .innerWrap .title h2 {
        font-size: 24px;
    }
}

.content .innerWrap .title h2::after {
    position: absolute;
    content: "";
    width: 0.4rem;
    height: 2px;
    background: #e40112;
    bottom: 0;
    left: 50%;
    margin-left: -0.2rem;
}

.content1 {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

    .content1 .left_pc {
        display: block;
    }

    .content1 .left_mobile {
        display: none;
    }

        .content1 .left_mobile .fullSence {
            position: absolute;
            right: 0.3rem;
            top: 0.3rem;
            z-index: 2;
        }

        .content1 .left_mobile .swiper-container {
            width: 100%;
            height: 100%;
        }

            .content1 .left_mobile .swiper-container .swiper-slide div {
                width: 100%;
                height: 100%;
                background-position: center;
                background-size: cover;
            }

            .content1 .left_mobile .swiper-container .swiper-slide {
                opacity: 0 !important;
            }

            .content1 .left_mobile .swiper-container .swiper-slide-active {
                opacity: 1 !important;
            }

        .content1 .left_mobile .swiper-pagination {
            bottom: 0.2rem;
            text-align: center;
            display: flex;
            justify-content: center;
            left: 50%;
            transform: translateX(-50%);
        }

        .content1 .left_mobile .swiper-pagination-bullet {
            background: #ccc;
            margin-right: 5px;
        }

        .content1 .left_mobile .swiper-pagination-bullet-active {
            background: #ff0008;
        }

    .content1 .left {
        position: relative;
        width: 50%;
        padding: 0.4rem;
        background-size: cover;
        background-position: center;
        transition: all 0.3s;
    }

        .content1 .left .fullSence {
            float: right;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
        }

        .content1 .left .productImg img {
            width: 100%;
        }

        .content1 .left .slideList {
            position: absolute;
            bottom: 0.4rem;
            left: 50%;
            transform: translateX(-50%);
        }

            .content1 .left .slideList ul {
                display: flex;
                justify-content: center;
            }

                .content1 .left .slideList ul li {
                    flex: 1;
                    width: 1.08rem;
                    margin-right: 5px;
                    position: relative;
                    height: 0.9rem;
                    cursor: pointer;
                }

                    .content1 .left .slideList ul li:last-child {
                        margin-right: 0;
                    }

                    .content1 .left .slideList ul li:not(:last-child) {
                        margin-right: 2px;
                    }

                    .content1 .left .slideList ul li div {
                        width: 100%;
                        height: 100%;
                        background-size: cover;
                        background-position: center;
                    }

                    .content1 .left .slideList ul li.active::after {
                        position: absolute;
                        left: 0;
                        top: 0;
                        content: "";
                        width: 100%;
                        height: 100%;
                        background: rgba(230, 1, 16, 0.8);
                        z-index: 1;
                    }

                    .content1 .left .slideList ul li img {
                        width: 100%;
                        height: 100%;
                    }

    .content1 .right {
        width: 50%;
        display: flex;
        align-items: center;
    }

        .content1 .right .ctx {
            width: 66.7%;
            padding-left: 1.2rem;
        }

            .content1 .right .ctx h1,
            .content1 .right .ctx h2 {
                font-size: 48px;
            }

@media only screen and (max-width: 1440px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 26px;
    }
}

.content1 .right .ctx h1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    line-height: 1.25;
}

.content1 .right .ctx h2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.25;
}

.content1 .right .ctx .title {
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #393939;
    margin-bottom: 0.4rem;
}

.content1 .right .ctx .data {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.1rem;
}

    .content1 .right .ctx .data li {
        min-width: 50%;
        font-size: 16px;
        color: #222222;
        margin-bottom: 0.2rem;
    }

@media only screen and (max-width: 1366px) {
    .content1 .right .ctx .data li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .right .ctx .data li {
        font-size: 14px;
    }
}

.content1 .right .ctx .data li p {
    white-space: nowrap;
}

.content1 .right .ctx .data li span {
    color: #666;
}

.content1 .right .ctx .fitCate {
    padding-bottom: 0.6rem;
    border-bottom: 1px dashed #ababab;
    margin-bottom: 0.6rem;
}

    .content1 .right .ctx .fitCate h2 {
        margin-bottom: 0.2rem;
        font-size: 16px;
    }

@media only screen and (max-width: 1366px) {
    .content1 .right .ctx .fitCate h2 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content1 .right .ctx .fitCate h2 {
        font-size: 14px;
    }
}

.content1 .right .ctx .fitCate ul {
    display: flex;
    flex-wrap: wrap;
}

    .content1 .right .ctx .fitCate ul li {
        flex: none;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: left;
        min-width: 32.6%;
        margin-right: 1.1%;
        height: 0.6rem;
        background: #fff;
        border: 1px solid #e3e3e3;
        margin-bottom: 0.04rem;
        padding: 0 0.2rem;
    }

        .content1 .right .ctx .fitCate ul li:nth-child(3n) {
            margin-right: 0;
        }

        .content1 .right .ctx .fitCate ul li img {
            height: 50%;
            margin-right: 0.12rem;
        }

        .content1 .right .ctx .fitCate ul li div {
            width: 80%;
        }

        .content1 .right .ctx .fitCate ul li .p1 {
            font-size: 18px;
            color: #222222;
        }

@media only screen and (max-width: 1024px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 16px;
    }
}

.content1 .right .ctx .fitCate ul li .p2 {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

.content1 .right .ctx .btnContainer {
    display: flex;
    margin-top: .2rem;
}

    .content1 .right .ctx .btnContainer a {
        display: block;
    }

    .content1 .right .ctx .btnContainer .button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        color: #fff;
        cursor: pointer;
    }

        .content1 .right .ctx .btnContainer .button img {
            margin-right: 0.1rem;
        }

        .content1 .right .ctx .btnContainer .button.red {
            background: #e60111;
            margin-right: 4px;
        }

            .content1 .right .ctx .btnContainer .button.red:hover {
                background: #ce120b;
            }

        .content1 .right .ctx .btnContainer .button.black {
            background: #2b2b2b;
        }

            .content1 .right .ctx .btnContainer .button.black:hover {
                background: #0e0e0e;
            }

.content2 {
    position: relative;
    padding-top: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
    position: static;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}

    .content2 .innerWrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content2 .tabContainer ul {
        display: flex;
        justify-content: flex-end;
    }

        .content2 .tabContainer ul li {
            color: rgba(44, 43, 43, 0.6);
            margin-left: 0.74rem;
            padding-bottom: 0.3rem;
            cursor: pointer;
        }

            .content2 .tabContainer ul li a {
                font-size: 22px;
                display: block;
                width: 100%;
                height: 100%;
                color: #999;
            }

@media only screen and (max-width: 1440px) {
    .content2 .tabContainer ul li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content2 .tabContainer ul li a {
        font-size: 16px;
    }
}

.content2 .tabContainer ul li.active,
.content2 .tabContainer ul li:hover {
    border-bottom: 3px solid #e50113;
}

    .content2 .tabContainer ul li.active a,
    .content2 .tabContainer ul li:hover a {
        color: #e50113;
    }

.content2 .tabContainer ul li:first-child {
    margin-left: 0;
}

.content3 {
    padding: 0.6rem 0 1rem;
}

    .content3 .ctx {
        display: flex;
        cursor: pointer;
    }

        .content3 .ctx:hover .left {
            background: #222;
        }

            .content3 .ctx:hover .left h2 {
                color: #fff;
            }

        .content3 .ctx:hover .right div {
            transform: scale(1.05);
        }

        .content3 .ctx .left {
            box-sizing: border-box;
            width: 50%;
            padding: 0.5rem 0.6rem;
            background: #f8f8f8;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
        }

            .content3 .ctx .left ul li {
                padding-bottom: 0.4rem;
                margin-bottom: 0.4rem;
                border-bottom: 1px dashed #b7b7b7;
            }

                .content3 .ctx .left ul li:last-child {
                    padding-bottom: 0;
                    margin-bottom: 0;
                    border-bottom: none;
                }

            .content3 .ctx .left h2 {
                display: flex;
                align-items: center;
                font-size: 30px;
                color: #222;
                margin-bottom: 0.2rem;
            }

@media only screen and (max-width: 1440px) {
    .content3 .ctx .left h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .content3 .ctx .left h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .content3 .ctx .left h2 {
        font-size: 18px;
    }
}

.content3 .ctx .left h2 i {
    font-size: 20px;
    color: #999;
    margin-right: 0.2rem;
}

@media only screen and (max-width: 1200px) {
    .content3 .ctx .left h2 i {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .content3 .ctx .left h2 i {
        font-size: 16px;
    }
}

.content3 .ctx .left p {
    color: #777;
    margin-left: 0.4rem;
}

.content3 .ctx .right {
    width: 50%;
    overflow: hidden;
}

    .content3 .ctx .right div {
        width: 100%;
        height: 100%;
        transition: all 0.5s;
    }

.content3 .ctx.ctx2 {
    flex-direction: row-reverse;
}

.content4 {
    padding: 1rem 0 1rem;
    background-size: cover;
    background-position: center;
}

    .content4 .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.5rem;
    }

        .content4 .top .title {
            margin-bottom: 0;
        }

            .content4 .top .title h2::after {
                left: 0;
                margin-left: 0;
            }

        .content4 .top .btn {
            font-size: 14px;
            padding: 10px 20px;
            border: 2px solid #E5E5E4;
            cursor: pointer;
            font-size: 16px;
        }

@media only screen and (max-width: 1366px) {
    .content4 .top .btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .top .btn {
        font-size: 14px;
    }
}

.content4 .top .btn:hover {
    background: #c40b18;
    border-color: #c40b18;
    color: #fff;
}

.content4 .ctx ul li {
    display: flex;
    padding: 0.5rem 0.6rem;
}

    .content4 .ctx ul li .name {
        width: 20%;
        flex: none;
    }

        .content4 .ctx ul li .name h2 {
            font-size: 24px;
            color: #222222;
        }

@media only screen and (max-width: 1440px) {
    .content4 .ctx ul li .name h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content4 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content4 .ctx ul li .name h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .ctx ul li .name h2 {
        font-size: 16px;
    }
}

.content4 .ctx ul li .value {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

    .content4 .ctx ul li .value p {
        font-size: 16px;
        color: #222;
        margin-bottom: 0.4rem;
        width: 50%;
    }

@media only screen and (max-width: 1366px) {
    .content4 .ctx ul li .value p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content4 .ctx ul li .value p {
        font-size: 14px;
    }
}

.content4 .ctx ul li .value p:last-child {
    margin-bottom: 0;
}

.content4 .ctx ul li .value p span {
    color: #777777;
}

.content4 .ctx ul li:nth-child(2n+1) {
    background: #fff;
}

.content5 {
    padding: 1rem 0 1rem;
    background-size: cover;
    background-position: center;
}

    .content5 .innerWrap .title {
        color: #fff;
    }

        .content5 .innerWrap .title h2::after {
            background: #fff;
        }

    .content5 .ctx ul {
        display: flex;
    }

        .content5 .ctx ul li {
            width: 31.8%;
            margin-right: 2.3%;
            cursor: pointer;
        }

            .content5 .ctx ul li:hover h2 {
                color: #e60111;
                text-decoration: underline;
            }

            .content5 .ctx ul li:hover .imgBox div {
                transform: scale(1.05);
            }

            .content5 .ctx ul li:nth-child(3n) {
                margin-right: 0;
            }

            .content5 .ctx ul li .imgBox {
                width: 100%;
                height: 2.3rem;
                overflow: hidden;
            }

                .content5 .ctx ul li .imgBox div {
                    width: 100%;
                    height: 100%;
                    background-size: cover;
                    background-position: center;
                    transition: all 0.5s;
                }

            .content5 .ctx ul li .bottom {
                background: #fff;
                padding: 0.3rem 0.3rem;
            }

                .content5 .ctx ul li .bottom h2 {
                    font-size: 24px;
                    margin-bottom: 0.2rem;
                    -webkit-line-clamp: 2;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    line-height: 1.25;
                    height: 60px;
                }

@media only screen and (max-width: 1440px) {
    .content5 .ctx ul li .bottom h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content5 .ctx ul li .bottom h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content5 .ctx ul li .bottom h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content5 .ctx ul li .bottom h2 {
        font-size: 16px;
    }
}

.content5 .ctx ul li .bottom p {
    font-size: 14px;
    color: #666;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.714;
    height: 48px;
}

@media only screen and (max-width: 767px) {
    .content5 .ctx ul li .bottom p {
        font-size: 12px;
    }
}

.content5 .ctx ul li .bottom .cate {
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 1px dashed #b3b3b3;
}

    .content5 .ctx ul li .bottom .cate p {
        color: #777;
        height: auto;
    }

        .content5 .ctx ul li .bottom .cate p i {
            color: #c9c9c9;
        }

        .content5 .ctx ul li .bottom .cate p span {
            color: #333;
        }

.content5 .main-btn {
    text-align: center;
}

    .content5 .main-btn .button {
        font-size: 14px;
        display: inline-block;
        padding: 10px 20px;
        margin: 0 auto;
        margin-top: 0.6rem;
        text-align: center;
        color: #232323;
        cursor: pointer;
        background: #fff;
        font-size: 16px;
    }

@media only screen and (max-width: 1366px) {
    .content5 .main-btn .button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content5 .main-btn .button {
        font-size: 14px;
    }
}

.content5 .main-btn .button:hover {
    background: #c40b18;
    color: #fff;
}

.content6 {
    padding: 1rem 0 1rem;
    background-size: cover;
    background-position: center;
}

    .content6 .list ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem 0 0.3rem;
    }

        .content6 .list ul li {
            box-sizing: border-box;
            width: 24.1%;
            margin-right: 1.2%;
            border: 1px solid #e0e0e0;
            padding: 0.33rem 0.3rem;
            cursor: pointer;
            transition: all 0.5s;
            background: #fff;
        }

            .content6 .list ul li.active {
                border-color: #d12d26;
            }

            .content6 .list ul li:hover h3,
            .content6 .list ul li:hover h2 {
                color: #d12d26;
            }

            .content6 .list ul li:hover .imgBox div {
                transform: scale(1.07);
            }

            .content6 .list ul li:nth-child(4n) {
                margin-right: 0;
            }

            .content6 .list ul li h2 {
                -webkit-line-clamp: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .content6 .list ul li h3 {
                margin-bottom: 0.1rem;
                font-weight: bold;
                -webkit-line-clamp: 1;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                overflow: hidden;
                line-height: 1.5;
            }

            .content6 .list ul li .pro_title {
                height: 90px;
                overflow: hidden;
                color: #333;
            }

.fnt_20 {
    font-size: 20px;
}

.content6 .list ul li .imgBox {
    width: 100%;
    height: 2rem;
    margin-bottom: 0.1rem;
}

    .content6 .list ul li .imgBox div {
        width: 100%;
        height: 100%;
        background-size: auto 100%;
        background-position: center;
        transition: all 0.8s;
        background-color: #fff;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
    }

.content6 .list ul li .info {
    height: 96px;
    overflow: hidden;
}

    .content6 .list ul li .info p {
        display: flex;
        align-items: center;
    }

    .content6 .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) {
    .content6 .list ul li .info .label {
        font-size: 12px;
    }
}

.content6 .list ul li .info .symbol {
    width: 10px;
}

.content6 .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) {
    .content6 .list ul li .info .value {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content6 .list ul li .info .value {
        font-size: 14px;
    }
}

.content6 .list ul li p {
    color: #606060;
    line-height: 2;
}

.content6 .list ul li .btnContainer {
    display: flex;
    margin-top: 0.5rem;
    justify-content: flex-start;
}

    .content6 .list ul li .btnContainer a {
        display: block;
    }

    .content6 .list ul li .btnContainer .button {
        padding: 6px 17px;
        color: #868686;
        transition: all 0.3s ease-out;
        text-align: center;
    }

        .content6 .list ul li .btnContainer .button.black {
            border: 1px solid #606060;
            color: #303030;
        }

        .content6 .list ul li .btnContainer .button.red {
            border: 1px solid #e50113;
            color: #e50113;
        }

        .content6 .list ul li .btnContainer .button:hover {
            background: #e50113;
            border-color: #606060;
            color: #fff;
        }

    .content6 .list ul li .btnContainer a .button {
        margin-right: 0.15rem;
    }

    .content6 .list ul li .btnContainer a:last-child .button {
        margin-right: 0;
    }

.content6 .main-btn {
    text-align: center;
}

    .content6 .main-btn .button.more {
        font-size: 14px;
        display: inline-block;
        border: 1px solid #e50113;
        text-align: center;
        color: #e50113;
        margin: 0.3rem auto 0;
        padding: 10px 0.5rem;
        cursor: pointer;
        transition: all 0.3s ease-out;
        font-size: 16px;
    }

@media only screen and (max-width: 1366px) {
    .content6 .main-btn .button.more {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content6 .main-btn .button.more {
        font-size: 14px;
    }
}




.content6 .main-btn .button.more:hover {
    background: #e50113;
    color: #fff;
}

@media screen and (max-width: 1800px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1800px) and only screen and (max-width: 1366px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1800px) and only screen and (max-width: 767px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1600px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1600px) and only screen and (max-width: 767px) {
    .content1 .right .ctx .fitCate ul li .p1 {
        font-size: 12px;
    }
}

@media screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }

    .banner .innerWrap {
        width: 1110px;
    }
}

@media screen and (max-width: 1366px) {
    .content6 .list ul li .info {
        height: 84px;
    }
}

@media screen and (max-width: 1280px) {
    .content .innerWrap {
        width: 90%;
    }

    .banner .innerWrap {
        width: 90%;
    }

    .content1 .right .ctx .fitCate ul li {
        padding: 0 0.1rem;
        height:1.6rem;
    }

    .content1 .right .ctx {
        width: 90%;
    }

    .content6 .list ul li p span {
        width: 1rem;
    }
}

@media screen and (max-width: 1080px) {
    .content1 .right .ctx .fitCate {
        margin-bottom: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .content6 .list ul li {
        width: 49%;
        margin-right: 2%;
    }

        .content6 .list ul li:nth-child(2n) {
            margin-right: 0;
        }

    .content5 .ctx ul li .bottom .cate {
        flex-direction: column;
    }
}

@media screen and (max-width: 800px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 24px;
    }

    .content1 .right .ctx .title {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .content1 .right .ctx .fitCate {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }
}

@media screen and (max-width: 800px) and only screen and (max-width: 1440px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) and only screen and (max-width: 1200px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) and only screen and (max-width: 1024px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) and only screen and (max-width: 767px) {
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .content1 .left_pc {
        display: none;
    }

    .content1 .left_mobile {
        display: block;
    }

    .content1 .left .slideList ul li {
        max-width: 25%;
    }

    .content1 {
        flex-direction: column;
    }

        .content1 .left,
        .content1 .right {
            width: 100%;
        }

        .content1 .left {
            height: 8rem;
        }

            .content1 .left .slideList {
                width: 60%;
            }

        .content1 .right .ctx {
            width: 90%;
            padding: 1rem 0 1.2rem;
            margin: 0 auto;
        }

            .content1 .right .ctx .fitCate ul li {
                padding: 0 0.2rem;
            }

    .content2 {
        top: 0.8rem;
    }

        .content2 .tabContainer ul {
            justify-content: space-around;
        }

    .content3 .ctx {
        flex-direction: column;
    }

        .content3 .ctx .left,
        .content3 .ctx .right {
            width: 100%;
        }

        .content3 .ctx.ctx2 {
            flex-direction: column;
        }

    .content4 .ctx ul li {
        padding: 0.3rem;
    }

        .content4 .ctx ul li .name {
            width: 30%;
            padding-right: 10px;
        }

        .content4 .ctx ul li .value {
            flex-direction: column;
        }

            .content4 .ctx ul li .value p {
                width: 100%;
                margin-bottom: 0.3rem;
            }

    .content5 .ctx ul {
        flex-direction: column;
    }

        .content5 .ctx ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0.3rem;
        }

            .content5 .ctx ul li .bottom p {
                height: auto;
                line-height: normal;
                display: block;
            }

    .content6 .list ul li .imgBox {
        height: 4rem;
    }

    .content6 .list ul li p span {
        width: 1.2rem;
    }

    .content6 .list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.16rem;
    }

        .content6 .list ul li .btnContainer {
            justify-content: space-around;
        }
}

.breadcrum {
    display: flex;
    align-items: center;
    margin-bottom: 0.36rem;
}

    .breadcrum a {
        color: #666;
        font-size: 14px;
    }
body {
    line-height: 1.5;
}
.content1 .right .ctx .fitCate ul li:nth-child(3n) {
    margin-right: 1.1%
}

@media only screen and (max-width: 767px) {
    .content1 .right .ctx .fitCate ul li div {
        width: auto
    }
}