@charset "utf-8";

/* CSS Document */

* {
    font-family: "PingFang SC Medium", "sy-l", sans-serif;
    word-wrap: normal;
    word-break: normal;
}

a:active,
a:hover {
    color: #b11c28;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #b11c28;
    text-decoration: underline;
}

.container {
    width: 100%;
    max-width: 100%;
}

.fa_ani * {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.fa_ani *:before {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.fa_ani *:after {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

a {
    cursor: pointer;
}

body,
html {
    overflow-x: hidden !important;
}

a:focus,
a:active,
a:hover,
a:visited {
    outline: none !important;
    text-decoration: none;
}

i {
    font-style: normal;
}


/*
.w_grid-000 > div > .p_gridbox {
overflow: visible;
}
.w_grid-000 > div > .p_gridbox:before, .w_grid-000 > div > .p_gridbox:after {
clear: both;
display: table;
content: " ";
min-height: 0px;
}
*/

.fa_clearfix:before,
.fa_clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.fa_imgbig {
    overflow: hidden;
    width: 100%;
}

.fa_imgbig:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
}

.fa_flexline {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.fa_flexwrap {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fa_flex_between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fa_flex_Xend {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.fa_flex_Xcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fa_flex_Yend {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.fa_flex_Ycenter {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.fa_centerY {
    position: relative;
    top: 50%;
    /*偏移*/
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fa_textoverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1;
    text-transform: uppercase;
}

.fa_Img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fa_Img img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.p_NewsDetail img {
    max-wight: 100%;
}


/*内页导航*/

.p_problemCategory {
    display: none;
}

.fa_PageNav {
    display: flex;
    position: relative;
    z-index: 99;
    margin: 30px 0;
  padding:0 20px;
}

.fa_PageNav .fa_pyj {
    flex:1;
    margin:5px;
    position: relative;
}

.fa_PageNav .fa_pyj>a {
    display: block;
    background: #fff;
    padding: 15px 20px;
    color: #000;
    transition: all 0.5s;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
}

.fa_PageNav .fa_pyj:hover>a {
    color: #fff;
    background: #b11c28;
}
.fa_PageNav .fa_pyj.fa_navon>a {
    color: #fff;
    background: #b11c28;
}

.fa_PageNav .fa_pyj .fa_pej {
    position: absolute;
    top: 100%;
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
   
    color: #333;
    width: 100%;
}

.fa_PageNav .fa_pyj:hover .fa_pej {
    max-height: 10000px;
}

.fa_PageNav .fa_pyj .fa_pej a {
    padding: 15px 20px;
    display: block;
    transition: all 0.5s;
    color: #666;
    text-align: center;
    font-size: 16px;
   border-radius:5px;
  margin-top:5px;
   background: rgba(238, 238, 238, 0.95);
}

.fa_PageNav .fa_pyj .fa_pej a:hover {
    background: rgba(177, 28, 40, 0.8);
    color: #fff;
}


/*关联产品*/

.fa_Related>a {
    display: block;
    width: calc((100% - 60px)/4);
    float: left;
    padding: 20px;
    margin-right: 20px;
}

.fa_Related>a:last-child {
    margin-right: 0;
}

.fa_Related>a img {
    width: 100%;
}

.fa_Related>a p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #333;
}


/**/

.fa_AbList {
    margin: 80px 0 30px;
}

.fa_AbList h3 {
    font-size: 24px;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}

.fa_AbList .fa_Abli {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fafafa;
}

.fa_AbList .fa_Abli .fa_ABli_img {
    overflow: hidden;
    width: 100%;
}

.fa_AbList .fa_Abli .fa_ABli_img img {
    width: 100%;
    transition: all 0.5s;
}

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

.fa_AbList .fa_Abli:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%) scale(1.2);
    /* Opera */
    -moz-transform: translate(-50%, -50%) scale(1.2);
    /* Firefox */
}

.fa_AbList .fa_Abli .fa_ABli_tit {
    padding: 20px 15px;
    color: #333;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fa_PageCate .fa_CateTit h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #b11c28;
    text-align: center;
}

.fa_PageCate .fa_CateTit article {
    font-size: 16px;
    line-height: 2;
    margin: auto;
    max-width: 800px;
    color: #666;
    width: 80%;
    text-align: center;
}

.fa_PageCate {
    margin-bottom: 30px;
}

.fa_l4 {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
}

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

.fa_l3 {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width:769px) {
    .fa_l3:nth-child(3n) {
        margin-right: 0;
    }
    .fa_pchide {
        display: none!important;
    }
}

.fa_More a {
    display: inline-block;
    background: #b11c28;
    transition: all 0.5s;
    min-width: 150px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.fa_More a:before {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: 100%;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    left: 0;
}

.fa_More a:hover:before {
    top: -10px;
}

.fa_More a:after {
    position: absolute;
    width:150px;
    height: 150px;
    border-radius: 50%;
    bottom: 100%;
    transition: all 0.5s;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    left: 0;
}

.fa_More a:hover:after {
    bottom: -10px;
}
.fa_More a:hover {
    background: #b11c28;
}

@media screen and (max-width:768px) {
    .fa_mf26 {
        font-size: 26px!important;
    }
    .fa_mf24 {
        font-size: 24px!important;
    }
    .fa_mf22 {
        font-size: 22px!important;
    }
    .fa_mf20 {
        font-size: 20px!important;
    }
    .fa_mf18 {
        font-size: 18px!important;
    }
    .fa_mf16 {
        font-size: 16px!important;
    }
    .fa_mf14 {
        font-size: 14px!important;
    }
    .fa_mohide {
        display: none!important;
    }
    .fa_More a {
        padding: 5px 10px;
    }
    .fa_More a i {
        right: 10px;
    }
    .fa_More a,
    .fa_More2 a {
        min-width: 0;
        height: auto;
        line-height: 30px;
    }
    .fa_l3,
    .fa_l2,
    .fa_l4 {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .fa_PageCate .fa_CateTit h3 {
        font-size: 18px;
    }
    .fa_Related>a,
    .fa_AbList .fa_Abli {
        width: calc((100% - 20px)/2);
    }
    .fa_Related>a:nth-child(2n),
    .fa_AbList .fa_Abli:nth-child(2n) {
        margin-right: 0;
    }
    .p_btn-hide {
        background: #333;
    }
    .p_btn-hide .p_c-fff {
        background: #333;
    }
    .fa_PageNav {
        display: none;
    }
    .p_problemCategory {
        display: block;
    }
    .p_problemCategory .btn-primary {
        width: 100%;
        border: none;
        border-radius: 0;
        text-align: left;
        background: #333;
        padding: 10px 20px;
    }
    input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input::-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input:-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
}

.p_page .pageNum.active,
.p_page .next:active,
.p_page .next:hover,
.p_page .pageNum:hover,
.p_page .pageNum:active,
.p_page .pre:active,
.p_page .pre:hover {
    background-color: #b11c28;
    border-color: #b11c28;
}

.p_pagebox .next,
.p_pagebox .pre {
    background-color: #b11c28;
}


/**/

#easy_zoom {
    transition: all 0s;
    -moz-transition: all 0s;
    /* Firefox 4 */
    -webkit-transition: all 0s;
    /* Safari 和 Chrome */
    -o-transition: all 0s;
}

#easy_zoom * {
    transition: all 0s;
    -moz-transition: all 0s;
    /* Firefox 4 */
    -webkit-transition: all 0s;
    /* Safari 和 Chrome */
    -o-transition: all 0s;
    /* Opera */
}

.p_ProductDetail img,
.p_NewsDetail img,
.p_contentBox img {
    max-width: 100%;
}

.p_content .reset_style {
    line-height: 2;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus .p_pagebox .next,
.p_pagebox .pre {
    background-color: #b11c28;
}


/*加载动效   topshow（从上往下）fa_LeftShow （从左往右）  */

.delighter {
    overflow: hidden;
    position: relative;
}

.fa_TopShow.delighter:before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateY(0%);
    display: block;
    background: #fff;
    z-index: 10;
    content: "";
    transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}

.fa_TopShow.started.delighter:before {
    transform: translateY(100%);
}

.fa_LeftShow.delighter:before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0%);
    display: block;
    background: #fff;
    z-index: 10;
    content: "";
    transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}

.fa_LeftShow.started.delighter:before {
    transform: translateX(100%);
}

.fa_RightShow.delighter:before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0%);
    display: block;
    background: #fff;
    z-index: 10;
    content: "";
    transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}

