.product-div {
    display: flex;
    flex-wrap: wrap;
}

.product-div a {
    width: calc((100% - 94px) / 3);
    margin-right: 47px;
    background: #f7f7f7 !important;
    margin-bottom: 50px;
}

.product-div a:nth-child(3n) {
    margin-right: 0;
}

.product-div a .top {
    height: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 22px;
    border-bottom: 1px solid #e9e9e9;
}

.product-div a .top img {
    max-height: 100%;
    filter: grayscale(100%);
    opacity: .7;
    transition: .4s;
}

.product-div a .top i {
    height: 100%;
    width: 80px;
    display: block;
    background: #e40001;
    color: #fff;
    font-size: 40px;
    line-height: 87px;
    text-align: center;
}

.product-div a .bottom {
    padding: 47px 30px 25px;
}

.product-div a .bottom p:nth-child(1) {
    font-size: 24px;
    line-height: 1;
    color: #000000;
    margin-bottom: 15px;
    transition: .4s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-div a .bottom p:nth-child(2) {
    font-size: 18px;
    color: #666666;
    line-height: 1;
    margin-bottom: 35px;
}

.product-div a .bottom img {
    width: 100%;
}

.product-div a:hover .top img {
    filter: grayscale(0);
    opacity: 1;
}

.product-div a:hover .bottom p:nth-child(1) {
    color: #e40001;
}

/*-----------------------------------*/
.p-show-div {
    display: flex;
    padding: 60px 0;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 75px;
}

.p-show-div .left {
    width: 35.41%;
}

.p-show-div .left img {
    width: 100%;
}

.p-show-div .right {
    width: 64.59%;
    padding-left: 105px;
    padding-right: 80px;
    border-left: 1px solid #eeeeee;
}

.p-show-div .right p:nth-child(1) {
    font-size: 38px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
}

.p-show-div .right p:nth-child(2) {
    font-size: 20px;
    color: #e40001;
    padding-bottom: 50px;
    margin-bottom: 55px;
    border-bottom: 1px solid #eeeeee;
}

.p-show-div .right p:nth-child(3) {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 0;
}

.p-show-div2 {
    background: #fafafa;
}

.p-show-div2 p:nth-child(1) {
    height: 70px;
    line-height: 70px;
    display: flex;
    background: #efefef;
    margin-bottom: 0;
}

.p-show-div2 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.p-show-div2 p span {
    width: 230px;
    background: #e40001;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    color: #fff;
}

.p-show-div3 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    padding-top: 95px;
}

.p-show-div3 .swiper-container-i2 {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.swiper-button-next-ps {
    width: 48px;
    height: 48px;
    color: #fff;
    background: #e60012;
    position: absolute;
    top: 50%;
    right: 67px;
    left: auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    outline: none;
}

.swiper-button-prev-ps {
    width: 48px;
    height: 48px;
    color: #fff;
    background: #e60012;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    outline: none;

}

.swiper-button-prev-ps i, .swiper-button-next-ps i {
    font-size: 24px;
}

.swiper-button-next-ps.swiper-button-disabled, .swiper-button-prev-ps.swiper-button-disabled {
    background: #394754;
}

.p-show-div3 .title {
    font-size: 38px;
    color: #333333;
    line-height: 1;
    padding-bottom: 35px;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.p-show-div3 .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #e60012;
}

.p-show-div3 .title p {
    font-size: 38px;
}

@media (max-width: 1440px) {
}

@media (max-width: 1260px) {
    .product-div a .bottom {
        padding: 25px;
    }

    .product-div a .top {
        height: 65px;
    }

    .product-div a .top i {
        line-height: 65px;
    }

    .p-show-div .right {
        padding-left: 80px;
    }

    .p-show-div .right p:nth-child(2) {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .p-show-div .right p:nth-child(1) {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .p-show-div3 {
        padding-top: 50px;
    }

    .p-show-div3 .title p {
        font-size: 30px;
    }

}

@media (max-width: 991px) {
    .fanye {
        padding: 25px 0 !important;
    }

    .p-show-div .right {
        border: none;
    }

    .index2-main {
        width: 100% !important;
        left: 0 !important;
    }

    .product-div a {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .product-div a .bottom p:nth-child(1) {
        font-size: 18px;
    }

    .product-div a .bottom p:nth-child(2) {
        font-size: 16px;
    }

    .product-div a .bottom {
        padding: 20px;
    }

    .p-show-div3 {
        padding-top: 25px;
    }

    .p-show-div3 .title p {
        font-size: 28px;
        margin-bottom: 0;
    }

    .p-show-div3 .title {
        margin-bottom: 45px;
        padding-bottom: 25px;
    }

    .swiper-button-prev-ps, .swiper-button-next-ps {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 25px;
        transform: translateY(0);
    }

    .swiper-button-next-ps {
        right: 45px;
    }

    .swiper-button-prev-ps i, .swiper-button-next-ps i {
        font-size: 16px;
    }

    .p-show-div2 p span {
        width: 180px;
    }

    .p-show-div {
        padding: 45px 0;
        flex-wrap: wrap;
        margin-bottom: 45px;
    }

    .p-show-div .left {
        width: 100%;
        margin-bottom: 25px;
    }

    .p-show-div .right {
        width: 100%;
    }

    .p-show-div .left img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .p-show-div .right p:nth-child(1) {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .p-show-div .right p:nth-child(2) {
        font-size: 16px;
        line-height: 1;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .p-show-div .right p:nth-child(3) {
        font-size: 14px;
        line-height: 28px;
    }

    .p-show-div2 p {
        height: 50px;
    }

}

@media (max-width: 767px) {
    .p-show-div2 p span {
        width: 150px;
        font-size: 14px;
    }

    .p-show-div .right p:nth-child(1), .p-show-div3 .title p {
        font-size: 24px;
    }

    .fanye > a {
        transform: translateY(0);
    }

    .p-show-div {
        margin-bottom: 25px;
    }

    .p-show-div .right {
        padding: 0 15px;
    }

    .product-div a {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .product-div a:nth-child(3n) {
        margin-right: 15px;
    }

    .product-div a:nth-child(2n) {
        margin-right: 0;
    }

    .product-div a .top {
        height: 50px;
    }

    .product-div a .top i {
        line-height: 50px;
        font-size: 24px;
    }
}

@media (max-width: 414px) {
    .product-div a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .p-show-div {
        padding: 0;
        box-shadow: none;
    }

    .p-show-div .right {
        padding: 0;
    }

    .p-show-div .right p:nth-child(1), .p-show-div3 .title p {
        font-size: 18px;
    }

    .p-show-div3 .title {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .p-show-div .right p:nth-child(2) {
        font-size: 14px;
    }

    .p-show-div2 p span {
        width: 100px;
    }

    .p-show-div2 p {
        height: 40px;
    }

}