.p_list {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.p_list_all {
    background-color: white;
    border-bottom: 1px solid #ECECEC;
    padding: 42px 30px;
    display: flex;
    flex-wrap: wrap;
}

.p_list_o {
    width: 11.62%;
    background: #F7F7F7;
    text-align: center;
    padding: 15px 5px;
    margin-right: 1%;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_list_o p {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.actvie_this_p {
    background-color: #B50000;
    color: white;
}

.pro_info {
    margin-bottom: 60px;
    /* margin: 40px 0 0; */
}

.pro_info_li_top {
    padding: 0 33px;
}

.pro_info_all {
    display: flex;
    flex-wrap: wrap;
}

.pro_info_li {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 40px;
    border: 1px solid #ECECEC;
    position: relative;
    cursor: pointer;
}

.pro_info_li:nth-child(4n) {
    margin-right: 0;
}

.pro_info_li_bottom {
    padding: 20px 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    border-top: 1px solid #ECECEC;
}

.pro_info_li_bottom .li_bottom_span {
    display: block;
    text-align: center;
    line-height: 24px;
}

.p_list_o:hover {
    background-color: #B50000;
    color: white;
}
.p_list_o:hover a,.actvie_this_p a{color:#fff}
.zhe_pro {
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.zhe_pro_all {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 0 29px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}

.zhe_pro_add {
    max-width: 54px;
    margin-bottom: 24px;
}

.zhe_pro_p {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*产品详情*/

.detail_i {
    margin: 39px 0 80px;
}

.detail_i_top {
    display: flex;
}

.detail_i_top_left {
    width: 25%;
    border: 1px solid #ECECEC;
    text-align: center;
    min-height: 20vw;
    /* position: relative; */
}

.d_img_a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail_i_top_right {
    width: 75%;
}

.l_img {
    max-width: 80%;
}


/* .g_line {
    position: relative;
    height: 40px;
} */

.g_line .swiper-pagination-bullet-active {
    width: 24px;
    height: 8px;
    background: #B50000;
    border-radius: 4px;
}

.detail_i_top_right {
    padding-left: 4%;
}

.detail_i_top_h3 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.detail_i_top_span {
    display: block;
    line-height: 40px;
}

.detail_i_top_info {
    margin-top: 25px;
    color: #999999;
    line-height: 30px;
    font-size: 18px;
}

.detail_i_top_img {
    display: flex;
    margin-top: 15px;
}

.detail_i_top_img_o {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    text-align: center;
    padding: 3px;
    margin-left: 8px;
}

.detail_i_top_img_o img {
    max-width: 45px;
}

.detail_i_top_img_o:first-child {
    margin-left: 0;
}

.p_img_active {
    border: 1px solid #B50000;
}

.detail_i_top_link {
    display: flex;
    margin-top: 55px;
}

.top_link_o {
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    /* height: 95px; */
    overflow: hidden;
    color: white;
    padding: 20px 40px 10px;
}

.top_link_o1 {
    width: 65%;
}

.top_link_o2 {
    width: 30%;
    margin-left: 20px;
}

.top_link_img {
    max-width: 56px;
    margin-right: 15px;
}

.top_link_o1_p1 {
    line-height: 30px;
    font-size: 16px;
}

.top_link_o1_p2 {
    font-size: 20px;
    font-weight: bold;
}

.top_link_o1_p3 {
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
}

.top_link_o_left {
    width: 80%;
}

.top_link_o_right {
    width: 16%;
}

.top_link_o_right a {
    padding: 10px 0;
    text-align: center;
    background: #0A65D2;
    color: white;
    font-weight: bold;
    font-size: 16px;
    display: block;
    border-radius: 22px;
    width: 100%;
}


/*详情介绍*/

.info_all_1 {
    margin-top: 40px;
}

.info_title {
    display: flex;
    height: 42px;
    line-height: 42px;
    font-family: Microsoft YaHei;
    color: #B50000;
    background: #F9F9F9;
    font-size: 18px;
}

.info_title_line {
    width: 6px;
    height: 100%;
    background: #B50000;
}

.info_title_text {
    margin-left: 12px;
    font-weight: bold;
}

.info_content {
    margin-top: 27px;
}

.p_d_n {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.info_content_li {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.info_content_ul_li {
    line-height: 36px;
}

.info_content_img {
    margin-bottom: 15px;
}

.next_prev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #D8D8D8;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 39px;
}

.next_prev_text a {
    display: block;
    color: #333333;
    line-height: 30px;
}

.next_prev_text a:hover {
    color: #B50000;
}

.get_back {
    display: block;
    background: #B50000;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    transition: all 0.4s ease-out;
}

.get_back span {
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.get_back:hover {
    color: white;
}

.get_back:hover span {
    top: -100%;
}

.top_link_o1-m,
.info_content_img_m {
    display: none;
}
.m_show{display:none;}
@media(min-width:1025px) {
    .pro_info_li:hover .zhe_pro {
        display: flex;
    }
    .p_list_o:nth-child(8n) {
        margin-right: 0;
    }
    .p_list_o {
        margin-bottom: 10px;
    }
}

@media (max-width:1024px) {
    .m_type_list {
        display: block;
        position: static;
    }
    .pc_type_list,
    .page_f_pc {
        display: none;
    }
    .p_list_o {
        width: 31%;
        margin-right: 3.5%;
        font-size: 0.6rem;
        margin-bottom: 0.45rem;
        line-height: normal;
    }
    .p_list_o:nth-child(3n) {
        margin-right: 0;
    }
    .p_list_all {
        padding: 0.625rem 0 0;
        border: none;
    }
    .pro_info_all {
        display: block;
    }
    .pro_info_li {
        width: 100%;
        margin-top: 0.6rem;
    }
    .pro_info_li_all {
        display: flex;
        align-items: center;
    }
    .pro_info_li_top {
        padding: 0;
        width: 35%;
    }
    .pro_info_li_top img {
        max-width: 100%;
    }
    .pro_info_li_bottom {
        width: 65%;
        padding: 0.75rem 0.725rem;
        border: none;
    }
    .pro_info_li_bottom .li_bottom_span {
        display: inline;
        font-size: 0.7rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        line-height: 0.85rem;
    }
    .m_show_info {
        margin-top: 0.25rem;
        display: block;
        font-size: 0.5rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 0.75rem;
    }
    .li_bottom_p {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .li_bottom_img {
        width: 1.4rem;
        margin-top: 0.5rem;
    }
    .pro_info {
        margin-bottom: 30px;
    }
    /*产品详情*/
    .detail_i_top {
        display: block;
    }
    .detail_i_top_left {
        width: 100%;
    }
    .detail_i_top_right {
        width: 100%;
        padding-left: 0;
    }
    .info_p_list {
        display: none;
    }
    .detail_i_top_h3 {
        font-size: 0.8rem;
        margin-top: 1.2rem;
    }
    .detail_i_top_span {
        line-height: 1.125rem;
    }
    .detail_i_top_info {
        margin-top: 0.38rem;
        font-size: 0.6rem;
        line-height: 1rem;
    }
    .detail_i_top_img {
        display: none;
    }
    .detail_i_top_link {
        margin-top: .8rem;
        display: block;
    }
    .top_link_o1_p2,
    .top_link_img,
    .top_link_o1-p,
    .info_content_img_pc,
    .next_prev_text {
        display: none;
    }
    .top_link_o {
        width: 100%;
        padding: 0.525rem 0.75rem;
    }
    .top_link_o2 {
        margin-left: 0;
        margin-top: 0.5rem;
        background-image: url('../image/i1_m.png') !important;
    }
    .top_link_o1 {
        background-image: url('../image/i2_m.png') !important;
        justify-content: space-between;
    }
    .top_link_o1-m {
        display: flex;
        justify-content: space-between;
        width: 100%;
        line-height: normal;
    }
    .top_link_o1_p_all {
        display: flex;
        align-items: center;
        width: 80%;
    }
    .z-xun,
    .info_content_img_m {
        display: block;
    }
    .top_link_o_right a {
        padding: 0;
        font-size: 0.55rem;
        height: 1.35rem;
        line-height: 1.4rem;
        font-weight: 400;
    }
    .top_link_o_right {
        width: 3.5rem;
        text-align: center;
    }
    .z-xun a {
        background: #B50000;
    }
    .top_link_o1_p1 {
        font-size: 0.6rem;
    }
    .top_link_o1_p3 {
        font-size: 0.8rem;
    }
    .info_all_1 {
        margin-top: 1rem;
    }
    .info_title {
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.7rem;
        font-weight: 400;
    }
    .info_title_line {
        width: 0.15rem;
    }
    .info_content {
        margin-top: 0.5rem;
    }
    .p_d_n {
        font-size: 0.578rem;
        /* font-size: 0.65rem; */
        color: #666666;
        line-height: 1.2rem;
    }
    .info_content_ul_li {
        font-size: 0.57rem;
        line-height: .9rem;
        display: flex;
        align-items: self-start;
        margin-bottom: 0.3rem;
    }
    .info_content_ul_li:last-child {
        margin-bottom: 0;
    }
    .info_content_ul_li>img {
        max-width: 0.75rem;
    }
    .next_prev {
        justify-content: flex-end;
    }
    .get_back {
        width: 4.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
    }
    .detail_i {
        margin: 0.6rem 0;
    }
    .l_img {
        max-width: 90%;
    }
    .m_show{display:block}
    .search{margin-top:15px;width:100%;padding-left:18px;padding-right:18px}
    .search_all{border:1px solid gainsboro;border-radius:30px;display:flex;justify-content:space-between;width:100%;overflow:hidden}
    .search input{padding:10px;width:80%;border:none;outline:none}
    .search .search_go{width:20%;text-align:center;background-color:#B50000;color:white;line-height:40px}
}