.fa_RightShow.started.delighter:before {
    transform: translateX(-100%);
}

.fa_BottomShow.delighter:before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0%);
    display: block;
    background: #fff;
    z-index: 10;
    content: "";
    transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}

.fa_BottomShow.started.delighter:before {
    transform: translateY(-100%);
}


/*swiper*/

.fa_SwpBtn>div {
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.5s;
    top: 50%;
    z-index: 20;
    cursor: pointer;
    color: #fff;
    font-size: 1.5vw;
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw;
    border-radius: 50%;
    text-align: center;
    border: #fff dotted 1px;
}

.fa_SwpBtn>div:hover {
    opacity: 1;
}

.fa_SwpBtn .fa_SwpBtn_l {
    left: 2vw;
}

.fa_SwpBtn .fa_SwpBtn_r {
    right: 2vw;
}

.fa_pagination {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}

.fa_pagination span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 500px;
    margin: 0 5px;
    transition: all 0.5s;
    cursor: pointer;
}

.fa_pagination span.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.5);
    width: 50px;
}

.fa_Imgmax img {
    max-width: 100%!important;
    max-height: 100%!important;
    min-width: 0%!important;
    min-height: 0%!important;
    width: auto!important;
    height: auto!important;
}

.fa_Imgmin img {
    min-width: 100%!important;
    min-height: 100%!important;
    max-width: 130%!important;
    max-height: 130%!important;
    width: auto!important;
    height: auto!important;
}

@keyframes anim_load1 {
    0% {
        transform: translate3d(-100%, 0%, 0);
    }
    50% {
        transform: translate3d(0, 0%, 0);
    }
    100% {
        transform: translate3d(100%, 0%, 0);
    }
}

@media only screen and (max-width: 768px) {
    .fa_listBtn {
        font-size: 0;
        margin-top: 10px;
    }
    .fa_listBtn>div {
        display: inline-block;
        text-align: center;
        width: 50%;
        font-size: 16px;
        padding: 15px 20px;
    }
    .fa_listBtn .fa_list_l {
        background: #eee;
        color: #b11c28;
    }
    .fa_listBtn .fa_list_r {
        background: #b11c28;
        color: #fff;
    }
}

@media only screen and (min-width: 769px) {
    .fa_listBtn>div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        text-align: center;
        color: #b11c28;
        border-radius: 50%;
        border: #b11c28 solid 1px;
        width: 3vw;
        height: 3vw;
        text-align: center;
        line-height: 3vw;
        font-size: 1vw;
        cursor: pointer;
    }
    .fa_listBtn .fa_list_l {
        left: -5vw;
    }
    .fa_listBtn .fa_list_r {
        right: -5vw;
    }
}

 ::-webkit-scrollbar {
    width: 5px;
    height: 40px;
}


/*指滚动条整体部分，它的属性有width,height,background等*/

 ::-webkit-scrollbar-track {
    background-color: #eee;
}


/*指外层轨道部分，当不需要时可以用display:none将其隐藏，也可以添加你想要的颜色*/

 ::-webkit-scrollbar-thumb {
    background-color: #b11c28;
}


/*指滚动条里面可以拖动的部分，也就是滑块*/